/* makes sizing simpler */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* remove default spacing */
/* force styling of type through styling, rather than elements */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* dark mode user-agent-styles */
/* min body height */
body {
  min-height: 100vh;
}

/* responsive images/videos */
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "MBCorpo Title";
  src: url("../fonts/MBCorpoATitleCond-Regular.otf") format("opentype"), url("../fonts/MBCorpoATitleCondOffice-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "MBCorpo Text";
  src: url("../fonts/MBCorpoSText-Regular.otf") format("opentype"), url("../fonts/MBCorpoSTextOffice-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "MBCorpo Text A Cond";
  src: url("../fonts/MBCorpoATextCond-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "MBCorpo Text";
  src: url("../fonts/MBCorpoSText-Bold.otf") format("opentype"), url("../fonts/MBCorpoSTextOffice-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "MBCorpo Text";
  src: url("../fonts/MBCorpoSText-Light.otf") format("opentype"), url("../fonts/MBCorpoSTextOffice-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?94dwz4");
  src: url("../fonts/icomoon.eot?94dwz4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?94dwz4") format("truetype"), url("../fonts/icomoon.woff?94dwz4") format("woff"), url("../fonts/icomoon.svg?94dwz4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eletric:before {
  content: "\e91c";
}

.icon-heart:before {
  content: "\e900";
}

.icon-x-mark:before {
  content: "\e901";
}

.icon-whatsapp:before {
  content: "\e902";
}

.icon-user:before {
  content: "\e903";
}

.icon-trash:before {
  content: "\e904";
}

.icon-store:before {
  content: "\e905";
}

.icon-star-fill:before {
  content: "\e906";
}

.icon-star:before {
  content: "\e907";
}

.icon-refresh:before {
  content: "\e908";
}

.icon-pin:before {
  content: "\e909";
}

.icon-monitor-check:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e90b";
}

.icon-magnify:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90d";
}

.icon-justify:before {
  content: "\e90e";
}

.icon-instagram:before {
  content: "\e90f";
}

.icon-info:before {
  content: "\e910";
}

.icon-facebook:before {
  content: "\e911";
}

.icon-edit:before {
  content: "\e912";
}

.icon-download:before {
  content: "\e913";
}

.icon-dots:before {
  content: "\e914";
}

.icon-dollar:before {
  content: "\e915";
}

.icon-doc:before {
  content: "\e916";
}

.icon-chevron-up:before {
  content: "\e917";
}

.icon-check:before {
  content: "\e918";
  color: #000;
}

.icon-arrow-left:before {
  content: "\e919";
}

.icon-arrow-right:before {
  content: "\e91a";
}

.icon-arrow-down:before {
  content: "\e91b";
}

html {
  font-size: 100%;
  font-display: optional;
}

body {
  font-weight: normal;
  color: #111;
  font-display: optional;
}

.block-html {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  color: #545454;
}
.block-html strong {
  font-family: "MBCorpo Text", Arial, sans-serif;
}
@media (min-width: 56.25em) {
  .block-html {
    padding-bottom: 5rem;
  }
  .block-html:not(h1, h2, h3, h4, h5, h6) {
    font-size: 1.125rem;
  }
  .block-html + .imageAndText {
    padding-top: 0;
  }
}
.block-html iframe {
  width: 100%;
  max-width: 100%;
}
.block-html table thead th {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  vertical-align: middle;
  color: #545454;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-bottom: 1px solid #dddddd;
}
.block-html table[border="1"] tr td:not(:last-of-type) {
  border-right: 1px solid #dddddd;
}
.block-html table tbody tr td {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.block-html table tbody tr td p {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}
.block-html p,
.block-html span,
.block-html small {
  font-family: "MBCorpo Text", Arial, sans-serif;
}
.block-html h1,
.block-html h2,
.block-html h3,
.block-html h4,
.block-html h5,
.block-html h6 {
  font-family: "MBCorpo Title", serif;
  color: #000000;
}
.block-html h1.title--primary,
.block-html h2.title--primary,
.block-html h3.title--primary,
.block-html h4.title--primary,
.block-html h5.title--primary,
.block-html h6.title--primary {
  margin-bottom: 1.5rem;
}
.block-html h3 {
  font-family: "MBCorpo Title", serif;
  color: #000000;
  font-weight: 400;
  font-size: 1.625rem;
  letter-spacing: 0;
}
@media (min-width: 56.25em) {
  .block-html h3 {
    font-size: 2.75rem;
  }
}
.block-html h3 span {
  font-weight: normal;
}
.block-html img {
  display: inline-block;
}

strong {
  font-weight: bold;
}

p {
  font-size: 1rem;
  color: #545454;
}
@media (min-width: 43.75em) {
  p {
    font-size: 1.5rem;
  }
}

.fs-7 {
  font-size: 0.75rem !important;
}

.title--primary {
  font-family: "MBCorpo Title", serif;
  color: #000000;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 56.25em) {
  .title--primary {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
.title--primary span {
  font-weight: normal;
}

.text--center {
  text-align: center;
}

.title--secondary {
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0.875rem;
}
@media (min-width: 56.25em) {
  .title--secondary {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.title--secondary--white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.tooltip-inner {
  font-size: 0.8125rem;
  max-width: 14.375rem;
}

.faq {
  margin-bottom: 3.75rem;
}
.faq--tabs h1,
.faq--tabs h2,
.faq--tabs h3,
.faq--tabs h4,
.faq--tabs h5,
.faq--tabs h6 {
  font-family: "MBCorpo Title", serif;
  color: #000000;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 56.25em) {
  .faq--tabs h1,
  .faq--tabs h2,
  .faq--tabs h3,
  .faq--tabs h4,
  .faq--tabs h5,
  .faq--tabs h6 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
.faq--tabs h1 span,
.faq--tabs h2 span,
.faq--tabs h3 span,
.faq--tabs h4 span,
.faq--tabs h5 span,
.faq--tabs h6 span {
  font-weight: normal;
}
.faq--tabs .tab-pane {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .faq--tabs--borderless .nav-tabs .nav-item:not(:last-of-type) {
    margin-right: 0.625rem;
  }
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link {
  border: none;
  color: #000000;
  background-color: inherit;
  border-color: #1998FC;
  border-bottom: 2px solid #000000;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link.active, .faq--tabs--borderless .nav-tabs .nav-item .nav-link:focus, .faq--tabs--borderless .nav-tabs .nav-item .nav-link:hover {
  color: #1998FC;
  border: none;
  background-color: inherit;
  border-bottom: 2px solid #1998FC;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link:not(.active):hover {
  color: #1998FC;
  border: none;
  background-color: inherit;
  border-bottom: 2px solid #1998FC;
}

.accordion {
  border-radius: 0;
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #545454;
}
.accordion .accordion-item .accordion-header {
  position: relative;
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: #545454;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-radius: 0;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0;
}
.accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #0D7CFF;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: inherit;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  color: #0D7CFF;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #0D7CFF;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  float: inherit;
  content: "\e917";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  color: #545454;
  background-image: none;
  width: auto;
  height: auto;
  transform: rotate(-180deg);
}
.accordion .accordion-item .accordion-body {
  color: #545454;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0;
}
.accordion .accordion-item .accordion-body img {
  display: inline-block;
}

.boxIcons {
  margin-bottom: 8.75rem;
}
@media (min-width: 56.25em) {
  .boxIcons__list {
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .boxIcons__list:has(.boxIcons__list__item:nth-child(4)) {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .boxIcons__list:not(:has(.boxIcons__list__item:nth-child(4))) .boxIcons__list__item:not(:last-child) {
    margin-right: 1.25rem;
  }
}
.boxIcons__list a,
.boxIcons__list a:hover,
.boxIcons__list a:active {
  text-decoration: none;
  color: inherit;
}
.boxIcons__list__item {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  border: 1px solid #545454;
  width: 100%;
  max-width: 18.75rem;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
  min-height: 13.3125rem;
}
@media (max-width: 56.24875em) {
  .boxIcons__list__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 56.25em) {
  .boxIcons__list__item {
    margin-bottom: 0;
  }
}
.boxIcons__list__item__icon {
  text-align: center;
  margin-bottom: 1rem;
}
.boxIcons__list__item__icon i::before {
  font-size: 2.5rem;
  color: #545454;
}
.boxIcons__list__item__title {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #000000;
}

.btn {
  border-radius: inherit;
  color: inherit;
  display: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  position: inherit;
  transition: inherit;
}
.btn--outline {
  font-size: 1rem;
  border: 1.5px solid #0D7CFF;
  color: #0D7CFF;
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  font-family: "MBCorpo Text", Arial, sans-serif;
  text-align: center;
  padding: 0.625rem;
}
.btn--primary {
  border: none;
  font-family: "MBCorpo Text", Arial, sans-serif;
  background: #1998FC;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1rem;
  width: auto;
  padding: 0.75rem 0.9375rem;
  max-width: 11.75rem;
  box-shadow: none;
  border-radius: 0.1875rem;
  text-decoration: none;
}
@media (min-width: 56.25em) {
  .btn--primary {
    padding: 0.75rem 0.9375rem;
    max-width: 11.75rem;
    border-radius: 0.1875rem;
    font-size: 1rem;
  }
}
.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #014880;
}
.btn--secondary {
  border: none;
  font-family: "MBCorpo Text", Arial, sans-serif;
  background: #dddddd;
  text-decoration: none;
  color: #0D7CFF;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1rem;
  border-radius: 0.1875rem;
  padding: 0.75rem 0.9375rem;
  box-shadow: none;
  width: auto;
}
@media (min-width: 56.25em) {
  .btn--secondary {
    padding: 0.75rem 0.9375rem;
    max-width: 11.75rem;
    border-radius: 0.1875rem;
    font-size: 1rem;
  }
}
.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active {
  border: none;
  color: #1998FC;
  text-decoration: none;
  font-weight: 700;
}
.btn--dark {
  border: none;
  font-family: "MBCorpo Text", Arial, sans-serif;
  background: #000000;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1rem;
  border-radius: 0.1875rem;
  padding: 0.75rem 0.9375rem;
  box-shadow: none;
  width: auto;
}
@media (min-width: 56.25em) {
  .btn--dark {
    padding: 0.75rem 0.9375rem;
    max-width: 11.75rem;
    border-radius: 0.1875rem;
    font-size: 1rem;
  }
}
.btn--dark:hover, .btn--dark:focus, .btn--dark:active {
  border: none;
  color: #fff;
  text-decoration: none;
  background: #1998FC;
  font-weight: 700;
}
.btn--pill {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  border: 1px solid #545454;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: none;
  text-align: center;
  color: #545454;
  border-radius: 3.125rem;
}
@media (min-width: 56.25em) {
  .btn--pill {
    font-size: 1.3125rem;
  }
}
.btn--pill:hover, .btn--pill:focus, .btn--pill:active,
.btn--pill .active {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}

.breadcrumb {
  margin-top: 2.25rem;
  margin-bottom: 2.0625rem;
  font-size: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: inherit;
  content: "\e91a";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.5rem;
  color: #000000;
}
.breadcrumb-item.active {
  font-weight: 700;
  color: #000000;
}
.breadcrumb-item a {
  color: #545454;
}

.customInformation {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
}
@media (min-width: 56.25em) {
  .customInformation {
    margin-top: 3.125rem;
    margin-bottom: 0rem;
  }
}
.customInformation__content {
  font-family: "MBCorpo Title", serif !important;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
  color: #000000;
  display: block;
  font-size: 3.75rem;
}
@media (min-width: 56.25em) {
  .customInformation__content {
    font-size: 4.75rem;
  }
}
.customInformation__content i {
  color: #545454;
}
.customInformation__title {
  font-weight: 700;
  font-size: 1.375rem;
  text-align: center;
  color: #545454;
  display: block;
}
.customInformation__title--light {
  font-weight: 300;
  font-size: 1.125rem;
}
@media (min-width: 56.25em) {
  .customInformation__title {
    font-size: 1rem;
  }
}

@media (min-width: 56.25em) {
  .fleetbusExperience__item {
    position: relative;
    width: 100%;
    max-width: 13.375rem;
  }
  .fleetbusExperience__item + .fleetbusExperience__item::before {
    content: "";
    position: absolute;
    width: 122px;
    height: 2px;
    background: url("../img/fleetbus-dots.webp") repeat-x center;
    top: 110px;
    left: -133px;
  }
}

.gallery-item:hover {
  cursor: pointer;
}
.gallery-item P {
  background-color: #1998FC;
  color: #fff;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0.625rem 0.9375rem;
  font-size: 1rem;
  font-weight: bold;
}
.gallery-item P::after {
  content: "+";
}

.comparisonTable {
  margin-bottom: 5.1875rem;
}
.comparisonTable .title--primary {
  margin-bottom: 3.5rem;
}
.comparisonTable__table__item {
  max-width: 18rem;
}
.comparisonTable__table__item picture {
  margin-bottom: 2.5rem;
}
.comparisonTable__table thead tr th {
  padding-bottom: 2.5rem;
  border: none;
}
.comparisonTable__table tbody {
  font-family: "MBCorpo Text", Arial, sans-serif;
}
.comparisonTable__table tbody tr:first-of-type td {
  border-top: none;
}
.comparisonTable__table tbody tr td {
  padding-top: 2.4375rem;
  padding-bottom: 2.375rem;
  color: #545454;
  font-weight: 300;
  font-size: 1.125rem;
  vertical-align: middle;
}
@media (max-width: 56.24875em) {
  .comparisonTable__table tbody tr td {
    min-width: 12.5rem;
  }
}
.comparisonTable__table tbody tr td:first-of-type {
  font-weight: 700;
  color: #000000;
  font-size: 1.5rem;
}

.contactUs {
  background-color: #E5E5E5;
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.9375rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .contactUs {
    margin-bottom: 6.25rem;
  }
}
.contactUs__title {
  font-family: "MBCorpo Text A Cond", serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 1.4375rem;
}
.contactUs__desc {
  margin-bottom: 1.375rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
}
.contactUs__link {
  margin-bottom: 0.625rem;
}
.contactUs__phone {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  text-decoration: none;
  color: #0D7CFF;
}
.contactUs span.d-block {
  margin-bottom: 1rem;
}
.contactUs .btn--primary {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 56.25em) {
  .contactUs .btn--primary {
    max-width: 22.5rem;
  }
}

.dealers {
  margin-bottom: 2.5rem;
}
@media (min-width: 56.25em) {
  .dealers {
    margin-bottom: 7.875rem;
  }
}
.dealers__title {
  margin-bottom: 0.75rem;
}
.dealers__legend {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  margin-bottom: 0.875rem;
}
.dealers .dealersFormBox {
  margin-bottom: 1.5625rem;
}
.dealers label {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #545454;
  margin-bottom: 0.25rem;
}
.dealers input {
  margin-bottom: 1.0625rem;
}
.dealers input::-moz-placeholder {
  color: #C6C6C6;
}
.dealers input::placeholder {
  color: #C6C6C6;
}
.dealers .btn--primary {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .dealers .btn--primary {
    max-width: 14.125rem;
  }
}
.dealers .dealersBox {
  background-color: #fff;
  border: 1px solid #7D7D7D;
  padding: 25px 20px;
  border-radius: 0.5rem;
}
.dealers .dealersList {
  list-style-type: none;
  padding-left: 0;
  overflow: auto;
  max-height: 19.125rem;
  padding-right: 1.3125rem;
}
.dealers .dealersList::-webkit-scrollbar {
  width: 12px;
}
.dealers .dealersList::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #545454;
}
.dealers .dealersList::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #545454;
}
@media (min-width: 56.25em) {
  .dealers .dealersList__item {
    display: flex;
  }
}
.dealers .dealersList__item:not(:first-of-type) {
  padding-top: 1.3125rem;
}
.dealers .dealersList__item:not(:last-of-type) {
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 1.3125rem;
}
.dealers .dealersList__item:hover {
  cursor: pointer;
}
.dealers .dealersList__item__name {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  display: block;
  margin-bottom: 0.25rem;
}
.dealers .dealersList__item__location {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
}
@media (max-width: 56.24875em) {
  .dealers .dealersList__item__address {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 56.25em) {
  .dealers .dealersList__item__type {
    min-width: 10rem;
  }
  .dealers .dealersList__item__type:not(:last-of-type) {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.dealers .dealersMap {
  display: none;
}
@media (max-width: 56.24875em) {
  .dealers .dealersMap {
    margin-top: 1.25rem;
  }
}
.dealers .dealersMap iframe {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 56.25em) {
  .features .featuresList {
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    flex-wrap: wrap;
  }
}
.features .featuresList .slick-next,
.features .featuresList .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.features .featuresList .slick-next::before,
.features .featuresList .slick-prev::before {
  content: "\e91a";
  color: #111;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.features .featuresList .slick-next {
  right: -10px;
}
.features .featuresList .slick-prev {
  left: -10px;
  transform: rotate(180deg);
  margin-top: -10px;
}
.features .featuresList a.featuresList__item {
  color: inherit;
  text-decoration: none;
}
.features .featuresList a.featuresList__item:hover, .features .featuresList a.featuresList__item:active, .features .featuresList a.featuresList__item:focus {
  color: inherit;
  text-decoration: none;
}
.features .featuresList--four .featuresList__item {
  max-width: 100%;
}
@media (max-width: 56.24875em) {
  .features .featuresList--four .featuresList__item {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media (min-width: 56.25em) {
  .features .featuresList--four .featuresList__item {
    max-width: 19.25rem;
    flex: 1 0 21%;
  }
  .features .featuresList--four .featuresList__item:not(:nth-of-type(5n)) {
    margin-right: inherit;
  }
  .features .featuresList--four .featuresList__item:not(:nth-of-type(4n)) {
    margin-right: 1rem;
  }
}
.features .featuresList.hasMoreItems a.featuresList__item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.features .featuresList.hasMoreItems > div:not(.features__actions) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.features .featuresList__item {
  max-width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 56.24875em) {
  .features .featuresList__item {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media (min-width: 56.25em) {
  .features .featuresList__item {
    max-width: 14.125rem;
    flex: 1 0 21%;
  }
  .features .featuresList__item:not(:nth-of-type(5n)) {
    margin-right: 1rem;
  }
}
.features .featuresList__thumb {
  border: 1px solid #E3E3E3;
  border-bottom: none;
}
.features .featuresList__info {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 2.125rem;
  margin-bottom: 2.25rem;
  border: 1px solid #E3E3E3;
  max-height: 10.9375rem;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 100%;
  position: relative;
}
.features .featuresList__title {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.features .featuresList__description {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  color: #545454;
}
.features .featuresList__readmore {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #0D7CFF;
  display: block;
  position: absolute;
  bottom: 0.625rem;
}

.fade-in {
  opacity: 1 !important;
  display: block !important;
}

.filesList {
  list-style-type: none;
  padding-left: 0;
}
.filesList__item a {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #222222;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.5rem;
  text-align: center;
  padding-top: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 56.25em) {
  .filesList__item a {
    font-size: 1.5rem;
  }
}
.filesList__item a:hover {
  color: #fff;
  background-color: #0D7CFF;
}
.filesList__item a i {
  margin-right: 0.625rem;
  font-size: 1.375rem;
}

.filesImages {
  margin-bottom: 2.5rem;
}
.filesImages__item {
  max-width: 21.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 1.875rem;
  overflow: hidden;
}
.filesImages__item::before {
  content: "";
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.filesImages__item__action {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 0 0.9375rem 0.625rem;
  width: 100%;
}
.filesImages__item__action a {
  z-index: 3;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.filesImages__item__action i {
  text-decoration: none;
}
.filesImages__item__action i::before {
  color: #fff;
  font-size: 1.25rem;
}
.filesImages__item img {
  transition: all 0.3s ease;
  z-index: 2;
}
.filesImages__item:hover img {
  transform: scale(1.2);
}
.filesImages__text {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  padding: 0.9375rem;
  bottom: 0;
  z-index: 2;
  line-height: 1;
  min-height: 3.1875rem;
}
@media (max-width: 56.24875em) {
  .filesImages__text {
    padding-right: 1.875rem;
  }
}
@media (min-width: 56.25em) {
  .filesImages .col-lg-4:nth-child(3n+1) .filesImages__item {
    margin-right: auto;
    margin-left: inherit;
  }
  .filesImages .col-lg-4:nth-child(3n+2) .filesImages__item {
    margin-right: auto;
    margin-left: auto;
  }
  .filesImages .col-lg-4:nth-child(3n+3) .filesImages__item {
    margin-right: inherit;
    margin-left: auto;
  }
  .filesImages .col-lg-4 .filesImages__item {
    margin-right: inherit;
    margin-left: inherit;
  }
}

select.form-control {
  position: relative;
  background-image: url('data:image/svg+xml,<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 6L0 0L12 0L6 6Z" fill="%23545454"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 1rem;
  min-height: 3.25rem;
  border: 1px solid #545454;
  border-radius: 0;
  margin-bottom: 0.625rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #7D7D7D;
}
select.form-control option {
  color: #7D7D7D;
}

textarea.form-control {
  min-height: 6.5rem;
  border: 1px solid #545454;
  margin-bottom: 0.625rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #7D7D7D;
  border-radius: 0.5rem;
}

input.form-control {
  min-height: 3.25rem;
  border: 1px solid #545454;
  margin-bottom: 0.625rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #7D7D7D;
  border-radius: 0.5rem;
}
input.form-control[type=file] {
  min-height: inherit;
}
input[type=checkbox].form-check-input {
  border-radius: 0;
  border: 1px solid #545454;
}

label {
  font-family: "MBCorpo Text", Arial, sans-serif;
}
label.form-check-label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0%;
  color: #545454;
}
label.col-form-label {
  font-weight: 400;
  font-size: 1rem;
  color: #545454;
}

.btnSubmit {
  max-width: inherit;
  font-weight: bold;
}
.btnSubmit:hover, .btnSubmit:focus, .btnSubmit:active {
  font-weight: bold;
}

.input-group .form-control {
  border-left: none;
  border-radius: 0;
}

.input-group-text {
  height: 3.25rem;
  background-color: transparent;
  border-radius: 0;
  border-color: #545454;
  border-right: none;
}

.radioList {
  margin-bottom: 2.125rem;
}

.radio-badge {
  display: none;
}
.radio-badge:checked + .label-badge {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
}

.label-badge {
  min-height: 2.625rem;
  border-radius: 5px;
  padding-top: 0.6875rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.6875rem;
  padding-left: 0.9375rem;
  border: 1px solid #545454;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0.875rem;
}
@media (min-width: 56.25em) {
  .label-badge {
    font-size: 1.125rem;
  }
}
.label-badge:hover {
  cursor: pointer;
  background-color: #000000;
  color: #fff;
}
.label-badge:not(:last-of-type) {
  margin-right: 0.875rem;
}
.label-badge--color1 {
  background-color: #CAA70C;
  border-color: #CAA70C;
  color: #fff;
}
.label-badge--color2 {
  background-color: #8E780C;
  border-color: #8E780C;
  color: #fff;
}
.label-badge--color3 {
  background-color: #3382EB;
  border-color: #3382EB;
  color: #fff;
}
.label-badge--color4 {
  background-color: #2963BA;
  border-color: #2963BA;
  color: #fff;
}
.label-badge--color5 {
  background-color: #fff;
  border-color: #545454;
  color: #000000;
}
.label-badge--color6 {
  background-color: #949494;
  border-color: #949494;
  color: #fff;
}
.label-badge--color7 {
  background-color: #D21111;
  border-color: #D21111;
  color: #fff;
}
.label-badge--color8 {
  background-color: #8E0808;
  border-color: #8E0808;
  color: #fff;
}
.label-badge--color9 {
  background-color: #A988A1;
  border-color: #A988A1;
  color: #fff;
}
.label-badge--color10 {
  background-color: #2B5427;
  border-color: #2B5427;
  color: #fff;
}
.label-badge--color11 {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

/* form wizzard */
:root {
  --fw-main-color: #1998FC;
  --fw-dark-color: #192533;
  --fw-step-color: transparent;
  --steps: 8;
  --step-size: 20px;
  --progress-width: calc((var(--steps) - 1) / var(--steps) * 100%);
}
@media (min-width: 56.25em) {
  :root {
    --step-size: 40px;
  }
}

.title__step {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  vertical-align: middle;
  margin-bottom: 1.125rem;
}

.progress-container {
  position: relative;
  text-transform: uppercase;
  color: #545454;
}

.progress-container::before {
  content: "";
  height: 4px;
  width: var(--progress-width);
  background-color: #C6C6C6;
  position: absolute;
  top: calc(var(--step-size) / 2);
  left: 50%;
  translate: -50% -50%;
}

.progress-container .progress-fw {
  content: "";
  height: 4px;
  width: var(--progress-width);
  background-color: var(--fw-main-color);
  position: absolute;
  top: calc(var(--step-size) / 2);
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  transform: scaleX(33.33%);
  transform-origin: left;
  transition: 0.3s;
}

.progress-container ol {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  counter-reset: step-number;
  position: relative;
  z-index: 3;
  padding-left: 0;
}

.progress-container li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--fw-step-color);
  transition: 0.3s linear 0.3s;
  text-align: center;
  font-size: 0;
  position: relative;
}

@media (min-width: 56.25em) {
  .progress-container li {
    font-size: 14px;
    gap: 8px;
    color: #000;
  }
}
.progress-container li::before {
  content: "";
  background-color: var(--fw-step-color);
  width: var(--step-size);
  height: var(--step-size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s linear 0.3s;
  font-size: 1rem;
}

.progress-container li::after {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s linear 0.3s;
  top: 5px;
  position: absolute;
  border: 2px solid #7D7D7D;
}
@media (min-width: 56.25em) {
  .progress-container li::after {
    top: 12px;
    width: 16px;
    height: 16px;
  }
}

.progress-container li::where(.done, .current) {
  color: #333;
  font-weight: 400;
}

.progress-container li.current::before {
  background-color: var(--fw-main-color);
  box-shadow: 0 0 0 3px rgba(21, 167, 140, 0.25);
}

.progress-container li.current::after {
  border: 2px solid #fff;
}

.controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 0rem;
  padding-inline: 8px;
  border-top: 1px solid #C6C6C6;
  margin-bottom: 0.3125rem;
  padding-top: 1.25rem;
}
@media (min-width: 56.25em) {
  .controls {
    margin-top: 1rem;
    padding-top: 2.125rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 23.43625em) {
  .controls .btn--primary {
    font-size: 0.6875rem;
  }
}
@media (min-width: 56.25em) {
  .controls .btn--primary {
    font-size: 1rem;
  }
}

.controls button {
  flex: 1;
}

.steps-container {
  display: flex;
  overflow: hidden;
  border-top: 1px solid #C6C6C6;
  margin-top: 1.5rem;
  padding-top: 1.375rem;
}
@media (min-width: 56.25em) {
  .steps-container {
    padding-top: 2rem;
    margin-top: 2.125rem;
  }
}

.steps-container .step {
  flex: 1 0 100%;
  opacity: 0;
  transition: opacity 0.3s;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  gap: 8px;
}
.steps-container .step:last-of-type {
  min-height: auto;
  height: auto;
}

.step.current {
  opacity: 1;
}

.gallery {
  margin-bottom: 4.375rem;
}
.gallery .slick-arrow {
  display: none !important;
}
.gallery__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 36.875rem;
}
@media (min-width: 56.25em) {
  .gallery__item .container {
    min-height: 36.875rem;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

.gallerySlider .gallery__item iframe,
.gallerySlider .gallery__item video {
  max-width: 100%;
  width: 100%;
  height: 36.875rem;
}

.hero {
  overflow: hidden;
  position: relative;
}
@media (min-width: 56.25em) {
  .hero + .productLines {
    margin-top: 0rem;
  }
}
.hero__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #111;
}
@media (max-width: 56.24875em) {
  .hero__item {
    aspect-ratio: 16/9;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 30.625rem;
    min-height: 30.625rem;
    height: 100vh;
  }
}
@media (min-width: 56.25em) {
  .hero__item {
    min-height: 36.875rem;
    height: 36.875rem;
    background-size: cover;
  }
}
.hero__item .container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 56.24875em) {
  .hero__item .container {
    aspect-ratio: 16/9;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 30.625rem;
    min-height: 30.625rem;
    height: 100vh;
  }
}
@media (min-width: 56.25em) {
  .hero__item .container {
    min-height: 36.875rem;
    max-height: 36.875rem;
  }
}
.hero__item img {
  max-width: 100%;
  height: auto;
}
.hero__item__info {
  color: #ffffff;
  text-align: left;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (max-width: 56.24875em) {
  .hero__item__info {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }
  .hero__item__info .btn--primary {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 56.25em) {
  .hero__item__info {
    width: inherit;
    padding-left: inherit;
    padding-right: inherit;
  }
}
.hero__item__info__title {
  font-family: "MBCorpo Title", serif;
  font-size: 1.875rem;
  z-index: 2;
  position: relative;
}
@media (min-width: 56.25em) {
  .hero__item__info__title {
    font-size: 2.75rem;
    letter-spacing: 0;
    max-width: 30rem;
    width: 100%;
  }
}
.hero__item__info__text {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #ffffff;
  z-index: 2;
  position: relative;
}
@media (min-width: 56.25em) {
  .hero__item__info__text {
    font-size: 1.125rem;
    max-width: 30rem;
    width: 100%;
  }
}
.hero__item .video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 30.625rem;
  z-index: 999999;
}
@media (min-width: 56.25em) {
  .hero__item .video-container {
    height: 36.875rem;
  }
}
@media (max-width: 56.24875em) {
  .hero__item .video-container .youtube {
    min-height: 30.625rem;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
  }
}
@media (min-width: 56.25em) {
  .hero__item .video-container .youtube {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    padding-bottom: 57.5%;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }
}
@media (min-width: 56.25em) {
  .hero__item .video-container .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 56.24875em) {
  .hero__item .video-container .youtube iframe {
    min-height: 30.625rem;
    width: 100%;
  }
}
.hero__item .video-container .video {
  width: 100%;
  height: 30.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.hero__item .video-container .videoItem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 56.24875em) {
  .hero__item .video-container .videoItem {
    min-height: 30.625rem;
  }
}
.hero .slick-slide {
  position: relative;
  z-index: 0;
}
.hero__controls {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -28px;
  display: none;
}
@media (min-width: 56.25em) {
  .hero__controls {
    display: block;
  }
}
.hero__controls .prev,
.hero__controls .next {
  position: absolute;
}
.hero__controls .prev i,
.hero__controls .next i {
  font-size: 1.5rem;
  color: #fff;
}
.hero__controls .prev:hover,
.hero__controls .next:hover {
  cursor: pointer;
}
.hero__controls .prev {
  left: 0.9375rem;
}
@media (min-width: 56.25em) {
  .hero__controls .prev {
    left: 2.125rem;
  }
}
.hero__controls .next {
  right: 0.9375rem;
}
@media (min-width: 56.25em) {
  .hero__controls .next {
    right: 2.125rem;
  }
}
.hero .container {
  position: relative;
}
.hero__actions {
  position: absolute;
  width: 100%;
  text-align: right;
  right: 0;
  bottom: 0.5rem;
}
@media (max-width: 56.24875em) {
  .hero__actions {
    position: relative;
  }
  .hero__actions .btnHero {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__actions .btnHero:last-of-type {
    margin-bottom: 0;
  }
}
.hero__actions .btnHero {
  max-width: 18.4375rem;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media (min-width: 56.25em) {
  .hero__actions .btnHero {
    display: inline-block;
    margin-bottom: inherit;
  }
  .hero__actions .btnHero:not(:last-of-type) {
    margin-right: 1.5rem;
  }
}
.hero__actions .btnHero i {
  margin-right: 0.625rem;
}

.imageAndText {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 56.25em) {
  .imageAndText {
    padding-bottom: 3.75rem;
  }
  .imageAndText + .imageAndText {
    padding-top: 0.625rem;
  }
}
.imageAndText__title,
.imageAndText h3 {
  margin-bottom: 1.5rem;
}
.imageAndText ul,
.imageAndText li {
  color: #545454;
}
.imageAndText h3 {
  font-family: "MBCorpo Title", serif;
  color: #000000;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 56.25em) {
  .imageAndText h3 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
.imageAndText h3 span {
  font-weight: normal;
}
.imageAndText h1,
.imageAndText h2,
.imageAndText h3,
.imageAndText h4,
.imageAndText h5,
.imageAndText h6 {
  font-family: "MBCorpo Title", serif;
  color: #000000;
}
.imageAndText__text,
.imageAndText p,
.imageAndText ul {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
.imageAndText__image {
  padding: 0 0;
}
.imageAndText--right .row .imageAndText__image {
  order: 1;
  margin-bottom: 1.25rem;
}
.imageAndText--right .row .imageAndTextInfo {
  order: 2;
}
@media (min-width: 56.25em) {
  .imageAndText--right .row .imageAndText__image {
    order: 2;
    margin-bottom: 0rem;
  }
  .imageAndText--right .row .imageAndTextInfo {
    order: 1;
    padding-right: 1.9375rem;
  }
}
.imageAndText--left .imageAndText__image {
  order: 1;
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .imageAndText--left .imageAndText__image {
    margin-bottom: 0rem;
  }
}
.imageAndText--left .imageAndTextInfo {
  order: 2;
}
@media (min-width: 56.25em) {
  .imageAndText--left .imageAndTextInfo {
    padding-left: 1.9375rem;
  }
}
.imageAndText .imageAndTextInfo--middle {
  text-align: center;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.imageAndText .imageAndTextInfo--middle .btn--primary {
  margin-left: auto;
  margin-right: auto;
}
.imageAndText .imageAndTextInfo--right {
  text-align: right;
  padding-left: 1.875rem;
}
.imageAndText .imageAndTextInfo--right .btn--primary {
  margin-left: auto;
}
.imageAndText .imageAndTextInfo--left {
  text-align: left;
  padding-right: 1.875rem;
}
.imageAndText .imageAndTextInfo--left .btn--primary {
  margin-right: auto;
}
.imageAndText .btn--primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 0rem;
}
@media (min-width: 56.25em) {
  .imageAndText .btn--primary {
    margin-bottom: 1.75rem;
  }
}

.news {
  margin-bottom: 6.25rem;
}
@media (max-width: 56.24875em) {
  .news {
    margin-bottom: 3.75rem;
    overflow: hidden;
  }
}
.news__header {
  margin-bottom: 2.5rem;
}
@media (max-width: 56.24875em) {
  .news__header .title--primary {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 56.25em) {
  .news__header {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.news__header .nav-tabs .nav-link {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
@media (min-width: 56.25em) {
  .news .newsList {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.news .newsList .slick-next,
.news .newsList .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.news .newsList .slick-next::before,
.news .newsList .slick-prev::before {
  content: "\e91a";
  color: #111;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news .newsList .slick-next {
  right: -10px;
}
.news .newsList .slick-prev {
  left: -10px;
  transform: rotate(180deg);
  margin-top: -10px;
}
.news .newsList .slick-slide {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media (min-width: 56.25em) {
  .news .newsList .slick-slide {
    margin-left: 0rem;
    margin-right: 1.5rem;
  }
}
.news .newsList__item {
  max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 56.25em) {
  .news .newsList__item {
    max-width: 18.75rem;
    margin-left: inherit;
    margin-right: inherit;
  }
}
.news .newsList__thumb {
  border-radius: 0;
  overflow: hidden;
}
.news .newsList__info {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2.25rem;
  border-radius: 0;
  border: 1px solid #E3E3E3;
  border-top: none;
}
.news .newsList__title {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.news .newsList__description {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  color: #545454;
}
.news .newsList__readmore {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #0D7CFF;
}

.pagination {
  margin-bottom: 3.75rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-size: 300;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.pagination .page-link {
  color: #000000;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.products {
  margin-bottom: 1.875rem;
}
@media (min-width: 56.25em) {
  .products {
    margin-bottom: 0rem;
  }
}
.products .title--primary {
  margin-bottom: 3.875rem;
}
@media (min-width: 56.25em) {
  .products .productsList {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap;
  }
}
.products .productsList .slick-slide {
  margin-right: 1.5rem;
}
.products .productsList__item {
  max-width: 17.5rem;
}
@media (min-width: 56.25em) {
  .products .productsList__item {
    flex: 1 0 21%;
  }
  .products .productsList__item:not(:nth-of-type(4n)) {
    margin-right: 1rem;
  }
}
.products .productsList__info {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2.25rem;
  border: 1px solid #7D7D7D;
}
.products .productsList__title {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.products .productsList__description {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  color: #545454;
}
.products .productsList__readmore {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #0D7CFF;
}

.productList {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
}
.productList__item {
  position: relative;
  max-width: 35rem;
  margin-bottom: 1.5rem;
  display: block;
  overflow: hidden;
}
.productList__item img {
  transition: transform 0.6s cubic-bezier(0.35, 0, 0, 1);
  z-index: 2;
}
.productList__item:hover img {
  transform: scale(107%);
}
@media (min-width: 56.25em) {
  .productList__item {
    margin-bottom: 3rem;
  }
}
.productList__item__info {
  position: absolute;
  bottom: 0.9375rem;
  left: 0.9375rem;
}
@media (min-width: 56.25em) {
  .productList__item__info {
    bottom: 0.5rem;
    left: 1.1875rem;
  }
}
.productList__item__info__name {
  font-family: "MBCorpo Title", serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 0.25rem;
  color: #fff;
}
@media (min-width: 56.25em) {
  .productList__item__info__name {
    font-size: 2.75rem;
  }
}
.productList__item__info__desc {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .productList__item__info__desc {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

#productTab {
  margin-bottom: 1.9375rem;
}
@media (min-width: 56.25em) {
  #productTab {
    margin-bottom: 3.9375rem;
  }
}

.spotlight {
  position: relative;
  margin-bottom: 2.125rem;
}
@media (min-width: 56.25em) {
  .spotlight {
    margin-bottom: 5.875rem;
  }
}
.spotlight__item {
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0.9375rem;
  min-height: 18.75rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .spotlight__item {
    padding-left: 1.25rem;
    margin-bottom: 0rem;
    min-height: 25.9375rem;
  }
}
.spotlight__item__title {
  color: #fff;
}
.spotlight__item__title + .btn--primary {
  margin-top: 2.3125rem;
}
.spotlight__item__type {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  display: block;
  font-size: 1.25rem;
}
.spotlight__item__desc {
  margin-bottom: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
}
.spotlight .btn--primary {
  margin-bottom: 1.75rem;
}

.safetyLabel {
  margin-bottom: 3.75rem;
}
@media (min-width: 56.25em) {
  .safetyLabel {
    margin-bottom: 7.75rem;
  }
}
.safetyLabel .title--primary {
  margin-bottom: 2.1875rem;
}
@media (min-width: 56.25em) {
  .safetyLabel__form {
    display: flex;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.safetyLabel__form .form-group {
  width: 100%;
}
.safetyLabel__form .form-group label {
  margin-bottom: 2.1875rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
}
.safetyLabel__form .form-group .form-control {
  min-height: 3.25rem;
  border: 1px solid #545454;
  border-radius: 0;
  margin-bottom: 0.625rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
}
.safetyLabel__form .form-group .form-control option {
  color: #7D7D7D;
}
.safetyLabel__form .form-group select {
  position: relative;
  background-image: url('data:image/svg+xml,<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 6L0 0L12 0L6 6Z" fill="%23545454"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 1rem;
}
.safetyLabel__form .btn--primary {
  width: 100%;
  height: 3.25rem;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .safetyLabel__form .btn--primary {
    max-width: 16.875rem;
    margin-left: 1.125rem;
  }
}

.slick-dots {
  text-align: right;
  bottom: 1rem;
  padding-right: 1rem;
}
.slick-dots li {
  margin: 0 0;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button:before {
  font-size: 14px;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #fff;
}

.nav-tabs {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: none;
}
.nav-tabs .nav-item {
  width: 100%;
}
@media (min-width: 56.25em) {
  .nav-tabs .nav-item {
    width: auto;
  }
}
.nav-tabs .nav-item button.nav-link:not(.active):hover {
  background-color: #e8e8e8;
}
.nav-tabs .nav-link {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #545454;
  border-radius: 0;
  padding: 1.1875rem 1.875rem;
  min-width: 13rem;
  color: #000000;
  width: 100%;
}
@media (min-width: 56.25em) {
  .nav-tabs .nav-link {
    width: auto;
  }
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
  border: 1px solid #000000;
  background-color: #000000;
  color: #fff;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link:focus:hover {
  border: 1px solid #000000;
}
.nav-tabs .nav-link:hover {
  border: 1px solid #545454;
}

.tab-content .moreProducts {
  max-width: 14.375rem;
}
.tab-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.tab-content p:not(.productList__item__info__desc), .tab-content div {
  color: #545454;
}

.tags {
  margin-bottom: 0.5rem;
}
.tags__item {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  background-color: #000000;
  padding: 0.25rem 0.625rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 3.125rem;
}
@media (min-width: 56.25em) {
  .tags__item {
    font-size: 0.75rem;
  }
}

.table--default thead th {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  vertical-align: middle;
  color: #545454;
  padding-bottom: 2.375rem;
}
.table--default tbody tr td {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  vertical-align: middle;
}
.table--default tbody tr td .icon-info {
  font-size: 1.6875rem;
  color: #545454;
}
.table--default tbody tr td .icon-info:hover {
  cursor: pointer;
}
.table--default tbody tr td .btn--secondary {
  max-width: 8.75rem;
  margin-left: auto;
  margin-right: auto;
}

.info--title {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: #545454;
}

.messageOk {
  display: block;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 0rem;
}
.messageOk p {
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .messageOk {
    margin-bottom: 1.875rem;
  }
  .messageOk p {
    margin-bottom: 1rem;
  }
}
.messageOk .icon-check {
  background-color: #5cb85c;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  font-size: 0.8125rem;
  padding: 0.375rem;
  vertical-align: middle;
}
.messageOk .icon-check::before {
  color: #fff;
}

.vehicleBox__image {
  margin-right: 2.25rem;
  min-width: 100%;
  max-height: 11.875rem;
  overflow: hidden;
}
@media (max-width: 56.24875em) {
  .vehicleBox__image img {
    max-height: 11.875rem;
  }
}
@media (min-width: 56.25em) {
  .vehicleBox {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .vehicleBox__image {
    margin-right: 2.25rem;
    min-width: 37.1875rem;
    max-height: 23.875rem;
    overflow: hidden;
  }
}
.vehicleBox__info {
  width: 100%;
}
.vehicleBox__info__title {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.4375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 56.25em) {
  .vehicleBox__info__title {
    font-size: 2.1875rem;
    line-height: 2.25rem;
  }
}
.vehicleBox__info__list {
  list-style-type: none;
  padding-left: 0;
  color: #545454;
}
.vehicleBox__info__list li {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  line-height: 1;
  background-image: url("../img/bgdots.png");
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 0.625rem;
}
.vehicleBox__info__list li span {
  background-color: #fff;
}
@media (min-width: 56.25em) {
  .vehicleBox__info__actions {
    display: flex;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.vehicleBox__info__actions .btn--primary {
  max-width: inherit;
  font-weight: 400;
  margin-bottom: 0.9375rem;
}
@media (min-width: 56.25em) {
  .vehicleBox__info__actions .btn--primary {
    margin-bottom: 0rem;
  }
  .vehicleBox__info__actions .btn--primary:not(:last-of-type) {
    margin-right: 1.25rem;
  }
}
.vehicleBox__picture {
  max-width: 34.375rem;
}
.vehicleBox .slick-dots {
  display: none !important;
}

.vehicleSpotlight {
  position: relative;
  margin-bottom: 6.25rem;
}
@media (min-width: 56.25em) {
  .vehicleSpotlight {
    min-height: 30rem;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.vehicleSpotlight__title {
  margin-bottom: 1.5rem;
}
.vehicleSpotlight__text {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  color: #545454;
}
.vehicleSpotlight__info__desc {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  color: #545454;
}
.vehicleSpotlight__info__call {
  margin-bottom: 0.875rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  display: block;
}
.vehicleSpotlight__info__name {
  font-family: "MBCorpo Title", serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 1.4375rem;
}
.vehicleSpotlight__image {
  width: 100%;
  display: block;
}
@media (min-width: 56.25em) {
  .vehicleSpotlight__image {
    position: absolute;
    width: auto;
    padding: 0 0;
    right: 0;
    top: 0;
    max-width: 49%;
  }
}
.vehicleSpotlight .btn--primary {
  margin-bottom: 1.75rem;
}

.video {
  margin-bottom: 4.25rem;
}
.video iframe, .video video {
  max-width: 100%;
  width: 100%;
  height: 30rem;
}

.modal .close {
  background: none;
  border: none;
  font-size: 1.5625rem;
  margin-left: auto;
}
.modal .modal-header {
  font-family: "MBCorpo Title", serif;
  font-weight: 700;
}
.modal .modal-header .modal-title {
  font-size: 1.875rem;
}
.modal .modal-body {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
}
.modal .modal-body p {
  font-size: 1rem;
}
.modal .modal-footer .btn.btn-primary {
  border: none;
  font-family: "MBCorpo Text", Arial, sans-serif;
  background: #1998FC;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1rem;
  width: auto;
  padding: 0.75rem 0.9375rem;
  max-width: 11.75rem;
  box-shadow: none;
  border-radius: 0.1875rem;
  text-decoration: none;
}
@media (min-width: 56.25em) {
  .modal .modal-footer .btn.btn-primary {
    padding: 0.75rem 0.9375rem;
    max-width: 11.75rem;
    border-radius: 0.1875rem;
    font-size: 1rem;
  }
}
.modal .modal-footer .btn.btn-primary:hover, .modal .modal-footer .btn.btn-primary:focus, .modal .modal-footer .btn.btn-primary:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #014880;
}

@media (max-width: 56.24875em) {
  body {
    padding-right: 0 !important;
    overflow-x: hidden !important;
  }
}

.menuDesk {
  display: none;
}
@media (min-width: 56.25em) {
  .menuDesk {
    display: flex;
  }
}

.header {
  width: 100%;
  min-height: 3rem;
  display: block;
  margin-bottom: 0rem;
  text-align: center;
  background-color: #000000;
}
.header .navbar-toggler i {
  color: #fff;
}
.header .offcanvas-header {
  background-color: #111;
}
.header .offcanvas-header .btn-close {
  color: #fff;
  margin-left: inherit;
  margin-right: inherit;
  width: 1.25rem;
  height: 1.25rem;
}
.header .offcanvas-header .navbar-brand {
  max-width: 2.1875rem;
  margin-left: auto;
}
.header .nav-link {
  color: #fff;
}
.header .nav-link .icon-whatsapp {
  margin-right: 6px;
}
.header .nav-link .icon-whatsapp::before {
  vertical-align: middle;
  font-size: 1.25rem;
}
.header .nav-link:focus, .header .nav-link:hover, .header .nav-link.active, .header .nav-link.show {
  color: #fff;
}
.header .nav-link.active, .header .nav-link.show {
  color: #fff;
}
.header .navbar-nav li.nav-item .nav-link {
  color: #111;
}
@media (min-width: 56.25em) {
  .header .navbar-nav li.nav-item .nav-link {
    color: #fff;
  }
}
.header .navbar-nav .dropdown-menu {
  padding: 1.25rem 0rem 1.25rem;
}
@media (max-width: 56.24875em) {
  .header .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 1.25rem 0rem 0rem;
  }
}
.header .navbar-nav .dropdown-menu li a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}
.header .navbar-nav .nav-item--title {
  font-family: "MBCorpo Title", serif;
  font-size: 1.4375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.header .navbar-nav .divider {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.header .navbar-nav .divider::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #C8C8C8;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 56.25em) {
  .header .navbar-nav .dropdown-menu.show {
    min-width: 21.875rem;
  }
}
.header .navbar-nav .dropdown-item {
  padding-left: 0;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  position: relative;
  font-size: 0.875rem;
}
@media (min-width: 56.25em) {
  .header .navbar-nav .dropdown-item {
    font-size: 1rem;
  }
}
.header .navbar-nav .dropdown-item:active {
  background-color: #E5E5E5;
}
.header .navbar-nav .dropdown-item::after {
  transform: rotate(90deg);
  color: #545454;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -0.25rem;
}
@media (min-width: 56.25em) {
  .header .navbar-nav .dropdown-item::after {
    transform: inherit;
  }
}
.header .navbar-nav i[class^=icon-],
.header .navbar-nav i[class*=" icon-"] {
  margin-right: 0.3125rem;
  font-size: 1rem;
}
@media (min-width: 56.25em) {
  .header .navbar-nav i[class^=icon-],
  .header .navbar-nav i[class*=" icon-"] {
    font-size: 1.25rem;
  }
}
.header .offcanvas {
  width: 80%;
}
.header .navbar-brand {
  margin-right: 0;
}
@media (min-width: 56.25em) {
  .header .navbar-brand {
    margin-right: 1rem;
  }
}
.header .nav-item {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 56.25em) {
  .header .nav-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header .nav-item:not(:last-of-type) {
    margin-right: 2rem;
  }
}
.header .btn.btn-search--mobile {
  background-color: transparent;
  border: none;
  vertical-align: middle;
  max-height: 2.75rem;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0.625rem 0.625rem;
}
.header .btn.btn-search--mobile:focus, .header .btn.btn-search--mobile:hover, .header .btn.btn-search--mobile:active {
  background-color: transparent;
  border: none;
}
.header .btn.btn-search--mobile i::before {
  color: #fff;
  font-size: 1.5rem;
}
.header .btn.btn-search {
  background-color: #fff;
  border: none;
  border-left: 1px solid #545454;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
  vertical-align: middle;
  max-height: 2.75rem;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .btn.btn-search:focus, .header .btn.btn-search:hover, .header .btn.btn-search:active {
  color: #fff;
  background-color: #fff;
  border: none;
  border-left: 1px solid #545454;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
}
.header .btn.btn-search i::before {
  color: #545454;
  font-size: 1.125rem;
}
@media (min-width: 56.25em) {
  .header .box {
    margin-left: 2.3125rem;
  }
}
.header .box .form-control {
  border-radius: 0;
  border: none;
  border-top: 1px solid #545454;
  border-right: 1px solid #545454;
  border-bottom: 1px solid #545454;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  padding-left: 0;
  font-size: 1rem;
  min-height: 2.75rem;
}
@media (min-width: 56.25em) {
  .header .box .form-control {
    display: inline-block;
  }
}
.header .box .form-control::-moz-placeholder {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-size: 0.875rem;
  color: #7D7D7D;
}
.header .box .form-control::placeholder {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-size: 0.875rem;
  color: #7D7D7D;
}
.header .box .form-control:focus, .header .box .form-control:hover, .header .box .form-control:active {
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-top: 1px solid #545454;
  border-right: 1px solid #545454;
  border-bottom: 1px solid #545454;
}
.header .box .form-control {
  margin-bottom: 0;
}
.header__bottom {
  background-color: #121212;
}
@media (min-width: 56.25em) {
  .header__bottom {
    padding-top: 2.1875rem;
    padding-bottom: 2.125rem;
  }
}
.header__bottom .navbar {
  padding: 0 0;
}
.header__bottom .navbar-nav .nav-link {
  padding: 0 0;
}
.header .menu__wrapper .menu {
  list-style-type: none;
  padding-left: 0;
}
.header .menu__wrapper .menu li:not(.nav-item--title) {
  transition: all ease-in 0.2s;
  text-align: left;
}
.header .menu__wrapper .menu li:not(.nav-item--title):hover {
  background-color: rgba(0, 0, 0, 0.0784313725);
  padding-inline: 8px;
}
.header .menu__wrapper .menu li:not(.nav-item--title) a {
  text-decoration: none;
  color: inherit;
}
.header .menu__wrapper .menu__item a {
  width: 100%;
}
.header .menu__wrapper .subMenu li:not(.nav-item--title) {
  transition: all ease-in 0.2s;
  text-align: left;
}
.header .menu__wrapper .subMenu li:not(.nav-item--title):hover {
  background-color: rgba(0, 0, 0, 0.0784313725);
  padding-inline: 8px;
}
.header .menu__wrapper .subMenu li:not(.nav-item--title) a {
  text-decoration: none;
  color: inherit;
}
.header .header-bar .brand {
  font-weight: bold;
}
.header .header-bar .social {
  display: flex;
}
.header .header-bar svg {
  fill: var(--white);
}
.header .menu__wrapper {
  display: none;
  position: absolute;
  top: 77px;
  left: 0;
  width: 100%;
  height: calc(100vh - 77px);
  overflow: hidden;
}
.header .menu__wrapper .nav-item--title {
  font-family: "MBCorpo Title", serif;
  font-size: 1.4375rem;
  margin-bottom: 1.5rem;
}
.header .subMenu {
  padding-left: 0;
  list-style-type: none;
}
.header .menu__wrapper.is-visible {
  display: block;
}
.header .list__wrapper {
  height: 100%;
  padding: 30px 20px;
  overflow-y: auto;
  background-color: #fff;
  text-align: left;
}
.header .list__wrapper:nth-child(2),
.header .list__wrapper:nth-child(3),
.header .list__wrapper:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  backface-visibility: hidden;
  transition: transform 0.5s;
}
.header .list__wrapper:nth-child(2).is-visible,
.header .list__wrapper:nth-child(3).is-visible,
.header .list__wrapper:nth-child(4).is-visible {
  transform: none;
}
.header .list__wrapper:nth-child(1) > ul > li > .subMenu,
.header .list__wrapper:nth-child(2) .level-3,
.header .list__wrapper:nth-child(3) .level-4 {
  display: none;
}
.header .menu__wrapper li + li {
  margin-top: 0.625rem;
}
.header .menu__wrapper a {
  display: inline-block;
  position: relative;
  padding: 0.5rem 0;
}
.header .menu__wrapper a.nested {
  text-decoration: underline;
  width: 100%;
}
.header .menu__wrapper a.nested::before {
  content: "\e91a";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header .menu__wrapper a:hover,
.header .menu__wrapper a.is-active {
  color: var(--orange);
}
.header .backOneLevel {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
  background-color: transparent;
  padding: 0.3125rem;
  border: none;
}
.header .backOneLevel svg {
  color: #111;
}
.header .page-main {
  max-width: 600px;
  width: 100%;
  padding: 0 15px;
  margin: 100px auto 0;
}

.container-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.white {
  background-color: #fff;
}

.productLines {
  margin-top: 1.875rem;
}
@media (min-width: 56.25em) {
  .productLines {
    margin-top: 7.5rem;
  }
}
.productLines .title--primary {
  margin-bottom: 1.75rem;
}

.ourVehicles {
  margin-top: 2.4375rem;
}
.ourVehicles .title--primary {
  margin-bottom: 0.375rem;
}
.ourVehicles__desc {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #545454;
  margin-bottom: 2.5rem;
}

.about {
  margin-bottom: 2.5rem;
}
@media (min-width: 56.25em) {
  .about {
    margin-bottom: 9.1875rem;
  }
}
.about__numbers {
  margin-top: 2.5rem;
}
@media (min-width: 56.25em) {
  .about__numbers {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0rem;
  }
}
.about__numbers > .about__numbers__item {
  flex: 100%;
}
@media (min-width: 56.25em) {
  .about__numbers > .about__numbers__item {
    flex: calc(50% - 1.5rem);
  }
}
.about__numbers__item {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000000;
  padding-top: 1.8125rem;
  padding-bottom: 2rem;
  border-radius: 0.1875rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .about__numbers__item:nth-of-type(odd) {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.about__numbers__item__number {
  display: block;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  color: #fff;
  margin-bottom: 0.3125rem;
}
.about__numbers__item__label {
  display: block;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  letter-spacing: 0%;
}
.about .col-12:not(.about__info) {
  order: 2;
}
@media (min-width: 56.25em) {
  .about .col-12:not(.about__info) {
    order: 1;
  }
}
.about__info {
  margin-top: 0.5625rem;
  order: 1;
}
@media (min-width: 56.25em) {
  .about__info {
    padding-left: 2.625rem;
    order: 2;
  }
}
.about__info__title {
  font-family: "MBCorpo Title", serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .about__info__title {
    margin-bottom: 0.75rem;
  }
}
.about__info__desc {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #545454;
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .about__info__desc {
    margin-bottom: 1.0625rem;
    line-height: 100%;
  }
}
.about__info .btn--primary {
  max-width: 14.125rem;
}
@media (max-width: 56.24875em) {
  .about__info .btn--primary {
    margin-bottom: 0rem;
  }
}

.page-contact .title--primary {
  margin-bottom: 1.5625rem;
}
.page-contact legend,
.page-contact .formInfo {
  margin-bottom: 2.5rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
}

.field-validation-error {
  font-size: 0.75rem;
  color: #c70000;
  display: block;
  margin-top: -0.5rem;
}

.form-check .field-validation-error {
  margin-top: -0.125rem;
}
.form-check .input-validation-error + label {
  color: #c70000;
}

.privacyCenter {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  color: #545454;
  margin-bottom: 3.75rem;
}
.privacyCenter__icon {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.privacyCenter__icon i {
  font-size: 7.5rem;
  color: #545454;
}
.privacyCenter .btn--outline {
  max-width: 12.75rem;
  width: 100%;
  margin-top: 0.875rem;
}
.privacyCenter__info h1,
.privacyCenter__info h2,
.privacyCenter__info h3,
.privacyCenter__info h4,
.privacyCenter__info h5 {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.privacyCenter__info p {
  font-size: 1.125rem;
  font-weight: 400;
}

.bg--gray {
  background-color: #E0E0E0;
}

.page-recall .consultRecall .formRecall {
  margin-bottom: 7.5625rem;
}
@media (min-width: 56.25em) {
  .page-recall .consultRecall .formRecall .formGroup {
    display: flex;
  }
  .page-recall .consultRecall .formRecall .formGroup input {
    margin-bottom: 0;
  }
}
.page-recall .consultRecall .formRecall label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 0.3125rem;
  color: #545454;
}
.page-recall .consultRecall .formRecall .btn--primary {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .page-recall .consultRecall .formRecall .btn--primary {
    max-width: 10.25rem;
    width: 100%;
    margin-left: 2.125rem;
  }
}
.page-recall .consultRecall .formInfo,
.page-recall .consultRecall legend {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #545454;
  text-align: center;
  margin-bottom: 2.125rem;
  display: block;
  margin-top: 1.875rem;
}
@media (min-width: 56.25em) {
  .page-recall .consultRecall .formInfo,
  .page-recall .consultRecall legend {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
.page-recall .consultRecall__content ul {
  list-style-type: none;
  padding: 0 0;
}
.page-recall .consultRecall__content .recallItem {
  margin-bottom: 4.375rem;
}
.page-recall .consultRecall__content .recallItem:last-of-type {
  margin-bottom: 3.125rem;
}
@media (min-width: 56.25em) {
  .page-recall .consultRecall__content .recallItem:last-of-type {
    margin-bottom: 7.5rem;
  }
}
.page-recall .consultRecall__content p {
  font-size: 1.125rem;
  padding-left: 0.3125rem;
  margin-bottom: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.3125rem;
}
.page-recall .consultRecall__content p:nth-of-type(odd) {
  background-color: #D9D9D9;
  color: #545454;
}
.page-recall .consultRecall__content a {
  color: #1998FC;
  font-weight: bold;
}
.page-recall .howItWorks {
  margin-bottom: 3.4375rem;
}
@media (min-width: 56.25em) {
  .page-recall .howItWorks {
    margin-bottom: 7.8125rem;
  }
}
.page-recall .howItWorks .title--primary {
  margin-bottom: 3.75rem;
}
.page-recall .howItWorks .col-lg-4 {
  position: relative;
}
@media (min-width: 56.25em) {
  .page-recall .howItWorks .col-lg-4:not(:last-of-type)::after {
    content: "";
    display: block;
    content: "\e91a";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.3125rem;
    color: #545454;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -1.15625rem;
  }
}
.page-recall .howItWorks__item {
  margin-bottom: 1.25rem;
  height: 100%;
}
@media (min-width: 56.25em) {
  .page-recall .howItWorks__item {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    margin-bottom: 0rem;
  }
}
.page-recall .howItWorks__item picture {
  margin-bottom: 1.25rem;
}
.page-recall .howItWorks__item p {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-size: 1.1875rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.page-releases .title--primary {
  margin-bottom: 2.4375rem;
}
.page-releases .filterReleases {
  overflow: visible;
}
.page-releases .filterReleases__tags {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 1.875rem;
  overflow-x: scroll;
}
@media (min-width: 56.25em) {
  .page-releases .filterReleases__tags {
    overflow-x: inherit;
  }
}
.page-releases .filterReleases__tags__item {
  white-space: nowrap;
  max-width: 13.125rem;
  width: 100%;
  height: auto;
}
.page-releases .filterReleases__tags__item:not(:last-of-type) {
  margin-right: 1.5rem;
}
.page-releases .filterReleases__tags .filterReleases__tags__item.active {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}
.page-releases .filterReleases .btnSubmit {
  margin-bottom: 0.75rem;
}
.page-releases .articlesList {
  padding-left: 0;
}
.page-releases .articlesList__item:not(:last-of-type), .page-releases .articlesList__item a:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item:not(:last-of-type), .page-releases .articlesList__item a:not(:last-of-type) {
    margin-bottom: 3.875rem;
  }
}
.page-releases .articlesList__item__thumb, .page-releases .articlesList__item a__thumb {
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item, .page-releases .articlesList__item a {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .page-releases .articlesList__item__thumb, .page-releases .articlesList__item a__thumb {
    margin-right: 3.75rem;
    min-width: 28.125rem;
    margin-bottom: 0;
  }
}
.page-releases .articlesList__item__info, .page-releases .articlesList__item a__info {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info, .page-releases .articlesList__item a__info {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-releases .articlesList__item__info__title, .page-releases .articlesList__item a__info__title {
  font-size: 1.375rem;
  font-family: "MBCorpo Title", serif;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info__title, .page-releases .articlesList__item a__info__title {
    font-size: 1.875rem;
  }
}
.page-releases .articlesList__item__info__desc, .page-releases .articlesList__item a__info__desc {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info__desc, .page-releases .articlesList__item a__info__desc {
    font-size: 1.4375rem;
  }
}
.page-releases .articlesList__item__info__date, .page-releases .articlesList__item a__info__date {
  margin-bottom: 0.3125rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  display: block;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info__date, .page-releases .articlesList__item a__info__date {
    margin-bottom: 0.875rem;
  }
}
.page-releases .articlesList__item__info__type, .page-releases .articlesList__item a__info__type {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 0.3125rem;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info__type, .page-releases .articlesList__item a__info__type {
    margin-bottom: 0.875rem;
    font-size: 1.125rem;
  }
}
.page-releases .articlesList__item__info .readMore, .page-releases .articlesList__item a__info .readMore {
  font-weight: 400;
  font-size: 1rem;
  color: #0D7CFF;
}
@media (min-width: 56.25em) {
  .page-releases .articlesList__item__info .readMore, .page-releases .articlesList__item a__info .readMore {
    font-size: 1.5rem;
  }
}
.page-releases .articlesList__item__info .readMore:hover, .page-releases .articlesList__item__info .readMore:focus, .page-releases .articlesList__item__info .readMore:active, .page-releases .articlesList__item a__info .readMore:hover, .page-releases .articlesList__item a__info .readMore:focus, .page-releases .articlesList__item a__info .readMore:active {
  color: #1998FC;
}
.page-releases .articlesList__item a, .page-releases .articlesList__item a a {
  text-decoration: none;
  color: inherit;
}
.page-releases .articlesList__item a:hover, .page-releases .articlesList__item a:focus, .page-releases .articlesList__item a:active, .page-releases .articlesList__item a a:hover, .page-releases .articlesList__item a a:focus, .page-releases .articlesList__item a a:active {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 56.25em) {
  .page-releases + .features .featuresList .featuresList__item, .page-releases + .features .featuresList--four .featuresList__item {
    margin-right: 1rem !important;
  }
  .page-releases + .features .featuresList .featuresList__item:not(:nth-of-type(5n)), .page-releases + .features .featuresList--four .featuresList__item:not(:nth-of-type(5n)) {
    margin-right: 1rem;
  }
  .page-releases + .features .featuresList .featuresList__item:not(:nth-of-type(4n)), .page-releases + .features .featuresList--four .featuresList__item:not(:nth-of-type(4n)) {
    margin-right: 1rem;
  }
}
.page-releases + .features .featuresList .featuresList__info, .page-releases + .features .featuresList--four .featuresList__info {
  max-height: 15.9375rem;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.page-releases + .features .featuresList .featuresList__info .tags:first-of-type .tags__item, .page-releases + .features .featuresList--four .featuresList__info .tags:first-of-type .tags__item {
  background-color: #1998FC;
}

.releasesSpotlight {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 56.25em) {
  .releasesSpotlight {
    min-height: 30rem;
    margin-bottom: 6.25rem;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.releasesSpotlight__title {
  margin-bottom: 1.5rem;
}
.releasesSpotlight__text {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  color: #545454;
}
.releasesSpotlight__info__desc {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  color: #545454;
}
.releasesSpotlight__info__call {
  margin-bottom: 0.875rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  display: block;
}
.releasesSpotlight__info__name {
  font-family: "MBCorpo Title", serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.4375rem;
}
@media (min-width: 56.25em) {
  .releasesSpotlight__info__name {
    font-size: 2.75rem;
  }
}
.releasesSpotlight__image {
  width: 100%;
  display: block;
}
@media (min-width: 56.25em) {
  .releasesSpotlight__image {
    position: absolute;
    width: auto;
    padding: 0 0;
    left: 0;
    top: 0;
    max-width: 49%;
  }
}
.releasesSpotlight .btn--primary {
  margin-bottom: 1.75rem;
}

.searchResultList {
  padding-left: 0;
  margin-bottom: 3.75rem;
}
.searchResultList__item {
  border-bottom: 1px solid #222222;
  padding-bottom: 0.9375rem;
}
@media (min-width: 56.25em) {
  .searchResultList__item {
    padding-bottom: 1.875rem;
  }
}
.searchResultList__item:not(:last-of-type) {
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 56.25em) {
  .searchResultList__item:not(:last-of-type) {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.searchResultList__item__thumb, .searchResultList__item a__thumb {
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .searchResultList__item, .searchResultList__item a {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .searchResultList__item__thumb, .searchResultList__item a__thumb {
    margin-right: 3.75rem;
    min-width: 28.125rem;
    margin-bottom: 0;
  }
}
.searchResultList__item__info, .searchResultList__item a__info {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info, .searchResultList__item a__info {
    padding-left: 0;
    padding-right: 0;
  }
}
.searchResultList__item__info__title, .searchResultList__item a__info__title {
  font-size: 1.375rem;
  font-family: "MBCorpo Title", serif;
  color: #000000;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info__title, .searchResultList__item a__info__title {
    font-size: 1.875rem;
  }
}
.searchResultList__item__info__desc, .searchResultList__item a__info__desc {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info__desc, .searchResultList__item a__info__desc {
    font-size: 1.4375rem;
  }
}
.searchResultList__item__info__date, .searchResultList__item a__info__date {
  margin-bottom: 0.3125rem;
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  display: block;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info__date, .searchResultList__item a__info__date {
    margin-bottom: 0.875rem;
  }
}
.searchResultList__item__info__type, .searchResultList__item a__info__type {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 0.3125rem;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info__type, .searchResultList__item a__info__type {
    margin-bottom: 0.875rem;
    font-size: 1.125rem;
  }
}
.searchResultList__item__info .readMore, .searchResultList__item a__info .readMore {
  font-weight: 400;
  font-size: 1rem;
  color: #0D7CFF;
}
@media (min-width: 56.25em) {
  .searchResultList__item__info .readMore, .searchResultList__item a__info .readMore {
    font-size: 1.25rem;
  }
}
.searchResultList__item__info .readMore:hover, .searchResultList__item__info .readMore:focus, .searchResultList__item__info .readMore:active, .searchResultList__item a__info .readMore:hover, .searchResultList__item a__info .readMore:focus, .searchResultList__item a__info .readMore:active {
  color: #1998FC;
}
.searchResultList__item a, .searchResultList__item a a {
  text-decoration: none;
  color: inherit;
}
.searchResultList__item a:hover, .searchResultList__item a:focus, .searchResultList__item a:active, .searchResultList__item a a:hover, .searchResultList__item a a:focus, .searchResultList__item a a:active {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 56.24875em) {
  .block-html + footer {
    margin-top: 3.125rem;
  }
}

.footer {
  background-color: #111;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .movetotop {
  background: none;
  box-shadow: none;
  border: none;
  color: #fff;
}
.footer__header {
  border-bottom: 1px solid #7D7D7D;
  margin-bottom: 2rem;
}
.footer__header .footerMenu {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 2rem;
}
@media (min-width: 56.25em) {
  .footer__header .footerMenu {
    text-align: center;
  }
}
.footer__header .footerMenu li {
  display: block;
}
@media (min-width: 56.25em) {
  .footer__header .footerMenu li {
    display: inline-block;
  }
  .footer__header .footerMenu li:not(:last-of-type) {
    margin-right: 2.875rem;
  }
}
.footer .socialsList {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 25.5rem;
}
.footer .socialsList > li {
  flex: 100%;
}
@media (min-width: 56.25em) {
  .footer .socialsList > li {
    flex: calc(50% - 1.0625rem);
  }
}
.footer .socialsList li {
  font-family: "MBCorpo Text", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
.footer .socialsList li i {
  margin-right: 0.3125rem;
}
.footer .socialsList li i::before {
  font-size: 1.5rem;
  vertical-align: middle;
}
@media (min-width: 56.25em) {
  .footer .socialsList li:nth-of-type(odd) {
    margin-right: 1.0625rem;
  }
}
.footer .phonesList {
  list-style-type: none;
  padding-left: 0;
}
.footer .phonesList li {
  text-align: left;
  margin-bottom: 0.5rem;
}
@media (min-width: 56.25em) {
  .footer .phonesList li {
    text-align: right;
  }
}
.footer .phonesList li span.fw-bold {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 56.25em) {
  .footer .phonesList li span.fw-bold {
    display: inline-block;
    margin-bottom: 0;
  }
}
.footer .phonesList li i {
  margin-left: 0.5rem;
  margin-right: 0.15625rem;
}
.footer .phonesList li i::before {
  font-size: 1.25rem;
  vertical-align: middle;
}/*# sourceMappingURL=styles.css.map */