@charset "UTF-8";

@media (min-width: 2241px) {
  body {
    background-color: #f8f8f8;
  }

  section {
    max-width: 2400px;
    margin-left: auto;
    margin-right: auto;
       border-left: 1px solid rgba(153, 153, 153, 0.5);
    border-right: 1px solid rgba(153, 153, 153, 0.5);
  }
}

section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

.mbr-text,
p,
li {
  color: rgba(29, 29, 29, 0.78);
}

.text-white .mbr-text,
.text-white p,
.text-white li,
.mbr-white p,
.mbr-white li {
  color: rgba(255, 255, 255, 0.84);
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

@media (max-width: 767px) {
    html {font-size: 90% !important;}
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #000000;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Barlow Condensed;
}
.display-1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.825rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.03125rem;
}
.display-5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for large titles only ---- */
/* B&R branded treatment */
.br-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  transform: scaleY(1.2);
  transform-origin: left center;
}
.br-title-brand {
  display: block;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  transform: scaleY(1.4);
  transform-origin: left center;
  margin: 0.85rem 0 1.75rem;
}
.br-title-brand .red-pop {
  font-weight: 700;
  color: #ed1c24;
}
/* B&R branded title treatment for first header only */
.br-eyebrow-line {
  display: grid;
  grid-template-columns: minmax(3rem, 1fr) auto minmax(3rem, 1fr);
  align-items: center;
  width: 100%;
  column-gap: 1.25rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 1rem 0;
  white-space: nowrap;
}
.br-eyebrow-line::before,
.br-eyebrow-line::after {
  content: "";
  display: block;
  height: 0.25rem;
  background-color: #ed1c24;
  min-width: 0;
}
@media (max-width: 575px) {
  .br-eyebrow-line {
    grid-template-columns: minmax(1.25rem, 1fr) auto minmax(1.25rem, 1fr);
    column-gap: 0.75rem;
    letter-spacing: 0.08em;
    white-space: normal;
  }
}
@media (max-width: 380px) {
  .br-eyebrow-line {
    grid-template-columns: minmax(0.75rem, 1fr) auto minmax(0.75rem, 1fr);
    column-gap: 0.5rem;
    letter-spacing: 0.04em;
  }
}
.br-content-list {
  list-style: none;
  padding-left: 0.75rem;
}
.br-content-list li {
  position: relative;
  padding-left: 1rem;
}
.br-content-list li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #ed1c24;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(-50.2%)) rotate(45deg);
}
.br-wizara-embed {
  position: relative;
  min-height: 720px;
}
.br-wizara-loader {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-top: 1px solid rgba(153, 153, 153, 0.55);
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 2;
}
.br-wizara-embed.is-loaded .br-wizara-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.br-wizara-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: #112233;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
.br-wizara-spinner {
  width: 44px;
  height: 44px;
  border: 4px solid rgba(33, 81, 168, 0.18);
  border-top-color: #ED1C24;
  border-radius: 50%;
  animation: brWizaraSpin 0.8s linear infinite;
}
.br-wizara-loader-title {
  font-family: "Barlow Condensed", "Inter", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@keyframes brWizaraSpin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  .br-wizara-embed {
    min-height: 780px;
  }
}
.br-job-posting {
  position: relative;
  overflow: hidden;
}
.br-job-posting .job-main {
  position: relative;
  height: 100%;
  padding: 0 0 2.25rem;
  color: #ffffff;
}
.br-job-posting .job-type {
  display: inline-block;
  margin: 0 0 1rem;
  padding-bottom: 0.45rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.br-job-posting .job-title {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 0.92;
}
.br-job-posting .job-summary {
  max-width: 720px;
  margin: 1.4rem 0 0;
  color: #ffffff;
}
.br-job-posting .job-intro {
  max-width: 760px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.88);
}
.br-job-posting .job-closing-text {
  max-width: 760px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.9);
}
.br-job-posting .job-content-block {
  max-width: 760px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.br-job-posting .job-main .items-wrapper {
  max-width: 760px;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top-width: 3px;
  border-top-style: solid;
}
.br-job-posting .job-main .item-wrapper {
  background: transparent;
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
.br-job-posting .job-main .item-wrapper.job-content-block {
  max-width: none;
}
.br-job-posting .job-main .item + .item .job-content-block {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.br-job-posting .content-title {
  margin: 0 0 0.85rem;
  color: #ffffff;
  font-weight: 700;
}
.br-job-posting .job-main .mbr-list {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
}
.br-job-posting .job-main .mbr-list li,
.br-job-posting .job-panel .mbr-list li {
  margin-bottom: 0.45rem;
}
.br-job-posting .job-main .mbr-list li:last-child,
.br-job-posting .job-panel .mbr-list li:last-child {
  margin-bottom: 0;
}
.br-job-posting .job-main .br-content-list {
  list-style: none;
  padding-left: 0.75rem;
}
.br-job-posting .mbr-section-btn {
  margin-top: 2rem;
}
.br-job-posting .note-buttons {
  margin-top: 1.25rem;
}
.br-job-posting .mbr-section-btn .btn {
  border-radius: 0;
}
.br-job-posting .job-panel {
  position: relative;
  height: 100%;
  padding: 1.5rem;
  color: #101820;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 3px;
}
.br-job-posting .detail-grid {
  display: grid;
  gap: 1rem;
}
.br-job-posting .detail-item {
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(16, 24, 32, 0.14);
}
.br-job-posting .detail-icon {
  font-size: 2rem;
  line-height: 1;
}
.br-job-posting .detail-label {
  margin: 0 0 0.2rem;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.br-job-posting .detail-value {
  margin: 0;
  color: #000000;
}
.br-job-posting .job-info-block {
  margin-top: 1.5rem;
}
.br-job-posting .detail-grid + .job-info-block {
  padding-top: 1.5rem;
}
.br-job-posting .panel-title {
  margin: 0 0 0.85rem;
  color: #101820;
  font-weight: 700;
}
.br-job-posting .job-panel .mbr-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #101820;
}
.br-job-posting .panel-text {
  margin: 0 0 0.85rem;
  color: #101820;
}
.br-job-posting .panel-text:last-child {
  margin-bottom: 0;
}
.br-job-posting .side-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-top: 1.5rem;
  overflow: hidden;
  background-color: #101820;
}
.br-job-posting .side-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .br-job-posting .job-main {
    padding: 0 0 2rem;
  }
}
@media (max-width: 575px) {
  .br-job-posting .job-panel {
    padding: 1.15rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ed1c24 !important;
}
.bg-success {
  background-color: #112233 !important;
}
.bg-info {
  background-color: #f6f4f0 !important;
}
.bg-warning {
  background-color: #223344 !important;
}
.bg-danger {
  background-color: #a80008 !important;
}
.btn-primary .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #c61017 !important;
  border-color: #c61017 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-secondary .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #2966d3 !important;
  border-color: #2966d3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2966d3 !important;
  border-color: #2966d3 !important;
}
.btn-info .mbr-iconfont {
  color: #ffffff;
  background-color: #716243;
}
.btn-info,
.btn-info:active {
  background-color: #f6f4f0 !important;
  border-color: #f6f4f0 !important;
  color: #716243 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #716243 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #112233 !important;
  border-color: #112233 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1e3b59 !important;
  border-color: #1e3b59 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e3b59 !important;
  border-color: #1e3b59 !important;
}
.btn-warning .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #223344 !important;
  border-color: #223344 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #334c66 !important;
  border-color: #334c66 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #334c66 !important;
  border-color: #334c66 !important;
}
.btn-danger .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #a80008 !important;
  border-color: #a80008 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #db000a !important;
  border-color: #db000a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #db000a !important;
  border-color: #db000a !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff;
  background-color: #666666;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ed1c24 !important;
  color: #ed1c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #2151a8;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2151a8 !important;
  color: #2151a8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #716243;
  background-color: #f6f4f0;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f6f4f0 !important;
  color: #f6f4f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #907d57 !important;
  background-color: #f6f4f0 !important;
  border-color: #f6f4f0 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #112233;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #112233 !important;
  color: #112233;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #112233 !important;
  border-color: #112233 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #223344;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #223344 !important;
  color: #223344;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #223344 !important;
  border-color: #223344 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #a80008;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a80008 !important;
  color: #a80008;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a80008 !important;
  border-color: #a80008 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #121212;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #121212 !important;
  color: #121212;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #121212 !important;
  border-color: #121212 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #666666;
  background-color: #ffffff;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ed1c24 !important;
}
.text-secondary {
  color: #2151a8 !important;
}
.text-success {
  color: #112233 !important;
}
.text-info {
  color: #f6f4f0 !important;
}
.text-warning {
  color: #223344 !important;
}
.text-danger {
  color: #a80008 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #121212 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #970c11 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #102853 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #d0c5b0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #420003 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f6f4f0;
}
.alert-warning {
  background-color: #223344;
}
.alert-danger {
  background-color: #a80008;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed1c24;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcd9da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6095ca;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #88a6c4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff2833;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0 !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ed1c24 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ed1c24;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed1c24;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ed1c24;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2151a8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ed1c24' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 14px;
  font-weight: 400;
  min-height: 44px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
  margin-left: 18px;
  margin-right: -10px;
  border-radius: 0 !important;
}
.mbr-section-btn .btn-primary .mbr-iconfont {
  color: #fff;
  background-color: #121212;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #ffffff !important;
  background-color: #2151a8 !important;
  border-color: #2151a8 !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn .btn-primary.focus .mbr-iconfont,
.mbr-section-btn .btn-primary.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  color: #ffffff;
  background-color: #ed1c24;
}
.embla__button,
.iconfont-wrapper .mbr-iconfont,
.icon-wrapper .mbr-iconfont {
  border-radius: 0 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.little-radius,
.google-map iframe {
  border-radius: 12px !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vma9Xr8aIV {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header01.webp");
  background-position: 60% 50%;
}
.cid-vma9Xr8aIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vma9Xr8aIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vma9Xr8aIV .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vma9Xr8aIV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vma9Xr8aIV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vma9Xr8aIV .mbr-text {
  color: #ffffff;
}
.cid-vma9Xr8aIV .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vma9Xr8aIV .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vma9Xr8aIV .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vma9Xr8aIV .mbr-text,
.cid-vma9Xr8aIV .mbr-section-btn {
  text-align: center;
}
.cid-vmayzYVzWs {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vmayzYVzWs::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5.25rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vmayzYVzWs .mbr-overlay {
  top: 5.25rem;
  bottom: 0;
  height: auto;
}
.cid-vmayzYVzWs .stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: -5.25rem;
  color: #ffffff;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vmayzYVzWs .stats-row.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vmayzYVzWs .stats-row.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vmayzYVzWs .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 10rem;
  height: auto;
  box-sizing: border-box;
  padding-top: 0rem;
  padding-right: clamp(1rem, 1.5vw, 1.75rem);
  padding-bottom: 1rem;
  padding-left: clamp(1rem, 1.5vw, 1.75rem);
}
.cid-vmayzYVzWs .stats-row.has-dividers .stat-item + .stat-item {
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vmayzYVzWs .stat-copy {
  max-width: 13rem;
  overflow: hidden;
}
.cid-vmayzYVzWs .stat-value-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}
.cid-vmayzYVzWs .stat-value {
  color: #ffffff;
}
.cid-vmayzYVzWs .stat-icon {
  flex: 0 0 auto;
  color: #ed1c24;
  font-size: 3rem;
  line-height: 1;
}
.cid-vmayzYVzWs .stat-text {
  color: #ffffff;
}
.cid-vmayzYVzWs .stat-label {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-vmayzYVzWs .stat-note {
  display: block;
  color: rgba(255, 255, 255, 0.63);
}
@media (max-width: 991px) {
  .cid-vmayzYVzWs .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vmayzYVzWs .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cid-vmayzYVzWs .stats-row.has-dividers .stat-item + .stat-item {
    border-left: 0;
  }
  .cid-vmayzYVzWs .stats-row.has-dividers .stat-item:nth-child(even) {
    border-left: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vmayzYVzWs .stats-row.has-dividers .stat-item:nth-child(n + 3) {
    border-top: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vmayzYVzWs .stat-item {
    min-height: 8.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vmayzYVzWs .stat-copy {
    max-width: 100%;
  }
  .cid-vmayzYVzWs .stat-item {
    height: 7.5rem;
    padding-top: 0rem;
    padding-right: 0.7rem;
    padding-bottom: 0.85rem;
    padding-left: 0.7rem;
  }
  .cid-vmayzYVzWs .stat-value-row {
    gap: 0.45rem;
  }
  .cid-vmayzYVzWs .stat-icon {
    font-size: 1.5rem;
  }
}
.cid-vlRJM2Y0Tb {
  padding-top: 3rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  background-image: url("../../../assets/images/timeline-background.webp");
  background-position: bottom center;
  background-size: cover;
}
.cid-vlRJM2Y0Tb .mbr-overlay {
  background: linear-gradient(180deg, #f8f8f8 0%, #f8f8f8 20%, rgba(255, 255, 255, 0.7) 80%, #f8f8f8 100%);
  opacity: 1;
}
.cid-vlRJM2Y0Tb .mbr-section-head {
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) minmax(300px, 1fr) max-content;
  grid-template-areas: "title text button";
  column-gap: clamp(2rem, 2vw, 3rem);
  align-items: center;
  margin-bottom: clamp(1rem, 2vw, 3rem) !important;
}
.cid-vlRJM2Y0Tb .section-title-group {
  grid-area: title;
  min-width: 0;
}
.cid-vlRJM2Y0Tb .intro-text {
  grid-area: text;
  max-width: 29rem;
  text-align: left;
}
.cid-vlRJM2Y0Tb .mbr-section-head .mbr-section-btn {
  grid-area: button;
  justify-self: end;
  text-align: right;
}
.cid-vlRJM2Y0Tb .services-grid-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  gap: 0.5rem;
}
.cid-vlRJM2Y0Tb .services-grid-row .item {
  width: auto;
  max-width: none;
  min-width: 0;
  padding: 0;
  margin: 0;
}
.cid-vlRJM2Y0Tb .item-wrapper {
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.cid-vlRJM2Y0Tb .item-wrapper:hover,
.cid-vlRJM2Y0Tb .item-wrapper:focus-within {
  z-index: 2;
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.14);
}
.cid-vlRJM2Y0Tb .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #d8d8d8;
}
.cid-vlRJM2Y0Tb .item-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.25rem;
  background: #ed1c24;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
  z-index: 2;
  pointer-events: none;
}
.cid-vlRJM2Y0Tb .item-wrapper:hover .item-img::after,
.cid-vlRJM2Y0Tb .item-wrapper:focus-within .item-img::after {
  transform: scaleX(1);
}
.cid-vlRJM2Y0Tb .item-img img {
  display: block;
  width: 100%;
  height: clamp(150px, 12vw, 230px);
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.cid-vlRJM2Y0Tb .item-wrapper:hover .item-img img,
.cid-vlRJM2Y0Tb .item-wrapper:focus-within .item-img img {
  transform: scale(1.09) translateZ(0);
}
.cid-vlRJM2Y0Tb .item-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem 0.5rem 0.75rem;
}
.cid-vlRJM2Y0Tb .item-heading {
  display: block;
}
.cid-vlRJM2Y0Tb .item-icon {
  display: none;
  color: #ed1c24;
}
.cid-vlRJM2Y0Tb .item-title {
  color: #111111;
  text-align: left;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: scaleY(1.4);
  transform-origin: left top;
}
.cid-vlRJM2Y0Tb .item-title .card-link {
  color: inherit;
  text-decoration: none;
}
.cid-vlRJM2Y0Tb .item-title .card-link:hover,
.cid-vlRJM2Y0Tb .item-title .card-link:focus {
  color: inherit;
  text-decoration: none;
}
.cid-vlRJM2Y0Tb .item-title .card-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 4px;
}
.cid-vlRJM2Y0Tb .item-subtitle {
  color: #111111;
  text-align: left;
  line-height: 1;
  margin-bottom: 0.65rem;
}
.cid-vlRJM2Y0Tb .mbr-section-title {
  color: #2b2b2b;
}
@media (min-width: 1100px) {
  .cid-vlRJM2Y0Tb .item-heading {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    align-items: start;
  }
  .cid-vlRJM2Y0Tb .item-icon {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 2.5rem;
    min-width: 2.5rem;
    padding-top: 2px;
    padding-right: 0.5rem;
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .cid-vlRJM2Y0Tb .item-content {
    padding: 1.25rem 0.5rem 1rem;
  }
}
@media (max-width: 1099px) {
  .cid-vlRJM2Y0Tb .services-grid-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cid-vlRJM2Y0Tb .item-img img {
    height: clamp(150px, 25vw, 230px);
  }
  .cid-vlRJM2Y0Tb .item-content {
    padding: 1rem 0.75rem 0.85rem;
  }
}
@media (max-width: 991px) {
  .cid-vlRJM2Y0Tb .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vlRJM2Y0Tb .mbr-section-head {
    grid-template-columns: minmax(0, 1.6fr) minmax(200px, 1fr);
    grid-template-areas: "title text" "title button";
    row-gap: 1.25rem;
    align-items: start;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-vlRJM2Y0Tb .mbr-section-head .mbr-section-btn {
    justify-self: start;
    align-self: start;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-vlRJM2Y0Tb .mbr-section-head {
    display: block;
    max-width: 42rem;
    margin-bottom: 1.75rem !important;
  }
  .cid-vlRJM2Y0Tb .mbr-section-head .mbr-section-btn {
    text-align: left !important;
    margin-top: 1.25rem !important;
  }
}
@media (max-width: 575px) {
  .cid-vlRJM2Y0Tb .services-grid-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  .cid-vlRJM2Y0Tb .mbr-section-head {
    margin-bottom: 1.75rem !important;
  }
  .cid-vlRJM2Y0Tb .item-img img {
    height: 130px;
  }
}
@media (max-width: 380px) {
  .cid-vlRJM2Y0Tb .item-img img {
    height: 112px;
  }
}
.cid-vlNhOxBqzY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-default-background.webp");
  background-size: cover;
  background-position: center center;
}
.cid-vlNhOxBqzY .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vlNhOxBqzY .safety-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 0;
  min-height: 24rem;
}
.cid-vlNhOxBqzY .safety-grid.has-spacing {
  gap: 1rem;
}
.cid-vlNhOxBqzY .safety-grid.has-no-photo {
  grid-template-columns: 1fr;
}
.cid-vlNhOxBqzY .safety-grid.has-no-photo .content-wrap {
  max-width: 58rem;
}
.cid-vlNhOxBqzY .safety-grid.is-reversed {
  direction: rtl;
}
.cid-vlNhOxBqzY .safety-grid.is-reversed > * {
  direction: ltr;
}
.cid-vlNhOxBqzY .safety-photo,
.cid-vlNhOxBqzY .safety-content {
  min-width: 0;
  min-height: 24rem;
}
.cid-vlNhOxBqzY .safety-photo {
  position: relative;
  overflow: hidden;
}
.cid-vlNhOxBqzY .safety-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 50%;
}
.cid-vlNhOxBqzY .safety-content {
  display: flex;
  align-items: center;
}
.cid-vlNhOxBqzY .content-wrap {
  width: 100%;
  max-width: 54rem;
  padding: 3rem clamp(2rem, 2.5vw, 2.5rem) 3.25rem;
}
.cid-vlNhOxBqzY .mbr-section-title,
.cid-vlNhOxBqzY .mbr-section-subtitle,
.cid-vlNhOxBqzY .mbr-text,
.cid-vlNhOxBqzY .card-title,
.cid-vlNhOxBqzY .card-text {
  color: #ffffff;
}
.cid-vlNhOxBqzY .mbr-section-title {
  color: #ed1c24;
  text-transform: uppercase;
}
.cid-vlNhOxBqzY .safety-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 5vw, 4.25rem);
  row-gap: 1.65rem;
  padding-top: 1.75rem;
}
.cid-vlNhOxBqzY .safety-item {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  column-gap: 1rem;
  align-items: start;
  min-width: 0;
}
.cid-vlNhOxBqzY .mbr-iconfont-features {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 2.75rem;
  min-width: 2.75rem;
  font-size: 2.5rem;
  color: #ed1c24;
  line-height: 1;
}
.cid-vlNhOxBqzY .item-content {
  min-width: 0;
}
@media (max-width: 991px) {
  .cid-vlNhOxBqzY .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vlNhOxBqzY .safety-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    min-height: auto;
  }
  .cid-vlNhOxBqzY .safety-grid.is-reversed {
    direction: ltr;
  }
  .cid-vlNhOxBqzY .safety-grid.has-no-photo,
  .cid-vlNhOxBqzY .safety-grid.hide-photo-mobile {
    grid-template-columns: 1fr;
  }
  .cid-vlNhOxBqzY .safety-grid.hide-photo-mobile .safety-photo {
    display: none;
  }
  .cid-vlNhOxBqzY .safety-photo,
  .cid-vlNhOxBqzY .safety-content {
    min-height: 18rem;
  }
  .cid-vlNhOxBqzY .content-wrap {
    max-width: none;
    padding: 2.25rem 1.35rem;
  }
  .cid-vlNhOxBqzY .safety-items {
    column-gap: 1.5rem;
    row-gap: 1.25rem;
    padding-top: 1.35rem;
  }
}
@media (max-width: 575px) {
  .cid-vlNhOxBqzY .safety-photo,
  .cid-vlNhOxBqzY .safety-content {
    min-height: 16rem;
  }
  .cid-vlNhOxBqzY .content-wrap {
    padding: 1.5rem 1rem;
  }
  .cid-vlNhOxBqzY .safety-items {
    grid-template-columns: 1fr;
    row-gap: 1.15rem;
  }
  .cid-vlNhOxBqzY .safety-item {
    column-gap: 0.85rem;
  }
  .cid-vlNhOxBqzY .mbr-iconfont-features {
    width: 2rem;
    min-width: 2rem;
    font-size: 1.75rem;
  }
  .cid-vlNhOxBqzY .mbr-section-title {
    font-size: 0.85rem;
    line-height: 1.2;
  }
  .cid-vlNhOxBqzY .mbr-section-subtitle {
    font-size: 1.45rem;
    line-height: 1.1;
  }
  .cid-vlNhOxBqzY .mbr-text,
  .cid-vlNhOxBqzY .card-text {
    font-size: 0.9rem;
    line-height: 1.45;
  }
}
.cid-vlAiFNOb5n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/timeline-background.webp");
  background-size: cover;
  background-position: center center;
}
.cid-vlAiFNOb5n .history-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-top: 1.2rem;
}
.cid-vlAiFNOb5n .history-item {
  min-width: 0;
  padding-right: 0;
}
.cid-vlAiFNOb5n .history-line {
  position: relative;
  height: 1px;
  margin-bottom: 0.7rem;
  background-color: #cccccc;
}
.cid-vlAiFNOb5n .history-line span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #ed1c24;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.cid-vlAiFNOb5n .history-text {
  margin-bottom: 0;
  max-width: 9rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-vlAiFNOb5n .history-heading {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .cid-vlAiFNOb5n .history-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
    padding-top: 0;
  }
  .cid-vlAiFNOb5n .history-text {
    max-width: 11rem;
  }
}
@media (max-width: 575px) {
  .cid-vlAiFNOb5n .history-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 420px) {
  .cid-vlAiFNOb5n .history-items {
    grid-template-columns: 1fr;
  }
  .cid-vlAiFNOb5n .history-text {
    max-width: none;
  }
}
.cid-vlAiFNOb5n .br-title-brand {
  transform-origin: left top;
  margin-top: 0;
}
.cid-vlNfK7kZTa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-default-background.webp");
  background-size: cover;
  background-position: center center;
}
.cid-vlNfK7kZTa .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vlNfK7kZTa .locations-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 0;
  min-height: 16rem;
}
.cid-vlNfK7kZTa .locations-grid.has-spacing {
  gap: 1rem;
}
.cid-vlNfK7kZTa .locations-grid.has-no-photo {
  grid-template-columns: 1fr;
}
.cid-vlNfK7kZTa .locations-grid.has-no-photo .content-wrap {
  width: 52%;
}
.cid-vlNfK7kZTa .locations-main,
.cid-vlNfK7kZTa .locations-photo {
  min-width: 0;
  min-height: 16rem;
}
.cid-vlNfK7kZTa .locations-main {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cid-vlNfK7kZTa .map-overlay {
  position: absolute;
  z-index: 1;
  left: 66%;
  top: 45%;
  width: 135%;
  max-width: 1200px;
  height: auto;
  aspect-ratio: 1.33333333;
  background-image: url("../../../assets/images/br-canada-locations-map.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.cid-vlNfK7kZTa .content-wrap {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 3rem clamp(2rem, 2.5vw, 2.5rem) 2rem;
}
.cid-vlNfK7kZTa .mbr-section-title {
  color: #ed1c24;
}
.cid-vlNfK7kZTa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vlNfK7kZTa .mbr-text {
  color: #ffffff;
}
.cid-vlNfK7kZTa .locations-photo {
  position: relative;
  overflow: hidden;
}
.cid-vlNfK7kZTa .locations-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10% 60%;
}
@media (max-width: 991px) {
  .cid-vlNfK7kZTa .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vlNfK7kZTa .locations-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cid-vlNfK7kZTa .locations-grid.has-no-photo .content-wrap {
    width: 62%;
  }
  .cid-vlNfK7kZTa .locations-main {
    min-height: 16rem;
  }
  .cid-vlNfK7kZTa .locations-photo {
    min-height: 11.52rem;
  }
  .cid-vlNfK7kZTa .content-wrap {
    width: 68%;
    max-width: none;
    padding: 1.75rem 1.35rem;
  }
  .cid-vlNfK7kZTa .map-overlay {
    min-width: 760px;
    transform: translate(-32%, -50%);
  }
}
@media (max-width: 575px) {
  .cid-vlNfK7kZTa .locations-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(6.75rem, 0.85fr);
  }
  .cid-vlNfK7kZTa .locations-grid.has-no-photo {
    grid-template-columns: 1fr;
  }
  .cid-vlNfK7kZTa .locations-grid.has-no-photo .content-wrap {
    width: 100%;
  }
  .cid-vlNfK7kZTa .locations-main,
  .cid-vlNfK7kZTa .locations-photo {
    min-height: 14rem;
  }
  .cid-vlNfK7kZTa .content-wrap {
    width: 100%;
    padding: 1.35rem 1rem;
  }
  .cid-vlNfK7kZTa .map-overlay {
    left: 88%;
    top: 45%;
    width: 95%;
    min-width: 520px;
    opacity: 0.3;
    transform: translate(-50%, -50%);
  }
  .cid-vlNfK7kZTa .mbr-section-title {
    font-size: 0.85rem;
    line-height: 1.2;
  }
  .cid-vlNfK7kZTa .mbr-section-subtitle {
    font-size: 1.45rem;
    line-height: 1.1;
  }
  .cid-vlNfK7kZTa .mbr-text {
    font-size: 0.9rem;
    line-height: 1.45;
  }
}
.cid-vlv9UrLJkY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
  background-size: 100% 100%;
  background-position: center center;
}
.cid-vlv9UrLJkY .section-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0;
}
.cid-vlv9UrLJkY .section-head .main-btn {
  min-width: max-content;
}
.cid-vlv9UrLJkY .head-content {
  min-width: 50%;
}
.cid-vlv9UrLJkY .jobs-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin: 2rem 0 0;
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vlv9UrLJkY .job-card {
  padding: 0;
}
.cid-vlv9UrLJkY .job-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  height: 100%;
  min-height: 8rem;
  padding: 1.5rem 1.25rem 1rem;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.25s ease;
  border-right: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vlv9UrLJkY .job-wrapper:hover,
.cid-vlv9UrLJkY .job-wrapper:focus {
  background-color: #fafafa;
  color: #000000;
}
.cid-vlv9UrLJkY .job-wrapper:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: -2px;
}
.cid-vlv9UrLJkY .job-top {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.cid-vlv9UrLJkY .job-top .mbr-iconfont {
  flex: 0 0 auto;
  color: #ed1c24;
  font-size: 3rem;
  line-height: 1;
}
.cid-vlv9UrLJkY .job-title {
  margin: 0;
  padding: 0;
  color: #000000;
  text-align: left;
}
.cid-vlv9UrLJkY .job-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cid-vlv9UrLJkY .job-type {
  margin: 0;
  text-align: center;
}
.cid-vlv9UrLJkY .job-arrow {
  color: #ed1c24;
  font-size: 1.45rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .cid-vlv9UrLJkY .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vlv9UrLJkY .job-top .mbr-iconfont {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-vlv9UrLJkY .job-wrapper {
    min-height: auto;
    padding: 1rem 0.5rem 1rem;
  }
  .cid-vlv9UrLJkY .job-top {
    gap: 0.75rem;
  }
  .cid-vlv9UrLJkY .job-top .mbr-iconfont {
    font-size: 1.75rem;
  }
}
.cid-vlT3hcG1fU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-default-background.webp");
  background-size: cover;
  background-position: center center;
}
.cid-vlT3hcG1fU .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vlT3hcG1fU .careers-banner-row {
  display: flex;
  min-height: 18rem;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vlT3hcG1fU .careers-banner-row.has-no-image .careers-copy {
  flex-basis: 100%;
}
.cid-vlT3hcG1fU .careers-banner-row.is-reversed {
  flex-direction: row-reverse;
}
.cid-vlT3hcG1fU .careers-image {
  flex: 0 0 40%;
  min-width: 0;
  background-image: url("../../../assets/images/header04.webp");
  background-size: cover;
  background-position: 20% 50%;
  background-repeat: no-repeat;
}
.cid-vlT3hcG1fU .careers-copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.75rem clamp(1.5rem, 4vw, 3rem);
}
.cid-vlT3hcG1fU .mbr-section-title {
  color: #ed1c24;
}
.cid-vlT3hcG1fU .mbr-section-subtitle,
.cid-vlT3hcG1fU .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vlT3hcG1fU .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vlT3hcG1fU .careers-banner-row {
    min-height: auto;
  }
  .cid-vlT3hcG1fU .careers-image {
    flex-basis: 50%;
    min-height: 15.3rem;
  }
  .cid-vlT3hcG1fU .careers-copy {
    padding: 1.5rem 1.35rem;
  }
}
@media (max-width: 575px) {
  .cid-vlT3hcG1fU .careers-banner-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cid-vlT3hcG1fU .careers-image {
    min-height: 10rem;
  }
  .cid-vlT3hcG1fU .careers-copy {
    padding: 1.5rem 1rem;
  }
  .cid-vlT3hcG1fU .mbr-section-title {
    font-size: 0.85rem;
    line-height: 1.2;
  }
  .cid-vlT3hcG1fU .mbr-section-subtitle {
    font-size: 1.45rem;
    line-height: 1.1;
  }
  .cid-vlT3hcG1fU .mbr-text {
    font-size: 0.9rem;
    line-height: 1.45;
  }
  .cid-vlT3hcG1fU .careers-banner-row.is-reversed {
    flex-direction: column;
  }
}
.cid-vmb7mOAZ5m {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
  background-position: 10% 0%;
  background-size: 3600px 2400px;
}
.cid-vmb7mOAZ5m .content-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vmb7mOAZ5m .mbr-label {
  color: #666666;
}
@media (max-width: 767px) {
  .cid-vmb7mOAZ5m .content-wrapper {
    max-width: 100%;
  }
}
.cid-voImc32UoH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/breckels-default-background.webp");
}
.cid-voImc32UoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-voImc32UoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voImc32UoH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-voImc32UoH .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voImc32UoH .embla__slide .slide-content {
  width: 100%;
}
.cid-voImc32UoH .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-voImc32UoH .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.cid-voImc32UoH .embla__button--next,
.cid-voImc32UoH .embla__button--prev {
  display: flex;
}
.cid-voImc32UoH .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-voImc32UoH .embla__button:hover {
  background-color: #ee1c24 !important;
  color: #ffffff !important;
}
.cid-voImc32UoH .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-voImc32UoH .embla__button.embla__button--prev {
  left: 0;
}
.cid-voImc32UoH .embla__button.embla__button--next {
  right: 0;
}
.cid-voImc32UoH .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-voImc32UoH .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-voImc32UoH .embla__viewport {
    padding: 0;
  }
}
.cid-voImc32UoH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voImc32UoH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voImc32UoH .embla__container {
  display: flex;
  user-select: none;
  justify-content: space-evenly;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1199px) {
  .cid-voImc32UoH .embla__container {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.cid-voImc32UoH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voImc32UoH .item-text {
  color: #000000;
}
.cid-voImc32UoH .item-name {
  color: #000000;
}
.cid-voImc32UoH .item-role {
  color: #767676;
}
.cid-voImc32UoH .mbr-star {
  color: #f5b614;
}
.cid-vpEEcPntGU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f8f8f8;
}
.cid-vpEEcPntGU .content-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vpEEcPntGU .mbr-label {
  color: #666666;
}
@media (max-width: 767px) {
  .cid-vpEEcPntGU .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpEEcPntGU .mbr-section-title {
  text-align: center;
}
.cid-vpEEcPntGU .mbr-text,
.cid-vpEEcPntGU .mbr-section-btn {
  text-align: center;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vpFuUwEEUW.popup-builder {
  background-color: #ffffff;
}
.cid-vpFuUwEEUW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFuUwEEUW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFuUwEEUW .modal-content,
.cid-vpFuUwEEUW .modal-dialog {
  height: auto;
}
.cid-vpFuUwEEUW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFuUwEEUW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFuUwEEUW .form-wrapper .mbr-form .form-group,
  .cid-vpFuUwEEUW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFuUwEEUW .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFuUwEEUW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFuUwEEUW .mbr-text {
  text-align: center;
}
.cid-vpFuUwEEUW .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFuUwEEUW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFuUwEEUW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFuUwEEUW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFuUwEEUW .modal-open {
  overflow: hidden;
}
.cid-vpFuUwEEUW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFuUwEEUW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFuUwEEUW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFuUwEEUW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFuUwEEUW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFuUwEEUW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFuUwEEUW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFuUwEEUW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFuUwEEUW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFuUwEEUW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFuUwEEUW .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFuUwEEUW .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFuUwEEUW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFuUwEEUW .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFuUwEEUW .modal-header {
    padding: 1rem;
  }
}
.cid-vpFuUwEEUW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFuUwEEUW .modal-header .close svg {
  fill: #353535;
}
.cid-vpFuUwEEUW .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFuUwEEUW .modal-header .close:focus {
  outline: none;
}
.cid-vpFuUwEEUW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFuUwEEUW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFuUwEEUW .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFuUwEEUW .modal-body {
    padding: 1rem;
  }
}
.cid-vpFuUwEEUW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFuUwEEUW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFuUwEEUW .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFuUwEEUW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFuUwEEUW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFuUwEEUW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFuUwEEUW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFuUwEEUW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFuUwEEUW .modal-lg,
  .cid-vpFuUwEEUW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFuUwEEUW .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFuUwEEUW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFuUwEEUW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFuUwEEUW .form-group {
  margin-bottom: 1rem;
}
.cid-vpFuUwEEUW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFuUwEEUW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFuUwEEUW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFuUwEEUW .mbr-section-btn {
  margin: 0;
}
.cid-vpFuUwEEUW .mbr-section-btn .btn {
  margin: 0;
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnpGzIISaP {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/header04.webp");
  background-position: 35% 30%;
}
.cid-vnpGzIISaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnpGzIISaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnpGzIISaP .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnpGzIISaP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnpGzIISaP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnpGzIISaP .mbr-text {
  color: #ffffff;
}
.cid-vnpGzIISaP .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnpGzIISaP .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnpGzIISaP .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnpGzIISaP .mbr-text,
.cid-vnpGzIISaP .mbr-section-btn {
  text-align: center;
}
.cid-vnpJc7vorK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnpJc7vorK::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4.75rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnpJc7vorK .cta-panel {
  margin-left: 0;
  margin-right: 0;
  margin-top: -4.75rem;
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnpJc7vorK .cta-panel.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnpJc7vorK .cta-panel.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnpJc7vorK .cta-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vnpJc7vorK .cta-content > .mbr-iconfont {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnpJc7vorK .mbr-section-title {
  color: #ed1c24;
  text-align: justify;
}
.cid-vnpJc7vorK .mbr-text,
.cid-vnpJc7vorK .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vnpJc7vorK .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnpJc7vorK .cta-panel {
    row-gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vnpJc7vorK .cta-panel {
    padding: 1rem;
  }
  .cid-vnpJc7vorK .cta-content {
    align-items: flex-start;
    gap: 0.5rem;
  }
  .cid-vnpJc7vorK .cta-content > .mbr-iconfont {
    display: none;
  }
}
.cid-vnpHimunTF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
  background-position: 10% 0%;
  background-size: 3600px 2400px;
}
.cid-vnpHimunTF .content-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnpHimunTF .mbr-label {
  color: #666666;
}
@media (max-width: 767px) {
  .cid-vnpHimunTF .content-wrapper {
    max-width: 100%;
  }
}
.cid-vph4IrC985 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-default-background.webp");
  background-size: cover;
  background-position: center center;
}
.cid-vph4IrC985 .mbr-text,
.cid-vph4IrC985 .mbr-section-title,
.cid-vph4IrC985 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vph4IrC985 .jobs-row {
  margin-top: 2rem;
}
.cid-vph4IrC985 .item-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 32px;
  gap: 1rem;
  align-items: center;
  min-height: 150px;
  height: 100%;
  padding: 1rem;
  color: #ffffff;
  background-color: rgba(20, 37, 54, 0.9);
  border: 1px solid rgba(101, 113, 124, 0.8);
}
.cid-vph4IrC985 .item-wrapper:hover,
.cid-vph4IrC985 .item-wrapper:focus-within {
  background-color: #1b3147;
  border-color: #ed1c24;
}
.cid-vph4IrC985 .job-icon-wrap,
.cid-vph4IrC985 .job-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.cid-vph4IrC985 .job-icon {
  color: #ffffff;
  font-size: 2.25rem;
}
.cid-vph4IrC985 .job-arrow .mbr-iconfont {
  color: #ffffff;
  font-size: 1rem;
}
.cid-vph4IrC985 .job-type {
  margin: 0 0 0.35rem;
  color: #ed1c24;
  font-weight: 700;
  text-transform: uppercase;
}
.cid-vph4IrC985 .job-title {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
}
.cid-vph4IrC985 .job-summary {
  margin: 0.5rem 0 0;
  color: #d4dce3;
}
.cid-vph4IrC985 .job-meta {
  margin: 0.75rem 0 0;
  color: #d4dce3;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.cid-vph4IrC985 .job-date {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.cid-vph4IrC985 .job-location-wrap {
  margin-left: 1rem;
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  overflow: hidden;
}
.cid-vph4IrC985 .job-meta .mbr-iconfont {
  flex: 0 0 auto;
  margin-right: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
}
.cid-vph4IrC985 .job-location {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cid-vph4IrC985 .job-cover-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.cid-vph4IrC985 .job-cover-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
@media (max-width: 575px) {
  .cid-vph4IrC985 .item-wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    min-height: 138px;
    padding: 0.85rem;
  }
  .cid-vph4IrC985 .job-icon-wrap,
  .cid-vph4IrC985 .job-arrow {
    display: none;
  }
}
.cid-vpFU39hZmp.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39hZmp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39hZmp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39hZmp .modal-content,
.cid-vpFU39hZmp .modal-dialog {
  height: auto;
}
.cid-vpFU39hZmp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39hZmp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39hZmp .form-wrapper .mbr-form .form-group,
  .cid-vpFU39hZmp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39hZmp .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39hZmp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39hZmp .mbr-text {
  text-align: center;
}
.cid-vpFU39hZmp .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39hZmp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39hZmp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39hZmp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39hZmp .modal-open {
  overflow: hidden;
}
.cid-vpFU39hZmp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39hZmp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39hZmp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39hZmp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39hZmp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39hZmp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39hZmp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39hZmp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39hZmp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39hZmp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39hZmp .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39hZmp .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39hZmp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39hZmp .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39hZmp .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39hZmp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39hZmp .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39hZmp .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39hZmp .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39hZmp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39hZmp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39hZmp .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39hZmp .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39hZmp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39hZmp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39hZmp .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39hZmp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39hZmp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39hZmp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39hZmp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39hZmp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39hZmp .modal-lg,
  .cid-vpFU39hZmp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39hZmp .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39hZmp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39hZmp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39hZmp .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39hZmp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39hZmp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39hZmp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39hZmp .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39hZmp .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vptMomBRuZ {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/header-generic-leaves-roadside.webp");
  background-position: 50% 40%;
}
.cid-vptMomBRuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptMomBRuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vptMomBRuZ .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vptMomBRuZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vptMomBRuZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vptMomBRuZ .mbr-text {
  color: #ffffff;
}
.cid-vptMomBRuZ .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vptMomBRuZ .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vptMomBRuZ .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vptMomBRuZ .mbr-text,
.cid-vptMomBRuZ .mbr-section-btn {
  text-align: center;
}
.cid-vnc319n57Y {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
  background-position: -25% 0%;
  background-size: auto 150%;
  background-repeat: repeat-x;
}
.cid-vnc319n57Y .content-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnc319n57Y .titlecase-content a,
.cid-vnc319n57Y .contact-block {
  text-transform: none;
}
.cid-vnc319n57Y .mbr-section-title,
.cid-vnc319n57Y .mbr-section-subtitle,
.cid-vnc319n57Y .policy-heading {
  font-weight: 700;
}
.cid-vnc319n57Y .mbr-label {
  color: #666666;
}
.cid-vnc319n57Y .policy-heading {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-vnc319n57Y .policy-list {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.cid-vnc319n57Y .policy-list li {
  margin-bottom: 0.45rem;
}
.cid-vnc319n57Y .mbr-text {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vnc319n57Y .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpFU39iZNK.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39iZNK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39iZNK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39iZNK .modal-content,
.cid-vpFU39iZNK .modal-dialog {
  height: auto;
}
.cid-vpFU39iZNK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39iZNK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39iZNK .form-wrapper .mbr-form .form-group,
  .cid-vpFU39iZNK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39iZNK .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39iZNK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39iZNK .mbr-text {
  text-align: center;
}
.cid-vpFU39iZNK .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39iZNK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39iZNK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39iZNK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39iZNK .modal-open {
  overflow: hidden;
}
.cid-vpFU39iZNK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39iZNK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39iZNK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39iZNK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39iZNK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39iZNK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39iZNK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39iZNK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39iZNK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39iZNK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39iZNK .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39iZNK .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39iZNK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39iZNK .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39iZNK .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39iZNK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39iZNK .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39iZNK .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39iZNK .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39iZNK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39iZNK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39iZNK .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39iZNK .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39iZNK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39iZNK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39iZNK .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39iZNK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39iZNK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39iZNK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39iZNK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39iZNK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39iZNK .modal-lg,
  .cid-vpFU39iZNK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39iZNK .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39iZNK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39iZNK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39iZNK .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39iZNK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39iZNK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39iZNK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39iZNK .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39iZNK .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnpLH20NFr {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/header05.webp");
  background-position: 50% 45%;
}
.cid-vnpLH20NFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnpLH20NFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnpLH20NFr .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnpLH20NFr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnpLH20NFr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnpLH20NFr .mbr-text {
  color: #ffffff;
}
.cid-vnpLH20NFr .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnpLH20NFr .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnpLH20NFr .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnpLH20NFr .mbr-text,
.cid-vnpLH20NFr .mbr-section-btn {
  text-align: center;
}
.cid-vnca42lg9v {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
}
.cid-vnca42lg9v .content-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnca42lg9v .mbr-label {
  color: #666666;
}
.cid-vnca42lg9v .policy-content p,
.cid-vnca42lg9v .policy-content ul,
.cid-vnca42lg9v .policy-content ol {
  margin-bottom: 1rem;
}
.cid-vnca42lg9v .policy-content ul,
.cid-vnca42lg9v .policy-content ol {
  padding-left: 1.5rem;
}
.cid-vnca42lg9v .policy-content li {
  margin-bottom: 0.45rem;
}
.cid-vnca42lg9v .policy-content a {
  color: #ed1c24;
  text-decoration: underline;
}
.cid-vnca42lg9v .policy-heading {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-vnca42lg9v .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpFU39i9Tv.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39i9Tv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39i9Tv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39i9Tv .modal-content,
.cid-vpFU39i9Tv .modal-dialog {
  height: auto;
}
.cid-vpFU39i9Tv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39i9Tv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39i9Tv .form-wrapper .mbr-form .form-group,
  .cid-vpFU39i9Tv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39i9Tv .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39i9Tv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39i9Tv .mbr-text {
  text-align: center;
}
.cid-vpFU39i9Tv .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39i9Tv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39i9Tv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39i9Tv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39i9Tv .modal-open {
  overflow: hidden;
}
.cid-vpFU39i9Tv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39i9Tv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39i9Tv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39i9Tv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39i9Tv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39i9Tv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39i9Tv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39i9Tv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39i9Tv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39i9Tv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39i9Tv .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39i9Tv .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39i9Tv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39i9Tv .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39i9Tv .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39i9Tv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39i9Tv .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39i9Tv .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39i9Tv .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39i9Tv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39i9Tv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39i9Tv .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39i9Tv .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39i9Tv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39i9Tv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39i9Tv .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39i9Tv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39i9Tv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39i9Tv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39i9Tv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39i9Tv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39i9Tv .modal-lg,
  .cid-vpFU39i9Tv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39i9Tv .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39i9Tv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39i9Tv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39i9Tv .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39i9Tv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39i9Tv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39i9Tv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39i9Tv .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39i9Tv .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnqheS0TT0 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/header02.webp");
  background-position: 50% 50%;
}
.cid-vnqheS0TT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnqheS0TT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnqheS0TT0 .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnqheS0TT0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnqheS0TT0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnqheS0TT0 .mbr-text {
  color: #ffffff;
}
.cid-vnqheS0TT0 .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnqheS0TT0 .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnqheS0TT0 .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnqheS0TT0 .mbr-text,
.cid-vnqheS0TT0 .mbr-section-btn {
  text-align: center;
}
.cid-vnqheTjp0L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnqheTjp0L::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 6.75rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnqheTjp0L .cta-panel {
  margin-left: 0;
  margin-right: 0;
  margin-top: -6.75rem;
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnqheTjp0L .cta-panel.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnqheTjp0L .cta-panel.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnqheTjp0L .cta-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vnqheTjp0L .cta-content > .mbr-iconfont {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnqheTjp0L .mbr-section-title {
  color: #ed1c24;
  text-align: justify;
}
.cid-vnqheTjp0L .mbr-text,
.cid-vnqheTjp0L .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vnqheTjp0L .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnqheTjp0L .cta-panel {
    row-gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vnqheTjp0L .cta-panel {
    padding: 1rem;
  }
  .cid-vnqheTjp0L .cta-content {
    align-items: flex-start;
    gap: 0.5rem;
  }
  .cid-vnqheTjp0L .cta-content > .mbr-iconfont {
    display: none;
  }
}
.cid-vnqheSADQB {
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
  background-position: -10% 100%;
  background-size: 3600px 2400px;
  background-repeat: repeat-x;
}
.cid-vnqheSADQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnqheSADQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vnqheSADQB .image-wrapper {
  margin-bottom: 2rem;
}
.cid-vnqheSADQB .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-vnqheSADQB .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vnqheSADQB .stat-block {
  padding: 1.5rem 0;
}
.cid-vnqheSADQB .stat-block.top-left,
.cid-vnqheSADQB .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnqheSADQB .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vnqheSADQB .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnqheSADQB .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #e62b34;
}
.cid-vnqheSADQB .stat-title {
  text-transform: uppercase;
}
.cid-vnqheSADQB .stat-text {
  flex: 1;
}
.cid-vnqheSADQB .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vnqheSADQB .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
@media (min-width: 768px) {
  .cid-vnqheSADQB .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vnqheSADQB .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vnqheSADQB .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vnqheSADQB .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vnqheSADQB .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
.cid-vnqheXhUzF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnqheXhUzF::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnqheXhUzF .cta-panel {
  margin-left: 0;
  margin-right: 0;
  margin-top: -5rem;
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnqheXhUzF .cta-panel.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnqheXhUzF .cta-panel.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnqheXhUzF .cta-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vnqheXhUzF .cta-content > .mbr-iconfont {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnqheXhUzF .mbr-section-title {
  color: #ed1c24;
  text-align: justify;
}
.cid-vnqheXhUzF .mbr-text,
.cid-vnqheXhUzF .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vnqheXhUzF .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnqheXhUzF .cta-panel {
    row-gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vnqheXhUzF .cta-panel {
    padding: 1rem;
  }
  .cid-vnqheXhUzF .cta-content {
    align-items: flex-start;
    gap: 0.5rem;
  }
  .cid-vnqheXhUzF .cta-content > .mbr-iconfont {
    display: none;
  }
}
.cid-vnqheTYsgl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-vnqheTYsgl .value-item {
  padding: 1rem;
  text-align: center;
  border-right: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnqheTYsgl .value-item:last-child {
  border-right: 0;
}
.cid-vnqheTYsgl .value-item > .mbr-iconfont {
  display: block;
  color: #ed1c24;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.cid-vnqheTYsgl .value-title,
.cid-vnqheTYsgl .value-item > .mbr-iconfont {
  text-align: left;
}
.cid-vnqheTYsgl .value-text {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vnqheTYsgl .value-item {
    padding: 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
.cid-vnqheUOZGM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/breckels-default-background.webp");
}
.cid-vnqheUOZGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnqheUOZGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnqheUOZGM .content-wrap {
  margin: 0 -20px;
}
.cid-vnqheUOZGM .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vnqheUOZGM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vnqheUOZGM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vnqheUOZGM .embla__slide .slide-content {
  width: 100%;
}
.cid-vnqheUOZGM .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
}
.cid-vnqheUOZGM .embla__button--next,
.cid-vnqheUOZGM .embla__button--prev {
  display: flex;
}
.cid-vnqheUOZGM .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
}
@media (max-width: 768px) {
  .cid-vnqheUOZGM .embla__button {
    display: none;
  }
}
.cid-vnqheUOZGM .embla__button:hover {
  background-color: #fb555d !important;
  color: #ffffff !important;
}
.cid-vnqheUOZGM .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vnqheUOZGM .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vnqheUOZGM .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vnqheUOZGM .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vnqheUOZGM .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vnqheUOZGM .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnqheUOZGM .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-vnqheUOZGM .embla__viewport {
    padding: 0;
  }
}
.cid-vnqheUOZGM .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/strength-in-people-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  opacity: 1;
}
.cid-vnqheUOZGM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnqheUOZGM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnqheUOZGM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnqheUOZGM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnqheUOZGM .mbr-section-title {
  margin: 0 auto;
  max-width: 80%;
  color: #ffffff;
}
.cid-vnqheUOZGM .mbr-text {
  color: #ffffff;
}
.cid-vnqheUOZGM .mbr-section-title,
.cid-vnqheUOZGM .mbr-section-btn {
  text-align: center;
}
.cid-vnqheUOZGM .mbr-text,
.cid-vnqheUOZGM .text-wrapper {
  text-align: center;
}
.cid-vnqheUOZGM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnqheVGb7S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/br-white-brand-bg-bulk-graphs.webp");
}
.cid-vnqheVGb7S .content-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnqheVGb7S .mbr-label {
  color: #666666;
}
.cid-vnqheVGb7S .mbr-text p,
.cid-vnqheVGb7S .mbr-text ul,
.cid-vnqheVGb7S .mbr-text ol {
  margin-bottom: 1rem;
}
.cid-vnqheVGb7S .mbr-text h3,
.cid-vnqheVGb7S .mbr-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-vnqheVGb7S .mbr-text ul,
.cid-vnqheVGb7S .mbr-text ol {
  padding-left: 1.5rem;
}
.cid-vnqheVGb7S .mbr-text a {
  color: #ed1c24;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-vnqheVGb7S .content-wrapper {
    max-width: 100%;
  }
}
.cid-vnqheWouPi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnqheWouPi .item-img {
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cid-vnqheWouPi .item-img img {
  width: 102%;
  height: 102%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-vnqheWouPi .item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-vnqheWouPi .card-left .item-img::before {
  background: #332b22;
  opacity: 0.8;
}
.cid-vnqheWouPi .card-right .item-img::before {
  background: #112233;
  opacity: 0.8;
}
.cid-vnqheWouPi .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-vnqheWouPi .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vnqheWouPi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vnqheWouPi .item {
  padding: 0;
  margin: 0;
}
.cid-vnqheWouPi .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
}
.cid-vnqheWouPi .item-wrapper:hover .item-img img,
.cid-vnqheWouPi .item-wrapper:focus-within .item-img img {
  will-change: transform;
  transform: scale(1.15);
}
.cid-vnqheWouPi .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-vnqheWouPi .item-content > div,
.cid-vnqheWouPi .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-vnqheWouPi .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-vnqheWouPi .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-vnqheWouPi .item-content {
    padding: 30px 20px;
  }
}
.cid-vnqheWouPi .item-title {
  text-align: center;
}
.cid-vnqheWouPi .mbr-text,
.cid-vnqheWouPi .mbr-section-btn {
  text-align: center;
}
.cid-vpFU39ie6R.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39ie6R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39ie6R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39ie6R .modal-content,
.cid-vpFU39ie6R .modal-dialog {
  height: auto;
}
.cid-vpFU39ie6R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39ie6R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39ie6R .form-wrapper .mbr-form .form-group,
  .cid-vpFU39ie6R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39ie6R .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39ie6R .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39ie6R .mbr-text {
  text-align: center;
}
.cid-vpFU39ie6R .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39ie6R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39ie6R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39ie6R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39ie6R .modal-open {
  overflow: hidden;
}
.cid-vpFU39ie6R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39ie6R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39ie6R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39ie6R .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39ie6R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39ie6R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39ie6R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39ie6R .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39ie6R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39ie6R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39ie6R .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39ie6R .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39ie6R .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39ie6R .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39ie6R .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39ie6R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39ie6R .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39ie6R .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39ie6R .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39ie6R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39ie6R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39ie6R .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39ie6R .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39ie6R .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39ie6R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39ie6R .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39ie6R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39ie6R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39ie6R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39ie6R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39ie6R .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39ie6R .modal-lg,
  .cid-vpFU39ie6R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39ie6R .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39ie6R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39ie6R .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39ie6R .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39ie6R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39ie6R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39ie6R .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39ie6R .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39ie6R .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnt8NkPYtP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header07.webp");
  background-position: 90% 50%;
}
.cid-vnt8NkPYtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnt8NkPYtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnt8NkPYtP .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnt8NkPYtP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnt8NkPYtP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnt8NkPYtP .mbr-text {
  color: #ffffff;
}
.cid-vnt8NkPYtP .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnt8NkPYtP .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnt8NkPYtP .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnt8NkPYtP .mbr-text,
.cid-vnt8NkPYtP .mbr-section-btn {
  text-align: center;
}
.cid-vnt8NlTqCJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnt8NlTqCJ::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnt8NlTqCJ .cta-panel {
  margin-left: 0;
  margin-right: 0;
  margin-top: -5rem;
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnt8NlTqCJ .cta-panel.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnt8NlTqCJ .cta-panel.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnt8NlTqCJ .cta-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vnt8NlTqCJ .cta-content > .mbr-iconfont {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnt8NlTqCJ .mbr-section-title {
  color: #ed1c24;
  text-align: justify;
}
.cid-vnt8NlTqCJ .mbr-text,
.cid-vnt8NlTqCJ .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vnt8NlTqCJ .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnt8NlTqCJ .cta-panel {
    row-gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vnt8NlTqCJ .cta-panel {
    padding: 1rem;
  }
  .cid-vnt8NlTqCJ .cta-content {
    align-items: flex-start;
    gap: 0.5rem;
  }
  .cid-vnt8NlTqCJ .cta-content > .mbr-iconfont {
    display: none;
  }
}
.cid-vnt8Nnc2ff {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/br-white-brand-bg-bulk-graphs.webp");
  background-position: 50% 0%;
  background-size: 105%;
}
.cid-vnt8Nnc2ff .content-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnt8Nnc2ff .mbr-label {
  color: #666666;
}
.cid-vnt8Nnc2ff .mbr-text p,
.cid-vnt8Nnc2ff .mbr-text ul,
.cid-vnt8Nnc2ff .mbr-text ol {
  margin-bottom: 1rem;
}
.cid-vnt8Nnc2ff .mbr-text h3,
.cid-vnt8Nnc2ff .mbr-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-vnt8Nnc2ff .mbr-text ul,
.cid-vnt8Nnc2ff .mbr-text ol {
  padding-left: 1.5rem;
}
.cid-vnt8Nnc2ff .mbr-text a {
  color: #ed1c24;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-vnt8Nnc2ff .content-wrapper {
    max-width: 100%;
  }
}
.cid-voIaW9uGii {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/breckels-default-background.webp");
}
.cid-voIaW9uGii .mbr-fallback-image.disabled {
  display: none;
}
.cid-voIaW9uGii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-voIaW9uGii .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-voIaW9uGii .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-voIaW9uGii .embla__slide .slide-content {
  width: 100%;
}
.cid-voIaW9uGii .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-voIaW9uGii .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.cid-voIaW9uGii .embla__button--next,
.cid-voIaW9uGii .embla__button--prev {
  display: flex;
}
.cid-voIaW9uGii .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-voIaW9uGii .embla__button:hover {
  background-color: #ee1c24 !important;
  color: #ffffff !important;
}
.cid-voIaW9uGii .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-voIaW9uGii .embla__button.embla__button--prev {
  left: 0;
}
.cid-voIaW9uGii .embla__button.embla__button--next {
  right: 0;
}
.cid-voIaW9uGii .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-voIaW9uGii .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-voIaW9uGii .embla__viewport {
    padding: 0;
  }
}
.cid-voIaW9uGii .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-voIaW9uGii .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-voIaW9uGii .embla__container {
  display: flex;
  user-select: none;
  justify-content: space-evenly;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1199px) {
  .cid-voIaW9uGii .embla__container {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.cid-voIaW9uGii .item-menu-overlay {
  opacity: 0 !important;
}
.cid-voIaW9uGii .item-text {
  color: #000000;
}
.cid-voIaW9uGii .item-name {
  color: #000000;
}
.cid-voIaW9uGii .item-role {
  color: #767676;
}
.cid-voIaW9uGii .mbr-star {
  color: #f5b614;
}
.cid-vnt8NmdwyM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/br-white-brand-bg-heavy-haul.webp");
  background-position: 50% 80%;
}
.cid-vnt8NmdwyM .value-item {
  padding: 1rem;
  text-align: center;
  border-right: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnt8NmdwyM .value-item:last-child {
  border-right: 0;
}
.cid-vnt8NmdwyM .value-item > .mbr-iconfont {
  display: block;
  color: #ed1c24;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.cid-vnt8NmdwyM .value-title,
.cid-vnt8NmdwyM .value-item > .mbr-iconfont {
  text-align: left;
}
.cid-vnt8NmdwyM .value-text {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vnt8NmdwyM .value-item {
    padding: 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
.cid-vq2LvQvfhG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-default-background.webp");
  background-size: cover;
  background-position: center center;
}
.cid-vq2LvQvfhG .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vq2LvQvfhG .section-three-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.975fr) minmax(0, 0.975fr);
  gap: 0;
  min-height: 24rem;
}
.cid-vq2LvQvfhG .section-three-grid.has-spacing {
  gap: 1rem;
}
.cid-vq2LvQvfhG .section-three-grid.has-one-image {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cid-vq2LvQvfhG .section-three-grid.is-reversed {
  direction: rtl;
}
.cid-vq2LvQvfhG .section-three-grid.is-reversed > * {
  direction: ltr;
}
.cid-vq2LvQvfhG .content-column,
.cid-vq2LvQvfhG .image-column {
  min-width: 0;
  min-height: 24rem;
}
.cid-vq2LvQvfhG .content-column {
  display: flex;
  align-items: center;
}
.cid-vq2LvQvfhG .content-wrap {
  width: 100%;
  padding: 1.75rem clamp(1.5rem, 4vw, 4rem);
}
.cid-vq2LvQvfhG .mbr-section-title {
  color: #ed1c24;
  text-transform: uppercase;
}
.cid-vq2LvQvfhG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vq2LvQvfhG .mbr-text {
  max-width: 24rem;
  color: #ffffff;
}
.cid-vq2LvQvfhG .image-column {
  position: relative;
  overflow: hidden;
}
.cid-vq2LvQvfhG .image-column img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vq2LvQvfhG .image-one img {
  object-position: 50% 80%;
}
.cid-vq2LvQvfhG .image-two img {
  object-position: 50% 70%;
}
@media (max-width: 991px) {
  .cid-vq2LvQvfhG .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vq2LvQvfhG .section-three-grid,
  .cid-vq2LvQvfhG .section-three-grid.has-one-image {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    min-height: auto;
  }
  .cid-vq2LvQvfhG .section-three-grid.is-reversed,
  .cid-vq2LvQvfhG .section-three-grid.has-one-image.is-reversed {
    direction: ltr;
  }
  .cid-vq2LvQvfhG .section-three-grid.has-two-images .image-two,
  .cid-vq2LvQvfhG .section-three-grid.has-one-image.has-two-images .image-two {
    display: none;
  }
  .cid-vq2LvQvfhG .content-column,
  .cid-vq2LvQvfhG .image-column {
    min-height: 16rem;
  }
  .cid-vq2LvQvfhG .content-wrap {
    padding: 1.75rem 1.35rem;
  }
  .cid-vq2LvQvfhG .mbr-text {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .cid-vq2LvQvfhG .section-three-grid,
  .cid-vq2LvQvfhG .section-three-grid.has-one-image {
    grid-template-columns: minmax(0, 1.15fr) minmax(6.75rem, 0.85fr);
  }
  .cid-vq2LvQvfhG .content-column,
  .cid-vq2LvQvfhG .image-column {
    min-height: 14rem;
  }
  .cid-vq2LvQvfhG .content-wrap {
    padding: 1.35rem 1rem;
  }
  .cid-vq2LvQvfhG .mbr-section-title {
    font-size: 0.85rem;
    line-height: 1.2;
  }
  .cid-vq2LvQvfhG .mbr-section-subtitle {
    font-size: 1.45rem;
    line-height: 1.1;
  }
  .cid-vq2LvQvfhG .mbr-text {
    font-size: 0.9rem;
    line-height: 1.45;
  }
}
.cid-vpFU39iyZp.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39iyZp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39iyZp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39iyZp .modal-content,
.cid-vpFU39iyZp .modal-dialog {
  height: auto;
}
.cid-vpFU39iyZp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39iyZp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39iyZp .form-wrapper .mbr-form .form-group,
  .cid-vpFU39iyZp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39iyZp .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39iyZp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39iyZp .mbr-text {
  text-align: center;
}
.cid-vpFU39iyZp .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39iyZp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39iyZp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39iyZp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39iyZp .modal-open {
  overflow: hidden;
}
.cid-vpFU39iyZp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39iyZp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39iyZp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39iyZp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39iyZp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39iyZp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39iyZp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39iyZp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39iyZp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39iyZp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39iyZp .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39iyZp .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39iyZp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39iyZp .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39iyZp .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39iyZp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39iyZp .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39iyZp .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39iyZp .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39iyZp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39iyZp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39iyZp .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39iyZp .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39iyZp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39iyZp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39iyZp .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39iyZp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39iyZp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39iyZp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39iyZp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39iyZp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39iyZp .modal-lg,
  .cid-vpFU39iyZp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39iyZp .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39iyZp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39iyZp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39iyZp .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39iyZp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39iyZp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39iyZp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39iyZp .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39iyZp .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnyY8uoyNS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header08.webp");
  background-position: 90% 50%;
}
.cid-vnyY8uoyNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnyY8uoyNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnyY8uoyNS .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnyY8uoyNS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnyY8uoyNS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnyY8uoyNS .mbr-text {
  color: #ffffff;
}
.cid-vnyY8uoyNS .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnyY8uoyNS .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnyY8uoyNS .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnyY8uoyNS .mbr-text,
.cid-vnyY8uoyNS .mbr-section-btn {
  text-align: center;
}
.cid-vnyY8uUMmX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnyY8uUMmX::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnyY8uUMmX .cta-panel {
  margin-left: 0;
  margin-right: 0;
  margin-top: -5rem;
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnyY8uUMmX .cta-panel.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnyY8uUMmX .cta-panel.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnyY8uUMmX .cta-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vnyY8uUMmX .cta-content > .mbr-iconfont {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnyY8uUMmX .mbr-section-title {
  color: #ed1c24;
  text-align: justify;
}
.cid-vnyY8uUMmX .mbr-text,
.cid-vnyY8uUMmX .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vnyY8uUMmX .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnyY8uUMmX .cta-panel {
    row-gap: 1rem;
  }
}
@media (max-width: 575px) {
  .cid-vnyY8uUMmX .cta-panel {
    padding: 1rem;
  }
  .cid-vnyY8uUMmX .cta-content {
    align-items: flex-start;
    gap: 0.5rem;
  }
  .cid-vnyY8uUMmX .cta-content > .mbr-iconfont {
    display: none;
  }
}
.cid-vnzmXttjTm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/br-white-brand-bg-heavy-haul.webp");
  background-position: 50% 0%;
}
.cid-vnzmXttjTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzmXttjTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzmXttjTm .row {
  margin: 0 -20px;
}
.cid-vnzmXttjTm .row .card {
  padding: 0 20px;
}
.cid-vnzmXttjTm .mbr-label {
  margin-bottom: 1rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cid-vnzmXttjTm .content-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1440px) {
  .cid-vnzmXttjTm .content-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vnzmXttjTm .content-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vnzmXttjTm .content-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vnzmXttjTm .content-wrap .items-wrapper .item {
  height: 100%;
}
.cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper:hover,
.cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper:focus-within {
  border-color: #ed1c24;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper .item-meta-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper .iconfont-wrapper {
  flex: 0 0 auto;
  color: #ed1c24;
  text-decoration: none;
}
.cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1;
}
.cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper .iconfont-wrapper:focus-visible::after {
  outline: 3px solid #ed1c24;
  outline-offset: 4px;
}
.cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper .item-meta {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: #5f5f5f;
  overflow-wrap: anywhere;
}
.cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 8px;
  color: #121212;
}
.cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-vnzmXttjTm .mbr-section-title,
.cid-vnzmXttjTm .mbr-section-btn {
  color: #000000;
}
.cid-vnzmXttjTm .mbr-section-btn {
  text-align: right;
}
.cid-vnzmXttjTm .mbr-section-subtitle,
.cid-vnzmXttjTm .mbr-text,
.cid-vnzmXttjTm .text-wrapper {
  color: #000000;
}
.cid-vnzmXttjTm .red-pop {
  color: #ed1c24;
}
@media (max-width: 575px) {
  .cid-vnzmXttjTm .content-wrap .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vnyY8vMX8C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/breckels-default-background.webp");
}
.cid-vnyY8vMX8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnyY8vMX8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnyY8vMX8C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vnyY8vMX8C .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vnyY8vMX8C .embla__slide .slide-content {
  width: 100%;
}
.cid-vnyY8vMX8C .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vnyY8vMX8C .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
.cid-vnyY8vMX8C .embla__button--next,
.cid-vnyY8vMX8C .embla__button--prev {
  display: flex;
}
.cid-vnyY8vMX8C .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vnyY8vMX8C .embla__button:hover {
  background-color: #ee1c24 !important;
  color: #ffffff !important;
}
.cid-vnyY8vMX8C .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2b2b2b !important;
  color: #ffffff !important;
}
.cid-vnyY8vMX8C .embla__button.embla__button--prev {
  left: 0;
}
.cid-vnyY8vMX8C .embla__button.embla__button--next {
  right: 0;
}
.cid-vnyY8vMX8C .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnyY8vMX8C .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vnyY8vMX8C .embla__viewport {
    padding: 0;
  }
}
.cid-vnyY8vMX8C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnyY8vMX8C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnyY8vMX8C .embla__container {
  display: flex;
  user-select: none;
  justify-content: space-evenly;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1199px) {
  .cid-vnyY8vMX8C .embla__container {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.cid-vnyY8vMX8C .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnyY8vMX8C .item-text {
  color: #000000;
}
.cid-vnyY8vMX8C .item-name {
  color: #000000;
}
.cid-vnyY8vMX8C .item-role {
  color: #767676;
}
.cid-vnyY8vMX8C .mbr-star {
  color: #f5b614;
}
.cid-vnzWRYbrWC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/br-white-brand-bg-bulk-graphs.webp");
  background-position: 50% 0%;
}
.cid-vnzWRYbrWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzWRYbrWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzWRYbrWC .section-head {
  max-width: 920px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
.cid-vnzWRYbrWC .mbr-section-title,
.cid-vnzWRYbrWC .mbr-section-subtitle,
.cid-vnzWRYbrWC .resource-label,
.cid-vnzWRYbrWC .item-title {
  font-weight: 700;
}
.cid-vnzWRYbrWC .mbr-section-title,
.cid-vnzWRYbrWC .mbr-section-subtitle,
.cid-vnzWRYbrWC .mbr-text {
  color: #000000;
}
.cid-vnzWRYbrWC .red-pop {
  color: #ed1c24;
}
.cid-vnzWRYbrWC .items-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.cid-vnzWRYbrWC .items-wrapper .item {
  height: 100%;
}
.cid-vnzWRYbrWC .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.cid-vnzWRYbrWC .items-wrapper .item .item-wrapper:hover,
.cid-vnzWRYbrWC .items-wrapper .item .item-wrapper:focus-within {
  border-color: #ed1c24;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}
.cid-vnzWRYbrWC .items-wrapper .item .item-wrapper:hover .logo-frame,
.cid-vnzWRYbrWC .items-wrapper .item .item-wrapper:focus-within .logo-frame {
  border-bottom-color: rgba(237, 28, 36, 0.45);
}
.cid-vnzWRYbrWC .items-wrapper .item .item-wrapper:hover .resource-link,
.cid-vnzWRYbrWC .items-wrapper .item .item-wrapper:focus-within .resource-link {
  color: #ed1c24;
}
.cid-vnzWRYbrWC .items-wrapper .item .item-wrapper:hover .resource-link::after,
.cid-vnzWRYbrWC .items-wrapper .item .item-wrapper:focus-within .resource-link::after {
  transform: translateX(4px);
}
.cid-vnzWRYbrWC .logo-frame {
  aspect-ratio: 1.5;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s ease;
}
.cid-vnzWRYbrWC .logo-frame .card-popup-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cid-vnzWRYbrWC .logo-frame .card-popup-link:focus-visible::after {
  outline: 3px solid #ed1c24;
  outline-offset: -3px;
}
.cid-vnzWRYbrWC .logo-frame img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.cid-vnzWRYbrWC .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.cid-vnzWRYbrWC .resource-label {
  margin-bottom: 0.65rem;
  color: #ed1c24;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cid-vnzWRYbrWC .item-title {
  margin-bottom: 0.75rem;
  color: #121212;
}
.cid-vnzWRYbrWC .item-text {
  margin-bottom: 1.25rem;
  color: #000000;
}
.cid-vnzWRYbrWC .resource-link {
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  color: #121212;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cid-vnzWRYbrWC .resource-link::after {
  content: ">";
  margin-left: 0.5rem;
  color: #ed1c24;
  transition: transform 0.25s ease;
}
.cid-vnzWRYbrWC .resource-link:hover {
  color: #ed1c24;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .cid-vnzWRYbrWC .items-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-vnzWRYbrWC .section-head {
    margin-bottom: 2rem;
    text-align: left;
  }
  .cid-vnzWRYbrWC .items-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .cid-vnzWRYbrWC .item-content {
    padding: 20px;
  }
  .cid-vnzWRYbrWC .logo-frame {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-vnzWRYbrWC .items-wrapper {
    grid-template-columns: 1fr;
  }
  .cid-vnzWRYbrWC .resource-label,
  .cid-vnzWRYbrWC .resource-link {
    letter-spacing: 0.02em;
  }
}
.cid-vnzWRYbrWC .resource-link--disabled {
  pointer-events: none;
  cursor: default;
}
.cid-vnzWRYbrWC .resource-link--disabled::after {
  display: none;
}
.cid-vpFz0hEVU1.popup-builder {
  background-color: #ffffff;
}
.cid-vpFz0hEVU1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFz0hEVU1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFz0hEVU1 .modal-content,
.cid-vpFz0hEVU1 .modal-dialog {
  height: auto;
}
.cid-vpFz0hEVU1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFz0hEVU1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFz0hEVU1 .form-wrapper .mbr-form .form-group,
  .cid-vpFz0hEVU1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFz0hEVU1 .card-img {
  width: 60%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFz0hEVU1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFz0hEVU1 .mbr-text {
  text-align: center;
}
.cid-vpFz0hEVU1 .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFz0hEVU1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFz0hEVU1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFz0hEVU1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFz0hEVU1 .modal-open {
  overflow: hidden;
}
.cid-vpFz0hEVU1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFz0hEVU1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFz0hEVU1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFz0hEVU1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFz0hEVU1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFz0hEVU1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFz0hEVU1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFz0hEVU1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFz0hEVU1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFz0hEVU1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFz0hEVU1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFz0hEVU1 .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFz0hEVU1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFz0hEVU1 .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFz0hEVU1 .modal-header {
    padding: 1rem;
  }
}
.cid-vpFz0hEVU1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFz0hEVU1 .modal-header .close svg {
  fill: #353535;
}
.cid-vpFz0hEVU1 .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFz0hEVU1 .modal-header .close:focus {
  outline: none;
}
.cid-vpFz0hEVU1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFz0hEVU1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFz0hEVU1 .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFz0hEVU1 .modal-body {
    padding: 1rem;
  }
}
.cid-vpFz0hEVU1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFz0hEVU1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFz0hEVU1 .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFz0hEVU1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFz0hEVU1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFz0hEVU1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFz0hEVU1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFz0hEVU1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFz0hEVU1 .modal-lg,
  .cid-vpFz0hEVU1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFz0hEVU1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFz0hEVU1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFz0hEVU1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFz0hEVU1 .form-group {
  margin-bottom: 1rem;
}
.cid-vpFz0hEVU1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFz0hEVU1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFz0hEVU1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFz0hEVU1 .mbr-section-btn {
  margin: 0;
}
.cid-vpFz0hEVU1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpFRfIVUY6.popup-builder {
  background-color: #ffffff;
}
.cid-vpFRfIVUY6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFRfIVUY6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFRfIVUY6 .modal-content,
.cid-vpFRfIVUY6 .modal-dialog {
  height: auto;
}
.cid-vpFRfIVUY6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFRfIVUY6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFRfIVUY6 .form-wrapper .mbr-form .form-group,
  .cid-vpFRfIVUY6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFRfIVUY6 .card-img {
  width: 60%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFRfIVUY6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFRfIVUY6 .mbr-text {
  text-align: center;
}
.cid-vpFRfIVUY6 .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFRfIVUY6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFRfIVUY6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFRfIVUY6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFRfIVUY6 .modal-open {
  overflow: hidden;
}
.cid-vpFRfIVUY6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFRfIVUY6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFRfIVUY6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFRfIVUY6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFRfIVUY6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFRfIVUY6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFRfIVUY6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFRfIVUY6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFRfIVUY6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFRfIVUY6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFRfIVUY6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFRfIVUY6 .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFRfIVUY6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFRfIVUY6 .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFRfIVUY6 .modal-header {
    padding: 1rem;
  }
}
.cid-vpFRfIVUY6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFRfIVUY6 .modal-header .close svg {
  fill: #353535;
}
.cid-vpFRfIVUY6 .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFRfIVUY6 .modal-header .close:focus {
  outline: none;
}
.cid-vpFRfIVUY6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFRfIVUY6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFRfIVUY6 .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFRfIVUY6 .modal-body {
    padding: 1rem;
  }
}
.cid-vpFRfIVUY6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFRfIVUY6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFRfIVUY6 .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFRfIVUY6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFRfIVUY6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFRfIVUY6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFRfIVUY6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFRfIVUY6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFRfIVUY6 .modal-lg,
  .cid-vpFRfIVUY6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFRfIVUY6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFRfIVUY6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFRfIVUY6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFRfIVUY6 .form-group {
  margin-bottom: 1rem;
}
.cid-vpFRfIVUY6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFRfIVUY6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFRfIVUY6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFRfIVUY6 .mbr-section-btn {
  margin: 0;
}
.cid-vpFRfIVUY6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpFSn00NOP.popup-builder {
  background-color: #ffffff;
}
.cid-vpFSn00NOP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFSn00NOP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFSn00NOP .modal-content,
.cid-vpFSn00NOP .modal-dialog {
  height: auto;
}
.cid-vpFSn00NOP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFSn00NOP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFSn00NOP .form-wrapper .mbr-form .form-group,
  .cid-vpFSn00NOP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFSn00NOP .card-img {
  width: 60%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFSn00NOP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFSn00NOP .mbr-text {
  text-align: center;
}
.cid-vpFSn00NOP .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFSn00NOP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFSn00NOP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFSn00NOP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFSn00NOP .modal-open {
  overflow: hidden;
}
.cid-vpFSn00NOP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFSn00NOP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFSn00NOP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFSn00NOP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFSn00NOP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFSn00NOP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFSn00NOP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFSn00NOP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFSn00NOP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFSn00NOP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFSn00NOP .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFSn00NOP .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFSn00NOP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFSn00NOP .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFSn00NOP .modal-header {
    padding: 1rem;
  }
}
.cid-vpFSn00NOP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFSn00NOP .modal-header .close svg {
  fill: #353535;
}
.cid-vpFSn00NOP .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFSn00NOP .modal-header .close:focus {
  outline: none;
}
.cid-vpFSn00NOP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFSn00NOP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFSn00NOP .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFSn00NOP .modal-body {
    padding: 1rem;
  }
}
.cid-vpFSn00NOP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFSn00NOP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFSn00NOP .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFSn00NOP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFSn00NOP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFSn00NOP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFSn00NOP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFSn00NOP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFSn00NOP .modal-lg,
  .cid-vpFSn00NOP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFSn00NOP .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFSn00NOP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFSn00NOP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFSn00NOP .form-group {
  margin-bottom: 1rem;
}
.cid-vpFSn00NOP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFSn00NOP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFSn00NOP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFSn00NOP .mbr-section-btn {
  margin: 0;
}
.cid-vpFSn00NOP .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpFSIhPC3N.popup-builder {
  background-color: #ffffff;
}
.cid-vpFSIhPC3N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFSIhPC3N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFSIhPC3N .modal-content,
.cid-vpFSIhPC3N .modal-dialog {
  height: auto;
}
.cid-vpFSIhPC3N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFSIhPC3N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFSIhPC3N .form-wrapper .mbr-form .form-group,
  .cid-vpFSIhPC3N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFSIhPC3N .card-img {
  width: 60%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFSIhPC3N .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFSIhPC3N .mbr-text {
  text-align: center;
}
.cid-vpFSIhPC3N .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFSIhPC3N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFSIhPC3N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFSIhPC3N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFSIhPC3N .modal-open {
  overflow: hidden;
}
.cid-vpFSIhPC3N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFSIhPC3N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFSIhPC3N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFSIhPC3N .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFSIhPC3N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFSIhPC3N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFSIhPC3N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFSIhPC3N .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFSIhPC3N .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFSIhPC3N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFSIhPC3N .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFSIhPC3N .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFSIhPC3N .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFSIhPC3N .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFSIhPC3N .modal-header {
    padding: 1rem;
  }
}
.cid-vpFSIhPC3N .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFSIhPC3N .modal-header .close svg {
  fill: #353535;
}
.cid-vpFSIhPC3N .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFSIhPC3N .modal-header .close:focus {
  outline: none;
}
.cid-vpFSIhPC3N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFSIhPC3N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFSIhPC3N .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFSIhPC3N .modal-body {
    padding: 1rem;
  }
}
.cid-vpFSIhPC3N .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFSIhPC3N .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFSIhPC3N .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFSIhPC3N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFSIhPC3N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFSIhPC3N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFSIhPC3N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFSIhPC3N .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFSIhPC3N .modal-lg,
  .cid-vpFSIhPC3N .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFSIhPC3N .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFSIhPC3N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFSIhPC3N .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFSIhPC3N .form-group {
  margin-bottom: 1rem;
}
.cid-vpFSIhPC3N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFSIhPC3N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFSIhPC3N .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFSIhPC3N .mbr-section-btn {
  margin: 0;
}
.cid-vpFSIhPC3N .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpFSY5LTFa.popup-builder {
  background-color: #ffffff;
}
.cid-vpFSY5LTFa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFSY5LTFa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFSY5LTFa .modal-content,
.cid-vpFSY5LTFa .modal-dialog {
  height: auto;
}
.cid-vpFSY5LTFa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFSY5LTFa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFSY5LTFa .form-wrapper .mbr-form .form-group,
  .cid-vpFSY5LTFa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFSY5LTFa .card-img {
  width: 60%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFSY5LTFa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFSY5LTFa .mbr-text {
  text-align: center;
}
.cid-vpFSY5LTFa .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFSY5LTFa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFSY5LTFa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFSY5LTFa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFSY5LTFa .modal-open {
  overflow: hidden;
}
.cid-vpFSY5LTFa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFSY5LTFa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFSY5LTFa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFSY5LTFa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFSY5LTFa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFSY5LTFa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFSY5LTFa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFSY5LTFa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFSY5LTFa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFSY5LTFa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFSY5LTFa .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFSY5LTFa .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFSY5LTFa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFSY5LTFa .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFSY5LTFa .modal-header {
    padding: 1rem;
  }
}
.cid-vpFSY5LTFa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFSY5LTFa .modal-header .close svg {
  fill: #353535;
}
.cid-vpFSY5LTFa .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFSY5LTFa .modal-header .close:focus {
  outline: none;
}
.cid-vpFSY5LTFa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFSY5LTFa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFSY5LTFa .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFSY5LTFa .modal-body {
    padding: 1rem;
  }
}
.cid-vpFSY5LTFa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFSY5LTFa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFSY5LTFa .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFSY5LTFa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFSY5LTFa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFSY5LTFa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFSY5LTFa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFSY5LTFa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFSY5LTFa .modal-lg,
  .cid-vpFSY5LTFa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFSY5LTFa .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFSY5LTFa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFSY5LTFa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFSY5LTFa .form-group {
  margin-bottom: 1rem;
}
.cid-vpFSY5LTFa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFSY5LTFa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFSY5LTFa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFSY5LTFa .mbr-section-btn {
  margin: 0;
}
.cid-vpFSY5LTFa .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpVA9cBxrx.popup-builder {
  background-color: #ffffff;
}
.cid-vpVA9cBxrx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpVA9cBxrx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpVA9cBxrx .modal-content,
.cid-vpVA9cBxrx .modal-dialog {
  height: auto;
}
.cid-vpVA9cBxrx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpVA9cBxrx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpVA9cBxrx .form-wrapper .mbr-form .form-group,
  .cid-vpVA9cBxrx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpVA9cBxrx .card-img {
  width: 60%;
  margin: auto;
  border-radius: 0;
}
.cid-vpVA9cBxrx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpVA9cBxrx .mbr-text {
  text-align: center;
}
.cid-vpVA9cBxrx .pt-0 {
  padding-top: 0 !important;
}
.cid-vpVA9cBxrx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpVA9cBxrx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpVA9cBxrx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpVA9cBxrx .modal-open {
  overflow: hidden;
}
.cid-vpVA9cBxrx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpVA9cBxrx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpVA9cBxrx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpVA9cBxrx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpVA9cBxrx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpVA9cBxrx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpVA9cBxrx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpVA9cBxrx .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpVA9cBxrx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpVA9cBxrx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpVA9cBxrx .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpVA9cBxrx .modal-backdrop.show {
  opacity: .5;
}
.cid-vpVA9cBxrx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpVA9cBxrx .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVA9cBxrx .modal-header {
    padding: 1rem;
  }
}
.cid-vpVA9cBxrx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpVA9cBxrx .modal-header .close svg {
  fill: #353535;
}
.cid-vpVA9cBxrx .modal-header .close:hover {
  opacity: 1;
}
.cid-vpVA9cBxrx .modal-header .close:focus {
  outline: none;
}
.cid-vpVA9cBxrx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpVA9cBxrx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpVA9cBxrx .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVA9cBxrx .modal-body {
    padding: 1rem;
  }
}
.cid-vpVA9cBxrx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpVA9cBxrx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVA9cBxrx .modal-footer {
    padding: 1rem;
  }
}
.cid-vpVA9cBxrx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpVA9cBxrx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpVA9cBxrx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpVA9cBxrx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpVA9cBxrx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpVA9cBxrx .modal-lg,
  .cid-vpVA9cBxrx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpVA9cBxrx .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpVA9cBxrx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpVA9cBxrx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpVA9cBxrx .form-group {
  margin-bottom: 1rem;
}
.cid-vpVA9cBxrx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpVA9cBxrx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpVA9cBxrx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpVA9cBxrx .mbr-section-btn {
  margin: 0;
}
.cid-vpVA9cBxrx .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpFTmjdA4a.popup-builder {
  background-color: #ffffff;
}
.cid-vpFTmjdA4a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFTmjdA4a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFTmjdA4a .modal-content,
.cid-vpFTmjdA4a .modal-dialog {
  height: auto;
}
.cid-vpFTmjdA4a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFTmjdA4a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFTmjdA4a .form-wrapper .mbr-form .form-group,
  .cid-vpFTmjdA4a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFTmjdA4a .card-img {
  width: 60%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFTmjdA4a .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFTmjdA4a .mbr-text {
  text-align: center;
}
.cid-vpFTmjdA4a .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFTmjdA4a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFTmjdA4a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFTmjdA4a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFTmjdA4a .modal-open {
  overflow: hidden;
}
.cid-vpFTmjdA4a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFTmjdA4a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFTmjdA4a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFTmjdA4a .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFTmjdA4a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFTmjdA4a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFTmjdA4a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFTmjdA4a .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFTmjdA4a .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFTmjdA4a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFTmjdA4a .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFTmjdA4a .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFTmjdA4a .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFTmjdA4a .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFTmjdA4a .modal-header {
    padding: 1rem;
  }
}
.cid-vpFTmjdA4a .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFTmjdA4a .modal-header .close svg {
  fill: #353535;
}
.cid-vpFTmjdA4a .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFTmjdA4a .modal-header .close:focus {
  outline: none;
}
.cid-vpFTmjdA4a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFTmjdA4a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFTmjdA4a .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFTmjdA4a .modal-body {
    padding: 1rem;
  }
}
.cid-vpFTmjdA4a .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFTmjdA4a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFTmjdA4a .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFTmjdA4a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFTmjdA4a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFTmjdA4a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFTmjdA4a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFTmjdA4a .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFTmjdA4a .modal-lg,
  .cid-vpFTmjdA4a .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFTmjdA4a .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFTmjdA4a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFTmjdA4a .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFTmjdA4a .form-group {
  margin-bottom: 1rem;
}
.cid-vpFTmjdA4a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFTmjdA4a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFTmjdA4a .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFTmjdA4a .mbr-section-btn {
  margin: 0;
}
.cid-vpFTmjdA4a .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpVAarpEC6.popup-builder {
  background-color: #ffffff;
}
.cid-vpVAarpEC6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpVAarpEC6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpVAarpEC6 .modal-content,
.cid-vpVAarpEC6 .modal-dialog {
  height: auto;
}
.cid-vpVAarpEC6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpVAarpEC6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpVAarpEC6 .form-wrapper .mbr-form .form-group,
  .cid-vpVAarpEC6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpVAarpEC6 .card-img {
  width: 60%;
  margin: auto;
  border-radius: 0;
}
.cid-vpVAarpEC6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpVAarpEC6 .mbr-text {
  text-align: center;
}
.cid-vpVAarpEC6 .pt-0 {
  padding-top: 0 !important;
}
.cid-vpVAarpEC6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpVAarpEC6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpVAarpEC6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpVAarpEC6 .modal-open {
  overflow: hidden;
}
.cid-vpVAarpEC6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpVAarpEC6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpVAarpEC6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpVAarpEC6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpVAarpEC6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpVAarpEC6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpVAarpEC6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpVAarpEC6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpVAarpEC6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpVAarpEC6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpVAarpEC6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpVAarpEC6 .modal-backdrop.show {
  opacity: .5;
}
.cid-vpVAarpEC6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpVAarpEC6 .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVAarpEC6 .modal-header {
    padding: 1rem;
  }
}
.cid-vpVAarpEC6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpVAarpEC6 .modal-header .close svg {
  fill: #353535;
}
.cid-vpVAarpEC6 .modal-header .close:hover {
  opacity: 1;
}
.cid-vpVAarpEC6 .modal-header .close:focus {
  outline: none;
}
.cid-vpVAarpEC6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpVAarpEC6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpVAarpEC6 .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVAarpEC6 .modal-body {
    padding: 1rem;
  }
}
.cid-vpVAarpEC6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpVAarpEC6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVAarpEC6 .modal-footer {
    padding: 1rem;
  }
}
.cid-vpVAarpEC6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpVAarpEC6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpVAarpEC6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpVAarpEC6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpVAarpEC6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpVAarpEC6 .modal-lg,
  .cid-vpVAarpEC6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpVAarpEC6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpVAarpEC6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpVAarpEC6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpVAarpEC6 .form-group {
  margin-bottom: 1rem;
}
.cid-vpVAarpEC6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpVAarpEC6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpVAarpEC6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpVAarpEC6 .mbr-section-btn {
  margin: 0;
}
.cid-vpVAarpEC6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpFU39j541.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39j541.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39j541.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39j541 .modal-content,
.cid-vpFU39j541 .modal-dialog {
  height: auto;
}
.cid-vpFU39j541 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39j541 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39j541 .form-wrapper .mbr-form .form-group,
  .cid-vpFU39j541 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39j541 .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39j541 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39j541 .mbr-text {
  text-align: center;
}
.cid-vpFU39j541 .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39j541 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39j541 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39j541 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39j541 .modal-open {
  overflow: hidden;
}
.cid-vpFU39j541 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39j541 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39j541 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39j541 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39j541 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39j541 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39j541 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39j541 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39j541 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39j541 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39j541 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39j541 .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39j541 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39j541 .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39j541 .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39j541 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39j541 .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39j541 .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39j541 .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39j541 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39j541 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39j541 .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39j541 .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39j541 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39j541 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39j541 .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39j541 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39j541 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39j541 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39j541 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39j541 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39j541 .modal-lg,
  .cid-vpFU39j541 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39j541 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39j541 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39j541 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39j541 .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39j541 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39j541 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39j541 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39j541 .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39j541 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vptMLyZYGH {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/header-generic-leaves-roadside.webp");
  background-position: 50% 40%;
}
.cid-vptMLyZYGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptMLyZYGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vptMLyZYGH .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vptMLyZYGH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vptMLyZYGH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vptMLyZYGH .mbr-text {
  color: #ffffff;
}
.cid-vptMLyZYGH .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vptMLyZYGH .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vptMLyZYGH .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vptMLyZYGH .mbr-text,
.cid-vptMLyZYGH .mbr-section-btn {
  text-align: center;
}
.cid-vnc7NQR1az {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
}
.cid-vnc7NQR1az .content-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnc7NQR1az .mbr-label {
  color: #666666;
  text-transform: capitalize;
}
.cid-vnc7NQR1az .policy-heading {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.cid-vnc7NQR1az .policy-list {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.cid-vnc7NQR1az .policy-list li {
  margin-bottom: 0.45rem;
}
.cid-vnc7NQR1az .mbr-text {
  margin-bottom: 1rem;
}
.cid-vnc7NQR1az .warranty-text {
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-vnc7NQR1az .content-wrapper {
    max-width: 100%;
  }
}
.cid-vnc7NQR1az .text-uppercase {
  text-transform: uppercase;
}
.cid-vnc7NQR1az .article-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
.cid-vnc7NQR1az .article-title-wrap {
  min-width: 0;
}
.cid-vnc7NQR1az .pdf-download-wrap {
  flex: 0 0 auto;
}
.cid-vnc7NQR1az .pdf-download-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.cid-vnc7NQR1az .pdf-download-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cid-vnc7NQR1az .pdf-download-link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
@media (max-width: 575px) {
  .cid-vnc7NQR1az .pdf-download-link {
    width: 34px;
    height: 34px;
  }
  .cid-vnc7NQR1az .article-head {
    gap: 1rem;
  }
}
.cid-vpFU39je3N.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39je3N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39je3N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39je3N .modal-content,
.cid-vpFU39je3N .modal-dialog {
  height: auto;
}
.cid-vpFU39je3N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39je3N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39je3N .form-wrapper .mbr-form .form-group,
  .cid-vpFU39je3N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39je3N .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39je3N .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39je3N .mbr-text {
  text-align: center;
}
.cid-vpFU39je3N .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39je3N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39je3N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39je3N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39je3N .modal-open {
  overflow: hidden;
}
.cid-vpFU39je3N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39je3N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39je3N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39je3N .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39je3N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39je3N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39je3N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39je3N .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39je3N .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39je3N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39je3N .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39je3N .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39je3N .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39je3N .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39je3N .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39je3N .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39je3N .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39je3N .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39je3N .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39je3N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39je3N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39je3N .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39je3N .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39je3N .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39je3N .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39je3N .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39je3N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39je3N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39je3N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39je3N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39je3N .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39je3N .modal-lg,
  .cid-vpFU39je3N .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39je3N .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39je3N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39je3N .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39je3N .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39je3N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39je3N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39je3N .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39je3N .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39je3N .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vptIziuiqc {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/header-generic-leaves-tractor.webp");
  background-position: 50% 40%;
}
.cid-vptIziuiqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptIziuiqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vptIziuiqc .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vptIziuiqc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vptIziuiqc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vptIziuiqc .mbr-text {
  color: #ffffff;
}
.cid-vptIziuiqc .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vptIziuiqc .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vptIziuiqc .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vptIziuiqc .mbr-text,
.cid-vptIziuiqc .mbr-section-btn {
  text-align: center;
}
.cid-vnAptzSqHT {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
}
.cid-vnAptzSqHT .content-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnAptzSqHT .mbr-label {
  color: #666666;
  text-transform: capitalize;
}
.cid-vnAptzSqHT .policy-heading {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.cid-vnAptzSqHT .policy-list {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.cid-vnAptzSqHT .policy-list li {
  margin-bottom: 0.45rem;
}
.cid-vnAptzSqHT .mbr-text {
  margin-bottom: 1rem;
}
.cid-vnAptzSqHT .warranty-text {
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-vnAptzSqHT .content-wrapper {
    max-width: 100%;
  }
}
.cid-vnAptzSqHT .text-uppercase {
  text-transform: uppercase;
}
.cid-vnAptzSqHT .article-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
.cid-vnAptzSqHT .article-title-wrap {
  min-width: 0;
}
.cid-vnAptzSqHT .pdf-download-wrap {
  flex: 0 0 auto;
}
.cid-vnAptzSqHT .pdf-download-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.cid-vnAptzSqHT .pdf-download-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cid-vnAptzSqHT .pdf-download-link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
@media (max-width: 575px) {
  .cid-vnAptzSqHT .pdf-download-link {
    width: 34px;
    height: 34px;
  }
  .cid-vnAptzSqHT .article-head {
    gap: 1rem;
  }
}
.cid-vpFU39jy6e.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39jy6e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39jy6e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39jy6e .modal-content,
.cid-vpFU39jy6e .modal-dialog {
  height: auto;
}
.cid-vpFU39jy6e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39jy6e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39jy6e .form-wrapper .mbr-form .form-group,
  .cid-vpFU39jy6e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39jy6e .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39jy6e .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39jy6e .mbr-text {
  text-align: center;
}
.cid-vpFU39jy6e .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39jy6e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39jy6e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39jy6e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39jy6e .modal-open {
  overflow: hidden;
}
.cid-vpFU39jy6e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39jy6e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39jy6e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39jy6e .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39jy6e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39jy6e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39jy6e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39jy6e .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39jy6e .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39jy6e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39jy6e .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39jy6e .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39jy6e .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39jy6e .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39jy6e .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39jy6e .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39jy6e .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39jy6e .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39jy6e .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39jy6e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39jy6e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39jy6e .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39jy6e .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39jy6e .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39jy6e .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39jy6e .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39jy6e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39jy6e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39jy6e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39jy6e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39jy6e .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39jy6e .modal-lg,
  .cid-vpFU39jy6e .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39jy6e .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39jy6e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39jy6e .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39jy6e .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39jy6e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39jy6e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39jy6e .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39jy6e .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39jy6e .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnFRtfe5yh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header-breckels-logo.webp");
  background-position: 50% 40%;
}
.cid-vnFRtfe5yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnFRtfe5yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnFRtfe5yh .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnFRtfe5yh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnFRtfe5yh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 4rem;
}
.cid-vnFRtfe5yh .mbr-text {
  color: #ffffff;
}
.cid-vnFRtfe5yh .mbr-text,
.cid-vnFRtfe5yh .mbr-section-btn {
  text-align: center;
}
.cid-vnFRtfLVss {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnFRtfLVss::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnFRtfLVss .cta-panel {
  margin-left: 0;
  margin-right: 0;
  margin-top: -5rem;
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnFRtfLVss .cta-panel.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnFRtfLVss .cta-panel.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnFRtfLVss .cta-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vnFRtfLVss .cta-content > .mbr-iconfont {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnFRtfLVss .mbr-section-title {
  color: #f6f4f0;
  text-align: justify;
}
.cid-vnFRtfLVss .mbr-text,
.cid-vnFRtfLVss .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vnFRtfLVss .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnFRtfLVss .cta-panel {
    row-gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vnFRtfLVss .cta-panel {
    padding: 1rem;
  }
  .cid-vnFRtfLVss .cta-content {
    align-items: flex-start;
    gap: 0.5rem;
  }
  .cid-vnFRtfLVss .cta-content > .mbr-iconfont {
    display: none;
  }
}
.cid-vnKHsaqTr7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/br-white-brand-bg-bulk-graphs.webp");
  background-position: 50% 0%;
}
.cid-vnKHsaqTr7 .value-item {
  padding: 1rem;
  text-align: center;
  border-right: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnKHsaqTr7 .value-item:last-child {
  border-right: 0;
}
.cid-vnKHsaqTr7 .value-item > .mbr-iconfont {
  display: block;
  color: #ed1c24;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.cid-vnKHsaqTr7 .value-text {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vnKHsaqTr7 .value-item {
    padding: 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
.cid-vnKHsaqTr7 .value-title,
.cid-vnKHsaqTr7 .mbr-iconfont {
  text-align: center;
}
.cid-vnKHsaqTr7 .value-item[data-inquiry] {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  transition: background-color 0.18s ease;
  isolation: isolate;
  contain: paint;
}
.cid-vnKHsaqTr7 .value-item[data-inquiry] > * {
  position: relative;
  z-index: 2;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.cid-vnKHsaqTr7 .value-item[data-inquiry]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(237, 28, 36, 0.13);
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.22s ease, opacity 0.22s ease;
  z-index: 0;
  pointer-events: none;
}
.cid-vnKHsaqTr7 .value-item[data-inquiry]::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 3px;
  background-color: #ed1c24;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease, opacity 0.22s ease;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vnKHsaqTr7 .value-item[data-inquiry]:hover {
  background-color: rgba(237, 28, 36, 0.035);
}
.cid-vnKHsaqTr7 .value-item[data-inquiry]:hover::after,
.cid-vnKHsaqTr7 .value-item[data-inquiry]:focus::after,
.cid-vnKHsaqTr7 .value-item.is-selected::after,
.cid-vnKHsaqTr7 .value-item.is-resting::after {
  transform: scaleX(1);
  opacity: 1;
}
.cid-vnKHsaqTr7 .value-item[data-inquiry]:active::before,
.cid-vnKHsaqTr7 .value-item.is-selected::before {
  opacity: 1;
  transform: translateY(0);
}
.cid-vnKHsaqTr7 .value-item.is-resting {
  background-color: rgba(237, 28, 36, 0.055);
  transition: background-color 0.65s ease;
}
.cid-vnKHsaqTr7 .value-item.is-leaving {
  background-color: transparent;
  transition: background-color 0.5s ease 0.75s;
}
.cid-vnKHsaqTr7 .value-item.is-leaving::before {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.cid-vnKHsaqTr7 .value-item.is-leaving::after {
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.5s ease 1s, opacity 0.5s ease 1s;
}
.cid-vnKHsaqTr7 .value-item[data-inquiry]:focus {
  outline: 2px solid #2151A8;
  outline-offset: 4px;
}
.cid-vnMmWufFnP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-default-background.webp");
  background-position: center center;
}
.cid-vnMmWufFnP .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vnMmWufFnP .map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  min-height: 500px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  background-color: #ffffff;
}
.cid-vnMmWufFnP .map-layout-reverse {
  grid-template-columns: minmax(360px, 0.62fr) minmax(0, 1fr);
}
.cid-vnMmWufFnP .map-layout-reverse .map-panel {
  order: 2;
}
.cid-vnMmWufFnP .map-layout-reverse .content-panel {
  order: 1;
}
.cid-vnMmWufFnP .map-panel {
  min-height: 500px;
  background-color: #f8f8f8;
}
.cid-vnMmWufFnP .map-panel .google-map iframe {
  filter: hue-rotate(15deg) brightness(92%) grayscale(20%);
}
.cid-vnMmWufFnP .google-map {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.cid-vnMmWufFnP .google-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
}
.cid-vnMmWufFnP .content-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  color: #ffffff;
  background: linear-gradient(#223344 0%, #112233 100%);
  border-left: 3px solid #ed1c24;
}
.cid-vnMmWufFnP .content-panel .mbr-text {
  margin-bottom: 1.25rem;
  color: #ffffff;
}
.cid-vnMmWufFnP .contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  margin-bottom: 1.5rem;
  color: #ffffff;
}
.cid-vnMmWufFnP .meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding-right: 1rem;
  margin-right: 1rem;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.cid-vnMmWufFnP .meta-item:last-child {
  border-right: 0;
}
.cid-vnMmWufFnP a.meta-item:hover,
.cid-vnMmWufFnP a.meta-item:focus {
  color: #ed1c24;
}
.cid-vnMmWufFnP .mbr-section-btn {
  margin-top: 0.25rem;
}
.cid-vnMmWufFnP .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vnMmWufFnP .meta-item:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
@media (max-width: 991px) {
  .cid-vnMmWufFnP .map-layout,
  .cid-vnMmWufFnP .map-layout-reverse {
    grid-template-columns: 1fr;
  }
  .cid-vnMmWufFnP .map-layout-reverse .map-panel,
  .cid-vnMmWufFnP .map-layout-reverse .content-panel {
    order: initial;
  }
  .cid-vnMmWufFnP .content-panel {
    padding: 2rem;
    border-top: 3px solid #ed1c24;
    border-left: 0;
  }
  .cid-vnMmWufFnP .map-panel,
  .cid-vnMmWufFnP .google-map,
  .cid-vnMmWufFnP .google-map iframe {
    min-height: 420px;
  }
}
@media (max-width: 575px) {
  .cid-vnMmWufFnP .content-panel {
    padding: 1.5rem;
  }
  .cid-vnMmWufFnP .map-panel,
  .cid-vnMmWufFnP .google-map,
  .cid-vnMmWufFnP .google-map iframe {
    min-height: 340px;
  }
  .cid-vnMmWufFnP .meta-item {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}
.cid-vpztAwRqnF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/br-white-brand-bg-bulk-graphs.webp");
  background-position: center center;
  background-size: cover;
}
.cid-vpztAwRqnF .section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}
.cid-vpztAwRqnF .dispatch-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.75rem;
  background: linear-gradient(#223344 0%, #111922 100%);
  border-left: 3px solid #ed1c24;
}
.cid-vpztAwRqnF .dispatch-label {
  margin-bottom: 0.25rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cid-vpztAwRqnF .dispatch-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vpztAwRqnF .dispatch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}
.cid-vpztAwRqnF .dispatch-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.65rem 1rem;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.cid-vpztAwRqnF .dispatch-link:hover,
.cid-vpztAwRqnF .dispatch-link:focus {
  color: #ffffff;
  border-color: #ed1c24;
  background-color: rgba(255, 255, 255, 0.08);
}
.cid-vpztAwRqnF .tabs-wrapper {
  width: 100%;
}
.cid-vpztAwRqnF .nav.nav-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  background: transparent;
}
.cid-vpztAwRqnF .nav.nav-tabs .nav-item {
  padding: 0;
  margin: 0;
  border: 0;
}
.cid-vpztAwRqnF .nav.nav-tabs .nav-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0.65rem 0.85rem;
  color: #000000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: color 0.2s ease;
}
.cid-vpztAwRqnF .nav.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0;
  height: 3px;
  background-color: #ed1c24;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
  pointer-events: none;
}
.cid-vpztAwRqnF .nav.nav-tabs .nav-link:hover,
.cid-vpztAwRqnF .nav.nav-tabs .nav-link:focus,
.cid-vpztAwRqnF .nav.nav-tabs .nav-link.active,
.cid-vpztAwRqnF .nav.nav-tabs .nav-link[aria-selected="true"] {
  color: #ed1c24;
  background: transparent !important;
}
.cid-vpztAwRqnF .nav.nav-tabs .nav-link:hover::after,
.cid-vpztAwRqnF .nav.nav-tabs .nav-link:focus::after,
.cid-vpztAwRqnF .nav.nav-tabs .nav-link.active::after,
.cid-vpztAwRqnF .nav.nav-tabs .nav-link[aria-selected="true"]::after {
  transform: scaleX(1);
  opacity: 1;
}
.cid-vpztAwRqnF .tab-content {
  width: 100%;
}
.cid-vpztAwRqnF .contact-list {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  row-gap: 1rem;
  margin: 0;
}
.cid-vpztAwRqnF .contact-list .item {
  padding: 0;
}
.cid-vpztAwRqnF .contact-card {
  position: relative;
  isolation: isolate;
  contain: paint;
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr) 72px;
  gap: 1.75rem;
  align-items: stretch;
  min-height: 280px;
  padding: 0.5rem;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.cid-vpztAwRqnF .contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 248, 248, 0.72) 0%, rgba(248, 248, 248, 0) 70%);
  opacity: 0;
  transform: translateX(-1.25rem);
  transition: opacity 0.28s ease, transform 0.28s ease;
  z-index: -1;
  pointer-events: none;
}
.cid-vpztAwRqnF .contact-card::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  height: 3px;
  background-color: #ed1c24;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  z-index: 0;
  pointer-events: none;
}
.cid-vpztAwRqnF .contact-card:hover,
.cid-vpztAwRqnF .contact-card:focus-within {
  border-color: rgba(237, 28, 36, 0.55);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
}
.cid-vpztAwRqnF .contact-card:hover::before,
.cid-vpztAwRqnF .contact-card:focus-within::before {
  opacity: 1;
  transform: translateX(0);
}
.cid-vpztAwRqnF .contact-card:hover::after,
.cid-vpztAwRqnF .contact-card:focus-within::after {
  opacity: 1;
  transform: scaleX(1);
}
.cid-vpztAwRqnF .contact-card-no-image {
  grid-template-columns: minmax(0, 1fr) 72px;
}
.cid-vpztAwRqnF .card-media,
.cid-vpztAwRqnF .card-content,
.cid-vpztAwRqnF .card-action-wrap {
  position: relative;
  z-index: 1;
}
.cid-vpztAwRqnF .card-media {
  min-height: 178px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.cid-vpztAwRqnF .card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 178px;
  object-fit: cover;
  border-radius: 0;
}
.cid-vpztAwRqnF .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 0;
}
.cid-vpztAwRqnF .contact-card-no-image .card-content {
  padding-left: 1.25rem;
}
.cid-vpztAwRqnF .service-label {
  margin-bottom: 0.35rem;
  color: #ed1c24;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.cid-vpztAwRqnF .item-title {
  margin-bottom: 0.6rem;
  color: #000000;
}
.cid-vpztAwRqnF .item-text {
  max-width: 760px;
  margin-bottom: 1rem;
  color: #1d1d1d;
}
.cid-vpztAwRqnF .contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  margin-bottom: 0;
}
.cid-vpztAwRqnF .meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding-right: 1rem;
  margin-right: 1rem;
  color: #1d1d1d;
  text-decoration: none;
  border-right: 1px solid rgba(153, 153, 153, 0.6);
}
.cid-vpztAwRqnF .meta-item:last-child {
  border-right: 0;
}
.cid-vpztAwRqnF a.meta-item:hover,
.cid-vpztAwRqnF a.meta-item:focus {
  color: #ed1c24;
}
.cid-vpztAwRqnF .card-action-wrap {
  display: flex;
  margin: 2.5rem 0;
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vpztAwRqnF .card-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #112233;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cid-vpztAwRqnF .card-action:hover,
.cid-vpztAwRqnF .card-action:focus {
  color: #ed1c24;
  background-color: rgba(248, 248, 248, 0.85);
}
.cid-vpztAwRqnF .dispatch-link:focus-visible,
.cid-vpztAwRqnF .nav.nav-tabs .nav-link:focus-visible,
.cid-vpztAwRqnF .meta-item:focus-visible,
.cid-vpztAwRqnF .card-action:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
@media (max-width: 991px) {
  .cid-vpztAwRqnF .section-head {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .cid-vpztAwRqnF .dispatch-strip {
    align-items: flex-start;
    flex-direction: column;
  }
  .cid-vpztAwRqnF .dispatch-actions {
    justify-content: flex-start;
  }
  .cid-vpztAwRqnF .contact-card {
    grid-template-columns: 220px minmax(0, 1fr) 60px;
    gap: 1.25rem;
  }
  .cid-vpztAwRqnF .contact-card-no-image {
    grid-template-columns: minmax(0, 1fr) 60px;
  }
  .cid-vpztAwRqnF .card-action-wrap {
    margin: 2rem 0;
  }
}
@media (max-width: 720px) {
  .cid-vpztAwRqnF .nav.nav-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 0.85rem;
  }
  .cid-vpztAwRqnF .nav.nav-tabs .nav-link {
    padding: 0 0.5rem 0.7rem;
  }
  .cid-vpztAwRqnF .nav.nav-tabs .nav-link::after {
    left: 0.5rem;
    right: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vpztAwRqnF .contact-card,
  .cid-vpztAwRqnF .contact-card-no-image {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .cid-vpztAwRqnF .contact-card::after {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .cid-vpztAwRqnF .card-media,
  .cid-vpztAwRqnF .card-media img {
    min-height: 220px;
  }
  .cid-vpztAwRqnF .card-content,
  .cid-vpztAwRqnF .contact-card-no-image .card-content {
    padding: 1.25rem;
  }
  .cid-vpztAwRqnF .card-action-wrap {
    min-height: 54px;
    margin: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    border-left: 0;
  }
  .cid-vpztAwRqnF .card-action {
    justify-content: flex-start;
    padding: 0 1.25rem;
  }
  .cid-vpztAwRqnF .meta-item {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}
@media (max-width: 430px) {
  .cid-vpztAwRqnF .nav.nav-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cid-vpztAwRqnF .dispatch-actions,
  .cid-vpztAwRqnF .dispatch-link {
    width: 100%;
  }
  .cid-vpztAwRqnF .dispatch-link {
    justify-content: center;
  }
}
.cid-vpFU39jZ3z.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39jZ3z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39jZ3z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39jZ3z .modal-content,
.cid-vpFU39jZ3z .modal-dialog {
  height: auto;
}
.cid-vpFU39jZ3z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39jZ3z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39jZ3z .form-wrapper .mbr-form .form-group,
  .cid-vpFU39jZ3z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39jZ3z .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39jZ3z .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39jZ3z .mbr-text {
  text-align: center;
}
.cid-vpFU39jZ3z .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39jZ3z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39jZ3z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39jZ3z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39jZ3z .modal-open {
  overflow: hidden;
}
.cid-vpFU39jZ3z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39jZ3z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39jZ3z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39jZ3z .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39jZ3z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39jZ3z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39jZ3z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39jZ3z .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39jZ3z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39jZ3z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39jZ3z .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39jZ3z .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39jZ3z .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39jZ3z .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39jZ3z .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39jZ3z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39jZ3z .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39jZ3z .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39jZ3z .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39jZ3z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39jZ3z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39jZ3z .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39jZ3z .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39jZ3z .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39jZ3z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39jZ3z .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39jZ3z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39jZ3z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39jZ3z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39jZ3z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39jZ3z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39jZ3z .modal-lg,
  .cid-vpFU39jZ3z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39jZ3z .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39jZ3z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39jZ3z .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39jZ3z .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39jZ3z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39jZ3z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39jZ3z .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39jZ3z .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39jZ3z .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnQBCML8Hd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header-full-truckload-van-with-driver.webp");
  background-position: 75% 50%;
}
.cid-vnQBCML8Hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnQBCML8Hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnQBCML8Hd .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnQBCML8Hd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnQBCML8Hd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnQBCML8Hd .mbr-text {
  color: #ffffff;
}
.cid-vnQBCML8Hd .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnQBCML8Hd .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnQBCML8Hd .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnQBCML8Hd .mbr-text,
.cid-vnQBCML8Hd .mbr-section-btn {
  text-align: center;
}
.cid-vnQBCNmaGo {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnQBCNmaGo::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5.25rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnQBCNmaGo .mbr-overlay {
  top: 5.25rem;
  bottom: 0;
  height: auto;
}
.cid-vnQBCNmaGo .stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: -5.25rem;
  color: #ffffff;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnQBCNmaGo .stats-row.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnQBCNmaGo .stats-row.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnQBCNmaGo .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 10rem;
  padding-top: 0rem;
  padding-right: clamp(1rem, 1.5vw, 1.75rem);
  padding-bottom: 1rem;
  padding-left: clamp(1rem, 1.5vw, 1.75rem);
}
.cid-vnQBCNmaGo .stats-row.has-dividers .stat-item + .stat-item {
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnQBCNmaGo .stat-copy {
  max-width: 13rem;
  overflow: hidden;
}
.cid-vnQBCNmaGo .stat-value-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}
.cid-vnQBCNmaGo .stat-value {
  color: #ffffff;
}
.cid-vnQBCNmaGo .stat-icon {
  flex: 0 0 auto;
  color: #ed1c24;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnQBCNmaGo .stat-text {
  color: #ffffff;
}
.cid-vnQBCNmaGo .stat-label {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-vnQBCNmaGo .stat-note {
  display: block;
  color: rgba(255, 255, 255, 0.63);
}
@media (max-width: 991px) {
  .cid-vnQBCNmaGo .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnQBCNmaGo .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cid-vnQBCNmaGo .stats-row.has-dividers .stat-item + .stat-item {
    border-left: 0;
  }
  .cid-vnQBCNmaGo .stats-row.has-dividers .stat-item:nth-child(even) {
    border-left: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vnQBCNmaGo .stats-row.has-dividers .stat-item:nth-child(n + 3) {
    border-top: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vnQBCNmaGo .stat-item {
    height: 8.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vnQBCNmaGo .stat-copy {
    max-width: 100%;
  }
  .cid-vnQBCNmaGo .stat-item {
    height: 7.5rem;
    padding-top: 0rem;
    padding-right: 0.7rem;
    padding-bottom: 0.85rem;
    padding-left: 0.7rem;
  }
  .cid-vnQBCNmaGo .stat-value-row {
    gap: 0.45rem;
  }
  .cid-vnQBCNmaGo .stat-icon {
    font-size: 1.5rem;
  }
}
.cid-vnZ3o3acKG {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/br-white-brand-bg-heavy-haul.webp");
  background-position: 50% 0%;
}
.cid-vnZ3o3acKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnZ3o3acKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vnZ3o3acKG .carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vnZ3o3acKG .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnZ3o3acKG .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.cid-vnZ3o3acKG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnZ3o3acKG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnZ3o3acKG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnZ3o3acKG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.cid-vnZ3o3acKG .slide-content,
.cid-vnZ3o3acKG .item-wrapper {
  width: 100%;
}
.cid-vnZ3o3acKG .item-img {
  width: 100%;
  aspect-ratio: 800 / 340;
  overflow: hidden;
}
.cid-vnZ3o3acKG .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnZ3o3acKG .embla__button--next,
.cid-vnZ3o3acKG .embla__button--prev {
  display: flex;
}
.cid-vnZ3o3acKG .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #112233 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vnZ3o3acKG .embla__button {
    display: none;
  }
}
.cid-vnZ3o3acKG .embla__button:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}
.cid-vnZ3o3acKG .embla__button:disabled {
  opacity: .5 !important;
  background-color: #112233 !important;
  color: #ffffff !important;
}
.cid-vnZ3o3acKG .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vnZ3o3acKG .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vnZ3o3acKG .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vnZ3o3acKG .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vnZ3o3acKG .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/br-three-leaves-overlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.8;
}
.cid-vnZ3o3acKG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnZ3o3acKG .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vnZ3o3acKG .stat-block {
  padding: 1.5rem 0;
}
.cid-vnZ3o3acKG .stat-block.top-left,
.cid-vnZ3o3acKG .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnZ3o3acKG .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vnZ3o3acKG .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnZ3o3acKG .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #ed1c24;
}
.cid-vnZ3o3acKG .stat-title {
  text-transform: uppercase;
}
.cid-vnZ3o3acKG .stat-text {
  flex: 1;
}
.cid-vnZ3o3acKG .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vnZ3o3acKG .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
.cid-vnZ3o3acKG .stat-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cid-vnZ3o3acKG .stat-link:hover,
.cid-vnZ3o3acKG .stat-link:focus {
  color: #ed1c24;
}
.cid-vnZ3o3acKG .stat-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
.cid-vnZ3o3acKG .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cid-vnZ3o3acKG .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vnZ3o3acKG .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vnZ3o3acKG .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vnZ3o3acKG .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vnZ3o3acKG .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-vnZ3o3acKG .embla__button,
  .cid-vnZ3o3acKG .stat-link {
    transition: none !important;
  }
}
.cid-vopqK24qsx {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vopqK24qsx::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vopqK24qsx .mbr-overlay {
  top: 0rem;
  bottom: 0;
  height: auto;
}
.cid-vopqK24qsx .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vopqK24qsx .services-strip-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  width: 100%;
  margin-top: 0rem;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vopqK24qsx .services-strip-grid.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vopqK24qsx .services-strip-grid.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vopqK24qsx .service-strip-item {
  position: relative;
  min-width: 0;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding-top: 1rem;
  text-align: center;
  transition: background-color 0.25s ease;
}
.cid-vopqK24qsx .services-strip-grid.has-dividers .service-strip-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #999999;
  opacity: 0.5;
}
.cid-vopqK24qsx .service-strip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vopqK24qsx .service-strip-label {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.cid-vopqK24qsx .service-strip-link {
  color: inherit;
  text-decoration: none;
}
.cid-vopqK24qsx .service-strip-link:not(.stretched-link) {
  display: none;
}
.cid-vopqK24qsx .service-strip-item:hover,
.cid-vopqK24qsx .service-strip-item:focus-within {
  background-color: rgba(255, 255, 255, 0.08);
}
.cid-vopqK24qsx .service-strip-link:focus-visible {
  outline-offset: -0.35rem;
}
@media (max-width: 1199px) {
  .cid-vopqK24qsx .services-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cid-vopqK24qsx .service-strip-item {
    min-height: 8rem;
  }
  .cid-vopqK24qsx .services-strip-grid.has-dividers .service-strip-item:nth-child(5n)::after {
    display: none;
  }
  .cid-vopqK24qsx .services-strip-grid.has-dividers .service-strip-item:nth-child(-n + 5) {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vopqK24qsx .services-strip-grid.has-dividers .service-strip-item:nth-child(n + 6) {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-vopqK24qsx .container-fluid,
  .cid-vopqK24qsx .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-vopqK24qsx .services-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cid-vopqK24qsx .service-strip-item {
    min-height: 5.75rem;
    gap: 0.45rem;
    padding-top: 0.5rem;
    padding-right: 0.35rem;
    padding-bottom: 0.75rem;
    padding-left: 0.35rem;
  }
  .cid-vopqK24qsx .service-strip-icon {
    min-height: 2rem;
    font-size: 2rem;
  }
  .cid-vopqK24qsx .service-strip-label {
    font-size: 0.72rem;
    line-height: 1.05;
  }
  .cid-vopqK24qsx .services-strip-grid.has-dividers .service-strip-item::after {
    display: block;
    top: 0;
    bottom: 0;
    background-color: #999999;
    opacity: 0.5;
  }
  .cid-vopqK24qsx .services-strip-grid.has-dividers .service-strip-item:nth-child(5n)::after {
    display: none;
  }
  .cid-vopqK24qsx .services-strip-grid.has-dividers .service-strip-item {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vopqK24qsx .services-strip-grid.has-dividers .service-strip-item:nth-last-child(-n + 5) {
    border-bottom: 0;
  }
}
@media (max-width: 380px) {
  .cid-vopqK24qsx .service-strip-item {
    min-height: 5.35rem;
    padding-right: 0.25rem;
    padding-bottom: 0.65rem;
    padding-left: 0.25rem;
  }
  .cid-vopqK24qsx .service-strip-icon {
    font-size: 1.7rem;
  }
  .cid-vopqK24qsx .service-strip-label {
    font-size: 0.64rem;
  }
}
.cid-vopqNpt5wD {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
}
.cid-vopqNpt5wD .content-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vopqNpt5wD .mbr-label {
  color: #666666;
}
.cid-vopqNpt5wD .mbr-text p,
.cid-vopqNpt5wD .mbr-text ul,
.cid-vopqNpt5wD .mbr-text ol {
  margin-bottom: 1rem;
}
.cid-vopqNpt5wD .mbr-text h3,
.cid-vopqNpt5wD .mbr-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-vopqNpt5wD .mbr-text ul,
.cid-vopqNpt5wD .mbr-text ol {
  padding-left: 1.5rem;
}
.cid-vopqNpt5wD .mbr-text a {
  color: #ed1c24;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-vopqNpt5wD .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpFU39kju8.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39kju8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39kju8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39kju8 .modal-content,
.cid-vpFU39kju8 .modal-dialog {
  height: auto;
}
.cid-vpFU39kju8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39kju8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39kju8 .form-wrapper .mbr-form .form-group,
  .cid-vpFU39kju8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39kju8 .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39kju8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39kju8 .mbr-text {
  text-align: center;
}
.cid-vpFU39kju8 .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39kju8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39kju8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39kju8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39kju8 .modal-open {
  overflow: hidden;
}
.cid-vpFU39kju8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39kju8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39kju8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39kju8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39kju8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39kju8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39kju8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39kju8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39kju8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39kju8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39kju8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39kju8 .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39kju8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39kju8 .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kju8 .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39kju8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39kju8 .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39kju8 .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39kju8 .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39kju8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39kju8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39kju8 .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kju8 .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39kju8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39kju8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kju8 .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39kju8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39kju8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39kju8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39kju8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39kju8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39kju8 .modal-lg,
  .cid-vpFU39kju8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39kju8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39kju8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39kju8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39kju8 .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39kju8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39kju8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39kju8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39kju8 .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39kju8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnSuD4vxzm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header-bulk.webp");
  background-position: 40% 50%;
}
.cid-vnSuD4vxzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnSuD4vxzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnSuD4vxzm .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnSuD4vxzm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnSuD4vxzm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnSuD4vxzm .mbr-text {
  color: #ffffff;
}
.cid-vnSuD4vxzm .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnSuD4vxzm .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnSuD4vxzm .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnSuD4vxzm .mbr-text,
.cid-vnSuD4vxzm .mbr-section-btn {
  text-align: center;
}
.cid-vnSuD5dZJp {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnSuD5dZJp::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5.25rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnSuD5dZJp .mbr-overlay {
  top: 5.25rem;
  bottom: 0;
  height: auto;
}
.cid-vnSuD5dZJp .stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: -5.25rem;
  color: #ffffff;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnSuD5dZJp .stats-row.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnSuD5dZJp .stats-row.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnSuD5dZJp .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 10rem;
  padding-top: 0rem;
  padding-right: clamp(1rem, 1.5vw, 1.75rem);
  padding-bottom: 1rem;
  padding-left: clamp(1rem, 1.5vw, 1.75rem);
}
.cid-vnSuD5dZJp .stats-row.has-dividers .stat-item + .stat-item {
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnSuD5dZJp .stat-copy {
  max-width: 13rem;
  overflow: hidden;
}
.cid-vnSuD5dZJp .stat-value-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}
.cid-vnSuD5dZJp .stat-value {
  color: #ffffff;
}
.cid-vnSuD5dZJp .stat-icon {
  flex: 0 0 auto;
  color: #ed1c24;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnSuD5dZJp .stat-text {
  color: #ffffff;
}
.cid-vnSuD5dZJp .stat-label {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-vnSuD5dZJp .stat-note {
  display: block;
  color: rgba(255, 255, 255, 0.63);
}
@media (max-width: 991px) {
  .cid-vnSuD5dZJp .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnSuD5dZJp .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cid-vnSuD5dZJp .stats-row.has-dividers .stat-item + .stat-item {
    border-left: 0;
  }
  .cid-vnSuD5dZJp .stats-row.has-dividers .stat-item:nth-child(even) {
    border-left: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vnSuD5dZJp .stats-row.has-dividers .stat-item:nth-child(n + 3) {
    border-top: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vnSuD5dZJp .stat-item {
    height: 8.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vnSuD5dZJp .stat-copy {
    max-width: 100%;
  }
  .cid-vnSuD5dZJp .stat-item {
    height: 7.5rem;
    padding-top: 0rem;
    padding-right: 0.7rem;
    padding-bottom: 0.85rem;
    padding-left: 0.7rem;
  }
  .cid-vnSuD5dZJp .stat-value-row {
    gap: 0.45rem;
  }
  .cid-vnSuD5dZJp .stat-icon {
    font-size: 1.5rem;
  }
}
.cid-vnSuD5YnP4 {
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/br-white-brand-bg-bulk-graphs.webp");
  background-position: 50% 0%;
}
.cid-vnSuD5YnP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnSuD5YnP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vnSuD5YnP4 .carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vnSuD5YnP4 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnSuD5YnP4 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.cid-vnSuD5YnP4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnSuD5YnP4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnSuD5YnP4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnSuD5YnP4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.cid-vnSuD5YnP4 .slide-content,
.cid-vnSuD5YnP4 .item-wrapper,
.cid-vnSuD5YnP4 .item-img {
  width: 100%;
}
.cid-vnSuD5YnP4 .item-img {
  width: 100%;
  aspect-ratio: 800 / 340;
  overflow: hidden;
}
.cid-vnSuD5YnP4 .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: stretch;
}
.cid-vnSuD5YnP4 .embla__button--next,
.cid-vnSuD5YnP4 .embla__button--prev {
  display: flex;
}
.cid-vnSuD5YnP4 .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #112233 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vnSuD5YnP4 .embla__button {
    display: none;
  }
}
.cid-vnSuD5YnP4 .embla__button:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}
.cid-vnSuD5YnP4 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #112233 !important;
  color: #ffffff !important;
}
.cid-vnSuD5YnP4 .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vnSuD5YnP4 .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vnSuD5YnP4 .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vnSuD5YnP4 .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vnSuD5YnP4 .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/br-three-leaves.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.55;
}
.cid-vnSuD5YnP4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnSuD5YnP4 .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vnSuD5YnP4 .stat-block {
  padding: 1.5rem 0;
}
.cid-vnSuD5YnP4 .stat-block.top-left,
.cid-vnSuD5YnP4 .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnSuD5YnP4 .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vnSuD5YnP4 .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnSuD5YnP4 .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #ed1c24;
}
.cid-vnSuD5YnP4 .stat-title {
  text-transform: uppercase;
}
.cid-vnSuD5YnP4 .stat-text {
  flex: 1;
}
.cid-vnSuD5YnP4 .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vnSuD5YnP4 .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
@media (min-width: 768px) {
  .cid-vnSuD5YnP4 .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vnSuD5YnP4 .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vnSuD5YnP4 .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vnSuD5YnP4 .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vnSuD5YnP4 .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-vnSuD5YnP4 .embla__button {
    transition: none !important;
  }
}
.cid-vpDOCNw340 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/breckels-default-background.webp");
}
.cid-vpDOCNw340 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpDOCNw340 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpDOCNw340 .content-wrap {
  margin: 0 -20px;
}
.cid-vpDOCNw340 .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vpDOCNw340 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vpDOCNw340 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vpDOCNw340 .embla__slide .slide-content {
  width: 100%;
}
.cid-vpDOCNw340 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
}
.cid-vpDOCNw340 .embla__button--next,
.cid-vpDOCNw340 .embla__button--prev {
  display: flex;
}
.cid-vpDOCNw340 .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vpDOCNw340 .embla__button {
    display: none;
  }
}
.cid-vpDOCNw340 .embla__button:hover {
  background-color: #fb555d !important;
  color: #ffffff !important;
}
.cid-vpDOCNw340 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vpDOCNw340 .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vpDOCNw340 .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vpDOCNw340 .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vpDOCNw340 .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vpDOCNw340 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vpDOCNw340 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-vpDOCNw340 .embla__viewport {
    padding: 0;
  }
}
.cid-vpDOCNw340 .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/strength-in-people-3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  opacity: 1;
}
.cid-vpDOCNw340 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpDOCNw340 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpDOCNw340 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpDOCNw340 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpDOCNw340 .mbr-section-title {
  margin: 0 auto;
  max-width: 80%;
  color: #ffffff;
}
.cid-vpDOCNw340 .mbr-text {
  color: #ffffff;
}
.cid-vpDOCNw340 .mbr-section-title,
.cid-vpDOCNw340 .mbr-section-btn {
  text-align: center;
}
.cid-vpDOCNw340 .mbr-text,
.cid-vpDOCNw340 .text-wrapper {
  text-align: center;
}
.cid-vpDOCNw340 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-voN6Vr7KOx {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
}
.cid-voN6Vr7KOx .content-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.cid-voN6Vr7KOx .mbr-label {
  color: #666666;
}
.cid-voN6Vr7KOx .mbr-text p,
.cid-voN6Vr7KOx .mbr-text ul,
.cid-voN6Vr7KOx .mbr-text ol {
  margin-bottom: 1rem;
}
.cid-voN6Vr7KOx .mbr-text h3,
.cid-voN6Vr7KOx .mbr-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-voN6Vr7KOx .mbr-text ul,
.cid-voN6Vr7KOx .mbr-text ol {
  padding-left: 1.5rem;
}
.cid-voN6Vr7KOx .mbr-text a {
  color: #ed1c24;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-voN6Vr7KOx .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpFU39kAtg.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39kAtg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39kAtg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39kAtg .modal-content,
.cid-vpFU39kAtg .modal-dialog {
  height: auto;
}
.cid-vpFU39kAtg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39kAtg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39kAtg .form-wrapper .mbr-form .form-group,
  .cid-vpFU39kAtg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39kAtg .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39kAtg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39kAtg .mbr-text {
  text-align: center;
}
.cid-vpFU39kAtg .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39kAtg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39kAtg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39kAtg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39kAtg .modal-open {
  overflow: hidden;
}
.cid-vpFU39kAtg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39kAtg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39kAtg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39kAtg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39kAtg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39kAtg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39kAtg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39kAtg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39kAtg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39kAtg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39kAtg .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39kAtg .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39kAtg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39kAtg .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kAtg .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39kAtg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39kAtg .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39kAtg .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39kAtg .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39kAtg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39kAtg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39kAtg .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kAtg .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39kAtg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39kAtg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kAtg .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39kAtg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39kAtg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39kAtg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39kAtg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39kAtg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39kAtg .modal-lg,
  .cid-vpFU39kAtg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39kAtg .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39kAtg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39kAtg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39kAtg .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39kAtg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39kAtg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39kAtg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39kAtg .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39kAtg .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnT6Jd3FDB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header-cargo-van-with-driver.webp");
  background-position: 75% 50%;
}
.cid-vnT6Jd3FDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnT6Jd3FDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnT6Jd3FDB .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnT6Jd3FDB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnT6Jd3FDB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnT6Jd3FDB .mbr-text {
  color: #ffffff;
}
.cid-vnT6Jd3FDB .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnT6Jd3FDB .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnT6Jd3FDB .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnT6Jd3FDB .mbr-text,
.cid-vnT6Jd3FDB .mbr-section-btn {
  text-align: center;
}
.cid-vnT6JdCAIu {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnT6JdCAIu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5.25rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnT6JdCAIu .mbr-overlay {
  top: 5.25rem;
  bottom: 0;
  height: auto;
}
.cid-vnT6JdCAIu .stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: -5.25rem;
  color: #ffffff;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnT6JdCAIu .stats-row.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnT6JdCAIu .stats-row.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnT6JdCAIu .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 10rem;
  padding-top: 0rem;
  padding-right: clamp(1rem, 1.5vw, 1.75rem);
  padding-bottom: 1rem;
  padding-left: clamp(1rem, 1.5vw, 1.75rem);
}
.cid-vnT6JdCAIu .stats-row.has-dividers .stat-item + .stat-item {
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnT6JdCAIu .stat-copy {
  max-width: 13rem;
  overflow: hidden;
}
.cid-vnT6JdCAIu .stat-value-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}
.cid-vnT6JdCAIu .stat-value {
  color: #ffffff;
}
.cid-vnT6JdCAIu .stat-icon {
  flex: 0 0 auto;
  color: #ed1c24;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnT6JdCAIu .stat-text {
  color: #ffffff;
}
.cid-vnT6JdCAIu .stat-label {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-vnT6JdCAIu .stat-note {
  display: block;
  color: rgba(255, 255, 255, 0.63);
}
@media (max-width: 991px) {
  .cid-vnT6JdCAIu .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnT6JdCAIu .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cid-vnT6JdCAIu .stats-row.has-dividers .stat-item + .stat-item {
    border-left: 0;
  }
  .cid-vnT6JdCAIu .stats-row.has-dividers .stat-item:nth-child(even) {
    border-left: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vnT6JdCAIu .stats-row.has-dividers .stat-item:nth-child(n + 3) {
    border-top: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vnT6JdCAIu .stat-item {
    height: 8.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vnT6JdCAIu .stat-copy {
    max-width: 100%;
  }
  .cid-vnT6JdCAIu .stat-item {
    height: 7.5rem;
    padding-top: 0rem;
    padding-right: 0.7rem;
    padding-bottom: 0.85rem;
    padding-left: 0.7rem;
  }
  .cid-vnT6JdCAIu .stat-value-row {
    gap: 0.45rem;
  }
  .cid-vnT6JdCAIu .stat-icon {
    font-size: 1.5rem;
  }
}
.cid-vnT6JekezG {
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/br-white-brand-bg-bulk-graphs.webp");
  background-position: 50% 0%;
}
.cid-vnT6JekezG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnT6JekezG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vnT6JekezG .carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vnT6JekezG .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnT6JekezG .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.cid-vnT6JekezG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnT6JekezG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnT6JekezG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnT6JekezG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.cid-vnT6JekezG .slide-content,
.cid-vnT6JekezG .item-wrapper,
.cid-vnT6JekezG .item-img {
  width: 100%;
}
.cid-vnT6JekezG .item-img {
  aspect-ratio: 800 / 340;
  overflow: hidden;
}
.cid-vnT6JekezG .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: stretch;
}
.cid-vnT6JekezG .embla__button--next,
.cid-vnT6JekezG .embla__button--prev {
  display: flex;
}
.cid-vnT6JekezG .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #112233 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vnT6JekezG .embla__button {
    display: none;
  }
}
.cid-vnT6JekezG .embla__button:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}
.cid-vnT6JekezG .embla__button:disabled {
  opacity: .5 !important;
  background-color: #112233 !important;
  color: #ffffff !important;
}
.cid-vnT6JekezG .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vnT6JekezG .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vnT6JekezG .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vnT6JekezG .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vnT6JekezG .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/br-three-leaves-overlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.8;
}
.cid-vnT6JekezG .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnT6JekezG .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vnT6JekezG .stat-block {
  padding: 1.5rem 0;
}
.cid-vnT6JekezG .stat-block.top-left,
.cid-vnT6JekezG .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnT6JekezG .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vnT6JekezG .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnT6JekezG .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #ed1c24;
}
.cid-vnT6JekezG .stat-title {
  text-transform: uppercase;
}
.cid-vnT6JekezG .stat-text {
  flex: 1;
}
.cid-vnT6JekezG .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vnT6JekezG .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
.cid-vnT6JekezG .stat-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cid-vnT6JekezG .stat-link:hover,
.cid-vnT6JekezG .stat-link:focus {
  color: #ed1c24;
}
.cid-vnT6JekezG .stat-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
.cid-vnT6JekezG .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cid-vnT6JekezG .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vnT6JekezG .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vnT6JekezG .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vnT6JekezG .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vnT6JekezG .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-vnT6JekezG .embla__button,
  .cid-vnT6JekezG .stat-link {
    transition: none !important;
  }
}
.cid-vpDWwIsRcJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/breckels-default-background.webp");
}
.cid-vpDWwIsRcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpDWwIsRcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpDWwIsRcJ .content-wrap {
  margin: 0 -20px;
}
.cid-vpDWwIsRcJ .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vpDWwIsRcJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vpDWwIsRcJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vpDWwIsRcJ .embla__slide .slide-content {
  width: 100%;
}
.cid-vpDWwIsRcJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
}
.cid-vpDWwIsRcJ .embla__button--next,
.cid-vpDWwIsRcJ .embla__button--prev {
  display: flex;
}
.cid-vpDWwIsRcJ .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vpDWwIsRcJ .embla__button {
    display: none;
  }
}
.cid-vpDWwIsRcJ .embla__button:hover {
  background-color: #fb555d !important;
  color: #ffffff !important;
}
.cid-vpDWwIsRcJ .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vpDWwIsRcJ .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vpDWwIsRcJ .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vpDWwIsRcJ .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vpDWwIsRcJ .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vpDWwIsRcJ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vpDWwIsRcJ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-vpDWwIsRcJ .embla__viewport {
    padding: 0;
  }
}
.cid-vpDWwIsRcJ .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/strength-in-people-3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  opacity: 1;
}
.cid-vpDWwIsRcJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpDWwIsRcJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpDWwIsRcJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpDWwIsRcJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpDWwIsRcJ .mbr-section-title {
  margin: 0 auto;
  max-width: 80%;
  color: #ffffff;
}
.cid-vpDWwIsRcJ .mbr-text {
  color: #ffffff;
}
.cid-vpDWwIsRcJ .mbr-section-title,
.cid-vpDWwIsRcJ .mbr-section-btn {
  text-align: center;
}
.cid-vpDWwIsRcJ .mbr-text,
.cid-vpDWwIsRcJ .text-wrapper {
  text-align: center;
}
.cid-vpDWwIsRcJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-voN9A9O5HC {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
}
.cid-voN9A9O5HC .content-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.cid-voN9A9O5HC .mbr-label {
  color: #666666;
}
.cid-voN9A9O5HC .mbr-text p,
.cid-voN9A9O5HC .mbr-text ul,
.cid-voN9A9O5HC .mbr-text ol {
  margin-bottom: 1rem;
}
.cid-voN9A9O5HC .mbr-text h3,
.cid-voN9A9O5HC .mbr-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-voN9A9O5HC .mbr-text ul,
.cid-voN9A9O5HC .mbr-text ol {
  padding-left: 1.5rem;
}
.cid-voN9A9O5HC .mbr-text a {
  color: #ed1c24;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-voN9A9O5HC .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpFU39k0u4.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39k0u4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39k0u4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39k0u4 .modal-content,
.cid-vpFU39k0u4 .modal-dialog {
  height: auto;
}
.cid-vpFU39k0u4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39k0u4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39k0u4 .form-wrapper .mbr-form .form-group,
  .cid-vpFU39k0u4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39k0u4 .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39k0u4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39k0u4 .mbr-text {
  text-align: center;
}
.cid-vpFU39k0u4 .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39k0u4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39k0u4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39k0u4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39k0u4 .modal-open {
  overflow: hidden;
}
.cid-vpFU39k0u4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39k0u4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39k0u4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39k0u4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39k0u4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39k0u4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39k0u4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39k0u4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39k0u4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39k0u4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39k0u4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39k0u4 .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39k0u4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39k0u4 .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39k0u4 .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39k0u4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39k0u4 .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39k0u4 .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39k0u4 .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39k0u4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39k0u4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39k0u4 .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39k0u4 .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39k0u4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39k0u4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39k0u4 .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39k0u4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39k0u4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39k0u4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39k0u4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39k0u4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39k0u4 .modal-lg,
  .cid-vpFU39k0u4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39k0u4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39k0u4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39k0u4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39k0u4 .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39k0u4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39k0u4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39k0u4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39k0u4 .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39k0u4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnWn3zQZ7h {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header-pipe-yard-storage.webp");
  background-position: 75% 50%;
}
.cid-vnWn3zQZ7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnWn3zQZ7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnWn3zQZ7h .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnWn3zQZ7h .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnWn3zQZ7h .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnWn3zQZ7h .mbr-text {
  color: #ffffff;
}
.cid-vnWn3zQZ7h .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnWn3zQZ7h .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnWn3zQZ7h .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnWn3zQZ7h .mbr-text,
.cid-vnWn3zQZ7h .mbr-section-btn {
  text-align: center;
}
.cid-vnWn3Aruni {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnWn3Aruni::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5.25rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnWn3Aruni .mbr-overlay {
  top: 5.25rem;
  bottom: 0;
  height: auto;
}
.cid-vnWn3Aruni .stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: -5.25rem;
  color: #ffffff;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnWn3Aruni .stats-row.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnWn3Aruni .stats-row.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnWn3Aruni .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 10rem;
  padding-top: 0rem;
  padding-right: clamp(1rem, 1.5vw, 1.75rem);
  padding-bottom: 1rem;
  padding-left: clamp(1rem, 1.5vw, 1.75rem);
}
.cid-vnWn3Aruni .stats-row.has-dividers .stat-item + .stat-item {
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnWn3Aruni .stat-copy {
  max-width: 13rem;
  overflow: hidden;
}
.cid-vnWn3Aruni .stat-value-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}
.cid-vnWn3Aruni .stat-value {
  color: #ffffff;
}
.cid-vnWn3Aruni .stat-icon {
  flex: 0 0 auto;
  color: #ed1c24;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnWn3Aruni .stat-text {
  color: #ffffff;
}
.cid-vnWn3Aruni .stat-label {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-vnWn3Aruni .stat-note {
  display: block;
  color: rgba(255, 255, 255, 0.63);
}
@media (max-width: 991px) {
  .cid-vnWn3Aruni .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnWn3Aruni .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cid-vnWn3Aruni .stats-row.has-dividers .stat-item + .stat-item {
    border-left: 0;
  }
  .cid-vnWn3Aruni .stats-row.has-dividers .stat-item:nth-child(even) {
    border-left: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vnWn3Aruni .stats-row.has-dividers .stat-item:nth-child(n + 3) {
    border-top: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vnWn3Aruni .stat-item {
    height: 8.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vnWn3Aruni .stat-copy {
    max-width: 100%;
  }
  .cid-vnWn3Aruni .stat-item {
    height: 7.5rem;
    padding-top: 0rem;
    padding-right: 0.7rem;
    padding-bottom: 0.85rem;
    padding-left: 0.7rem;
  }
  .cid-vnWn3Aruni .stat-value-row {
    gap: 0.45rem;
  }
  .cid-vnWn3Aruni .stat-icon {
    font-size: 1.5rem;
  }
}
.cid-vnWn3B49jJ {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
  background-position: -10% 100%;
  background-size: 3600px 2400px;
  background-repeat: repeat-x;
}
.cid-vnWn3B49jJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnWn3B49jJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vnWn3B49jJ .carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vnWn3B49jJ .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnWn3B49jJ .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.cid-vnWn3B49jJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnWn3B49jJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnWn3B49jJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnWn3B49jJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.cid-vnWn3B49jJ .slide-content,
.cid-vnWn3B49jJ .item-wrapper,
.cid-vnWn3B49jJ .item-img {
  width: 100%;
}
.cid-vnWn3B49jJ .item-img {
  aspect-ratio: 800 / 340;
  overflow: hidden;
}
.cid-vnWn3B49jJ .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: stretch;
}
.cid-vnWn3B49jJ .embla__button--next,
.cid-vnWn3B49jJ .embla__button--prev {
  display: flex;
}
.cid-vnWn3B49jJ .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #112233 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vnWn3B49jJ .embla__button {
    display: none;
  }
}
.cid-vnWn3B49jJ .embla__button:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}
.cid-vnWn3B49jJ .embla__button:disabled {
  opacity: .5 !important;
  background-color: #112233 !important;
  color: #ffffff !important;
}
.cid-vnWn3B49jJ .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vnWn3B49jJ .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vnWn3B49jJ .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vnWn3B49jJ .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vnWn3B49jJ .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/br-three-leaves-overlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.8;
}
.cid-vnWn3B49jJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnWn3B49jJ .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vnWn3B49jJ .stat-block {
  padding: 1.5rem 0;
}
.cid-vnWn3B49jJ .stat-block.top-left,
.cid-vnWn3B49jJ .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnWn3B49jJ .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vnWn3B49jJ .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnWn3B49jJ .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #ed1c24;
}
.cid-vnWn3B49jJ .stat-title {
  text-transform: uppercase;
}
.cid-vnWn3B49jJ .stat-text {
  flex: 1;
}
.cid-vnWn3B49jJ .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vnWn3B49jJ .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
.cid-vnWn3B49jJ .stat-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cid-vnWn3B49jJ .stat-link:hover,
.cid-vnWn3B49jJ .stat-link:focus {
  color: #ed1c24;
}
.cid-vnWn3B49jJ .stat-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
.cid-vnWn3B49jJ .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cid-vnWn3B49jJ .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vnWn3B49jJ .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vnWn3B49jJ .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vnWn3B49jJ .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vnWn3B49jJ .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-vnWn3B49jJ .embla__button,
  .cid-vnWn3B49jJ .stat-link {
    transition: none !important;
  }
}
.cid-vptHFVICU4 {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vptHFVICU4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vptHFVICU4 .mbr-overlay {
  top: 0rem;
  bottom: 0;
  height: auto;
}
.cid-vptHFVICU4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vptHFVICU4 .services-strip-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  width: 100%;
  margin-top: 0rem;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vptHFVICU4 .services-strip-grid.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vptHFVICU4 .services-strip-grid.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vptHFVICU4 .service-strip-item {
  position: relative;
  min-width: 0;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding-top: 1rem;
  text-align: center;
  transition: background-color 0.25s ease;
}
.cid-vptHFVICU4 .services-strip-grid.has-dividers .service-strip-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #999999;
  opacity: 0.5;
}
.cid-vptHFVICU4 .service-strip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vptHFVICU4 .service-strip-label {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.cid-vptHFVICU4 .service-strip-link {
  color: inherit;
  text-decoration: none;
}
.cid-vptHFVICU4 .service-strip-link:not(.stretched-link) {
  display: none;
}
.cid-vptHFVICU4 .service-strip-item:hover,
.cid-vptHFVICU4 .service-strip-item:focus-within {
  background-color: rgba(255, 255, 255, 0.08);
}
.cid-vptHFVICU4 .service-strip-link:focus-visible {
  outline-offset: -0.35rem;
}
@media (max-width: 1199px) {
  .cid-vptHFVICU4 .services-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cid-vptHFVICU4 .service-strip-item {
    min-height: 8rem;
  }
  .cid-vptHFVICU4 .services-strip-grid.has-dividers .service-strip-item:nth-child(5n)::after {
    display: none;
  }
  .cid-vptHFVICU4 .services-strip-grid.has-dividers .service-strip-item:nth-child(-n + 5) {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vptHFVICU4 .services-strip-grid.has-dividers .service-strip-item:nth-child(n + 6) {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-vptHFVICU4 .container-fluid,
  .cid-vptHFVICU4 .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-vptHFVICU4 .services-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cid-vptHFVICU4 .service-strip-item {
    min-height: 5.75rem;
    gap: 0.45rem;
    padding-top: 0.5rem;
    padding-right: 0.35rem;
    padding-bottom: 0.75rem;
    padding-left: 0.35rem;
  }
  .cid-vptHFVICU4 .service-strip-icon {
    min-height: 2rem;
    font-size: 2rem;
  }
  .cid-vptHFVICU4 .service-strip-label {
    font-size: 0.72rem;
    line-height: 1.05;
  }
  .cid-vptHFVICU4 .services-strip-grid.has-dividers .service-strip-item::after {
    display: block;
    top: 0;
    bottom: 0;
    background-color: #999999;
    opacity: 0.5;
  }
  .cid-vptHFVICU4 .services-strip-grid.has-dividers .service-strip-item:nth-child(5n)::after {
    display: none;
  }
  .cid-vptHFVICU4 .services-strip-grid.has-dividers .service-strip-item {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vptHFVICU4 .services-strip-grid.has-dividers .service-strip-item:nth-last-child(-n + 5) {
    border-bottom: 0;
  }
}
@media (max-width: 380px) {
  .cid-vptHFVICU4 .service-strip-item {
    min-height: 5.35rem;
    padding-right: 0.25rem;
    padding-bottom: 0.65rem;
    padding-left: 0.25rem;
  }
  .cid-vptHFVICU4 .service-strip-icon {
    font-size: 1.7rem;
  }
  .cid-vptHFVICU4 .service-strip-label {
    font-size: 0.64rem;
  }
}
.cid-vnYjSlZx9s {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/br-white-brand-bg-proudly-canadian.webp");
  background-position: 50% 100%;
}
.cid-vnYjSlZx9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnYjSlZx9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vnYjSlZx9s .carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vnYjSlZx9s .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnYjSlZx9s .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.cid-vnYjSlZx9s .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnYjSlZx9s .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnYjSlZx9s .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnYjSlZx9s .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.cid-vnYjSlZx9s .slide-content,
.cid-vnYjSlZx9s .item-wrapper,
.cid-vnYjSlZx9s .item-img {
  width: 100%;
}
.cid-vnYjSlZx9s .item-img {
  aspect-ratio: 800 / 340;
  overflow: hidden;
}
.cid-vnYjSlZx9s .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: stretch;
}
.cid-vnYjSlZx9s .embla__button--next,
.cid-vnYjSlZx9s .embla__button--prev {
  display: flex;
}
.cid-vnYjSlZx9s .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #112233 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vnYjSlZx9s .embla__button {
    display: none;
  }
}
.cid-vnYjSlZx9s .embla__button:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}
.cid-vnYjSlZx9s .embla__button:disabled {
  opacity: .5 !important;
  background-color: #112233 !important;
  color: #ffffff !important;
}
.cid-vnYjSlZx9s .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vnYjSlZx9s .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vnYjSlZx9s .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vnYjSlZx9s .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vnYjSlZx9s .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/br-three-leaves-overlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.8;
}
.cid-vnYjSlZx9s .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnYjSlZx9s .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vnYjSlZx9s .stat-block {
  padding: 1.5rem 0;
}
.cid-vnYjSlZx9s .stat-block.top-left,
.cid-vnYjSlZx9s .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnYjSlZx9s .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vnYjSlZx9s .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnYjSlZx9s .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #ed1c24;
}
.cid-vnYjSlZx9s .stat-title {
  text-transform: uppercase;
}
.cid-vnYjSlZx9s .stat-text {
  flex: 1;
}
.cid-vnYjSlZx9s .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vnYjSlZx9s .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
.cid-vnYjSlZx9s .stat-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cid-vnYjSlZx9s .stat-link:hover,
.cid-vnYjSlZx9s .stat-link:focus {
  color: #ed1c24;
}
.cid-vnYjSlZx9s .stat-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
.cid-vnYjSlZx9s .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cid-vnYjSlZx9s .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vnYjSlZx9s .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vnYjSlZx9s .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vnYjSlZx9s .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vnYjSlZx9s .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-vnYjSlZx9s .embla__button,
  .cid-vnYjSlZx9s .stat-link {
    transition: none !important;
  }
}
.cid-vpFU39kehw.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39kehw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39kehw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39kehw .modal-content,
.cid-vpFU39kehw .modal-dialog {
  height: auto;
}
.cid-vpFU39kehw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39kehw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39kehw .form-wrapper .mbr-form .form-group,
  .cid-vpFU39kehw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39kehw .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39kehw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39kehw .mbr-text {
  text-align: center;
}
.cid-vpFU39kehw .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39kehw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39kehw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39kehw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39kehw .modal-open {
  overflow: hidden;
}
.cid-vpFU39kehw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39kehw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39kehw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39kehw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39kehw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39kehw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39kehw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39kehw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39kehw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39kehw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39kehw .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39kehw .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39kehw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39kehw .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kehw .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39kehw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39kehw .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39kehw .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39kehw .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39kehw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39kehw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39kehw .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kehw .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39kehw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39kehw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kehw .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39kehw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39kehw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39kehw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39kehw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39kehw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39kehw .modal-lg,
  .cid-vpFU39kehw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39kehw .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39kehw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39kehw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39kehw .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39kehw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39kehw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39kehw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39kehw .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39kehw .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vptO3UY3uc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header-generic-leaves-roadside.webp");
  background-position: 50% 25%;
}
.cid-vptO3UY3uc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptO3UY3uc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vptO3UY3uc .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vptO3UY3uc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vptO3UY3uc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vptO3UY3uc .mbr-text {
  color: #ffffff;
}
.cid-vptO3UY3uc .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vptO3UY3uc .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vptO3UY3uc .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vptO3UY3uc .mbr-text,
.cid-vptO3UY3uc .mbr-section-btn {
  text-align: center;
}
.cid-vnXQKDomfj {
  padding-top: 8rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
  background-position: 50% 0%;
  background-size: auto 150%;
}
.cid-vnXQKDomfj .content-wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnXQKDomfj .brand-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: start;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.cid-vnXQKDomfj .brand-title-wrap {
  min-width: 0;
}
.cid-vnXQKDomfj .brand-mark {
  padding: 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnXQKDomfj .brand-mark img {
  display: block;
  width: 100%;
  height: auto;
}
.cid-vnXQKDomfj .mbr-text {
  max-width: 920px;
}
.cid-vnXQKDomfj .items-wrapper {
  margin-top: 2rem;
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.cid-vnXQKDomfj .item {
  display: flex;
}
.cid-vnXQKDomfj .item-wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 1.35rem;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.cid-vnXQKDomfj .item-wrapper:hover,
.cid-vnXQKDomfj .item-wrapper:focus-within {
  border-color: #ed1c24;
  transform: translateY(-2px);
}
.cid-vnXQKDomfj .item-wrapper .stretched-link:focus-visible::after {
  outline: 3px solid #ed1c24;
  outline-offset: -3px;
}
.cid-vnXQKDomfj .asset-kicker {
  margin-bottom: 0.75rem;
  color: #ed1c24;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cid-vnXQKDomfj .item-title {
  margin-bottom: 0.75rem;
  color: #000000;
}
.cid-vnXQKDomfj .item-text {
  margin-bottom: 1.25rem;
  color: #000000;
}
.cid-vnXQKDomfj .item-footer {
  margin-top: auto;
}
@media (prefers-reduced-motion: reduce) {
  .cid-vnXQKDomfj .item-wrapper {
    transition: none;
  }
  .cid-vnXQKDomfj .item-wrapper:hover,
  .cid-vnXQKDomfj .item-wrapper:focus-within {
    transform: none;
  }
}
@media (max-width: 991px) {
  .cid-vnXQKDomfj .brand-head {
    grid-template-columns: 1fr;
  }
  .cid-vnXQKDomfj .brand-mark {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .cid-vnXQKDomfj .brand-head {
    gap: 1.25rem;
  }
  .cid-vnXQKDomfj .brand-mark {
    padding: 1rem;
  }
  .cid-vnXQKDomfj .item-wrapper {
    padding: 1.15rem;
  }
}
.cid-vnXUafMCBc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
  background-position: 50% 0%;
  background-size: auto 150%;
}
.cid-vnXUafMCBc .content-wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnXUafMCBc .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
}
.cid-vnXUafMCBc .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-vnXUafMCBc .items-wrapper {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.cid-vnXUafMCBc .item {
  display: flex;
}
.cid-vnXUafMCBc .item-wrapper {
  width: 100%;
  padding: 1.35rem;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnXUafMCBc .item-kicker,
.cid-vnXUafMCBc .example-label {
  margin-bottom: 0.75rem;
  color: #ed1c24;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cid-vnXUafMCBc .item-title {
  margin-bottom: 0.75rem;
  color: #000000;
}
.cid-vnXUafMCBc .item-text,
.cid-vnXUafMCBc .example-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-vnXUafMCBc .copy-example {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
.cid-vnXUafMCBc .copy-block {
  padding: 1.35rem;
  background-color: #f8f8f8;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-left: 4px solid #999999;
}
.cid-vnXUafMCBc .copy-block.is-good {
  border-left-color: #ed1c24;
}
@media (max-width: 991px) {
  .cid-vnXUafMCBc .section-head {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vnXUafMCBc .copy-example {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .cid-vnXUafMCBc .item-wrapper,
  .cid-vnXUafMCBc .copy-block {
    padding: 1.15rem;
  }
}
.cid-vnY25LwNpN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
  background-position: 50% 0%;
  background-size: auto 150%;
}
.cid-vnY25LwNpN .content-wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnY25LwNpN .section-head {
  margin-bottom: 2rem;
}
.cid-vnY25LwNpN .system-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
}
.cid-vnY25LwNpN .system-panel {
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnY25LwNpN .logo-panel {
  grid-row: span 2;
}
.cid-vnY25LwNpN .logo-frame {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #f8f8f8;
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnY25LwNpN .logo-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.cid-vnY25LwNpN .panel-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-vnY25LwNpN .colour-list {
  display: grid;
  gap: 0.85rem;
}
.cid-vnY25LwNpN .colour-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}
.cid-vnY25LwNpN .swatch {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  display: block;
}
.cid-vnY25LwNpN .swatch-red {
  background-color: #ed1c24;
}
.cid-vnY25LwNpN .swatch-blue {
  background-color: #2151a8;
}
.cid-vnY25LwNpN .swatch-navy {
  background-color: #112233;
}
.cid-vnY25LwNpN .swatch-paper {
  background-color: #f8f8f8;
}
.cid-vnY25LwNpN .colour-copy,
.cid-vnY25LwNpN .type-label,
.cid-vnY25LwNpN .body-sample,
.cid-vnY25LwNpN .small-sample {
  margin-bottom: 0;
  color: #000000;
}
.cid-vnY25LwNpN .type-sample {
  padding-top: 1rem;
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnY25LwNpN .type-sample:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.cid-vnY25LwNpN .type-sample + .type-sample {
  margin-top: 1rem;
}
.cid-vnY25LwNpN .type-label {
  color: #ed1c24;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cid-vnY25LwNpN .display-sample {
  margin-bottom: 0;
  color: #112233;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .cid-vnY25LwNpN .system-grid {
    grid-template-columns: 1fr;
  }
  .cid-vnY25LwNpN .logo-panel {
    grid-row: auto;
  }
}
@media (max-width: 575px) {
  .cid-vnY25LwNpN .system-panel {
    padding: 1.15rem;
  }
  .cid-vnY25LwNpN .logo-frame {
    padding: 1rem;
  }
}
.cid-vnY4dFfV07 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
  background-position: 50% 0%;
  background-size: auto 150%;
}
.cid-vnY4dFfV07 .content-wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnY4dFfV07 .imagery-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
.cid-vnY4dFfV07 .image-wrapper {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnY4dFfV07 .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vnY4dFfV07 .image-note {
  margin-top: 0.85rem;
  margin-bottom: 0;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cid-vnY4dFfV07 .imagery-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-vnY4dFfV07 .rules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.cid-vnY4dFfV07 .rule-panel {
  padding: 1.35rem;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  min-width: 0;
}
.cid-vnY4dFfV07 .safety-panel {
  border-left: 4px solid #ed1c24;
}
.cid-vnY4dFfV07 .rule-label {
  margin-bottom: 0.85rem;
  color: #ed1c24;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cid-vnY4dFfV07 .rule-text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-vnY4dFfV07 .imagery-grid {
    grid-template-columns: 1fr;
  }
  .cid-vnY4dFfV07 .rules-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vnY4dFfV07 .rules-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .cid-vnY4dFfV07 .rule-panel {
    padding: 1.15rem;
  }
}
.cid-vnY4dFfV07 P {
  color: #000000;
}
.cid-vnY8bNMQiO {
  padding-top: 6rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
  background-position: 50% 0%;
  background-size: auto 150%;
}
.cid-vnY8bNMQiO .content-wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnY8bNMQiO .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
}
.cid-vnY8bNMQiO .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-vnY8bNMQiO .prompt-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.cid-vnY8bNMQiO .prompt-panel {
  padding: 1.35rem;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 3px solid #ed1c24;
  min-width: 0;
}
.cid-vnY8bNMQiO .review-panel {
  border-top-color: #112233;
}
.cid-vnY8bNMQiO .prompt-label {
  margin-bottom: 1rem;
  color: #ed1c24;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cid-vnY8bNMQiO .prompt-text {
  margin-bottom: 0;
  color: #000000;
  line-height: 1.65;
  overflow-wrap: normal;
  word-break: normal;
}
.cid-vnY8bNMQiO .mbr-list {
  margin: 0;
  padding-left: 1.25rem;
  color: #000000;
}
.cid-vnY8bNMQiO .mbr-list li {
  margin-bottom: 0.55rem;
}
@media (max-width: 991px) {
  .cid-vnY8bNMQiO .section-head,
  .cid-vnY8bNMQiO .prompt-grid {
    grid-template-columns: 1fr;
  }
  .cid-vnY8bNMQiO .review-panel {
    grid-column: auto;
  }
}
@media (max-width: 575px) {
  .cid-vnY8bNMQiO .prompt-panel {
    padding: 1.15rem;
  }
}
.cid-vnY8bNMQiO P {
  color: #000000;
}
.cid-vpFU39kkgv.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39kkgv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39kkgv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39kkgv .modal-content,
.cid-vpFU39kkgv .modal-dialog {
  height: auto;
}
.cid-vpFU39kkgv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39kkgv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39kkgv .form-wrapper .mbr-form .form-group,
  .cid-vpFU39kkgv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39kkgv .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39kkgv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39kkgv .mbr-text {
  text-align: center;
}
.cid-vpFU39kkgv .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39kkgv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39kkgv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39kkgv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39kkgv .modal-open {
  overflow: hidden;
}
.cid-vpFU39kkgv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39kkgv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39kkgv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39kkgv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39kkgv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39kkgv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39kkgv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39kkgv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39kkgv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39kkgv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39kkgv .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39kkgv .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39kkgv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39kkgv .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kkgv .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39kkgv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39kkgv .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39kkgv .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39kkgv .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39kkgv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39kkgv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39kkgv .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kkgv .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39kkgv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39kkgv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kkgv .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39kkgv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39kkgv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39kkgv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39kkgv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39kkgv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39kkgv .modal-lg,
  .cid-vpFU39kkgv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39kkgv .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39kkgv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39kkgv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39kkgv .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39kkgv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39kkgv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39kkgv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39kkgv .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39kkgv .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnYRowSd8s {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/br-header-tank-moving.webp");
  background-position: 50% 80%;
}
.cid-vnYRowSd8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnYRowSd8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnYRowSd8s .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnYRowSd8s .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnYRowSd8s .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnYRowSd8s .mbr-text {
  color: #ffffff;
}
.cid-vnYRowSd8s .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnYRowSd8s .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnYRowSd8s .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnYRowSd8s .mbr-text,
.cid-vnYRowSd8s .mbr-section-btn {
  text-align: center;
}
.cid-vnYR8aBIem {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vnYR8aBIem::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5.25rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vnYR8aBIem .mbr-overlay {
  top: 5.25rem;
  bottom: 0;
  height: auto;
}
.cid-vnYR8aBIem .stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: -5.25rem;
  color: #ffffff;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vnYR8aBIem .stats-row.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnYR8aBIem .stats-row.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vnYR8aBIem .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 10rem;
  padding-top: 0rem;
  padding-right: clamp(1rem, 1.5vw, 1.75rem);
  padding-bottom: 1rem;
  padding-left: clamp(1rem, 1.5vw, 1.75rem);
}
.cid-vnYR8aBIem .stats-row.has-dividers .stat-item + .stat-item {
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnYR8aBIem .stat-copy {
  max-width: 13rem;
  overflow: hidden;
}
.cid-vnYR8aBIem .stat-value-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}
.cid-vnYR8aBIem .stat-value {
  color: #ffffff;
}
.cid-vnYR8aBIem .stat-icon {
  flex: 0 0 auto;
  color: #ed1c24;
  font-size: 3rem;
  line-height: 1;
}
.cid-vnYR8aBIem .stat-text {
  color: #ffffff;
}
.cid-vnYR8aBIem .stat-label {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-vnYR8aBIem .stat-note {
  display: block;
  color: rgba(255, 255, 255, 0.63);
}
@media (max-width: 991px) {
  .cid-vnYR8aBIem .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vnYR8aBIem .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cid-vnYR8aBIem .stats-row.has-dividers .stat-item + .stat-item {
    border-left: 0;
  }
  .cid-vnYR8aBIem .stats-row.has-dividers .stat-item:nth-child(even) {
    border-left: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vnYR8aBIem .stats-row.has-dividers .stat-item:nth-child(n + 3) {
    border-top: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vnYR8aBIem .stat-item {
    height: 8.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vnYR8aBIem .stat-copy {
    max-width: 100%;
  }
  .cid-vnYR8aBIem .stat-item {
    height: 7.5rem;
    padding-top: 0rem;
    padding-right: 0.7rem;
    padding-bottom: 0.85rem;
    padding-left: 0.7rem;
  }
  .cid-vnYR8aBIem .stat-value-row {
    gap: 0.45rem;
  }
  .cid-vnYR8aBIem .stat-icon {
    font-size: 1.5rem;
  }
}
.cid-vnZHnewd2z {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/br-white-brand-bg-heavy-haul.webp");
  background-position: 50% 0%;
}
.cid-vnZHnewd2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnZHnewd2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vnZHnewd2z .carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vnZHnewd2z .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vnZHnewd2z .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.cid-vnZHnewd2z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnZHnewd2z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnZHnewd2z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnZHnewd2z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.cid-vnZHnewd2z .slide-content,
.cid-vnZHnewd2z .item-wrapper,
.cid-vnZHnewd2z .item-img {
  width: 100%;
}
.cid-vnZHnewd2z .item-img {
  aspect-ratio: 800 / 480;
  overflow: hidden;
}
.cid-vnZHnewd2z .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: stretch;
}
.cid-vnZHnewd2z .embla__button--next,
.cid-vnZHnewd2z .embla__button--prev {
  display: flex;
}
.cid-vnZHnewd2z .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #112233 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vnZHnewd2z .embla__button {
    display: none;
  }
}
.cid-vnZHnewd2z .embla__button:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}
.cid-vnZHnewd2z .embla__button:disabled {
  opacity: .5 !important;
  background-color: #112233 !important;
  color: #ffffff !important;
}
.cid-vnZHnewd2z .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vnZHnewd2z .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vnZHnewd2z .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vnZHnewd2z .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vnZHnewd2z .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/br-three-leaves-overlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.8;
}
.cid-vnZHnewd2z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vnZHnewd2z .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vnZHnewd2z .stat-block {
  padding: 1.5rem 0;
}
.cid-vnZHnewd2z .stat-block.top-left,
.cid-vnZHnewd2z .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vnZHnewd2z .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vnZHnewd2z .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnZHnewd2z .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #ed1c24;
}
.cid-vnZHnewd2z .stat-title {
  text-transform: uppercase;
}
.cid-vnZHnewd2z .stat-text {
  flex: 1;
}
.cid-vnZHnewd2z .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vnZHnewd2z .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
.cid-vnZHnewd2z .stat-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cid-vnZHnewd2z .stat-link:hover,
.cid-vnZHnewd2z .stat-link:focus {
  color: #ed1c24;
}
.cid-vnZHnewd2z .stat-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
.cid-vnZHnewd2z .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cid-vnZHnewd2z .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vnZHnewd2z .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vnZHnewd2z .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vnZHnewd2z .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vnZHnewd2z .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-vnZHnewd2z .embla__button,
  .cid-vnZHnewd2z .stat-link {
    transition: none !important;
  }
}
.cid-vptHVk8ITW {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vptHVk8ITW::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vptHVk8ITW .mbr-overlay {
  top: 0rem;
  bottom: 0;
  height: auto;
}
.cid-vptHVk8ITW .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vptHVk8ITW .services-strip-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  width: 100%;
  margin-top: 0rem;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vptHVk8ITW .services-strip-grid.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vptHVk8ITW .services-strip-grid.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vptHVk8ITW .service-strip-item {
  position: relative;
  min-width: 0;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding-top: 1rem;
  text-align: center;
  transition: background-color 0.25s ease;
}
.cid-vptHVk8ITW .services-strip-grid.has-dividers .service-strip-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #999999;
  opacity: 0.5;
}
.cid-vptHVk8ITW .service-strip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vptHVk8ITW .service-strip-label {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.cid-vptHVk8ITW .service-strip-link {
  color: inherit;
  text-decoration: none;
}
.cid-vptHVk8ITW .service-strip-link:not(.stretched-link) {
  display: none;
}
.cid-vptHVk8ITW .service-strip-item:hover,
.cid-vptHVk8ITW .service-strip-item:focus-within {
  background-color: rgba(255, 255, 255, 0.08);
}
.cid-vptHVk8ITW .service-strip-link:focus-visible {
  outline-offset: -0.35rem;
}
@media (max-width: 1199px) {
  .cid-vptHVk8ITW .services-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cid-vptHVk8ITW .service-strip-item {
    min-height: 8rem;
  }
  .cid-vptHVk8ITW .services-strip-grid.has-dividers .service-strip-item:nth-child(5n)::after {
    display: none;
  }
  .cid-vptHVk8ITW .services-strip-grid.has-dividers .service-strip-item:nth-child(-n + 5) {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vptHVk8ITW .services-strip-grid.has-dividers .service-strip-item:nth-child(n + 6) {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-vptHVk8ITW .container-fluid,
  .cid-vptHVk8ITW .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-vptHVk8ITW .services-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cid-vptHVk8ITW .service-strip-item {
    min-height: 5.75rem;
    gap: 0.45rem;
    padding-top: 0.5rem;
    padding-right: 0.35rem;
    padding-bottom: 0.75rem;
    padding-left: 0.35rem;
  }
  .cid-vptHVk8ITW .service-strip-icon {
    min-height: 2rem;
    font-size: 2rem;
  }
  .cid-vptHVk8ITW .service-strip-label {
    font-size: 0.72rem;
    line-height: 1.05;
  }
  .cid-vptHVk8ITW .services-strip-grid.has-dividers .service-strip-item::after {
    display: block;
    top: 0;
    bottom: 0;
    background-color: #999999;
    opacity: 0.5;
  }
  .cid-vptHVk8ITW .services-strip-grid.has-dividers .service-strip-item:nth-child(5n)::after {
    display: none;
  }
  .cid-vptHVk8ITW .services-strip-grid.has-dividers .service-strip-item {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vptHVk8ITW .services-strip-grid.has-dividers .service-strip-item:nth-last-child(-n + 5) {
    border-bottom: 0;
  }
}
@media (max-width: 380px) {
  .cid-vptHVk8ITW .service-strip-item {
    min-height: 5.35rem;
    padding-right: 0.25rem;
    padding-bottom: 0.65rem;
    padding-left: 0.25rem;
  }
  .cid-vptHVk8ITW .service-strip-icon {
    font-size: 1.7rem;
  }
  .cid-vptHVk8ITW .service-strip-label {
    font-size: 0.64rem;
  }
}
.cid-vpd8DBpAIL {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
}
.cid-vpd8DBpAIL .content-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vpd8DBpAIL .mbr-label {
  color: #666666;
}
.cid-vpd8DBpAIL .mbr-text p,
.cid-vpd8DBpAIL .mbr-text ul,
.cid-vpd8DBpAIL .mbr-text ol {
  margin-bottom: 1rem;
}
.cid-vpd8DBpAIL .mbr-text h3,
.cid-vpd8DBpAIL .mbr-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-vpd8DBpAIL .mbr-text ul,
.cid-vpd8DBpAIL .mbr-text ol {
  padding-left: 1.5rem;
}
.cid-vpd8DBpAIL .mbr-text a {
  color: #ed1c24;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-vpd8DBpAIL .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpFU39kEyg.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39kEyg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39kEyg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39kEyg .modal-content,
.cid-vpFU39kEyg .modal-dialog {
  height: auto;
}
.cid-vpFU39kEyg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39kEyg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39kEyg .form-wrapper .mbr-form .form-group,
  .cid-vpFU39kEyg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39kEyg .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39kEyg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39kEyg .mbr-text {
  text-align: center;
}
.cid-vpFU39kEyg .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39kEyg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39kEyg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39kEyg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39kEyg .modal-open {
  overflow: hidden;
}
.cid-vpFU39kEyg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39kEyg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39kEyg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39kEyg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39kEyg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39kEyg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39kEyg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39kEyg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39kEyg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39kEyg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39kEyg .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39kEyg .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39kEyg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39kEyg .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kEyg .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39kEyg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39kEyg .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39kEyg .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39kEyg .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39kEyg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39kEyg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39kEyg .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kEyg .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39kEyg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39kEyg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kEyg .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39kEyg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39kEyg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39kEyg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39kEyg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39kEyg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39kEyg .modal-lg,
  .cid-vpFU39kEyg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39kEyg .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39kEyg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39kEyg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39kEyg .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39kEyg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39kEyg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39kEyg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39kEyg .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39kEyg .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vo1GfXiPgz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header03.webp");
  background-position: 40% 50%;
}
.cid-vo1GfXiPgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo1GfXiPgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vo1GfXiPgz .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vo1GfXiPgz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vo1GfXiPgz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vo1GfXiPgz .mbr-text {
  color: #ffffff;
}
.cid-vo1GfXiPgz .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vo1GfXiPgz .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vo1GfXiPgz .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vo1GfXiPgz .mbr-text,
.cid-vo1GfXiPgz .mbr-section-btn {
  text-align: center;
}
.cid-vo1GfXE4jT {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vo1GfXE4jT::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5.25rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vo1GfXE4jT .mbr-overlay {
  top: 5.25rem;
  bottom: 0;
  height: auto;
}
.cid-vo1GfXE4jT .stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: -5.25rem;
  color: #ffffff;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vo1GfXE4jT .stats-row.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vo1GfXE4jT .stats-row.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vo1GfXE4jT .stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 10rem;
  padding-top: 0rem;
  padding-right: clamp(1rem, 1.5vw, 1.75rem);
  padding-bottom: 1rem;
  padding-left: clamp(1rem, 1.5vw, 1.75rem);
}
.cid-vo1GfXE4jT .stats-row.has-dividers .stat-item + .stat-item {
  border-left: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vo1GfXE4jT .stat-copy {
  max-width: 13rem;
  overflow: hidden;
}
.cid-vo1GfXE4jT .stat-value-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
}
.cid-vo1GfXE4jT .stat-value {
  color: #ffffff;
}
.cid-vo1GfXE4jT .stat-icon {
  flex: 0 0 auto;
  color: #ed1c24;
  font-size: 3rem;
  line-height: 1;
}
.cid-vo1GfXE4jT .stat-text {
  color: #ffffff;
}
.cid-vo1GfXE4jT .stat-label {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.cid-vo1GfXE4jT .stat-note {
  display: block;
  color: rgba(255, 255, 255, 0.63);
}
@media (max-width: 991px) {
  .cid-vo1GfXE4jT .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vo1GfXE4jT .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cid-vo1GfXE4jT .stats-row.has-dividers .stat-item + .stat-item {
    border-left: 0;
  }
  .cid-vo1GfXE4jT .stats-row.has-dividers .stat-item:nth-child(even) {
    border-left: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vo1GfXE4jT .stats-row.has-dividers .stat-item:nth-child(n + 3) {
    border-top: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vo1GfXE4jT .stat-item {
    height: 8.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vo1GfXE4jT .stat-copy {
    max-width: 100%;
  }
  .cid-vo1GfXE4jT .stat-item {
    height: 7.5rem;
    padding-top: 0rem;
    padding-right: 0.7rem;
    padding-bottom: 0.85rem;
    padding-left: 0.7rem;
  }
  .cid-vo1GfXE4jT .stat-value-row {
    gap: 0.45rem;
  }
  .cid-vo1GfXE4jT .stat-icon {
    font-size: 1.5rem;
  }
}
.cid-vo1GfY7OHk {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/br-white-brand-bg-proudly-canadian.webp");
  background-position: 50% 0%;
}
.cid-vo1GfY7OHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo1GfY7OHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vo1GfY7OHk .carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vo1GfY7OHk .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vo1GfY7OHk .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.cid-vo1GfY7OHk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vo1GfY7OHk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vo1GfY7OHk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vo1GfY7OHk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.cid-vo1GfY7OHk .slide-content,
.cid-vo1GfY7OHk .item-wrapper,
.cid-vo1GfY7OHk .item-img {
  width: 100%;
}
.cid-vo1GfY7OHk .item-img {
  aspect-ratio: 800 /400;
  overflow: hidden;
}
.cid-vo1GfY7OHk .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: stretch;
}
.cid-vo1GfY7OHk .embla__button--next,
.cid-vo1GfY7OHk .embla__button--prev {
  display: flex;
}
.cid-vo1GfY7OHk .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #112233 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vo1GfY7OHk .embla__button {
    display: none;
  }
}
.cid-vo1GfY7OHk .embla__button:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}
.cid-vo1GfY7OHk .embla__button:disabled {
  opacity: .5 !important;
  background-color: #112233 !important;
  color: #ffffff !important;
}
.cid-vo1GfY7OHk .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vo1GfY7OHk .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vo1GfY7OHk .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vo1GfY7OHk .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vo1GfY7OHk .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/br-three-leaves-overlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.8;
}
.cid-vo1GfY7OHk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vo1GfY7OHk .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vo1GfY7OHk .stat-block {
  padding: 1.5rem 0;
}
.cid-vo1GfY7OHk .stat-block.top-left,
.cid-vo1GfY7OHk .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vo1GfY7OHk .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vo1GfY7OHk .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vo1GfY7OHk .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #ed1c24;
}
.cid-vo1GfY7OHk .stat-title {
  text-transform: uppercase;
}
.cid-vo1GfY7OHk .stat-text {
  flex: 1;
}
.cid-vo1GfY7OHk .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vo1GfY7OHk .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
.cid-vo1GfY7OHk .stat-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cid-vo1GfY7OHk .stat-link:hover,
.cid-vo1GfY7OHk .stat-link:focus {
  color: #ed1c24;
}
.cid-vo1GfY7OHk .stat-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
.cid-vo1GfY7OHk .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cid-vo1GfY7OHk .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vo1GfY7OHk .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vo1GfY7OHk .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vo1GfY7OHk .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vo1GfY7OHk .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-vo1GfY7OHk .embla__button,
  .cid-vo1GfY7OHk .stat-link {
    transition: none !important;
  }
}
.cid-vptHOiBSPq {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vptHOiBSPq::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vptHOiBSPq .mbr-overlay {
  top: 0rem;
  bottom: 0;
  height: auto;
}
.cid-vptHOiBSPq .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vptHOiBSPq .services-strip-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  width: 100%;
  margin-top: 0rem;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vptHOiBSPq .services-strip-grid.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vptHOiBSPq .services-strip-grid.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vptHOiBSPq .service-strip-item {
  position: relative;
  min-width: 0;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding-top: 1rem;
  text-align: center;
  transition: background-color 0.25s ease;
}
.cid-vptHOiBSPq .services-strip-grid.has-dividers .service-strip-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #999999;
  opacity: 0.5;
}
.cid-vptHOiBSPq .service-strip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vptHOiBSPq .service-strip-label {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.cid-vptHOiBSPq .service-strip-link {
  color: inherit;
  text-decoration: none;
}
.cid-vptHOiBSPq .service-strip-link:not(.stretched-link) {
  display: none;
}
.cid-vptHOiBSPq .service-strip-item:hover,
.cid-vptHOiBSPq .service-strip-item:focus-within {
  background-color: rgba(255, 255, 255, 0.08);
}
.cid-vptHOiBSPq .service-strip-link:focus-visible {
  outline-offset: -0.35rem;
}
@media (max-width: 1199px) {
  .cid-vptHOiBSPq .services-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cid-vptHOiBSPq .service-strip-item {
    min-height: 8rem;
  }
  .cid-vptHOiBSPq .services-strip-grid.has-dividers .service-strip-item:nth-child(5n)::after {
    display: none;
  }
  .cid-vptHOiBSPq .services-strip-grid.has-dividers .service-strip-item:nth-child(-n + 5) {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vptHOiBSPq .services-strip-grid.has-dividers .service-strip-item:nth-child(n + 6) {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-vptHOiBSPq .container-fluid,
  .cid-vptHOiBSPq .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-vptHOiBSPq .services-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cid-vptHOiBSPq .service-strip-item {
    min-height: 5.75rem;
    gap: 0.45rem;
    padding-top: 0.5rem;
    padding-right: 0.35rem;
    padding-bottom: 0.75rem;
    padding-left: 0.35rem;
  }
  .cid-vptHOiBSPq .service-strip-icon {
    min-height: 2rem;
    font-size: 2rem;
  }
  .cid-vptHOiBSPq .service-strip-label {
    font-size: 0.72rem;
    line-height: 1.05;
  }
  .cid-vptHOiBSPq .services-strip-grid.has-dividers .service-strip-item::after {
    display: block;
    top: 0;
    bottom: 0;
    background-color: #999999;
    opacity: 0.5;
  }
  .cid-vptHOiBSPq .services-strip-grid.has-dividers .service-strip-item:nth-child(5n)::after {
    display: none;
  }
  .cid-vptHOiBSPq .services-strip-grid.has-dividers .service-strip-item {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vptHOiBSPq .services-strip-grid.has-dividers .service-strip-item:nth-last-child(-n + 5) {
    border-bottom: 0;
  }
}
@media (max-width: 380px) {
  .cid-vptHOiBSPq .service-strip-item {
    min-height: 5.35rem;
    padding-right: 0.25rem;
    padding-bottom: 0.65rem;
    padding-left: 0.25rem;
  }
  .cid-vptHOiBSPq .service-strip-icon {
    font-size: 1.7rem;
  }
  .cid-vptHOiBSPq .service-strip-label {
    font-size: 0.64rem;
  }
}
.cid-vo26h7GXxB {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
  background-position: -10% 100%;
  background-size: 3600px 2400px;
  background-repeat: repeat-x;
}
.cid-vo26h7GXxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo26h7GXxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vo26h7GXxB .carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vo26h7GXxB .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vo26h7GXxB .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.cid-vo26h7GXxB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vo26h7GXxB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vo26h7GXxB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vo26h7GXxB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.cid-vo26h7GXxB .slide-content,
.cid-vo26h7GXxB .item-wrapper,
.cid-vo26h7GXxB .item-img {
  width: 100%;
}
.cid-vo26h7GXxB .item-img {
  aspect-ratio: 800 / 340;
  overflow: hidden;
}
.cid-vo26h7GXxB .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: stretch;
}
.cid-vo26h7GXxB .embla__button--next,
.cid-vo26h7GXxB .embla__button--prev {
  display: flex;
}
.cid-vo26h7GXxB .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #112233 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vo26h7GXxB .embla__button {
    display: none;
  }
}
.cid-vo26h7GXxB .embla__button:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}
.cid-vo26h7GXxB .embla__button:disabled {
  opacity: .5 !important;
  background-color: #112233 !important;
  color: #ffffff !important;
}
.cid-vo26h7GXxB .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vo26h7GXxB .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vo26h7GXxB .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vo26h7GXxB .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vo26h7GXxB .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/br-three-leaves-overlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.8;
}
.cid-vo26h7GXxB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vo26h7GXxB .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vo26h7GXxB .stat-block {
  padding: 1.5rem 0;
}
.cid-vo26h7GXxB .stat-block.top-left,
.cid-vo26h7GXxB .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vo26h7GXxB .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vo26h7GXxB .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vo26h7GXxB .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #ed1c24;
}
.cid-vo26h7GXxB .stat-title {
  text-transform: uppercase;
}
.cid-vo26h7GXxB .stat-text {
  flex: 1;
}
.cid-vo26h7GXxB .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vo26h7GXxB .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
.cid-vo26h7GXxB .stat-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cid-vo26h7GXxB .stat-link:hover,
.cid-vo26h7GXxB .stat-link:focus {
  color: #ed1c24;
}
.cid-vo26h7GXxB .stat-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
.cid-vo26h7GXxB .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cid-vo26h7GXxB .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vo26h7GXxB .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vo26h7GXxB .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vo26h7GXxB .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vo26h7GXxB .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-vo26h7GXxB .embla__button,
  .cid-vo26h7GXxB .stat-link {
    transition: none !important;
  }
}
.cid-vpbERM9QpS {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
}
.cid-vpbERM9QpS .content-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vpbERM9QpS .mbr-label {
  color: #666666;
}
.cid-vpbERM9QpS .mbr-text p,
.cid-vpbERM9QpS .mbr-text ul,
.cid-vpbERM9QpS .mbr-text ol {
  margin-bottom: 1rem;
}
.cid-vpbERM9QpS .mbr-text h3,
.cid-vpbERM9QpS .mbr-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-vpbERM9QpS .mbr-text ul,
.cid-vpbERM9QpS .mbr-text ol {
  padding-left: 1.5rem;
}
.cid-vpbERM9QpS .mbr-text a {
  color: #ed1c24;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-vpbERM9QpS .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpX8w0rX2z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/breckels-default-background.webp");
}
.cid-vpX8w0rX2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpX8w0rX2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpX8w0rX2z .content-wrap {
  margin: 0 -20px;
}
.cid-vpX8w0rX2z .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vpX8w0rX2z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vpX8w0rX2z .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vpX8w0rX2z .embla__slide .slide-content {
  width: 100%;
}
.cid-vpX8w0rX2z .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
}
.cid-vpX8w0rX2z .embla__button--next,
.cid-vpX8w0rX2z .embla__button--prev {
  display: flex;
}
.cid-vpX8w0rX2z .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vpX8w0rX2z .embla__button {
    display: none;
  }
}
.cid-vpX8w0rX2z .embla__button:hover {
  background-color: #fb555d !important;
  color: #ffffff !important;
}
.cid-vpX8w0rX2z .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vpX8w0rX2z .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vpX8w0rX2z .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vpX8w0rX2z .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vpX8w0rX2z .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vpX8w0rX2z .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vpX8w0rX2z .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-vpX8w0rX2z .embla__viewport {
    padding: 0;
  }
}
.cid-vpX8w0rX2z .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/strength-in-people-3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  opacity: 1;
}
.cid-vpX8w0rX2z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpX8w0rX2z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpX8w0rX2z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpX8w0rX2z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpX8w0rX2z .mbr-section-title {
  margin: 0 auto;
  max-width: 80%;
  color: #ffffff;
}
.cid-vpX8w0rX2z .mbr-text {
  color: #ffffff;
}
.cid-vpX8w0rX2z .mbr-section-title,
.cid-vpX8w0rX2z .mbr-section-btn {
  text-align: center;
}
.cid-vpX8w0rX2z .mbr-text,
.cid-vpX8w0rX2z .text-wrapper {
  text-align: center;
}
.cid-vpX8w0rX2z .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vo1Oz0xjhf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/br-white-brand-bg-heavy-haul.webp");
}
.cid-vo1Oz0xjhf .content-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vo1Oz0xjhf .mbr-label {
  color: #666666;
}
.cid-vo1Oz0xjhf .mbr-text p,
.cid-vo1Oz0xjhf .mbr-text ul,
.cid-vo1Oz0xjhf .mbr-text ol {
  margin-bottom: 1rem;
}
.cid-vo1Oz0xjhf .mbr-text h3,
.cid-vo1Oz0xjhf .mbr-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-vo1Oz0xjhf .mbr-text ul,
.cid-vo1Oz0xjhf .mbr-text ol {
  padding-left: 1.5rem;
}
.cid-vo1Oz0xjhf .mbr-text a {
  color: #ed1c24;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-vo1Oz0xjhf .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpFU39kv6H.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39kv6H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39kv6H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39kv6H .modal-content,
.cid-vpFU39kv6H .modal-dialog {
  height: auto;
}
.cid-vpFU39kv6H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39kv6H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39kv6H .form-wrapper .mbr-form .form-group,
  .cid-vpFU39kv6H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39kv6H .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39kv6H .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39kv6H .mbr-text {
  text-align: center;
}
.cid-vpFU39kv6H .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39kv6H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39kv6H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39kv6H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39kv6H .modal-open {
  overflow: hidden;
}
.cid-vpFU39kv6H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39kv6H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39kv6H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39kv6H .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39kv6H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39kv6H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39kv6H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39kv6H .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39kv6H .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39kv6H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39kv6H .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39kv6H .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39kv6H .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39kv6H .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kv6H .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39kv6H .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39kv6H .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39kv6H .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39kv6H .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39kv6H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39kv6H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39kv6H .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kv6H .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39kv6H .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39kv6H .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kv6H .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39kv6H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39kv6H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39kv6H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39kv6H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39kv6H .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39kv6H .modal-lg,
  .cid-vpFU39kv6H .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39kv6H .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39kv6H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39kv6H .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39kv6H .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39kv6H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39kv6H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39kv6H .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39kv6H .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39kv6H .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vnpUbxgpxC {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/header06.webp");
  background-position: 50% 25%;
}
.cid-vnpUbxgpxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnpUbxgpxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnpUbxgpxC .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vnpUbxgpxC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnpUbxgpxC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vnpUbxgpxC .mbr-text {
  color: #ffffff;
}
.cid-vnpUbxgpxC .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vnpUbxgpxC .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vnpUbxgpxC .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vnpUbxgpxC .mbr-text,
.cid-vnpUbxgpxC .mbr-section-btn {
  text-align: center;
}
.cid-vnpUbxHJvf {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
}
.cid-vnpUbxHJvf .content-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vnpUbxHJvf .mbr-label {
  color: #666666;
}
.cid-vnpUbxHJvf .policy-content p,
.cid-vnpUbxHJvf .policy-content ul,
.cid-vnpUbxHJvf .policy-content ol {
  margin-bottom: 1rem;
}
.cid-vnpUbxHJvf .policy-content ul,
.cid-vnpUbxHJvf .policy-content ol {
  padding-left: 1.5rem;
}
.cid-vnpUbxHJvf .policy-content li {
  margin-bottom: 0.45rem;
}
.cid-vnpUbxHJvf .policy-content a {
  color: #ed1c24;
  text-decoration: underline;
}
.cid-vnpUbxHJvf .policy-heading {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-vnpUbxHJvf .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpFU39kESS.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39kESS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39kESS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39kESS .modal-content,
.cid-vpFU39kESS .modal-dialog {
  height: auto;
}
.cid-vpFU39kESS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39kESS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39kESS .form-wrapper .mbr-form .form-group,
  .cid-vpFU39kESS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39kESS .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39kESS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39kESS .mbr-text {
  text-align: center;
}
.cid-vpFU39kESS .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39kESS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39kESS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39kESS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39kESS .modal-open {
  overflow: hidden;
}
.cid-vpFU39kESS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39kESS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39kESS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39kESS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39kESS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39kESS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39kESS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39kESS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39kESS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39kESS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39kESS .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39kESS .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39kESS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39kESS .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kESS .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39kESS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39kESS .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39kESS .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39kESS .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39kESS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39kESS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39kESS .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kESS .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39kESS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39kESS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kESS .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39kESS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39kESS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39kESS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39kESS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39kESS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39kESS .modal-lg,
  .cid-vpFU39kESS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39kESS .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39kESS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39kESS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39kESS .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39kESS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39kESS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39kESS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39kESS .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39kESS .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vo8WAjMOWg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header-oversized-loads.webp");
  background-position: 75% 50%;
}
.cid-vo8WAjMOWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo8WAjMOWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vo8WAjMOWg .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vo8WAjMOWg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vo8WAjMOWg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vo8WAjMOWg .mbr-text {
  color: #ffffff;
}
.cid-vo8WAjMOWg .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vo8WAjMOWg .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vo8WAjMOWg .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vo8WAjMOWg .mbr-text,
.cid-vo8WAjMOWg .mbr-section-btn {
  text-align: center;
}
.cid-vof2Gx1hrK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vof2Gx1hrK::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vof2Gx1hrK .cta-panel {
  margin-left: 0;
  margin-right: 0;
  margin-top: -5rem;
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vof2Gx1hrK .cta-panel.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vof2Gx1hrK .cta-panel.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vof2Gx1hrK .cta-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vof2Gx1hrK .cta-content > .mbr-iconfont {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vof2Gx1hrK .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vof2Gx1hrK .mbr-text,
.cid-vof2Gx1hrK .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vof2Gx1hrK .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vof2Gx1hrK .cta-panel {
    row-gap: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vof2Gx1hrK .cta-panel {
    padding: 1rem;
  }
  .cid-vof2Gx1hrK .cta-content {
    align-items: flex-start;
    gap: 0.5rem;
  }
  .cid-vof2Gx1hrK .cta-content > .mbr-iconfont {
    display: none;
  }
}
.cid-vo8WAkBoZl {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/br-white-brand-bg-proudly-canadian.webp");
  background-position: 50% 0%;
}
.cid-vo8WAkBoZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo8WAkBoZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vo8WAkBoZl .carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vo8WAkBoZl .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vo8WAkBoZl .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.cid-vo8WAkBoZl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vo8WAkBoZl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vo8WAkBoZl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vo8WAkBoZl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.cid-vo8WAkBoZl .slide-content,
.cid-vo8WAkBoZl .item-wrapper,
.cid-vo8WAkBoZl .item-img {
  width: 100%;
}
.cid-vo8WAkBoZl .item-img {
  aspect-ratio: 800 / 340;
  overflow: hidden;
}
.cid-vo8WAkBoZl .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: stretch;
}
.cid-vo8WAkBoZl .embla__button--next,
.cid-vo8WAkBoZl .embla__button--prev {
  display: flex;
}
.cid-vo8WAkBoZl .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #112233 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vo8WAkBoZl .embla__button {
    display: none;
  }
}
.cid-vo8WAkBoZl .embla__button:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}
.cid-vo8WAkBoZl .embla__button:disabled {
  opacity: .5 !important;
  background-color: #112233 !important;
  color: #ffffff !important;
}
.cid-vo8WAkBoZl .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vo8WAkBoZl .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vo8WAkBoZl .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vo8WAkBoZl .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vo8WAkBoZl .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/br-three-leaves-overlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.8;
}
.cid-vo8WAkBoZl .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vo8WAkBoZl .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vo8WAkBoZl .stat-block {
  padding: 1.5rem 0;
}
.cid-vo8WAkBoZl .stat-block.top-left,
.cid-vo8WAkBoZl .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vo8WAkBoZl .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vo8WAkBoZl .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vo8WAkBoZl .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #ed1c24;
}
.cid-vo8WAkBoZl .stat-title {
  text-transform: uppercase;
}
.cid-vo8WAkBoZl .stat-text {
  flex: 1;
}
.cid-vo8WAkBoZl .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vo8WAkBoZl .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
.cid-vo8WAkBoZl .stat-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cid-vo8WAkBoZl .stat-link:hover,
.cid-vo8WAkBoZl .stat-link:focus {
  color: #ed1c24;
}
.cid-vo8WAkBoZl .stat-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
.cid-vo8WAkBoZl .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cid-vo8WAkBoZl .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vo8WAkBoZl .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vo8WAkBoZl .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vo8WAkBoZl .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vo8WAkBoZl .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-vo8WAkBoZl .embla__button,
  .cid-vo8WAkBoZl .stat-link {
    transition: none !important;
  }
}
.cid-vo8WAkBoZl .mbr-section-subtitle {
  color: #000000;
}
.cid-vo8WAkBoZl .mbr-section-title {
  color: #000000;
}
.cid-vptHvAA9V0 {
  padding-top: 0;
  padding-bottom: 0rem;
  position: relative;
  z-index: 4;
  overflow: visible;
  background: transparent;
}
.cid-vptHvAA9V0::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0rem;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #f8f8f8;
}
.cid-vptHvAA9V0 .mbr-overlay {
  top: 0rem;
  bottom: 0;
  height: auto;
}
.cid-vptHvAA9V0 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vptHvAA9V0 .services-strip-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  width: 100%;
  margin-top: 0rem;
  background: linear-gradient(180deg, #223344 0%, #112233 100%);
}
.cid-vptHvAA9V0 .services-strip-grid.has-border {
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vptHvAA9V0 .services-strip-grid.has-shadow {
  box-shadow: 0 1.625rem 5rem rgba(0, 0, 0, 0.22);
}
.cid-vptHvAA9V0 .service-strip-item {
  position: relative;
  min-width: 0;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding-top: 1rem;
  text-align: center;
  transition: background-color 0.25s ease;
}
.cid-vptHvAA9V0 .services-strip-grid.has-dividers .service-strip-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #999999;
  opacity: 0.5;
}
.cid-vptHvAA9V0 .service-strip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
}
.cid-vptHvAA9V0 .service-strip-label {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.cid-vptHvAA9V0 .service-strip-link {
  color: inherit;
  text-decoration: none;
}
.cid-vptHvAA9V0 .service-strip-link:not(.stretched-link) {
  display: none;
}
.cid-vptHvAA9V0 .service-strip-item:hover,
.cid-vptHvAA9V0 .service-strip-item:focus-within {
  background-color: rgba(255, 255, 255, 0.08);
}
.cid-vptHvAA9V0 .service-strip-link:focus-visible {
  outline-offset: -0.35rem;
}
@media (max-width: 1199px) {
  .cid-vptHvAA9V0 .services-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cid-vptHvAA9V0 .service-strip-item {
    min-height: 8rem;
  }
  .cid-vptHvAA9V0 .services-strip-grid.has-dividers .service-strip-item:nth-child(5n)::after {
    display: none;
  }
  .cid-vptHvAA9V0 .services-strip-grid.has-dividers .service-strip-item:nth-child(-n + 5) {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vptHvAA9V0 .services-strip-grid.has-dividers .service-strip-item:nth-child(n + 6) {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-vptHvAA9V0 .container-fluid,
  .cid-vptHvAA9V0 .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-vptHvAA9V0 .services-strip-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cid-vptHvAA9V0 .service-strip-item {
    min-height: 5.75rem;
    gap: 0.45rem;
    padding-top: 0.5rem;
    padding-right: 0.35rem;
    padding-bottom: 0.75rem;
    padding-left: 0.35rem;
  }
  .cid-vptHvAA9V0 .service-strip-icon {
    min-height: 2rem;
    font-size: 2rem;
  }
  .cid-vptHvAA9V0 .service-strip-label {
    font-size: 0.72rem;
    line-height: 1.05;
  }
  .cid-vptHvAA9V0 .services-strip-grid.has-dividers .service-strip-item::after {
    display: block;
    top: 0;
    bottom: 0;
    background-color: #999999;
    opacity: 0.5;
  }
  .cid-vptHvAA9V0 .services-strip-grid.has-dividers .service-strip-item:nth-child(5n)::after {
    display: none;
  }
  .cid-vptHvAA9V0 .services-strip-grid.has-dividers .service-strip-item {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vptHvAA9V0 .services-strip-grid.has-dividers .service-strip-item:nth-last-child(-n + 5) {
    border-bottom: 0;
  }
}
@media (max-width: 380px) {
  .cid-vptHvAA9V0 .service-strip-item {
    min-height: 5.35rem;
    padding-right: 0.25rem;
    padding-bottom: 0.65rem;
    padding-left: 0.25rem;
  }
  .cid-vptHvAA9V0 .service-strip-icon {
    font-size: 1.7rem;
  }
  .cid-vptHvAA9V0 .service-strip-label {
    font-size: 0.64rem;
  }
}
.cid-vo8WAm0hN9 {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
  background-position: -10% 100%;
  background-size: 3600px 2400px;
  background-repeat: repeat-x;
}
.cid-vo8WAm0hN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo8WAm0hN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.cid-vo8WAm0hN9 .carousel-wrapper {
  position: relative;
  margin-bottom: 2rem;
}
.cid-vo8WAm0hN9 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vo8WAm0hN9 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.cid-vo8WAm0hN9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vo8WAm0hN9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vo8WAm0hN9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vo8WAm0hN9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.cid-vo8WAm0hN9 .slide-content,
.cid-vo8WAm0hN9 .item-wrapper,
.cid-vo8WAm0hN9 .item-img {
  width: 100%;
}
.cid-vo8WAm0hN9 .item-img {
  aspect-ratio: 800 / 340;
  overflow: hidden;
}
.cid-vo8WAm0hN9 .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: stretch;
}
.cid-vo8WAm0hN9 .embla__button--next,
.cid-vo8WAm0hN9 .embla__button--prev {
  display: flex;
}
.cid-vo8WAm0hN9 .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #112233 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vo8WAm0hN9 .embla__button {
    display: none;
  }
}
.cid-vo8WAm0hN9 .embla__button:hover {
  background-color: #ed1c24 !important;
  color: #ffffff !important;
}
.cid-vo8WAm0hN9 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #112233 !important;
  color: #ffffff !important;
}
.cid-vo8WAm0hN9 .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vo8WAm0hN9 .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vo8WAm0hN9 .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vo8WAm0hN9 .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vo8WAm0hN9 .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/br-three-leaves-overlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.8;
}
.cid-vo8WAm0hN9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vo8WAm0hN9 .stats-container {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-top: 1rem;
}
.cid-vo8WAm0hN9 .stat-block {
  padding: 1.5rem 0;
}
.cid-vo8WAm0hN9 .stat-block.top-left,
.cid-vo8WAm0hN9 .stat-block.top-right {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-vo8WAm0hN9 .stat-inner {
  display: flex;
  align-items: flex-start;
}
.cid-vo8WAm0hN9 .icon-wrapper {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vo8WAm0hN9 .icon-wrapper .mbr-iconfont {
  font-size: 2.8rem;
  color: #ed1c24;
}
.cid-vo8WAm0hN9 .stat-title {
  text-transform: uppercase;
}
.cid-vo8WAm0hN9 .stat-text {
  flex: 1;
}
.cid-vo8WAm0hN9 .stat-num {
  font-weight: 800;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.cid-vo8WAm0hN9 .stat-sub {
  margin-bottom: 0;
  color: #666666;
}
.cid-vo8WAm0hN9 .stat-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cid-vo8WAm0hN9 .stat-link:hover,
.cid-vo8WAm0hN9 .stat-link:focus {
  color: #ed1c24;
}
.cid-vo8WAm0hN9 .stat-link:focus-visible {
  outline: 2px solid #ed1c24;
  outline-offset: 3px;
}
.cid-vo8WAm0hN9 .nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cid-vo8WAm0hN9 .stat-block:nth-child(odd) {
    border-right: 1px solid rgba(153, 153, 153, 0.5);
    padding-right: 1.5rem;
  }
  .cid-vo8WAm0hN9 .stat-block:nth-child(even) {
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-vo8WAm0hN9 .left-column {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vo8WAm0hN9 .stat-block {
    padding: 1.5rem 0;
  }
  .cid-vo8WAm0hN9 .stat-block.bottom-left {
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cid-vo8WAm0hN9 .embla__button,
  .cid-vo8WAm0hN9 .stat-link {
    transition: none !important;
  }
}
.cid-vpd1jMwTjT {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
}
.cid-vpd1jMwTjT .content-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vpd1jMwTjT .mbr-label {
  color: #666666;
}
.cid-vpd1jMwTjT .mbr-text p,
.cid-vpd1jMwTjT .mbr-text ul,
.cid-vpd1jMwTjT .mbr-text ol {
  margin-bottom: 1rem;
}
.cid-vpd1jMwTjT .mbr-text h3,
.cid-vpd1jMwTjT .mbr-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-vpd1jMwTjT .mbr-text ul,
.cid-vpd1jMwTjT .mbr-text ol {
  padding-left: 1.5rem;
}
.cid-vpd1jMwTjT .mbr-text a {
  color: #ed1c24;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-vpd1jMwTjT .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpEaSVE4iH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/breckels-default-background.webp");
}
.cid-vpEaSVE4iH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpEaSVE4iH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpEaSVE4iH .content-wrap {
  margin: 0 -20px;
}
.cid-vpEaSVE4iH .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vpEaSVE4iH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vpEaSVE4iH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vpEaSVE4iH .embla__slide .slide-content {
  width: 100%;
}
.cid-vpEaSVE4iH .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
}
.cid-vpEaSVE4iH .embla__button--next,
.cid-vpEaSVE4iH .embla__button--prev {
  display: flex;
}
.cid-vpEaSVE4iH .embla__button {
  bottom: 47%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background-color: #121212 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
  display: none;
}
@media (max-width: 768px) {
  .cid-vpEaSVE4iH .embla__button {
    display: none;
  }
}
.cid-vpEaSVE4iH .embla__button:hover {
  background-color: #fb555d !important;
  color: #ffffff !important;
}
.cid-vpEaSVE4iH .embla__button:disabled {
  opacity: .5 !important;
  background-color: #121212 !important;
  color: #ffffff !important;
}
.cid-vpEaSVE4iH .embla__button.embla__button--prev {
  left: 16px;
}
@media (max-width: 992px) {
  .cid-vpEaSVE4iH .embla__button.embla__button--prev {
    left: 8px;
  }
}
.cid-vpEaSVE4iH .embla__button.embla__button--next {
  right: 16px;
}
@media (max-width: 992px) {
  .cid-vpEaSVE4iH .embla__button.embla__button--next {
    right: 8px;
  }
}
.cid-vpEaSVE4iH .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vpEaSVE4iH .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-vpEaSVE4iH .embla__viewport {
    padding: 0;
  }
}
.cid-vpEaSVE4iH .br-slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../../../assets/images/strength-in-people-3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  opacity: 1;
}
.cid-vpEaSVE4iH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpEaSVE4iH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpEaSVE4iH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpEaSVE4iH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpEaSVE4iH .mbr-section-title {
  margin: 0 auto;
  max-width: 80%;
  color: #ffffff;
}
.cid-vpEaSVE4iH .mbr-text {
  color: #ffffff;
}
.cid-vpEaSVE4iH .mbr-section-title,
.cid-vpEaSVE4iH .mbr-section-btn {
  text-align: center;
}
.cid-vpEaSVE4iH .mbr-text,
.cid-vpEaSVE4iH .text-wrapper {
  text-align: center;
}
.cid-vpEaSVE4iH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vof6qyu0SZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/br-white-brand-bg-heavy-haul.webp");
}
.cid-vof6qyu0SZ .content-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vof6qyu0SZ .mbr-label {
  color: #666666;
}
.cid-vof6qyu0SZ .mbr-text p,
.cid-vof6qyu0SZ .mbr-text ul,
.cid-vof6qyu0SZ .mbr-text ol {
  margin-bottom: 1rem;
}
.cid-vof6qyu0SZ .mbr-text h3,
.cid-vof6qyu0SZ .mbr-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.cid-vof6qyu0SZ .mbr-text ul,
.cid-vof6qyu0SZ .mbr-text ol {
  padding-left: 1.5rem;
}
.cid-vof6qyu0SZ .mbr-text a {
  color: #ed1c24;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-vof6qyu0SZ .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpFU39kpAa.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39kpAa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39kpAa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39kpAa .modal-content,
.cid-vpFU39kpAa .modal-dialog {
  height: auto;
}
.cid-vpFU39kpAa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39kpAa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39kpAa .form-wrapper .mbr-form .form-group,
  .cid-vpFU39kpAa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39kpAa .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39kpAa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39kpAa .mbr-text {
  text-align: center;
}
.cid-vpFU39kpAa .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39kpAa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39kpAa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39kpAa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39kpAa .modal-open {
  overflow: hidden;
}
.cid-vpFU39kpAa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39kpAa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39kpAa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39kpAa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39kpAa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39kpAa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39kpAa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39kpAa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39kpAa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39kpAa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39kpAa .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39kpAa .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39kpAa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39kpAa .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kpAa .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39kpAa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39kpAa .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39kpAa .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39kpAa .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39kpAa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39kpAa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39kpAa .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kpAa .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39kpAa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39kpAa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kpAa .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39kpAa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39kpAa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39kpAa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39kpAa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39kpAa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39kpAa .modal-lg,
  .cid-vpFU39kpAa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39kpAa .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39kpAa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39kpAa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39kpAa .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39kpAa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39kpAa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39kpAa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39kpAa .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39kpAa .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-voNsrjUJIF {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/br-header-powerful.webp");
  background-position: 30% 40%;
}
.cid-voNsrjUJIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-voNsrjUJIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-voNsrjUJIF .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-voNsrjUJIF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-voNsrjUJIF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-voNsrjUJIF .mbr-text {
  color: #ffffff;
}
.cid-voNsrjUJIF .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-voNsrjUJIF .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-voNsrjUJIF .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-voNsrjUJIF .mbr-text,
.cid-voNsrjUJIF .mbr-section-btn {
  text-align: center;
}
.cid-voU0kZ6ebO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/br-white-brand-bg-heavy-haul.webp");
  background-size: cover;
}
.cid-voU0kZ6ebO .title-wrapper {
  position: relative;
  height: 100%;
}
.cid-voU0kZ6ebO .stack-stage {
  margin-top: -1rem;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  min-height: 0;
  height: clamp(350px, 48vw, 450px);
  perspective: 900px;
  isolation: isolate;
}
.cid-voU0kZ6ebO .rig-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-voU0kZ6ebO .rig-wrap {
    height: 175%;
    width: 150%;
    margin-left: -6rem;
  }
}
.cid-voU0kZ6ebO .trailer-layer,
.cid-voU0kZ6ebO .tractor-preview {
  position: absolute;
  left: 50%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  transform: translateX(-50%);
  pointer-events: none;
}
.cid-voU0kZ6ebO .trailer-layer {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(-50%) translateZ(-260px) scale(0);
  transform-origin: center 40%;
  animation: trailerCycle 18s infinite ease-in-out;
  will-change: opacity, transform;
}
.cid-voU0kZ6ebO .tractor-preview {
  bottom: -1.5rem;
  z-index: 30;
  width: 70%;
  height: 85%;
  min-width: 0;
  max-width: 600px;
  background-image: url("../../../assets/images/tractor-face-on-1254px.webp");
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cid-voU0kZ6ebO .trailer-1 {
  background-image: url("../../../assets/images/bus-tow-face-on-1254px.png");
  animation-delay: 0s;
}
.cid-voU0kZ6ebO .trailer-2 {
  background-image: url("../../../assets/images/trailer-white-standing-tank-1254px.webp");
  animation-delay: 3s;
}
.cid-voU0kZ6ebO .trailer-3 {
  background-image: url("../../../assets/images/shed-face-on-1254px.png");
  animation-delay: 6s;
}
.cid-voU0kZ6ebO .trailer-4 {
  background-image: url("../../../assets/images/trailer-van-wilson-1254px.webp");
  animation-delay: 9s;
}
.cid-voU0kZ6ebO .trailer-5 {
  background-image: url("../../../assets/images/trailer-thermo-1254px.webp");
  animation-delay: 12s;
}
.cid-voU0kZ6ebO .trailer-6 {
  background-image: url("../../../assets/images/trailer-face-on-blue-van-1254px.webp");
  animation-delay: 15s;
}
@keyframes trailerCycle {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateZ(-260px) scale(0);
  }
  5%,
  14% {
    opacity: 1;
    transform: translateX(-50%) translateZ(0) scale(1);
  }
  20%,
  100% {
    opacity: 0;
    transform: translateX(-50%) translateZ(-260px) scale(0);
  }
}
.cid-voU0kZ6ebO .items-wrapper .item {
  margin-bottom: 0;
  padding: 1rem 0 0.25rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-voU0kZ6ebO .items-wrapper .item:first-child {
  padding-top: 0;
}
.cid-voU0kZ6ebO .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-voU0kZ6ebO .stack-stage {
    margin: 1rem 0;
    height: 240px;
  }
  .cid-voU0kZ6ebO .tractor-preview {
    z-index: 50;
  }
}
.cid-voU0kZ6ebO .mbr-section-title {
  color: #000000;
}
.cid-voWqyaFrtp {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/header-oilfield-services-concept.webp");
  background-position: 60% 50%;
}
.cid-voWqyaFrtp .mbr-fallback-image.disabled {
  display: none;
}
.cid-voWqyaFrtp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-voWqyaFrtp .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-voWqyaFrtp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-voWqyaFrtp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-voWqyaFrtp .mbr-text {
  color: #ffffff;
}
.cid-voWqyaFrtp .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-voWqyaFrtp .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-voWqyaFrtp .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-voNsrkEnLr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/br-white-brand-bg-heavy-haul.webp");
  background-size: cover;
}
.cid-voNsrkEnLr .title-wrapper {
  position: relative;
  height: 100%;
}
.cid-voNsrkEnLr .stack-stage {
  margin-top: -1rem;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  min-height: 0;
  height: clamp(390px, 48vw, 480px);
  perspective: 900px;
  isolation: isolate;
}
.cid-voNsrkEnLr .rig-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-voNsrkEnLr .rig-wrap {
    height: 175%;
    width: 150%;
    margin-left: -6rem;
    margin-right: -12rem !important;
  }
}
.cid-voNsrkEnLr .trailer-layer,
.cid-voNsrkEnLr .tractor-preview {
  position: absolute;
  left: 50%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  transform: translateX(-50%);
  pointer-events: none;
}
.cid-voNsrkEnLr .trailer-layer {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(-50%) translateZ(-260px) scale(0);
  transform-origin: center 40%;
  animation: trailerCycle 18s infinite ease-in-out;
  will-change: opacity, transform;
}
.cid-voNsrkEnLr .tractor-preview {
  bottom: -1.5rem;
  z-index: 30;
  width: 70%;
  height: 85%;
  min-width: 0;
  max-width: 600px;
  background-image: url("../../../assets/images/tractor-face-on-over-dimensional-1254px.webp");
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cid-voNsrkEnLr .trailer-1 {
  background-image: url("../../../assets/images/trailer-face-on-large-transformer-1254px.webp");
  animation-delay: 0s;
}
.cid-voNsrkEnLr .trailer-2 {
  background-image: url("../../../assets/images/over-dimensional-structure-1254px.png");
  animation-delay: 3s;
}
.cid-voNsrkEnLr .trailer-3 {
  background-image: url("../../../assets/images/trailer-face-on-floater-1254px.webp");
  animation-delay: 6s;
}
.cid-voNsrkEnLr .trailer-4 {
  background-image: url("../../../assets/images/trailer-face-on-tank-1254px.webp");
  animation-delay: 9s;
}
.cid-voNsrkEnLr .trailer-5 {
  background-image: url("../../../assets/images/trailer-face-on-mobile-office-1254px.webp");
  animation-delay: 12s;
}
.cid-voNsrkEnLr .trailer-6 {
  background-image: url("../../../assets/images/trailer-face-on-black-tank-1254px.webp");
  animation-delay: 15s;
}
@keyframes trailerCycle {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateZ(-260px) scale(0);
  }
  5%,
  14% {
    opacity: 1;
    transform: translateX(-50%) translateZ(0) scale(1);
  }
  20%,
  100% {
    opacity: 0;
    transform: translateX(-50%) translateZ(-260px) scale(0);
  }
}
.cid-voNsrkEnLr .items-wrapper .item {
  margin-bottom: 0;
  padding: 1rem 0 0.25rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.cid-voNsrkEnLr .items-wrapper .item:first-child {
  padding-top: 0;
}
.cid-voNsrkEnLr .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-voNsrkEnLr .stack-stage {
    margin: 1rem 0;
    height: 240px;
  }
  .cid-voNsrkEnLr .tractor-preview {
    z-index: 50;
  }
}
.cid-voNsrkEnLr .mbr-section-title {
  color: #000000;
}
.cid-vq2NnbLf8F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-default-background.webp");
  background-size: cover;
  background-position: center center;
}
.cid-vq2NnbLf8F .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vq2NnbLf8F .section-three-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.975fr) minmax(0, 0.975fr);
  gap: 0;
  min-height: 24rem;
}
.cid-vq2NnbLf8F .section-three-grid.has-spacing {
  gap: 1rem;
}
.cid-vq2NnbLf8F .section-three-grid.has-one-image {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cid-vq2NnbLf8F .section-three-grid.is-reversed {
  direction: rtl;
}
.cid-vq2NnbLf8F .section-three-grid.is-reversed > * {
  direction: ltr;
}
.cid-vq2NnbLf8F .content-column,
.cid-vq2NnbLf8F .image-column {
  min-width: 0;
  min-height: 24rem;
}
.cid-vq2NnbLf8F .content-column {
  display: flex;
  align-items: center;
}
.cid-vq2NnbLf8F .content-wrap {
  width: 100%;
  padding: 1.75rem clamp(1.5rem, 4vw, 4rem);
}
.cid-vq2NnbLf8F .mbr-section-title {
  color: #ed1c24;
  text-transform: uppercase;
}
.cid-vq2NnbLf8F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vq2NnbLf8F .mbr-text {
  max-width: 24rem;
  color: #ffffff;
}
.cid-vq2NnbLf8F .image-column {
  position: relative;
  overflow: hidden;
}
.cid-vq2NnbLf8F .image-column img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vq2NnbLf8F .image-one img {
  object-position: 50% 80%;
}
.cid-vq2NnbLf8F .image-two img {
  object-position: 50% 70%;
}
@media (max-width: 991px) {
  .cid-vq2NnbLf8F .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vq2NnbLf8F .section-three-grid,
  .cid-vq2NnbLf8F .section-three-grid.has-one-image {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    min-height: auto;
  }
  .cid-vq2NnbLf8F .section-three-grid.is-reversed,
  .cid-vq2NnbLf8F .section-three-grid.has-one-image.is-reversed {
    direction: ltr;
  }
  .cid-vq2NnbLf8F .section-three-grid.has-two-images .image-two,
  .cid-vq2NnbLf8F .section-three-grid.has-one-image.has-two-images .image-two {
    display: none;
  }
  .cid-vq2NnbLf8F .content-column,
  .cid-vq2NnbLf8F .image-column {
    min-height: 16rem;
  }
  .cid-vq2NnbLf8F .content-wrap {
    padding: 1.75rem 1.35rem;
  }
  .cid-vq2NnbLf8F .mbr-text {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .cid-vq2NnbLf8F .section-three-grid,
  .cid-vq2NnbLf8F .section-three-grid.has-one-image {
    grid-template-columns: minmax(0, 1.15fr) minmax(6.75rem, 0.85fr);
  }
  .cid-vq2NnbLf8F .content-column,
  .cid-vq2NnbLf8F .image-column {
    min-height: 14rem;
  }
  .cid-vq2NnbLf8F .content-wrap {
    padding: 1.35rem 1rem;
  }
  .cid-vq2NnbLf8F .mbr-section-title {
    font-size: 0.85rem;
    line-height: 1.2;
  }
  .cid-vq2NnbLf8F .mbr-section-subtitle {
    font-size: 1.45rem;
    line-height: 1.1;
  }
  .cid-vq2NnbLf8F .mbr-text {
    font-size: 0.9rem;
    line-height: 1.45;
  }
}
.cid-vpFU39kQKL.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39kQKL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39kQKL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39kQKL .modal-content,
.cid-vpFU39kQKL .modal-dialog {
  height: auto;
}
.cid-vpFU39kQKL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39kQKL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39kQKL .form-wrapper .mbr-form .form-group,
  .cid-vpFU39kQKL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39kQKL .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39kQKL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39kQKL .mbr-text {
  text-align: center;
}
.cid-vpFU39kQKL .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39kQKL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39kQKL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39kQKL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39kQKL .modal-open {
  overflow: hidden;
}
.cid-vpFU39kQKL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39kQKL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39kQKL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39kQKL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39kQKL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39kQKL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39kQKL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39kQKL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39kQKL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39kQKL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39kQKL .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39kQKL .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39kQKL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39kQKL .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kQKL .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39kQKL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39kQKL .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39kQKL .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39kQKL .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39kQKL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39kQKL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39kQKL .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kQKL .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39kQKL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39kQKL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kQKL .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39kQKL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39kQKL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39kQKL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39kQKL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39kQKL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39kQKL .modal-lg,
  .cid-vpFU39kQKL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39kQKL .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39kQKL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39kQKL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39kQKL .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39kQKL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39kQKL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39kQKL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39kQKL .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39kQKL .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vphOvE0PU4 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vphOvE0PU4 .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vphOvE0PU4 .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vphOvE0PU4 .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vphOvE0PU4 .detail-icon {
  color: #ed1c24;
}
.cid-vphOvE0PU4 .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39kLbS.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39kLbS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39kLbS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39kLbS .modal-content,
.cid-vpFU39kLbS .modal-dialog {
  height: auto;
}
.cid-vpFU39kLbS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39kLbS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39kLbS .form-wrapper .mbr-form .form-group,
  .cid-vpFU39kLbS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39kLbS .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39kLbS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39kLbS .mbr-text {
  text-align: center;
}
.cid-vpFU39kLbS .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39kLbS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39kLbS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39kLbS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39kLbS .modal-open {
  overflow: hidden;
}
.cid-vpFU39kLbS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39kLbS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39kLbS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39kLbS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39kLbS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39kLbS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39kLbS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39kLbS .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39kLbS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39kLbS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39kLbS .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39kLbS .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39kLbS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39kLbS .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kLbS .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39kLbS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39kLbS .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39kLbS .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39kLbS .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39kLbS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39kLbS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39kLbS .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kLbS .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39kLbS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39kLbS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39kLbS .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39kLbS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39kLbS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39kLbS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39kLbS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39kLbS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39kLbS .modal-lg,
  .cid-vpFU39kLbS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39kLbS .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39kLbS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39kLbS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39kLbS .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39kLbS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39kLbS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39kLbS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39kLbS .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39kLbS .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpiUePkBXq {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpiUePkBXq .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpiUePkBXq .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpiUePkBXq .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpiUePkBXq .detail-icon {
  color: #ed1c24;
}
.cid-vpiUePkBXq .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39l2xd.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39l2xd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39l2xd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39l2xd .modal-content,
.cid-vpFU39l2xd .modal-dialog {
  height: auto;
}
.cid-vpFU39l2xd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39l2xd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39l2xd .form-wrapper .mbr-form .form-group,
  .cid-vpFU39l2xd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39l2xd .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39l2xd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39l2xd .mbr-text {
  text-align: center;
}
.cid-vpFU39l2xd .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39l2xd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39l2xd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39l2xd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39l2xd .modal-open {
  overflow: hidden;
}
.cid-vpFU39l2xd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39l2xd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39l2xd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39l2xd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39l2xd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39l2xd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39l2xd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39l2xd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39l2xd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39l2xd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39l2xd .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39l2xd .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39l2xd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39l2xd .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39l2xd .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39l2xd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39l2xd .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39l2xd .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39l2xd .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39l2xd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39l2xd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39l2xd .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39l2xd .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39l2xd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39l2xd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39l2xd .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39l2xd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39l2xd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39l2xd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39l2xd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39l2xd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39l2xd .modal-lg,
  .cid-vpFU39l2xd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39l2xd .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39l2xd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39l2xd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39l2xd .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39l2xd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39l2xd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39l2xd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39l2xd .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39l2xd .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpiVhY3JnD {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpiVhY3JnD .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpiVhY3JnD .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpiVhY3JnD .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpiVhY3JnD .detail-icon {
  color: #ed1c24;
}
.cid-vpiVhY3JnD .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39loZL.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39loZL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39loZL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39loZL .modal-content,
.cid-vpFU39loZL .modal-dialog {
  height: auto;
}
.cid-vpFU39loZL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39loZL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39loZL .form-wrapper .mbr-form .form-group,
  .cid-vpFU39loZL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39loZL .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39loZL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39loZL .mbr-text {
  text-align: center;
}
.cid-vpFU39loZL .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39loZL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39loZL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39loZL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39loZL .modal-open {
  overflow: hidden;
}
.cid-vpFU39loZL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39loZL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39loZL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39loZL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39loZL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39loZL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39loZL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39loZL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39loZL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39loZL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39loZL .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39loZL .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39loZL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39loZL .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39loZL .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39loZL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39loZL .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39loZL .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39loZL .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39loZL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39loZL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39loZL .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39loZL .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39loZL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39loZL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39loZL .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39loZL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39loZL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39loZL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39loZL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39loZL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39loZL .modal-lg,
  .cid-vpFU39loZL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39loZL .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39loZL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39loZL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39loZL .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39loZL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39loZL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39loZL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39loZL .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39loZL .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpiVCG78qT {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpiVCG78qT .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpiVCG78qT .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpiVCG78qT .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpiVCG78qT .detail-icon {
  color: #ed1c24;
}
.cid-vpiVCG78qT .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39l1p5.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39l1p5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39l1p5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39l1p5 .modal-content,
.cid-vpFU39l1p5 .modal-dialog {
  height: auto;
}
.cid-vpFU39l1p5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39l1p5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39l1p5 .form-wrapper .mbr-form .form-group,
  .cid-vpFU39l1p5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39l1p5 .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39l1p5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39l1p5 .mbr-text {
  text-align: center;
}
.cid-vpFU39l1p5 .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39l1p5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39l1p5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39l1p5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39l1p5 .modal-open {
  overflow: hidden;
}
.cid-vpFU39l1p5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39l1p5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39l1p5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39l1p5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39l1p5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39l1p5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39l1p5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39l1p5 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39l1p5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39l1p5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39l1p5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39l1p5 .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39l1p5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39l1p5 .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39l1p5 .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39l1p5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39l1p5 .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39l1p5 .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39l1p5 .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39l1p5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39l1p5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39l1p5 .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39l1p5 .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39l1p5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39l1p5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39l1p5 .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39l1p5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39l1p5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39l1p5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39l1p5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39l1p5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39l1p5 .modal-lg,
  .cid-vpFU39l1p5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39l1p5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39l1p5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39l1p5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39l1p5 .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39l1p5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39l1p5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39l1p5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39l1p5 .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39l1p5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpiWneVSGl {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpiWneVSGl .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpiWneVSGl .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpiWneVSGl .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpiWneVSGl .detail-icon {
  color: #ed1c24;
}
.cid-vpiWneVSGl .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39lHJE.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39lHJE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39lHJE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39lHJE .modal-content,
.cid-vpFU39lHJE .modal-dialog {
  height: auto;
}
.cid-vpFU39lHJE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39lHJE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39lHJE .form-wrapper .mbr-form .form-group,
  .cid-vpFU39lHJE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39lHJE .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39lHJE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39lHJE .mbr-text {
  text-align: center;
}
.cid-vpFU39lHJE .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39lHJE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39lHJE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39lHJE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39lHJE .modal-open {
  overflow: hidden;
}
.cid-vpFU39lHJE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39lHJE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39lHJE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39lHJE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39lHJE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39lHJE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39lHJE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39lHJE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39lHJE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39lHJE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39lHJE .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39lHJE .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39lHJE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39lHJE .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lHJE .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39lHJE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39lHJE .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39lHJE .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39lHJE .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39lHJE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39lHJE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39lHJE .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lHJE .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39lHJE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39lHJE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lHJE .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39lHJE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39lHJE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39lHJE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39lHJE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39lHJE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39lHJE .modal-lg,
  .cid-vpFU39lHJE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39lHJE .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39lHJE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39lHJE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39lHJE .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39lHJE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39lHJE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39lHJE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39lHJE .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39lHJE .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpiWNO2uDV {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpiWNO2uDV .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpiWNO2uDV .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpiWNO2uDV .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpiWNO2uDV .detail-icon {
  color: #ed1c24;
}
.cid-vpiWNO2uDV .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39lNAP.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39lNAP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39lNAP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39lNAP .modal-content,
.cid-vpFU39lNAP .modal-dialog {
  height: auto;
}
.cid-vpFU39lNAP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39lNAP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39lNAP .form-wrapper .mbr-form .form-group,
  .cid-vpFU39lNAP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39lNAP .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39lNAP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39lNAP .mbr-text {
  text-align: center;
}
.cid-vpFU39lNAP .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39lNAP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39lNAP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39lNAP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39lNAP .modal-open {
  overflow: hidden;
}
.cid-vpFU39lNAP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39lNAP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39lNAP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39lNAP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39lNAP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39lNAP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39lNAP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39lNAP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39lNAP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39lNAP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39lNAP .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39lNAP .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39lNAP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39lNAP .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lNAP .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39lNAP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39lNAP .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39lNAP .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39lNAP .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39lNAP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39lNAP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39lNAP .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lNAP .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39lNAP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39lNAP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lNAP .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39lNAP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39lNAP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39lNAP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39lNAP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39lNAP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39lNAP .modal-lg,
  .cid-vpFU39lNAP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39lNAP .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39lNAP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39lNAP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39lNAP .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39lNAP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39lNAP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39lNAP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39lNAP .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39lNAP .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpiXroyA3j {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpiXroyA3j .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpiXroyA3j .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpiXroyA3j .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpiXroyA3j .detail-icon {
  color: #ed1c24;
}
.cid-vpiXroyA3j .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39lnJK.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39lnJK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39lnJK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39lnJK .modal-content,
.cid-vpFU39lnJK .modal-dialog {
  height: auto;
}
.cid-vpFU39lnJK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39lnJK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39lnJK .form-wrapper .mbr-form .form-group,
  .cid-vpFU39lnJK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39lnJK .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39lnJK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39lnJK .mbr-text {
  text-align: center;
}
.cid-vpFU39lnJK .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39lnJK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39lnJK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39lnJK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39lnJK .modal-open {
  overflow: hidden;
}
.cid-vpFU39lnJK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39lnJK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39lnJK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39lnJK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39lnJK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39lnJK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39lnJK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39lnJK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39lnJK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39lnJK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39lnJK .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39lnJK .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39lnJK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39lnJK .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lnJK .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39lnJK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39lnJK .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39lnJK .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39lnJK .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39lnJK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39lnJK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39lnJK .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lnJK .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39lnJK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39lnJK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lnJK .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39lnJK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39lnJK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39lnJK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39lnJK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39lnJK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39lnJK .modal-lg,
  .cid-vpFU39lnJK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39lnJK .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39lnJK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39lnJK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39lnJK .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39lnJK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39lnJK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39lnJK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39lnJK .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39lnJK .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpiY29Bnm9 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpiY29Bnm9 .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpiY29Bnm9 .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpiY29Bnm9 .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpiY29Bnm9 .detail-icon {
  color: #ed1c24;
}
.cid-vpiY29Bnm9 .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39lqRl.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39lqRl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39lqRl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39lqRl .modal-content,
.cid-vpFU39lqRl .modal-dialog {
  height: auto;
}
.cid-vpFU39lqRl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39lqRl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39lqRl .form-wrapper .mbr-form .form-group,
  .cid-vpFU39lqRl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39lqRl .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39lqRl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39lqRl .mbr-text {
  text-align: center;
}
.cid-vpFU39lqRl .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39lqRl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39lqRl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39lqRl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39lqRl .modal-open {
  overflow: hidden;
}
.cid-vpFU39lqRl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39lqRl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39lqRl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39lqRl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39lqRl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39lqRl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39lqRl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39lqRl .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39lqRl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39lqRl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39lqRl .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39lqRl .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39lqRl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39lqRl .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lqRl .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39lqRl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39lqRl .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39lqRl .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39lqRl .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39lqRl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39lqRl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39lqRl .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lqRl .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39lqRl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39lqRl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lqRl .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39lqRl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39lqRl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39lqRl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39lqRl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39lqRl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39lqRl .modal-lg,
  .cid-vpFU39lqRl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39lqRl .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39lqRl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39lqRl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39lqRl .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39lqRl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39lqRl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39lqRl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39lqRl .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39lqRl .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpiXa5y2P5 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpiXa5y2P5 .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpiXa5y2P5 .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpiXa5y2P5 .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpiXa5y2P5 .detail-icon {
  color: #ed1c24;
}
.cid-vpiXa5y2P5 .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39lNzO.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39lNzO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39lNzO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39lNzO .modal-content,
.cid-vpFU39lNzO .modal-dialog {
  height: auto;
}
.cid-vpFU39lNzO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39lNzO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39lNzO .form-wrapper .mbr-form .form-group,
  .cid-vpFU39lNzO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39lNzO .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39lNzO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39lNzO .mbr-text {
  text-align: center;
}
.cid-vpFU39lNzO .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39lNzO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39lNzO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39lNzO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39lNzO .modal-open {
  overflow: hidden;
}
.cid-vpFU39lNzO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39lNzO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39lNzO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39lNzO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39lNzO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39lNzO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39lNzO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39lNzO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39lNzO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39lNzO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39lNzO .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39lNzO .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39lNzO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39lNzO .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lNzO .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39lNzO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39lNzO .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39lNzO .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39lNzO .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39lNzO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39lNzO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39lNzO .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lNzO .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39lNzO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39lNzO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lNzO .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39lNzO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39lNzO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39lNzO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39lNzO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39lNzO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39lNzO .modal-lg,
  .cid-vpFU39lNzO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39lNzO .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39lNzO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39lNzO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39lNzO .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39lNzO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39lNzO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39lNzO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39lNzO .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39lNzO .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpiYPM3ptn {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpiYPM3ptn .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpiYPM3ptn .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpiYPM3ptn .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpiYPM3ptn .detail-icon {
  color: #ed1c24;
}
.cid-vpiYPM3ptn .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39lFLO.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39lFLO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39lFLO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39lFLO .modal-content,
.cid-vpFU39lFLO .modal-dialog {
  height: auto;
}
.cid-vpFU39lFLO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39lFLO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39lFLO .form-wrapper .mbr-form .form-group,
  .cid-vpFU39lFLO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39lFLO .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39lFLO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39lFLO .mbr-text {
  text-align: center;
}
.cid-vpFU39lFLO .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39lFLO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39lFLO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39lFLO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39lFLO .modal-open {
  overflow: hidden;
}
.cid-vpFU39lFLO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39lFLO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39lFLO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39lFLO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39lFLO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39lFLO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39lFLO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39lFLO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39lFLO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39lFLO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39lFLO .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39lFLO .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39lFLO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39lFLO .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lFLO .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39lFLO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39lFLO .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39lFLO .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39lFLO .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39lFLO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39lFLO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39lFLO .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lFLO .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39lFLO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39lFLO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lFLO .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39lFLO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39lFLO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39lFLO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39lFLO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39lFLO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39lFLO .modal-lg,
  .cid-vpFU39lFLO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39lFLO .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39lFLO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39lFLO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39lFLO .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39lFLO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39lFLO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39lFLO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39lFLO .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39lFLO .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpj1tBNaym {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpj1tBNaym .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpj1tBNaym .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpj1tBNaym .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpj1tBNaym .detail-icon {
  color: #ed1c24;
}
.cid-vpj1tBNaym .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39lIiG.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39lIiG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39lIiG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39lIiG .modal-content,
.cid-vpFU39lIiG .modal-dialog {
  height: auto;
}
.cid-vpFU39lIiG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39lIiG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39lIiG .form-wrapper .mbr-form .form-group,
  .cid-vpFU39lIiG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39lIiG .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39lIiG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39lIiG .mbr-text {
  text-align: center;
}
.cid-vpFU39lIiG .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39lIiG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39lIiG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39lIiG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39lIiG .modal-open {
  overflow: hidden;
}
.cid-vpFU39lIiG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39lIiG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39lIiG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39lIiG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39lIiG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39lIiG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39lIiG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39lIiG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39lIiG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39lIiG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39lIiG .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39lIiG .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39lIiG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39lIiG .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lIiG .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39lIiG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39lIiG .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39lIiG .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39lIiG .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39lIiG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39lIiG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39lIiG .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lIiG .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39lIiG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39lIiG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lIiG .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39lIiG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39lIiG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39lIiG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39lIiG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39lIiG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39lIiG .modal-lg,
  .cid-vpFU39lIiG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39lIiG .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39lIiG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39lIiG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39lIiG .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39lIiG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39lIiG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39lIiG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39lIiG .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39lIiG .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpj1YR5voj {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpj1YR5voj .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpj1YR5voj .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpj1YR5voj .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpj1YR5voj .detail-icon {
  color: #ed1c24;
}
.cid-vpj1YR5voj .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39luEd.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39luEd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39luEd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39luEd .modal-content,
.cid-vpFU39luEd .modal-dialog {
  height: auto;
}
.cid-vpFU39luEd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39luEd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39luEd .form-wrapper .mbr-form .form-group,
  .cid-vpFU39luEd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39luEd .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39luEd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39luEd .mbr-text {
  text-align: center;
}
.cid-vpFU39luEd .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39luEd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39luEd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39luEd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39luEd .modal-open {
  overflow: hidden;
}
.cid-vpFU39luEd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39luEd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39luEd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39luEd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39luEd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39luEd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39luEd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39luEd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39luEd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39luEd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39luEd .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39luEd .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39luEd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39luEd .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39luEd .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39luEd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39luEd .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39luEd .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39luEd .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39luEd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39luEd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39luEd .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39luEd .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39luEd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39luEd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39luEd .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39luEd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39luEd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39luEd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39luEd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39luEd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39luEd .modal-lg,
  .cid-vpFU39luEd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39luEd .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39luEd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39luEd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39luEd .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39luEd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39luEd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39luEd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39luEd .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39luEd .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpj2tIvFCh {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpj2tIvFCh .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpj2tIvFCh .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpj2tIvFCh .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpj2tIvFCh .detail-icon {
  color: #ed1c24;
}
.cid-vpj2tIvFCh .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39lw67.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39lw67.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39lw67.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39lw67 .modal-content,
.cid-vpFU39lw67 .modal-dialog {
  height: auto;
}
.cid-vpFU39lw67 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39lw67 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39lw67 .form-wrapper .mbr-form .form-group,
  .cid-vpFU39lw67 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39lw67 .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39lw67 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39lw67 .mbr-text {
  text-align: center;
}
.cid-vpFU39lw67 .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39lw67 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39lw67 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39lw67 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39lw67 .modal-open {
  overflow: hidden;
}
.cid-vpFU39lw67 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39lw67 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39lw67 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39lw67 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39lw67 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39lw67 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39lw67 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39lw67 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39lw67 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39lw67 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39lw67 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39lw67 .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39lw67 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39lw67 .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lw67 .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39lw67 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39lw67 .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39lw67 .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39lw67 .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39lw67 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39lw67 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39lw67 .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lw67 .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39lw67 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39lw67 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39lw67 .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39lw67 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39lw67 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39lw67 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39lw67 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39lw67 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39lw67 .modal-lg,
  .cid-vpFU39lw67 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39lw67 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39lw67 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39lw67 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39lw67 .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39lw67 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39lw67 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39lw67 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39lw67 .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39lw67 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpj3fQL6Xy {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpj3fQL6Xy .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpj3fQL6Xy .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpj3fQL6Xy .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpj3fQL6Xy .detail-icon {
  color: #ed1c24;
}
.cid-vpj3fQL6Xy .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39mOPW.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39mOPW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39mOPW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39mOPW .modal-content,
.cid-vpFU39mOPW .modal-dialog {
  height: auto;
}
.cid-vpFU39mOPW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39mOPW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39mOPW .form-wrapper .mbr-form .form-group,
  .cid-vpFU39mOPW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39mOPW .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39mOPW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39mOPW .mbr-text {
  text-align: center;
}
.cid-vpFU39mOPW .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39mOPW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39mOPW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39mOPW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39mOPW .modal-open {
  overflow: hidden;
}
.cid-vpFU39mOPW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39mOPW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39mOPW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39mOPW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39mOPW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39mOPW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39mOPW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39mOPW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39mOPW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39mOPW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39mOPW .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39mOPW .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39mOPW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39mOPW .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mOPW .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39mOPW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39mOPW .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39mOPW .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39mOPW .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39mOPW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39mOPW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39mOPW .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mOPW .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39mOPW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39mOPW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mOPW .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39mOPW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39mOPW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39mOPW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39mOPW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39mOPW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39mOPW .modal-lg,
  .cid-vpFU39mOPW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39mOPW .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39mOPW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39mOPW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39mOPW .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39mOPW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39mOPW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39mOPW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39mOPW .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39mOPW .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpj3BcjxQc {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpj3BcjxQc .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpj3BcjxQc .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpj3BcjxQc .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpj3BcjxQc .detail-icon {
  color: #ed1c24;
}
.cid-vpj3BcjxQc .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39mtOJ.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39mtOJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39mtOJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39mtOJ .modal-content,
.cid-vpFU39mtOJ .modal-dialog {
  height: auto;
}
.cid-vpFU39mtOJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39mtOJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39mtOJ .form-wrapper .mbr-form .form-group,
  .cid-vpFU39mtOJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39mtOJ .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39mtOJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39mtOJ .mbr-text {
  text-align: center;
}
.cid-vpFU39mtOJ .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39mtOJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39mtOJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39mtOJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39mtOJ .modal-open {
  overflow: hidden;
}
.cid-vpFU39mtOJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39mtOJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39mtOJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39mtOJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39mtOJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39mtOJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39mtOJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39mtOJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39mtOJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39mtOJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39mtOJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39mtOJ .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39mtOJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39mtOJ .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mtOJ .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39mtOJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39mtOJ .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39mtOJ .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39mtOJ .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39mtOJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39mtOJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39mtOJ .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mtOJ .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39mtOJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39mtOJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mtOJ .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39mtOJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39mtOJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39mtOJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39mtOJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39mtOJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39mtOJ .modal-lg,
  .cid-vpFU39mtOJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39mtOJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39mtOJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39mtOJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39mtOJ .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39mtOJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39mtOJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39mtOJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39mtOJ .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39mtOJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpj3CxETp6 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpj3CxETp6 .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpj3CxETp6 .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpj3CxETp6 .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpj3CxETp6 .detail-icon {
  color: #ed1c24;
}
.cid-vpj3CxETp6 .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39mTz4.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39mTz4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39mTz4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39mTz4 .modal-content,
.cid-vpFU39mTz4 .modal-dialog {
  height: auto;
}
.cid-vpFU39mTz4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39mTz4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39mTz4 .form-wrapper .mbr-form .form-group,
  .cid-vpFU39mTz4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39mTz4 .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39mTz4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39mTz4 .mbr-text {
  text-align: center;
}
.cid-vpFU39mTz4 .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39mTz4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39mTz4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39mTz4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39mTz4 .modal-open {
  overflow: hidden;
}
.cid-vpFU39mTz4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39mTz4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39mTz4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39mTz4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39mTz4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39mTz4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39mTz4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39mTz4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39mTz4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39mTz4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39mTz4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39mTz4 .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39mTz4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39mTz4 .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mTz4 .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39mTz4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39mTz4 .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39mTz4 .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39mTz4 .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39mTz4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39mTz4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39mTz4 .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mTz4 .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39mTz4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39mTz4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mTz4 .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39mTz4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39mTz4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39mTz4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39mTz4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39mTz4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39mTz4 .modal-lg,
  .cid-vpFU39mTz4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39mTz4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39mTz4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39mTz4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39mTz4 .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39mTz4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39mTz4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39mTz4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39mTz4 .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39mTz4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpj3DKDLUl {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpj3DKDLUl .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpj3DKDLUl .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpj3DKDLUl .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpj3DKDLUl .detail-icon {
  color: #ed1c24;
}
.cid-vpj3DKDLUl .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39mQlY.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39mQlY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39mQlY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39mQlY .modal-content,
.cid-vpFU39mQlY .modal-dialog {
  height: auto;
}
.cid-vpFU39mQlY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39mQlY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39mQlY .form-wrapper .mbr-form .form-group,
  .cid-vpFU39mQlY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39mQlY .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39mQlY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39mQlY .mbr-text {
  text-align: center;
}
.cid-vpFU39mQlY .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39mQlY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39mQlY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39mQlY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39mQlY .modal-open {
  overflow: hidden;
}
.cid-vpFU39mQlY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39mQlY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39mQlY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39mQlY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39mQlY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39mQlY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39mQlY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39mQlY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39mQlY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39mQlY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39mQlY .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39mQlY .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39mQlY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39mQlY .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mQlY .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39mQlY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39mQlY .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39mQlY .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39mQlY .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39mQlY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39mQlY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39mQlY .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mQlY .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39mQlY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39mQlY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mQlY .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39mQlY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39mQlY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39mQlY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39mQlY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39mQlY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39mQlY .modal-lg,
  .cid-vpFU39mQlY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39mQlY .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39mQlY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39mQlY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39mQlY .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39mQlY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39mQlY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39mQlY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39mQlY .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39mQlY .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpj5c8bvQh {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpj5c8bvQh .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpj5c8bvQh .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpj5c8bvQh .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpj5c8bvQh .detail-icon {
  color: #ed1c24;
}
.cid-vpj5c8bvQh .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39m1Hp.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39m1Hp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39m1Hp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39m1Hp .modal-content,
.cid-vpFU39m1Hp .modal-dialog {
  height: auto;
}
.cid-vpFU39m1Hp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39m1Hp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39m1Hp .form-wrapper .mbr-form .form-group,
  .cid-vpFU39m1Hp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39m1Hp .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39m1Hp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39m1Hp .mbr-text {
  text-align: center;
}
.cid-vpFU39m1Hp .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39m1Hp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39m1Hp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39m1Hp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39m1Hp .modal-open {
  overflow: hidden;
}
.cid-vpFU39m1Hp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39m1Hp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39m1Hp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39m1Hp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39m1Hp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39m1Hp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39m1Hp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39m1Hp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39m1Hp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39m1Hp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39m1Hp .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39m1Hp .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39m1Hp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39m1Hp .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39m1Hp .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39m1Hp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39m1Hp .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39m1Hp .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39m1Hp .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39m1Hp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39m1Hp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39m1Hp .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39m1Hp .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39m1Hp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39m1Hp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39m1Hp .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39m1Hp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39m1Hp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39m1Hp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39m1Hp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39m1Hp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39m1Hp .modal-lg,
  .cid-vpFU39m1Hp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39m1Hp .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39m1Hp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39m1Hp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39m1Hp .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39m1Hp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39m1Hp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39m1Hp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39m1Hp .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39m1Hp .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vphxseXYUL {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vphxseXYUL .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vphxseXYUL .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vphxseXYUL .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vphxseXYUL .detail-icon {
  color: #ed1c24;
}
.cid-vphxseXYUL .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39mbXR.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39mbXR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39mbXR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39mbXR .modal-content,
.cid-vpFU39mbXR .modal-dialog {
  height: auto;
}
.cid-vpFU39mbXR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39mbXR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39mbXR .form-wrapper .mbr-form .form-group,
  .cid-vpFU39mbXR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39mbXR .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39mbXR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39mbXR .mbr-text {
  text-align: center;
}
.cid-vpFU39mbXR .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39mbXR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39mbXR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39mbXR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39mbXR .modal-open {
  overflow: hidden;
}
.cid-vpFU39mbXR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39mbXR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39mbXR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39mbXR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39mbXR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39mbXR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39mbXR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39mbXR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39mbXR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39mbXR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39mbXR .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39mbXR .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39mbXR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39mbXR .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mbXR .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39mbXR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39mbXR .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39mbXR .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39mbXR .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39mbXR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39mbXR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39mbXR .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mbXR .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39mbXR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39mbXR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mbXR .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39mbXR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39mbXR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39mbXR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39mbXR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39mbXR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39mbXR .modal-lg,
  .cid-vpFU39mbXR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39mbXR .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39mbXR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39mbXR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39mbXR .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39mbXR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39mbXR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39mbXR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39mbXR .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39mbXR .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpj88dBIoj {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #112233;
}
.cid-vpj88dBIoj .job-type {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}
.cid-vpj88dBIoj .job-main .items-wrapper {
  border-top-color: #ed1c24;
}
.cid-vpj88dBIoj .job-panel {
  background-color: rgba(248, 248, 248, 0.96);
  border-color: rgba(248, 248, 248, 0.35);
  border-bottom-color: #ed1c24;
}
.cid-vpj88dBIoj .detail-icon {
  color: #ed1c24;
}
.cid-vpj88dBIoj .side-image {
  object-position: 50% 50%;
}
.cid-vpFU39m1Ki.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39m1Ki.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39m1Ki.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39m1Ki .modal-content,
.cid-vpFU39m1Ki .modal-dialog {
  height: auto;
}
.cid-vpFU39m1Ki .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39m1Ki .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39m1Ki .form-wrapper .mbr-form .form-group,
  .cid-vpFU39m1Ki .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39m1Ki .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39m1Ki .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39m1Ki .mbr-text {
  text-align: center;
}
.cid-vpFU39m1Ki .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39m1Ki .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39m1Ki .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39m1Ki .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39m1Ki .modal-open {
  overflow: hidden;
}
.cid-vpFU39m1Ki .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39m1Ki .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39m1Ki .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39m1Ki .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39m1Ki .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39m1Ki .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39m1Ki .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39m1Ki .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39m1Ki .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39m1Ki .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39m1Ki .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39m1Ki .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39m1Ki .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39m1Ki .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39m1Ki .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39m1Ki .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39m1Ki .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39m1Ki .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39m1Ki .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39m1Ki .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39m1Ki .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39m1Ki .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39m1Ki .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39m1Ki .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39m1Ki .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39m1Ki .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39m1Ki .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39m1Ki .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39m1Ki .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39m1Ki .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39m1Ki .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39m1Ki .modal-lg,
  .cid-vpFU39m1Ki .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39m1Ki .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39m1Ki .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39m1Ki .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39m1Ki .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39m1Ki .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39m1Ki .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39m1Ki .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39m1Ki .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39m1Ki .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpoaX7UZoB {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/br-header-powerful.webp");
  background-position: 40% 0%;
}
.cid-vpoaX7UZoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpoaX7UZoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpoaX7UZoB .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vpoaX7UZoB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vpoaX7UZoB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 4rem;
}
.cid-vpoaX7UZoB .mbr-text {
  color: #ffffff;
}
.cid-vpoaX7UZoB .mbr-text,
.cid-vpoaX7UZoB .mbr-section-btn {
  text-align: center;
}
.cid-vpscRHYtso {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/br-white-brand-bg-heavy-haul.webp");
}
.cid-vpscRHYtso .content-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cid-vpscRHYtso .mbr-label {
  color: #666666;
}
.cid-vpscRHYtso .policy-content p,
.cid-vpscRHYtso .policy-content ul,
.cid-vpscRHYtso .policy-content ol {
  margin-bottom: 1rem;
}
.cid-vpscRHYtso .policy-content ul,
.cid-vpscRHYtso .policy-content ol {
  padding-left: 1.5rem;
}
.cid-vpscRHYtso .policy-content li {
  margin-bottom: 0.45rem;
}
.cid-vpscRHYtso .policy-content a {
  color: #ed1c24;
  text-decoration: underline;
}
.cid-vpscRHYtso .policy-heading {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-vpscRHYtso .content-wrapper {
    max-width: 100%;
  }
}
.cid-vpFU39mUos.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39mUos.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39mUos.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39mUos .modal-content,
.cid-vpFU39mUos .modal-dialog {
  height: auto;
}
.cid-vpFU39mUos .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39mUos .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39mUos .form-wrapper .mbr-form .form-group,
  .cid-vpFU39mUos .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39mUos .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39mUos .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39mUos .mbr-text {
  text-align: center;
}
.cid-vpFU39mUos .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39mUos .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39mUos .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39mUos .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39mUos .modal-open {
  overflow: hidden;
}
.cid-vpFU39mUos .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39mUos .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39mUos .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39mUos .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39mUos .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39mUos .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39mUos .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39mUos .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39mUos .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39mUos .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39mUos .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39mUos .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39mUos .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39mUos .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mUos .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39mUos .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39mUos .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39mUos .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39mUos .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39mUos .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39mUos .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39mUos .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mUos .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39mUos .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39mUos .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mUos .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39mUos .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39mUos .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39mUos .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39mUos .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39mUos .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39mUos .modal-lg,
  .cid-vpFU39mUos .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39mUos .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39mUos .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39mUos .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39mUos .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39mUos .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39mUos .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39mUos .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39mUos .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39mUos .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vps2nBUH11 .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vps2nBUH11 .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vps2nBUH11 .navbar.opened,
.cid-vps2nBUH11 .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vps2nBUH11 .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vps2nBUH11 .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vps2nBUH11 .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vps2nBUH11 .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vps2nBUH11 .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vps2nBUH11 .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vps2nBUH11 .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vps2nBUH11 .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vps2nBUH11 .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vps2nBUH11 .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vps2nBUH11 .nav-link,
.cid-vps2nBUH11 .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vps2nBUH11 .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vps2nBUH11 .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vps2nBUH11 .nav-link:hover,
.cid-vps2nBUH11 .nav-link:focus,
.cid-vps2nBUH11 .nav-link.active {
  color: #ffffff !important;
}
.cid-vps2nBUH11 .nav-link:hover::before,
.cid-vps2nBUH11 .nav-link:focus::before,
.cid-vps2nBUH11 .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vps2nBUH11 .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vps2nBUH11 .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vps2nBUH11 .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vps2nBUH11 .dropdown-item:hover,
.cid-vps2nBUH11 .dropdown-item:focus,
.cid-vps2nBUH11 .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vps2nBUH11 .dropdown-item:hover::before,
.cid-vps2nBUH11 .dropdown-item:focus::before,
.cid-vps2nBUH11 .dropdown-item.active::before {
  opacity: 1;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vps2nBUH11 .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vps2nBUH11 .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vps2nBUH11 .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vps2nBUH11 .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vps2nBUH11 .br-menu-toggle:hover,
.cid-vps2nBUH11 .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vps2nBUH11 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vps2nBUH11 .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vps2nBUH11 .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vps2nBUH11 .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vps2nBUH11 .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vps2nBUH11 .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vps2nBUH11 .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vps2nBUH11 .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vps2nBUH11 .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .navbar-collapse.show,
  .cid-vps2nBUH11 .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vps2nBUH11 .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vps2nBUH11 .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vps2nBUH11 .nav-link::before {
    display: none;
  }
  .cid-vps2nBUH11 .nav-link:hover,
  .cid-vps2nBUH11 .nav-link:focus,
  .cid-vps2nBUH11 .nav-link.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vps2nBUH11 .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vps2nBUH11 .dropdown-item:hover,
  .cid-vps2nBUH11 .dropdown-item:focus,
  .cid-vps2nBUH11 .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vps2nBUH11 .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vps2nBUH11 .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vps2nBUH11 .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vps2nBUH11 .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vps2nBUH11 .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vptOV60YhP {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/header-timeline.webp");
  background-position: 50% 25%;
}
.cid-vptOV60YhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vptOV60YhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vptOV60YhP .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vptOV60YhP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vptOV60YhP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vptOV60YhP .mbr-text {
  color: #ffffff;
}
.cid-vptOV60YhP .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vptOV60YhP .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vptOV60YhP .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vptOV60YhP .mbr-text,
.cid-vptOV60YhP .mbr-section-btn {
  text-align: center;
}
.cid-vptV2fPUNK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-vptV2fPUNK .mbr-overlay {
  z-index: 0;
}
.cid-vptV2fPUNK .container,
.cid-vptV2fPUNK .container-fluid {
  position: relative;
  z-index: 1;
}
.cid-vptV2fPUNK .section-head {
  max-width: 780px;
  margin: 0 auto 3rem;
  text-align: center;
}
.cid-vptV2fPUNK .timeline-items {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.cid-vptV2fPUNK .timeline-items.reverse-timeline {
  flex-direction: column-reverse;
}
.cid-vptV2fPUNK .timeline-items::before {
  background-color: rgba(153, 153, 153, 0.75);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
}
.cid-vptV2fPUNK .timeline-item {
  padding: 0;
  position: relative;
}
.cid-vptV2fPUNK .timeline-item + .timeline-item {
  margin-top: 0px;
}
.cid-vptV2fPUNK .item-wrapper {
  align-items: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 75px minmax(0, 1fr);
  min-height: 75px;
  position: relative;
  grid-auto-flow: column;
}
.cid-vptV2fPUNK .marker-wrap {
  align-items: flex-start;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cid-vptV2fPUNK .timeline-marker {
  align-items: center;
  background-color: #ed1c24;
  border: 3px solid #2151a8;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(237, 28, 36, 0.24);
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 54px;
  justify-content: center;
  min-width: 54px;
  padding: 0;
  position: relative;
  transform: rotate(45deg);
  width: 54px;
}
.cid-vptV2fPUNK .marker-year {
  color: inherit;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0;
  max-width: 78%;
  text-align: center;
  transform: rotate(-45deg);
  width: 100%;
}
.cid-vptV2fPUNK .timeline-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0px;
  box-shadow: 0 4.9px 16.8px rgba(17, 17, 17, 0.18);
  color: #111111;
  grid-row: 1;
  padding: 1.35rem;
  position: relative;
}
.cid-vptV2fPUNK .timeline-card::before {
  background-color: #ed1c24;
  content: "";
  height: 3px;
  left: 1.35rem;
  position: absolute;
  right: 1.35rem;
  top: 0;
}
.cid-vptV2fPUNK .item-year {
  color: #ed1c24;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.cid-vptV2fPUNK .item-date {
  color: rgba(17, 17, 17, 0.68);
  font-weight: 700;
  margin-bottom: 0.65rem;
}
.cid-vptV2fPUNK .item-title {
  color: #111111;
  font-weight: 700;
  margin-bottom: 0.65rem;
}
.cid-vptV2fPUNK .item-text {
  color: #111111;
  margin-bottom: 0;
}
.cid-vptV2fPUNK .item-link {
  margin-top: 1rem;
}
.cid-vptV2fPUNK .item-link .btn {
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-vptV2fPUNK .timeline-item:nth-child(odd) .timeline-card {
    align-self: center;
    grid-column: 1;
    grid-row: 1;
    margin-right: 1.35rem;
    margin-top: 0px;
  }
  .cid-vptV2fPUNK .timeline-item:nth-child(even) .timeline-card {
    align-self: center;
    grid-column: 3;
    grid-row: 1;
    margin-left: 1.35rem;
    margin-top: 0px;
  }
  .cid-vptV2fPUNK .timeline-item:first-child .timeline-card {
    margin-top: 0px;
  }
}
.cid-vptV2fPUNK .timeline-item:nth-child(4n + 1) .timeline-card,
.cid-vptV2fPUNK .timeline-item:nth-child(4n + 2) .timeline-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
}
.cid-vptV2fPUNK .timeline-item:nth-child(4n + 3) .timeline-card,
.cid-vptV2fPUNK .timeline-item:nth-child(4n + 4) .timeline-card {
  background: linear-gradient(135deg, #ffffff 0%, #eeeef4 100%);
}
@media (max-width: 991px) {
  .cid-vptV2fPUNK .section-head {
    margin-bottom: 2.25rem;
  }
  .cid-vptV2fPUNK .timeline-items::before {
    left: 37.5px;
    transform: none;
  }
  .cid-vptV2fPUNK .item-wrapper {
    grid-template-columns: 75px minmax(0, 1fr);
  }
  .cid-vptV2fPUNK .marker-wrap {
    grid-column: 1;
  }
  .cid-vptV2fPUNK .timeline-card,
  .cid-vptV2fPUNK .timeline-item:nth-child(odd) .timeline-card,
  .cid-vptV2fPUNK .timeline-item:nth-child(even) .timeline-card {
    grid-column: 2;
    margin-left: 1.25rem;
    margin-right: 0;
  }
  .cid-vptV2fPUNK .timeline-items.timeline-js-ready .timeline-item.mbr-animate:not(.is-visible) .timeline-card {
    transform: translate(2rem, 1rem);
  }
  .cid-vptV2fPUNK .timeline-items.timeline-js-ready .timeline-item.mbr-animate.is-visible .timeline-card {
    transform: none;
  }
}
@media (max-width: 575px) {
  .cid-vptV2fPUNK .section-head {
    text-align: left;
  }
  .cid-vptV2fPUNK .br-title-brand {
    line-height: 1;
  }
  .cid-vptV2fPUNK .timeline-items::before {
    left: 28.5px;
  }
  .cid-vptV2fPUNK .item-wrapper {
    grid-template-columns: 57px minmax(0, 1fr);
  }
  .cid-vptV2fPUNK .timeline-marker {
    height: 57px;
    min-width: 57px;
    width: 57px;
  }
  .cid-vptV2fPUNK .timeline-card,
  .cid-vptV2fPUNK .timeline-item:nth-child(odd) .timeline-card,
  .cid-vptV2fPUNK .timeline-item:nth-child(even) .timeline-card {
    margin-left: 1rem;
    padding: 1rem;
  }
}
.cid-vptV2fPUNK .timeline-items:not(.timeline-js-ready) .timeline-item.mbr-animate .timeline-card,
.cid-vptV2fPUNK .timeline-items:not(.timeline-js-ready) .timeline-item.mbr-animate .timeline-marker {
  visibility: visible;
}
.cid-vptV2fPUNK .timeline-items:not(.timeline-js-ready) .timeline-item.mbr-animate .timeline-card {
  transform: none;
}
.cid-vptV2fPUNK .timeline-items:not(.timeline-js-ready) .timeline-item.mbr-animate .timeline-marker {
  transform: rotate(45deg);
}
.cid-vptV2fPUNK .timeline-items.timeline-js-ready .timeline-item.mbr-animate:not(.is-visible) .timeline-card {
  visibility: hidden;
  transform: translateY(1.25rem);
  pointer-events: none;
  transition: visibility 0s linear 0.65s, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.cid-vptV2fPUNK .timeline-items.timeline-js-ready .timeline-item:nth-child(odd).mbr-animate:not(.is-visible) .timeline-card {
  transform: translate(-2rem, 1.25rem);
}
.cid-vptV2fPUNK .timeline-items.timeline-js-ready .timeline-item:nth-child(even).mbr-animate:not(.is-visible) .timeline-card {
  transform: translate(2rem, 1.25rem);
}
.cid-vptV2fPUNK .timeline-items.timeline-js-ready .timeline-item.mbr-animate:not(.is-visible) .timeline-marker {
  visibility: hidden;
  transform: rotate(45deg) scale(0.65);
  transition: visibility 0s linear 0.45s, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.cid-vptV2fPUNK .timeline-items.timeline-js-ready .timeline-item.mbr-animate.is-visible .timeline-card {
  visibility: visible;
  transform: none;
  pointer-events: auto;
  transition: visibility 0s, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.cid-vptV2fPUNK .timeline-items.timeline-js-ready .timeline-item.mbr-animate.is-visible .timeline-marker {
  visibility: visible;
  transform: rotate(45deg);
  transition: visibility 0s, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.cid-vpFU39mJN1.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39mJN1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39mJN1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39mJN1 .modal-content,
.cid-vpFU39mJN1 .modal-dialog {
  height: auto;
}
.cid-vpFU39mJN1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39mJN1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39mJN1 .form-wrapper .mbr-form .form-group,
  .cid-vpFU39mJN1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39mJN1 .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39mJN1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39mJN1 .mbr-text {
  text-align: center;
}
.cid-vpFU39mJN1 .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39mJN1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39mJN1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39mJN1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39mJN1 .modal-open {
  overflow: hidden;
}
.cid-vpFU39mJN1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39mJN1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39mJN1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39mJN1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39mJN1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39mJN1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39mJN1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39mJN1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39mJN1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39mJN1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39mJN1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39mJN1 .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39mJN1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39mJN1 .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mJN1 .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39mJN1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39mJN1 .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39mJN1 .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39mJN1 .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39mJN1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39mJN1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39mJN1 .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mJN1 .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39mJN1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39mJN1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mJN1 .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39mJN1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39mJN1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39mJN1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39mJN1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39mJN1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39mJN1 .modal-lg,
  .cid-vpFU39mJN1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39mJN1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39mJN1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39mJN1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39mJN1 .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39mJN1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39mJN1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39mJN1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39mJN1 .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39mJN1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vpzhpI2Ney .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vpzhpI2Ney .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vpzhpI2Ney .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vpzhpI2Ney .navbar.opened,
.cid-vpzhpI2Ney .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vpzhpI2Ney .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vpzhpI2Ney .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vpzhpI2Ney .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vpzhpI2Ney .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vpzhpI2Ney .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vpzhpI2Ney .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vpzhpI2Ney .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vpzhpI2Ney .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vpzhpI2Ney .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vpzhpI2Ney .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vpzhpI2Ney .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vpzhpI2Ney .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vpzhpI2Ney .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vpzhpI2Ney .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vpzhpI2Ney .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vpzhpI2Ney .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vpzhpI2Ney .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vpzhpI2Ney .nav-link,
.cid-vpzhpI2Ney .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vpzhpI2Ney .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vpzhpI2Ney .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vpzhpI2Ney .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vpzhpI2Ney .nav-link:hover,
.cid-vpzhpI2Ney .nav-link:focus,
.cid-vpzhpI2Ney .nav-link.active {
  color: #ffffff !important;
}
.cid-vpzhpI2Ney .nav-link:hover::before,
.cid-vpzhpI2Ney .nav-link:focus::before,
.cid-vpzhpI2Ney .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vpzhpI2Ney .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vpzhpI2Ney .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vpzhpI2Ney .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vpzhpI2Ney .dropdown-item:hover,
.cid-vpzhpI2Ney .dropdown-item:focus,
.cid-vpzhpI2Ney .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vpzhpI2Ney .dropdown-item:hover::before,
.cid-vpzhpI2Ney .dropdown-item:focus::before,
.cid-vpzhpI2Ney .dropdown-item.active::before {
  opacity: 1;
}
.cid-vpzhpI2Ney .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vpzhpI2Ney .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vpzhpI2Ney .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vpzhpI2Ney .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vpzhpI2Ney .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vpzhpI2Ney .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vpzhpI2Ney .br-menu-toggle:hover,
.cid-vpzhpI2Ney .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vpzhpI2Ney .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vpzhpI2Ney .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vpzhpI2Ney .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vpzhpI2Ney .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vpzhpI2Ney .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vpzhpI2Ney .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vpzhpI2Ney .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vpzhpI2Ney .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vpzhpI2Ney .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vpzhpI2Ney .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vpzhpI2Ney .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vpzhpI2Ney .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vpzhpI2Ney .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vpzhpI2Ney .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vpzhpI2Ney .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vpzhpI2Ney .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vpzhpI2Ney .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vpzhpI2Ney .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vpzhpI2Ney .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vpzhpI2Ney .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vpzhpI2Ney .navbar-collapse.show,
  .cid-vpzhpI2Ney .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vpzhpI2Ney .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vpzhpI2Ney .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vpzhpI2Ney .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vpzhpI2Ney .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vpzhpI2Ney .nav-link::before {
    display: none;
  }
  .cid-vpzhpI2Ney .nav-link:hover,
  .cid-vpzhpI2Ney .nav-link:focus,
  .cid-vpzhpI2Ney .nav-link.active {
    background: #223344 !important;
  }
  .cid-vpzhpI2Ney .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vpzhpI2Ney .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vpzhpI2Ney .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vpzhpI2Ney .dropdown-item:hover,
  .cid-vpzhpI2Ney .dropdown-item:focus,
  .cid-vpzhpI2Ney .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vpzhpI2Ney .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vpzhpI2Ney .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vpzhpI2Ney .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vpzhpI2Ney .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vpzhpI2Ney .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpzhpIy4CT {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/header-breckels-logo.webp");
  background-position: 40% 40%;
}
.cid-vpzhpIy4CT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpzhpIy4CT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpzhpIy4CT .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vpzhpIy4CT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vpzhpIy4CT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vpzhpIy4CT .mbr-text {
  color: #ffffff;
}
.cid-vpzhpIy4CT .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vpzhpIy4CT .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vpzhpIy4CT .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vpzhpIy4CT .mbr-text,
.cid-vpzhpIy4CT .mbr-section-btn {
  text-align: center;
}
.cid-vpzwtuMprc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/breckels-custom-white-panel-background.svg");
  background-position: center center;
  background-size: cover;
}
.cid-vpzwtuMprc .section-head {
  max-width: 860px;
  margin-bottom: 2rem;
}
.cid-vpzwtuMprc .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-vpzwtuMprc .mbr-text {
  margin-bottom: 0;
}
.cid-vpzwtuMprc .tabs-wrapper {
  width: 100%;
}
.cid-vpzwtuMprc .nav.nav-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  background: transparent;
}
.cid-vpzwtuMprc .nav.nav-tabs .nav-item {
  padding: 0;
  margin: 0;
  border: 0;
}
.cid-vpzwtuMprc .nav.nav-tabs .nav-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0.75rem 0.85rem;
  color: #000000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: color 0.2s ease;
}
.cid-vpzwtuMprc .nav.nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0;
  height: 3px;
  background-color: #ed1c24;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease, opacity 0.22s ease;
  opacity: 0;
  pointer-events: none;
}
.cid-vpzwtuMprc .nav.nav-tabs .nav-link:hover,
.cid-vpzwtuMprc .nav.nav-tabs .nav-link:focus,
.cid-vpzwtuMprc .nav.nav-tabs .nav-link.active,
.cid-vpzwtuMprc .nav.nav-tabs .nav-link[aria-selected="true"] {
  color: #ed1c24;
  background: transparent !important;
}
.cid-vpzwtuMprc .nav.nav-tabs .nav-link:hover::after,
.cid-vpzwtuMprc .nav.nav-tabs .nav-link:focus::after,
.cid-vpzwtuMprc .nav.nav-tabs .nav-link.active::after,
.cid-vpzwtuMprc .nav.nav-tabs .nav-link[aria-selected="true"]::after {
  transform: scaleX(1);
  opacity: 1;
}
.cid-vpzwtuMprc .tab-content {
  width: 100%;
}
.cid-vpzwtuMprc .form-panel {
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.45);
}
.cid-vpzwtuMprc .wizara-form-slot {
  width: 100%;
  min-height: 520px;
}
.cid-vpzwtuMprc .wizara-form-slot iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
}
@media (max-width: 767px) {
  .cid-vpzwtuMprc .nav.nav-tabs {
    grid-template-columns: 1fr;
    row-gap: 0.85rem;
  }
  .cid-vpzwtuMprc .nav.nav-tabs .nav-link {
    text-align: left;
  }
  .cid-vpzwtuMprc .form-panel {
    padding: 1rem;
  }
}
.cid-vpFU39mFlK.popup-builder {
  background-color: #ffffff;
}
.cid-vpFU39mFlK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpFU39mFlK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpFU39mFlK .modal-content,
.cid-vpFU39mFlK .modal-dialog {
  height: auto;
}
.cid-vpFU39mFlK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpFU39mFlK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpFU39mFlK .form-wrapper .mbr-form .form-group,
  .cid-vpFU39mFlK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpFU39mFlK .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpFU39mFlK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpFU39mFlK .mbr-text {
  text-align: center;
}
.cid-vpFU39mFlK .pt-0 {
  padding-top: 0 !important;
}
.cid-vpFU39mFlK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpFU39mFlK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpFU39mFlK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpFU39mFlK .modal-open {
  overflow: hidden;
}
.cid-vpFU39mFlK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpFU39mFlK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpFU39mFlK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpFU39mFlK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpFU39mFlK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpFU39mFlK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpFU39mFlK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpFU39mFlK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpFU39mFlK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpFU39mFlK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpFU39mFlK .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpFU39mFlK .modal-backdrop.show {
  opacity: .5;
}
.cid-vpFU39mFlK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpFU39mFlK .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mFlK .modal-header {
    padding: 1rem;
  }
}
.cid-vpFU39mFlK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpFU39mFlK .modal-header .close svg {
  fill: #353535;
}
.cid-vpFU39mFlK .modal-header .close:hover {
  opacity: 1;
}
.cid-vpFU39mFlK .modal-header .close:focus {
  outline: none;
}
.cid-vpFU39mFlK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpFU39mFlK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpFU39mFlK .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mFlK .modal-body {
    padding: 1rem;
  }
}
.cid-vpFU39mFlK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpFU39mFlK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpFU39mFlK .modal-footer {
    padding: 1rem;
  }
}
.cid-vpFU39mFlK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpFU39mFlK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpFU39mFlK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpFU39mFlK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpFU39mFlK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpFU39mFlK .modal-lg,
  .cid-vpFU39mFlK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpFU39mFlK .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpFU39mFlK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpFU39mFlK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpFU39mFlK .form-group {
  margin-bottom: 1rem;
}
.cid-vpFU39mFlK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpFU39mFlK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpFU39mFlK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpFU39mFlK .mbr-section-btn {
  margin: 0;
}
.cid-vpFU39mFlK .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpPqTkoKc7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpPqTkoKc7 .container {
    padding: 0 16px;
  }
}
.cid-vpPqTkoKc7 .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpPqTkoKc7 .footer-col {
  min-width: 0;
}
.cid-vpPqTkoKc7 .brand-col {
  order: 6;
}
.cid-vpPqTkoKc7 .contact-col {
  order: 5;
}
.cid-vpPqTkoKc7 .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpPqTkoKc7 .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpPqTkoKc7 .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpPqTkoKc7 .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpPqTkoKc7 .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpPqTkoKc7 .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpPqTkoKc7 .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpPqTkoKc7 .br-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .mullen-logo svg {
  width: 150px;
}
.cid-vpPqTkoKc7 .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpPqTkoKc7 .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpPqTkoKc7 .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpPqTkoKc7 .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpPqTkoKc7 .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpPqTkoKc7 .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpPqTkoKc7 .item-wrap .text-primary,
.cid-vpPqTkoKc7 .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpPqTkoKc7 .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpPqTkoKc7 .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpPqTkoKc7 .contact-action {
  padding: 0.7rem 0;
}
.cid-vpPqTkoKc7 .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpPqTkoKc7 .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpPqTkoKc7 .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpPqTkoKc7 .social-link:hover,
.cid-vpPqTkoKc7 .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpPqTkoKc7 .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpPqTkoKc7 .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpPqTkoKc7 .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpPqTkoKc7 .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpPqTkoKc7 .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpPqTkoKc7 .site-credit .text-primary:hover,
.cid-vpPqTkoKc7 .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpPqTkoKc7 .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpPqTkoKc7 .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpPqTkoKc7 .footer-col {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .contact-col {
    order: 5;
  }
  .cid-vpPqTkoKc7 .brand-col {
    order: 6;
  }
  .cid-vpPqTkoKc7 .contact-col,
  .cid-vpPqTkoKc7 .brand-col {
    width: 100%;
  }
  .cid-vpPqTkoKc7 .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpPqTkoKc7 .contact-wrapper {
    padding: 20px;
  }
  .cid-vpPqTkoKc7 .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpPqTkoKc7 .mbr-copy {
    text-align: center;
  }
  .cid-vpPqTkoKc7 .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpPqTkoKc7 .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpPqTkoKc7 .mbr-section-title {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-commitment {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .brand-text {
  color: #ffffff;
}
.cid-vpPqTkoKc7 .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpPqTkoKc7 .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
.cid-vpQZMjzVLE .navbar {
  min-height: 140px;
  padding: 0;
  background: #001122;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 1030;
}
.cid-vpQZMjzVLE .navbar.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.cid-vpQZMjzVLE .navbar.bg-color.transparent {
  background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  border-bottom: 0;
  margin-bottom: -1px;
}
.cid-vpQZMjzVLE .navbar.opened,
.cid-vpQZMjzVLE .navbar.navbar-short {
  background: #001122;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.cid-vpQZMjzVLE .navbar.navbar-short {
  min-height: 58px !important;
}
.cid-vpQZMjzVLE .navbar.navbar-short .container-fluid {
  min-height: 58px !important;
}
.cid-vpQZMjzVLE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vpQZMjzVLE .navbar.navbar-short .navbar-brand .navbar-logo img {
  height: 3rem !important;
  max-height: 3rem;
}
.cid-vpQZMjzVLE .navbar.navbar-short .nav-link {
  padding-top: 1.2rem !important;
  padding-bottom: 1.1rem !important;
}
.cid-vpQZMjzVLE .navbar.navbar-short .nav-link::before {
  bottom: 0.72rem;
}
.cid-vpQZMjzVLE .navbar.navbar-short .navbar-buttons.mbr-section-btn .btn {
  min-height: 40px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.cid-vpQZMjzVLE .container-fluid {
  width: 100%;
  max-width: 2400px;
  min-height: 140px;
  display: flex;
  align-items: stretch;
  padding: 0 40px;
  margin: 0 auto;
}
.cid-vpQZMjzVLE .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.cid-vpQZMjzVLE .navbar-brand .navbar-logo {
  display: flex;
  align-items: center;
}
.cid-vpQZMjzVLE .navbar-brand .navbar-logo a {
  display: flex;
  align-items: center;
  outline-offset: 0.35rem;
}
.cid-vpQZMjzVLE .navbar-brand .navbar-logo img {
  width: auto;
  max-width: 260px;
  max-height: 5.8rem;
  display: block;
}
.cid-vpQZMjzVLE .navbar-brand .navbar-caption-wrap {
  display: none !important;
  align-items: center;
  flex-shrink: 1;
  margin-left: 1rem;
  max-width: 16rem;
  min-width: 0;
}
.cid-vpQZMjzVLE .navbar-brand .navbar-caption {
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-vpQZMjzVLE .navbar-collapse {
  width: fit-content;
  min-width: 240px;
  max-width: calc(68vw);
}
.cid-vpQZMjzVLE .navbar-nav {
  align-items: stretch;
  gap: 0.05rem;
  margin-left: auto;
}
.cid-vpQZMjzVLE .nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cid-vpQZMjzVLE .nav-link,
.cid-vpQZMjzVLE .dropdown-item {
  color: #ffffff !important;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}
.cid-vpQZMjzVLE .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.15rem 0.62rem !important;
  margin: 0 !important;
  white-space: nowrap;
}
.cid-vpQZMjzVLE .nav-link::after {
  border-top-color: currentColor;
  margin-left: 0.45rem;
}
.cid-vpQZMjzVLE .nav-link::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  bottom: 1.42rem;
  height: 1px;
  background: rgba(153, 153, 153, 0.5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.cid-vpQZMjzVLE .nav-link:hover,
.cid-vpQZMjzVLE .nav-link:focus,
.cid-vpQZMjzVLE .nav-link.active {
  color: #ffffff !important;
}
.cid-vpQZMjzVLE .nav-link:hover::before,
.cid-vpQZMjzVLE .nav-link:focus::before,
.cid-vpQZMjzVLE .nav-link.active::before {
  transform: scaleX(1);
}
.cid-vpQZMjzVLE .dropdown-menu {
  min-width: 16rem;
  padding: 0.45rem 0;
  margin-top: 0;
  background: #001122;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}
.cid-vpQZMjzVLE .dropdown-item {
  position: relative;
  padding: 0.72rem 1.1rem 0.72rem 2.05rem;
  white-space: normal;
  background: transparent !important;
}
.cid-vpQZMjzVLE .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.32rem;
  height: 0.32rem;
  background: #ed1c24;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.18s ease;
}
.cid-vpQZMjzVLE .dropdown-item:hover,
.cid-vpQZMjzVLE .dropdown-item:focus,
.cid-vpQZMjzVLE .dropdown-item.active {
  color: #ffffff !important;
  background: #223344 !important;
}
.cid-vpQZMjzVLE .dropdown-item:hover::before,
.cid-vpQZMjzVLE .dropdown-item:focus::before,
.cid-vpQZMjzVLE .dropdown-item.active::before {
  opacity: 1;
}
.cid-vpQZMjzVLE .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  margin: 0 0 0 0.35rem;
}
.cid-vpQZMjzVLE .navbar-buttons.mbr-section-btn .btn {
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0 !important;
}
.cid-vpQZMjzVLE .br-menu-toggle {
  display: none;
  align-items: center;
  gap: 0.62rem;
  min-height: 42px;
  padding: 0.52rem 0.8rem;
  margin-left: auto;
  align-self: center;
  color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 0;
  outline-offset: 0.3rem;
}
.cid-vpQZMjzVLE .br-menu-toggle .br-menu-toggle-label {
  color: #ffffff;
  font-family: "Inter Tight", "Inter", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}
.cid-vpQZMjzVLE .br-menu-toggle .hamburger {
  width: 24px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vpQZMjzVLE .br-menu-toggle .hamburger span {
  width: 24px;
  height: 3px;
  display: block;
  background: #ed1c24;
  border-radius: 0;
  flex: 0 0 3px;
}
.cid-vpQZMjzVLE .br-menu-toggle:hover,
.cid-vpQZMjzVLE .br-menu-toggle:focus {
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vpQZMjzVLE .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .cid-vpQZMjzVLE .navbar-brand .navbar-logo img {
    max-width: 190px;
  }
  .cid-vpQZMjzVLE .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vpQZMjzVLE .nav-link {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
    font-size: 1.15rem;
  }
  .cid-vpQZMjzVLE .nav-link::before {
    left: 0.45rem;
    right: 0.45rem;
  }
  .cid-vpQZMjzVLE .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .cid-vpQZMjzVLE .nav-link {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .cid-vpQZMjzVLE .navbar-nav > .nav-item:first-child {
    display: none;
  }
}
@media (min-width: 1201px) {
  .cid-vpQZMjzVLE .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .cid-vpQZMjzVLE .navbar {
    min-height: 70px !important;
    position: relative;
    border-bottom: 0;
  }
  .cid-vpQZMjzVLE .navbar.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
  }
  .cid-vpQZMjzVLE .navbar.bg-color.transparent {
    background: #001122;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .cid-vpQZMjzVLE .navbar.bg-color.transparent.mobile-transparent {
    background: linear-gradient(180deg, rgba(0, 17, 34, 0.9) 0%, rgba(0, 17, 34, 0.6) 50%, rgba(0, 17, 34, 0) 100%);
  }
  .cid-vpQZMjzVLE .navbar.opened {
    background: #001122;
    z-index: 1040;
  }
  .cid-vpQZMjzVLE .container-fluid {
    min-height: 70px !important;
    padding: 0 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cid-vpQZMjzVLE .navbar-brand .navbar-logo img {
    max-width: 178px;
    max-height: 4.7rem;
  }
  .cid-vpQZMjzVLE .navbar-brand {
    padding-top: 0.35rem;
  }
  .cid-vpQZMjzVLE .navbar-brand .navbar-caption-wrap {
    display: flex !important;
    visibility: visible;
    max-width: calc(-260vw);
    overflow: hidden;
  }
  .cid-vpQZMjzVLE .br-menu-toggle {
    display: inline-flex;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 1042;
  }
  .cid-vpQZMjzVLE .navbar-collapse {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 1041;
    width: 180px;
    min-width: 0;
    max-width: calc(68vw);
    flex: 0 0 auto;
    flex-basis: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin-left: auto;
    padding: 4.25rem 0 0.7rem;
    background: #001122;
    border-top: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .cid-vpQZMjzVLE .navbar-collapse.show,
  .cid-vpQZMjzVLE .navbar-collapse.collapsing {
    display: inline-flex !important;
  }
  .cid-vpQZMjzVLE .navbar-nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: stretch;
    align-self: flex-end;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .cid-vpQZMjzVLE .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  }
  .cid-vpQZMjzVLE .navbar-nav > .nav-item:first-child {
    display: none;
  }
  .cid-vpQZMjzVLE .nav-link {
    padding: 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.2;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 36px;
  }
  .cid-vpQZMjzVLE .nav-link::before {
    display: none;
  }
  .cid-vpQZMjzVLE .nav-link:hover,
  .cid-vpQZMjzVLE .nav-link:focus,
  .cid-vpQZMjzVLE .nav-link.active {
    background: #223344 !important;
  }
  .cid-vpQZMjzVLE .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.08rem 0 0.28rem;
    background: rgba(0, 17, 34, 0.5);
    border: 0;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
    box-shadow: none;
    box-sizing: border-box;
  }
  .cid-vpQZMjzVLE .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0.48rem 1.2rem 0.48rem 1.2rem;
    line-height: 1.22;
    font-size: 1.15rem;
    text-align: right;
    white-space: nowrap;
    min-height: 32px;
    box-sizing: border-box;
  }
  .cid-vpQZMjzVLE .dropdown-item::before {
    left: auto;
    right: 0.45rem;
    margin-left: 0;
  }
  .cid-vpQZMjzVLE .dropdown-item:hover,
  .cid-vpQZMjzVLE .dropdown-item:focus,
  .cid-vpQZMjzVLE .dropdown-item.active {
    background: #223344 !important;
  }
  .cid-vpQZMjzVLE .dropdown-toggle::after {
    width: 0;
    margin-left: 0.65rem;
    margin-right: 0.08rem;
  }
  .cid-vpQZMjzVLE .navbar-buttons.mbr-section-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vpQZMjzVLE .navbar-brand .navbar-caption-wrap {
    display: none !important;
  }
  .cid-vpQZMjzVLE .navbar-brand .navbar-logo img {
    max-width: 162px;
  }
  .cid-vpQZMjzVLE .br-menu-toggle {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}
.cid-vpQZMjYxou {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/header-generic-leaves-roadside.webp");
  background-position: 50% 25%;
}
.cid-vpQZMjYxou .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpQZMjYxou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-vpQZMjYxou .mbr-overlay {
    opacity: 0 !important;
  }
}
.cid-vpQZMjYxou .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vpQZMjYxou .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vpQZMjYxou .mbr-text {
  color: #ffffff;
}
.cid-vpQZMjYxou .br-page-hero .mbr-section-subtitle {
  min-height: 7rem;
}
@media (min-width: 992px) {
  .cid-vpQZMjYxou .br-page-hero .mbr-section-subtitle {
    min-height: 9rem;
  }
}
@media (max-width: 575px) {
  .cid-vpQZMjYxou .br-page-hero .mbr-section-subtitle {
    min-height: 7rem;
  }
}
.cid-vpQZMjYxou .mbr-text,
.cid-vpQZMjYxou .mbr-section-btn {
  text-align: center;
}
.cid-vpQZMkfMdH {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/breckels-white-panel-background.svg");
}
.cid-vpQZMkfMdH .content-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cid-vpQZMkfMdH .br-eyebrow {
  color: #c72026;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.1;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.cid-vpQZMkfMdH .br-title-brand {
  color: #112233;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  line-height: 0.98;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.cid-vpQZMkfMdH .mbr-label {
  color: #5f6469;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0 0 28px;
}
.cid-vpQZMkfMdH .pdf-download-status {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border-left: 4px solid #c72026;
  box-shadow: 0 12px 36px rgba(17, 34, 51, 0.1);
  display: flex;
  gap: 18px;
  margin: 0 0 26px;
  max-width: 720px;
  min-height: 94px;
  padding: 20px 22px;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.cid-vpQZMkfMdH .pdf-download-status__icon {
  align-items: center;
  background: #112233;
  display: flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  position: relative;
  width: 48px;
}
.cid-vpQZMkfMdH .pdf-download-status__spinner {
  animation: pdf-download-spin 0.8s linear infinite;
  border: 3px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  border-top-color: #ffffff;
  height: 25px;
  width: 25px;
}
.cid-vpQZMkfMdH .pdf-download-status__content {
  min-width: 0;
}
.cid-vpQZMkfMdH .pdf-download-status__title {
  color: #112233;
  display: block;
  font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.cid-vpQZMkfMdH .pdf-download-status__message {
  color: #555b61;
  display: block;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
.cid-vpQZMkfMdH .pdf-download-status--complete {
  border-left-color: #267348;
}
.cid-vpQZMkfMdH .pdf-download-status--complete .pdf-download-status__icon {
  background: #267348;
}
.cid-vpQZMkfMdH .pdf-download-status--complete .pdf-download-status__spinner {
  animation: none;
  border: 0;
  height: 24px;
  position: relative;
  width: 24px;
}
.cid-vpQZMkfMdH .pdf-download-status--complete .pdf-download-status__spinner::before {
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: "";
  height: 15px;
  left: 7px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 8px;
}
.cid-vpQZMkfMdH .pdf-download-status--error {
  border-left-color: #a51d2d;
}
.cid-vpQZMkfMdH .pdf-download-status--error .pdf-download-status__icon {
  background: #a51d2d;
}
.cid-vpQZMkfMdH .pdf-download-status--error .pdf-download-status__spinner {
  animation: none;
  border: 0;
  height: 24px;
  position: relative;
  width: 24px;
}
.cid-vpQZMkfMdH .pdf-download-status--error .pdf-download-status__spinner::before,
.cid-vpQZMkfMdH .pdf-download-status--error .pdf-download-status__spinner::after {
  background: #ffffff;
  content: "";
  height: 3px;
  left: 2px;
  position: absolute;
  top: 10px;
  width: 20px;
}
.cid-vpQZMkfMdH .pdf-download-status--error .pdf-download-status__spinner::before {
  transform: rotate(45deg);
}
.cid-vpQZMkfMdH .pdf-download-status--error .pdf-download-status__spinner::after {
  transform: rotate(-45deg);
}
.cid-vpQZMkfMdH .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-vpQZMkfMdH .pdf-download-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-width: 190px;
}
.cid-vpQZMkfMdH .pdf-download-noscript {
  color: #a51d2d;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9rem;
  margin-top: 18px;
}
@keyframes pdf-download-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .cid-vpQZMkfMdH .pdf-download-status {
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
  }
  .cid-vpQZMkfMdH .pdf-download-status__icon {
    flex-basis: 42px;
    height: 42px;
    width: 42px;
  }
  .cid-vpQZMkfMdH .pdf-download-status__title {
    font-size: 1.1rem;
  }
  .cid-vpQZMkfMdH .pdf-download-status__message {
    font-size: 0.9rem;
  }
  .cid-vpQZMkfMdH .pdf-download-button {
    width: 100%;
  }
}
.cid-vpQZMkTQtX.popup-builder {
  background-color: #ffffff;
}
.cid-vpQZMkTQtX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpQZMkTQtX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vpQZMkTQtX .modal-content,
.cid-vpQZMkTQtX .modal-dialog {
  height: auto;
}
.cid-vpQZMkTQtX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpQZMkTQtX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpQZMkTQtX .form-wrapper .mbr-form .form-group,
  .cid-vpQZMkTQtX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpQZMkTQtX .card-img {
  width: 40%;
  margin: auto;
  border-radius: 0;
}
.cid-vpQZMkTQtX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpQZMkTQtX .mbr-text {
  text-align: center;
}
.cid-vpQZMkTQtX .pt-0 {
  padding-top: 0 !important;
}
.cid-vpQZMkTQtX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpQZMkTQtX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpQZMkTQtX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpQZMkTQtX .modal-open {
  overflow: hidden;
}
.cid-vpQZMkTQtX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpQZMkTQtX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpQZMkTQtX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vpQZMkTQtX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpQZMkTQtX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpQZMkTQtX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpQZMkTQtX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpQZMkTQtX .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vpQZMkTQtX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpQZMkTQtX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpQZMkTQtX .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpQZMkTQtX .modal-backdrop.show {
  opacity: .5;
}
.cid-vpQZMkTQtX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpQZMkTQtX .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpQZMkTQtX .modal-header {
    padding: 1rem;
  }
}
.cid-vpQZMkTQtX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpQZMkTQtX .modal-header .close svg {
  fill: #353535;
}
.cid-vpQZMkTQtX .modal-header .close:hover {
  opacity: 1;
}
.cid-vpQZMkTQtX .modal-header .close:focus {
  outline: none;
}
.cid-vpQZMkTQtX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpQZMkTQtX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vpQZMkTQtX .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpQZMkTQtX .modal-body {
    padding: 1rem;
  }
}
.cid-vpQZMkTQtX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpQZMkTQtX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpQZMkTQtX .modal-footer {
    padding: 1rem;
  }
}
.cid-vpQZMkTQtX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpQZMkTQtX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vpQZMkTQtX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpQZMkTQtX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpQZMkTQtX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpQZMkTQtX .modal-lg,
  .cid-vpQZMkTQtX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpQZMkTQtX .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpQZMkTQtX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpQZMkTQtX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpQZMkTQtX .form-group {
  margin-bottom: 1rem;
}
.cid-vpQZMkTQtX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpQZMkTQtX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpQZMkTQtX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpQZMkTQtX .mbr-section-btn {
  margin: 0;
}
.cid-vpQZMkTQtX .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpQZMljX3K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/footer.webp");
  background-position: 50% 20%;
}
@media (max-width: 992px) {
  .cid-vpQZMljX3K .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vpQZMljX3K .container {
    padding: 0 16px;
  }
}
.cid-vpQZMljX3K .footer-grid {
  position: relative;
  z-index: 1;
  --bs-gutter-x: 4px;
  --bs-gutter-y: 36px;
  align-items: stretch;
}
.cid-vpQZMljX3K .footer-col {
  min-width: 0;
}
.cid-vpQZMljX3K .brand-col {
  order: 6;
}
.cid-vpQZMljX3K .contact-col {
  order: 5;
}
.cid-vpQZMljX3K .brand-panel {
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 0;
  padding: 0.5rem;
  background: linear-gradient(180deg, #162536 0%, #112233 100%);
  border: 1px solid rgba(92, 104, 118, 0.55);
  border-bottom: 3px solid #ed1c24;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.cid-vpQZMljX3K .brand-panel.align-center {
  align-items: center;
  text-align: center;
}
.cid-vpQZMljX3K .brand-panel.align-right {
  align-items: flex-end;
  text-align: right;
}
.cid-vpQZMljX3K .logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.cid-vpQZMljX3K .brand-panel.align-center .logo-stack {
  align-items: center;
}
.cid-vpQZMljX3K .brand-panel.align-right .logo-stack {
  align-items: flex-end;
}
.cid-vpQZMljX3K .logo-wrap {
  display: block;
  max-width: 100%;
}
.cid-vpQZMljX3K .logo-wrap svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cid-vpQZMljX3K .br-logo svg {
  width: 150px;
}
.cid-vpQZMljX3K .mullen-logo svg {
  width: 150px;
}
.cid-vpQZMljX3K .list-wrapper {
  height: 100%;
  padding-top: 0.75rem;
}
.cid-vpQZMljX3K .mbr-list-title {
  position: relative;
  color: #ffffff;
  padding-bottom: 0.75rem;
  text-align: justify;
}
.cid-vpQZMljX3K .mbr-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  background-color: #ed1c24;
}
.cid-vpQZMljX3K .list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
}
.cid-vpQZMljX3K .item-wrap {
  padding: 5px 0;
  line-height: 1.4;
}
.cid-vpQZMljX3K .item-wrap a.text-primary {
  color: #ffffff !important;
}
.cid-vpQZMljX3K .menu-col .item-wrap {
  padding: 6px 0;
}
.cid-vpQZMljX3K .item-wrap .text-primary,
.cid-vpQZMljX3K .item-wrap a {
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.cid-vpQZMljX3K .contact-wrapper {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(92, 104, 118, 0.45);
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  min-width: 112px;
}
.cid-vpQZMljX3K .contact-wrapper.align-center {
  text-align: center;
}
.cid-vpQZMljX3K .contact-wrapper.align-center .mbr-list-title::after {
  left: 50%;
  transform: translateX(-50%);
}
.cid-vpQZMljX3K .contact-wrapper.align-center .social-row {
  justify-content: center;
}
.cid-vpQZMljX3K .contact-action {
  padding: 0.7rem 0;
}
.cid-vpQZMljX3K .contact-action .text-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.cid-vpQZMljX3K .contact-action .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}
.cid-vpQZMljX3K .social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cid-vpQZMljX3K .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid rgba(92, 104, 118, 0.6);
  background-color: rgba(255, 255, 255, 0.07);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.cid-vpQZMljX3K .social-link:hover,
.cid-vpQZMljX3K .social-link:focus {
  border-color: #ed1c24;
  background-color: #ed1c24;
}
.cid-vpQZMljX3K .social-link .mbr-iconfont {
  font-size: 1rem;
  line-height: 1;
}
.cid-vpQZMljX3K .footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(92, 104, 118, 0.45);
}
.cid-vpQZMljX3K .mbr-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}
.cid-vpQZMljX3K .site-credit {
  display: inline-block;
  margin-left: 12px;
}
.cid-vpQZMljX3K .site-credit .text-primary {
  color: #ffffff !important;
  text-decoration: none;
}
.cid-vpQZMljX3K .site-credit .text-primary:hover,
.cid-vpQZMljX3K .site-credit .text-primary:focus {
  color: #ed1c24 !important;
}
@media (max-width: 1199px) {
  .cid-vpQZMljX3K .brand-col {
    order: 6;
  }
  .cid-vpQZMljX3K .brand-panel {
    min-height: 0;
    flex-direction: column;
  }
  .cid-vpQZMljX3K .logo-stack {
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-vpQZMljX3K .footer-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 30px;
  }
  .cid-vpQZMljX3K .footer-col {
    text-align: left;
  }
  .cid-vpQZMljX3K .contact-col {
    order: 5;
  }
  .cid-vpQZMljX3K .brand-col {
    order: 6;
  }
  .cid-vpQZMljX3K .contact-col,
  .cid-vpQZMljX3K .brand-col {
    width: 100%;
  }
  .cid-vpQZMljX3K .brand-panel {
    flex-direction: column;
    margin-top: 8px;
    padding: 22px;
  }
  .cid-vpQZMljX3K .contact-wrapper {
    padding: 20px;
  }
  .cid-vpQZMljX3K .footer-bottom {
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .cid-vpQZMljX3K .mbr-copy {
    text-align: center;
  }
  .cid-vpQZMljX3K .site-credit {
    display: block;
    margin: 8px 0 0;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: right;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: right;
    width: 100%;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: auto;
    right: 0;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: right;
    width: 100%;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1) {
    order: 1;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 2;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    order: 3;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(2) {
    order: 4;
  }
}
@media (max-width: 420px) {
  .cid-vpQZMljX3K .footer-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col {
    width: 50%;
  }
}
.cid-vpQZMljX3K .mbr-section-title {
  color: #ffffff;
}
.cid-vpQZMljX3K .brand-commitment {
  color: #ffffff;
}
.cid-vpQZMljX3K .brand-text {
  color: #ffffff;
}
.cid-vpQZMljX3K .contact-list-title {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) {
    text-align: left;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list-wrapper,
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list-wrapper {
    display: block;
    align-items: stretch;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title,
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title {
    text-align: justify;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1) .mbr-list-title::after,
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) .mbr-list-title::after {
    left: 0;
    right: auto;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1) .list,
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3) .list {
    text-align: left;
  }
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(1),
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(2),
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(3),
  .cid-vpQZMljX3K .footer-grid.mobile-two-columns .menu-col:nth-child(4) {
    order: 0;
  }
}
