/* 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: "MB Corpo S Title Cond Office";
  src: url("../fonts/MBCorpoSTitleCondOffice-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "MB Corpo S Title Cond Office";
  src: url("../fonts/MBCorpoSTitleCondOffice-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "MB Corpo A Title Cond";
  src: url("../fonts/MBCorpoATitleCond-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "MB Corpo S Text";
  src: url("../fonts/MBCorpoSText-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "MBCorpo Text A Cond";
  src: url("../fonts/MBCorpoSText-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "MBCorpo Text A Cond";
  src: url("../fonts/MBCorpoSText-Bold.otf") format("opentype");
  font-weight: bold;
}
@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-arrow-up:before {
  content: "\e900";
}

.icon-bus:before {
  content: "\e901";
}

.icon-calendar:before {
  content: "\e902";
}

.icon-car:before {
  content: "\e903";
}

.icon-chat:before {
  content: "\e904";
}

.icon-chevron-backward:before {
  content: "\e905";
}

.icon-chevron-down:before {
  content: "\e906";
}

.icon-chevron-forward:before {
  content: "\e907";
}

.icon-chevron-up:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-coin:before {
  content: "\e90a";
}

.icon-diamond:before {
  content: "\e90b";
}

.icon-document:before {
  content: "\e90c";
}

.icon-fale-conosco:before {
  content: "\e90d";
}

.icon-focus_on_client:before {
  content: "\e90e";
}

.icon-linkedin:before {
  content: "\e90f";
}

.icon-link-new-tab:before {
  content: "\e910";
}

.icon-money-tax:before {
  content: "\e911";
}

.icon-person:before {
  content: "\e912";
}

.icon-play:before {
  content: "\e913";
}

.icon-search:before {
  content: "\e914";
}

.icon-small-check:before {
  content: "\e915";
}

.icon-star:before {
  content: "\e916";
}

.icon-sustainability:before {
  content: "\e917";
}

.icon-tax:before {
  content: "\e918";
}

.icon-truck:before {
  content: "\e919";
}

.icon-van:before {
  content: "\e91a";
}

.icon-verified-protection:before {
  content: "\e91b";
}

.icon-menu:before {
  content: "\e91c";
}

.icon-arrow-backward:before {
  content: "\e91d";
}

.icon-arrow-down:before {
  content: "\e91e";
}

.icon-arrow-forward:before {
  content: "\e91f";
}

html {
  font-size: 100%;
  font-display: optional;
  scroll-padding-top: 5rem;
  scroll-behavior: smooth;
}
@media (min-width: 56.25em) {
  html {
    scroll-padding-top: 7.8125rem;
  }
}

div[vw] {
  top: inherit !important;
  bottom: 0 !important;
}
@media (min-width: 56.25em) {
  div[vw] {
    top: 350px !important;
    right: 2px !important;
    bottom: inherit !important;
  }
}

body {
  font-weight: normal;
  color: #111;
  font-display: optional;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 77.8125rem;
  }
}
h3 {
  font-family: "Montserrat", sans-serif;
}

.block-html {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #545454;
}
.block-html strong {
  font-family: "Montserrat", 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 table thead th {
  font-family: "Montserrat", 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: "Montserrat", sans-serif;
}
.block-html h1,
.block-html h2,
.block-html h3,
.block-html h4,
.block-html h5,
.block-html h6 {
  font-family: "Montserrat", sans-serif;
  color: #212262;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.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 h1 {
  font-size: 2rem;
}
@media (min-width: 56.25em) {
  .block-html h1 {
    font-size: 2.625rem;
  }
}
.block-html h2 {
  font-size: 1.75rem;
}
@media (min-width: 56.25em) {
  .block-html h2 {
    font-size: 2.25rem;
  }
}
.block-html h3 {
  font-family: "Montserrat", sans-serif;
  color: #212262;
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: 0;
}
@media (min-width: 56.25em) {
  .block-html h3 {
    font-size: 2.5rem;
  }
}
.block-html h3 span {
  font-weight: normal;
}
.block-html img {
  display: inline-block;
}
.block-html a {
  color: #00adef;
}
.block-html a:hover {
  color: #00adef;
  cursor: pointer;
}

strong {
  font-weight: bold;
}

p {
  font-size: 1rem;
  color: #545454;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (min-width: 43.75em) {
  p {
    font-size: 1.125rem;
  }
}

.fs-7 {
  font-size: 0.75rem !important;
}

.title--primary {
  font-family: "Montserrat", sans-serif;
  color: #212262;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 0.9375rem;
  margin-top: 1.875rem;
}
@media (min-width: 56.25em) {
  .title--primary {
    font-size: 2.25rem;
    line-height: 1;
  }
}
.title--primary span {
  font-weight: normal;
}
.title--primary::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ee6f2c;
  height: 3px;
  width: 20%;
  transform: scaleX(0);
  transform-origin: left;
  animation: grow-underline 0.8s ease-out forwards;
  animation-delay: 0.3s;
  min-width: 3.75rem;
}

@keyframes grow-underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.text--primary {
  color: #ee6f2c;
}

.text--center {
  text-align: center;
}

.title--secondary {
  font-family: "Montserrat", sans-serif;
  color: #ee6f2c;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media (min-width: 56.25em) {
  .title--secondary {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.title--secondary--white {
  color: #fff;
}

.bold {
  font-weight: bold;
}

.text--info {
  color: #00adef !important;
}

.title--year {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
}

.title404 {
  font-size: 2.5rem;
  color: #ee6f2c;
  margin-top: 6.25rem;
  font-weight: bold;
}

.tooltip-inner {
  font-size: 0.8125rem;
  max-width: 14.375rem;
}

.alert--primary {
  border: 2px solid #ee6f2c;
}

.accordion {
  border-radius: 0;
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item:not(:last-of-type) {
  border-bottom: none;
}
.accordion .accordion-item .accordion-header {
  position: relative;
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: #212262;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  transition: background-color 0.2s ease-in;
  background-color: #fff;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #fff;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
  color: #212262;
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
  background-color: #fff;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.accordion .accordion-item .accordion-header .accordion-button::before {
  float: inherit;
  content: "\e906";
  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: #212262;
  background-image: none;
  width: auto;
  height: auto;
  transition: all 0.2s ease-in;
  left: 0;
  position: absolute;
}
.accordion .accordion-item .accordion-body {
  color: #212262;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0;
  background-color: #fff;
}
.accordion .accordion-item .accordion-body img {
  display: inline-block;
}

.faq-group-title {
  color: #ee6f2c;
  margin-top: 2.8125rem;
}

.boxIcons {
  margin-bottom: 1.875rem;
}
@media (min-width: 56.25em) {
  .boxIcons {
    margin-bottom: 2.75rem;
  }
}
.boxIcons__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 1.25rem;
}
@media (min-width: 56.25em) {
  .boxIcons__list {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.boxIcons__list a,
.boxIcons__list a:hover,
.boxIcons__list a:active {
  text-decoration: none;
  color: inherit;
}
.boxIcons__list a {
  position: relative;
  transition: all 0.6s ease-in-out;
}
.boxIcons__list a .icon-arrow-forward {
  transition: all 0.6s ease-in-out;
  color: #212262;
  font-size: 1.375rem;
  position: absolute;
  right: 2.5rem;
  opacity: 0;
}
.boxIcons__list a i:not(.icon-arrow-forward)::before {
  color: #000000;
}
.boxIcons__list a:hover {
  transition: all 0.6s ease-in-out;
}
.boxIcons__list a:hover .icon-arrow-forward {
  transition: all 0.6s ease-in-out;
  right: 1.875rem;
  opacity: 1;
}
.boxIcons__list__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  border: 2px solid #212262;
  padding: 2rem 2.5rem;
  min-height: 13.3125rem;
}
@media (max-width: 56.24875em) {
  .boxIcons__list__item {
    min-height: 10.3125rem;
    margin-bottom: 0.9375rem;
    padding: 1.25rem 1.25rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 1rem);
  }
}
@media (min-width: 56.25em) {
  .boxIcons__list__item {
    margin-bottom: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 13.125rem;
  }
}
.boxIcons__list__item__icon {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.boxIcons__list__item__icon img {
  max-width: 3.125rem;
}
.boxIcons__list__item__icon i::before {
  font-size: 2.5rem;
  color: #545454;
}
.boxIcons__list__item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: left;
  color: #ee6f2c;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.boxIcons__list__item__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  color: #ee6f2c;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.boxIcons__list--theme2 .boxIcons__list__box {
  padding-left: 5rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.boxIcons__list--theme2 .boxIcons__list__box .boxIcons__list__item__icon {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
}
@media (min-width: 56.25em) {
  .boxIcons__list--theme2 .boxIcons__list__box .boxIcons__list__item__icon {
    left: 0;
  }
}
.boxIcons__list--theme2 .boxIcons__list__box .boxIcons__list__item__title {
  font-size: 2rem;
}
.boxIcons__list--theme2 .boxIcons__list__box .boxIcons__list__item__desc {
  font-size: 1.125rem;
}

.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 #00adef;
  color: #00adef;
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  transition: background-color 0.2s ease-in;
}
.btn--outline:hover, .btn--outline:focus, .btn--outline:active {
  color: #00608d;
  text-decoration: none;
  font-weight: 700;
  background-color: #75dbff;
  border-color: #b6eaff;
}
.btn--outline.btn-check:checked + .btn--outline.btn, .btn--outline.btn.active, .btn--outline.btn.show, .btn--outline.btn:first-child:active, :not(.btn--outline.btn-check) + .btn--outline.btn:active {
  color: #00608d;
  text-decoration: none;
  font-weight: 700;
  background-color: #75dbff;
  border-color: #b6eaff;
}
.btn--primary {
  border: none;
  font-family: "Montserrat", sans-serif;
  background-color: #ee6f2c;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  width: auto;
  padding: 0.375rem 1.25rem;
  max-width: inherit;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}
@media (min-width: 56.25em) {
  .btn--primary {
    padding: 0.375rem 1.25rem;
    max-width: inherit;
    font-size: 1rem;
  }
}
.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #ee6f2c;
}
.btn--primary.btn-check:checked + .btn--primary.btn, .btn--primary.btn.active, .btn--primary.btn.show, .btn--primary.btn:first-child:active, :not(.btn--primary.btn-check) + .btn--primary.btn:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #ee6f2c;
}
.btn--primary:disabled {
  background-color: #999999;
  color: #666666;
  opacity: 1;
}
.btn--secondary {
  border: none;
  font-family: "Montserrat", sans-serif;
  background-color: #212262;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  width: auto;
  padding: 0.375rem 1.25rem;
  max-width: inherit;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s ease-in;
}
@media (min-width: 56.25em) {
  .btn--secondary {
    padding: 0.375rem 1.25rem;
    max-width: inherit;
    font-size: 1rem;
  }
}
.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #212262;
}
.btn--secondary.btn-check:checked + .btn--secondary.btn, .btn--secondary.btn.active, .btn--secondary.btn.show, .btn--secondary.btn:first-child:active, :not(.btn--secondary.btn-check) + .btn--secondary.btn:active {
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background-color: #212262;
}
.btn--secondary:disabled {
  background-color: #dddddd;
  color: #666666;
  opacity: 1;
}
.btn--dark {
  border: none;
  font-family: "Montserrat", sans-serif;
  background: #ee6f2c;
  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;
  transition: background-color 0.2s ease-in;
}
@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: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  border: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 3.125rem;
  transition: background-color 0.2s ease-in;
}
@media (min-width: 56.25em) {
  .btn--pill {
    font-size: 1rem;
  }
}
.btn--pill:hover, .btn--pill:focus, .btn--pill:active,
.btn--pill .active {
  background-color: #ee6f2c;
  color: #fff;
  text-decoration: none;
}

.breadcrumb {
  margin-top: 2.25rem;
  margin-bottom: 2.0625rem;
  font-size: "Montserrat", sans-serif;
  font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: inherit;
  content: "\e907";
  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.625rem;
  color: #ee6f2c;
}
.breadcrumb-item.active {
  font-weight: 700;
  color: #ee6f2c;
}
.breadcrumb-item a {
  color: #545454;
}

.customInformation {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 56.25em) {
  .customInformation {
    margin-top: 3.125rem;
    margin-bottom: 0rem;
  }
}
.customInformation__content {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
  color: #ee6f2c;
  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;
  }
}

.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: "Montserrat", 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: #ee6f2c;
  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: "Montserrat", sans-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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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::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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: "Montserrat", 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: "Montserrat", 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%;
}

.faqList__item {
  padding: 2rem;
  background-color: #f3f3f3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.faqList__item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.faqList__item__title,
.faqList__item h2.faqList__item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.faqList__item:last-of-type {
  margin-bottom: 0rem;
}

.page-contact ~ .faq {
  margin-top: 3.125rem;
}
.page-contact ~ .faq .container {
  border-top: 2px solid #d1d1d1;
  padding-top: 6.25rem;
}
.page-contact ~ .faq .container .container {
  border-top: none;
  padding-top: inherit;
}

.faq + .faq {
  margin-top: 3.125rem;
}
.faq + .faq .container {
  border-top: 2px solid #d1d1d1;
  padding-top: 6.25rem;
}
.faq + .faq .container .container {
  border-top: none;
  padding-top: inherit;
}
@media (max-width: 56.24875em) {
  .faq--moreItens {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.faq--moreItens ul.nav-tabs {
  white-space: nowrap;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 56.24875em) {
  .faq--moreItens ul.nav-tabs {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
}
.faq--moreItens ul.nav-tabs .nav-item {
  padding: 0 0;
  display: inline-block;
  width: auto;
  flex: 1;
}
@media (max-width: 56.24875em) {
  .faq--moreItens ul.nav-tabs .nav-item {
    display: inline-block;
    float: none;
  }
}
.faq--moreItens ul.nav-tabs .nav-item .nav-link {
  min-width: inherit;
  display: inline-block;
  padding: 10px 11px;
}
.faq--moreItens + .tab-content .tab-pane {
  background-color: #f3f3f3;
  padding: 1.5rem;
  color: #000000;
}
@media (min-width: 56.25em) {
  .faq--moreItens + .tab-content .tab-pane {
    padding: 4rem;
  }
}
.faq--moreItens + .tab-content .tab-pane div {
  color: #000000;
}

.features {
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25em) {
  .features .featuresList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.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: "\e907";
  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;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
  flex: 1 0 30%;
}
.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__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
  flex: 1;
  flex-grow: 1;
}
.features .featuresList__box {
  padding: 1.25rem 0rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
  flex: 1;
  flex-grow: 1;
}
.features .featuresList__image {
  overflow: hidden;
  border-radius: 20px;
}
.features .featuresList__image img {
  margin-bottom: 0;
  transition: transform 0.4s ease;
  width: 100%;
}
.features .featuresList .eventTime {
  color: #ee6f2c;
}
.features .featuresList--four .featuresList__item {
  max-width: 100%;
  margin-bottom: 0;
}
@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: 17.5rem;
    flex: 1 0 21%;
  }
}
.features .featuresList--four .featuresList__info {
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .features .featuresList--four .featuresList__info {
    max-width: 17.5rem;
    flex: 1 0 21%;
  }
}
.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: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  min-height: auto;
}
@media (min-width: 56.25em) {
  .features .featuresList__item {
    max-width: 24rem;
    flex: 1 0 30%;
  }
}
.features .featuresList__item:hover .featuresList__image img {
  transform: scale(1.1);
}
.features .featuresList__item .btn:last-of-type {
  margin-bottom: 0;
}
.features .featuresList__info {
  position: relative;
  width: 100%;
}
.features .featuresList__info--theme2 {
  background-color: #f3f3f3;
}
.features .featuresList__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #212262;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.features .featuresList__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
  color: #545454;
  margin-bottom: 2rem;
}
.features .featuresList__actions {
  width: 100%;
}
.features .featuresList__readmore {
  font-family: "Montserrat", 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;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.fade-in {
  opacity: 1 !important;
  display: block !important;
}

.slider-nav {
  text-align: center;
  margin-bottom: 1.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.125rem;
  display: block;
}
@media (min-width: 56.25em) {
  .slider-nav {
    display: none;
  }
}
.slider-nav .slick-prev-custom {
  margin-right: 1.5rem;
}
.slider-nav .slick-next-custom {
  margin-left: 1.5rem;
}
.slider-nav .slick-arrow {
  border: none;
  background-color: inherit;
}
.slider-nav .slick-arrow i::before {
  color: #00adef;
}
.slider-nav .slick-arrow.slick-disabled i::before {
  color: #999999;
}

.filesList {
  list-style-type: none;
  padding-left: 0;
}
.filesList__item {
  margin-bottom: 1rem;
}
@media (min-width: 56.25em) {
  .filesList__item {
    margin-bottom: 2rem;
  }
}
.filesList a,
.filesList a:hover,
.filesList a:active {
  text-decoration: none;
  color: inherit;
}
.filesList a {
  position: relative;
  transition: all 0.6s ease-in-out;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  border: 1px solid #545454;
  border-radius: 10px;
  width: auto;
  padding: 2rem 2.5rem;
  margin-bottom: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
}
@media (max-width: 56.24875em) {
  .filesList a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 56.25em) {
  .filesList a {
    margin-bottom: 0;
  }
}
.filesList a__icon {
  margin-bottom: 1rem;
}
.filesList a__icon i::before {
  font-size: 2.5rem;
  color: #545454;
}
.filesList a .icon-link-new-tab,
.filesList a .iconDownload {
  transition: all 0.6s ease-in-out;
  color: #00adef;
  font-size: 1.375rem;
  position: absolute;
  right: 2.5rem;
  opacity: 0;
  fill: #212262;
}
.filesList a i:not(.icon-link-new-tab)::before {
  color: #000000;
}
@media (max-width: 56.24875em) {
  .filesList a {
    background-color: #fff;
    transition: all 0.6s ease-in-out;
  }
  .filesList a .icon-link-new-tab,
  .filesList a .iconDownload {
    transition: all 0.6s ease-in-out;
    right: 0.625rem;
    opacity: 1;
  }
}
@media (min-width: 56.25em) {
  .filesList a:hover {
    background-color: #d1d1d1;
    transition: all 0.6s ease-in-out;
  }
  .filesList a:hover .icon-link-new-tab,
  .filesList a:hover .iconDownload {
    transition: all 0.6s ease-in-out;
    right: 0.625rem;
    opacity: 1;
  }
}

.filesImages {
  margin-bottom: 2.5rem;
}
.filesImages__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 1.875rem;
  overflow: hidden;
  border-radius: 10px 10px;
  overflow: hidden;
}
.filesImages__item picture {
  height: 300px;
  max-width: inherit;
}
.filesImages__item picture .img-fluid {
  width: inherit;
  max-width: inherit;
}
.filesImages__item picture img {
  max-width: inherit;
}
.filesImages__item__thumb {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  min-height: 18.75rem;
  overflow: hidden;
}
.filesImages__item__thumb img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  object-fit: cover;
  z-index: -1;
}
.filesImages__item__iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.filesImages__item .btnPlay {
  border: none;
  background-color: inherit;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin: auto;
  margin-top: -19.5px;
  z-index: 5;
  max-width: 3.5625rem;
}
.filesImages__item .btnPlay i::before {
  font-size: 3.5rem;
  color: #ee6f2c;
}
.filesImages__item__action {
  position: relative;
}
.filesImages__item__action a {
  z-index: 3;
  position: absolute;
  right: 15px;
  text-decoration: none;
  color: inherit;
  top: 23px;
}
.filesImages__item__action a svg {
  fill: #fff;
}
.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 {
  cursor: pointer;
}
.filesImages__item:hover img {
  transform: scale(1.2);
}
.filesImages__text {
  background-color: #212262;
  color: #fff;
  text-align: left;
  padding: 1.5rem;
  bottom: 0;
  z-index: 2;
  line-height: 1;
  padding-right: 1.5625rem;
  border-radius: 0 0 10px 10px;
}
.filesImages__text__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
.filesImages__text p {
  color: #000000;
  font-family: "Montserrat", sans-serif;
}
@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;
  }
}

.downloads .title--primary {
  margin-bottom: 1.5rem;
}

.shareList li svg {
  fill: #212262;
}

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: 3rem;
  border: none;
  border-radius: 0;
  margin-bottom: 0.625rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  background-color: #eaeaea;
  color: #000000;
}
select.form-control option {
  color: #000000;
}

textarea.form-control {
  min-height: 6.5rem;
  border: none;
  margin-bottom: 0.625rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #7d7d7d;
  background-color: #eaeaea;
  border-radius: 0;
}

input.form-control {
  min-height: 3rem;
  border: none;
  margin-bottom: 0.625rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  border-radius: 0;
  background-color: #eaeaea;
  color: #999999;
}
input.form-control[type=file] {
  min-height: inherit;
}
input.form-control::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #999999;
}
input[type=checkbox].form-check-input {
  border-radius: 0;
  border: 1px solid #545454;
}

label {
  font-family: "Montserrat", sans-serif;
}
label.form-check-label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
}
label.form-check-label a.link {
  color: #00adef;
  text-decoration: underline;
}
label.form-check-label a.link:hover, label.form-check-label a.link:focus {
  color: #00adef;
  cursor: pointer;
}
label.col-form-label {
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}
label .required {
  color: #ee6f2c;
}

.btnSubmit {
  max-width: inherit;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
}
.btnSubmit:hover, .btnSubmit:focus, .btnSubmit:active {
  font-weight: bold;
}
.btnSubmit i {
  margin-left: 0.5rem;
}
.btnSubmit i::before {
  font-size: 0.8125rem;
}

.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: #ee6f2c;
  border: 1px solid #ee6f2c;
  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: "Montserrat", 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: #ee6f2c;
  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: #ee6f2c;
}
.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: #ee6f2c;
  border-color: #ee6f2c;
  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: "Montserrat", 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: fit-content;
  display: grid;
  gap: 8px;
}
.steps-container .step:last-of-type {
  min-height: auto;
  height: auto;
}

.step.current {
  opacity: 1;
}

.gallery {
  margin-bottom: 3.125rem;
}
.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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -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;
}
.gallerySlider .slick-dots {
  bottom: 3.125rem;
}
.gallerySlider .slick-dots li button {
  height: 8px;
}

.hero {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.875rem;
}
@media (min-width: 56.25em) {
  .hero--smaller .hero__item {
    max-height: 25rem;
    min-height: 25rem;
  }
  .hero--smaller .hero__item .container {
    min-height: 25rem;
    max-height: 25rem;
  }
}
.hero__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #111;
  position: relative;
}
.hero__item::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, #000000 100%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero__item::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -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;
  position: relative;
  z-index: 2;
}
@media (min-width: 56.25em) {
  .hero__item__info {
    width: inherit;
    padding-left: inherit;
    padding-right: inherit;
  }
}
.hero__item__info__category {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  z-index: 2;
  position: relative;
  display: block;
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 56.25em) {
  .hero__item__info__category {
    font-size: 1rem;
    letter-spacing: 0;
    width: auto;
  }
}
.hero__item__info__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  z-index: 2;
  position: relative;
  color: #ffffff;
  font-weight: bold;
}
.hero__item__info__title span.text--blue,
.hero__item__info__title span {
  color: #00adef !important;
}
@media (min-width: 56.25em) {
  .hero__item__info__title {
    font-size: 2.75rem;
    letter-spacing: 0;
    max-width: 33.125rem;
    width: 100%;
  }
}
.hero__item__info__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #ffffff;
  z-index: 2;
  position: relative;
}
@media (min-width: 56.25em) {
  .hero__item__info__text {
    max-width: 33.125rem;
    font-size: 1.5rem;
    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;
}
@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;
  width: auto;
  bottom: 1.875rem;
  display: none;
  left: 0;
  right: 0;
}
@media (min-width: 56.25em) {
  .hero__controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.hero__controls .prev,
.hero__controls .next {
  position: relative;
}
.hero__controls .prev i,
.hero__controls .next i {
  font-size: 1rem;
  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: -0.9375rem;
  }
}
.hero__controls .next {
  right: -0.9375rem;
}
@media (min-width: 56.25em) {
  .hero__controls .next {
    right: -0.9375rem;
  }
}
.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: 2.5rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0.3125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .imageAndText {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.imageAndText__title,
.imageAndText h3 {
  margin-bottom: 1.5rem;
}
.imageAndText h3 {
  font-family: "Montserrat", sans-serif;
  color: #212262;
  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: "Montserrat", sans-serif;
  color: #212262;
}
.imageAndText__text,
.imageAndText p,
.imageAndText ul {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
.imageAndText__image {
  padding: 0 0;
}
.imageAndText__image img {
  border-radius: 20px;
}
.imageAndText__image--background {
  background-size: cover;
  background-position: center;
}
.imageAndText--dark {
  background-color: #000000;
}
.imageAndText--dark p,
.imageAndText--dark ul,
.imageAndText--dark h2 {
  color: #fff;
}
.imageAndText--custom {
  margin-top: -1.875rem;
}
.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--theme2 .imageAndTextInfo__box {
  background-color: #f3f3f3;
  height: 100%;
  padding: 2rem;
}
.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: fit-content;
  margin-bottom: 0rem;
}
@media (min-width: 56.25em) {
  .imageAndText .btn--primary {
    margin-bottom: 1.75rem;
  }
}

.textOnly--theme2 {
  background-color: #f3f3f3;
  margin-bottom: 2.5rem !important;
}

.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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -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;
}

#container-posts-items-news {
  position: relative;
}

.newsList {
  list-style-type: none;
}
@media (min-width: 56.25em) {
  .newsList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.newsList__controls {
  position: absolute;
  width: auto;
  bottom: 75%;
  left: -0.625rem;
  right: -0.625rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (min-width: 56.25em) {
  .newsList__controls {
    display: none;
  }
}
.newsList__controls .prev,
.newsList__controls .next {
  position: relative;
}
.newsList__controls .prev i,
.newsList__controls .next i {
  font-size: 1rem;
  color: #ee6f2c;
}
.newsList__controls .prev:hover,
.newsList__controls .next:hover {
  cursor: pointer;
}
.newsList__controls .prev {
  left: 0rem;
}
.newsList__controls .next {
  right: 0rem;
}
.newsList .slick-next,
.newsList .slick-prev {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.newsList .slick-next::before,
.newsList .slick-prev::before {
  content: "\e907";
  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;
}
.newsList .slick-next {
  right: -10px;
}
.newsList .slick-prev {
  left: -10px;
  transform: rotate(180deg);
  margin-top: -10px;
}
.newsList .slick-slide {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media (min-width: 56.25em) {
  .newsList .slick-slide {
    margin-left: 0rem;
    margin-right: 1.5rem;
  }
}
.newsList__item {
  max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
}
.newsList__item a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 56.25em) {
  .newsList__item {
    max-width: 24.375rem;
    margin-left: inherit;
    margin-right: inherit;
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
  }
}
.newsList__item:hover .newsList__thumb__image img {
  transform: scale(1.1);
}
.newsList__thumb {
  border-radius: 20px;
  overflow: hidden;
}
.newsList__thumb img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.newsList__info {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2.25rem;
  border-radius: 0;
  border-top: none;
}
.newsList__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #212262;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.newsList__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ee6f2c;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  display: block;
}
.newsList__description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  color: #545454;
}
.newsList__readmore {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #ee6f2c;
}

.pagination {
  margin-bottom: 3.75rem;
  font-family: "Montserrat", sans-serif;
  font-size: 300;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background-color: #ee6f2c;
  border-color: #ee6f2c;
  color: #fff;
}
.pagination .page-link {
  color: #ee6f2c;
}
.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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ee6f2c;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.products .productsList__description {
  font-family: "Montserrat", 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: "Montserrat", 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__name {
  font-family: "Montserrat", sans-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: "Montserrat", 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;
  }
}

.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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -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: "Montserrat", 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: "Montserrat", 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;
  }
}

.simpleCards {
  margin-bottom: 2.375rem;
}
.simpleCards .col-12 {
  margin-bottom: 1rem;
}
@media (min-width: 56.25em) {
  .simpleCards .col-12 {
    margin-bottom: 0;
  }
}
@media (min-width: 56.25em) {
  .simpleCards {
    margin-bottom: 6.25rem;
  }
}
.simpleCards.theme2 .simpleCards__item {
  background-color: #eaeaea;
}
.simpleCards__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 56.25em) {
  .simpleCards__item {
    padding: 3rem;
  }
}
.simpleCards__info__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.simpleCards__info__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

.slick-dots {
  text-align: center;
  padding-right: 0;
  width: auto;
  position: relative;
  bottom: 0.4375rem;
}
.slick-dots li {
  margin: 0 0;
  width: 40px;
  height: 4px;
  display: inline-block;
  padding: 0 0;
}
.slick-dots li:not(:last-of-type) {
  margin-right: 0.5rem;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button:before {
  content: none;
  font-size: 14px;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #fff;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}
.slick-dots li button {
  width: 40px;
  height: 4px;
  display: inline-block;
  padding: 0 0;
  background-color: #666666;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.section-block-image {
  margin-bottom: 2.5rem;
}

.solution-block-highlight {
  margin-bottom: 5rem;
}
.solution-block-highlight .title--primary {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.solutionsList a {
  text-decoration: none;
  color: inherit;
}
.solutionsList__item {
  position: relative;
  max-width: 24rem;
  margin-bottom: 1.5rem;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 56.25em) {
  .solutionsList__item {
    margin-left: inherit;
    margin-right: inherit;
  }
}
.solutionsList__item::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.57) 0%, #000000 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 1;
}
.solutionsList__item img {
  transition: transform 0.6s cubic-bezier(0.35, 0, 0, 1);
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.solutionsList__item picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solutionsList__item:hover img {
  transform: scale(107%);
}
@media (min-width: 56.25em) {
  .solutionsList__item {
    margin-bottom: 3rem;
  }
}
.solutionsList__item__info {
  min-height: 26.875rem;
  padding: 1.5rem;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  gap: 1rem;
}
.solutionsList__item__info__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .solutionsList__item__info__name {
    font-size: 2rem;
  }
}
.solutionsList__item__info__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .solutionsList__item__info__desc {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.spotlight {
  position: relative;
  margin-bottom: 2.125rem;
}
@media (min-width: 56.25em) {
  .spotlight {
    margin-bottom: 6.5625rem;
  }
}
.spotlight .col-12 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: background-size 0.5s ease;
}
@media (min-width: 56.25em) {
  .spotlight .col-12 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.spotlight .col-12:hover {
  background-size: 110%;
  transition: background-size 0.5s ease;
}
.spotlight .col-12:hover .btn--primary {
  color: #fff;
  background-color: #00608d;
}
.spotlight .col-12::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.57) 0%, #000000 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.spotlight .col-12 .spotlight__item {
  margin-right: auto;
}
.spotlight .col-12:first-child .spotlight__item {
  margin-left: auto;
  margin-right: inherit;
}
.spotlight__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  min-height: 37.25rem;
  max-width: 100%;
}
@media (min-width: 90em) {
  .spotlight__item {
    padding-top: 5rem;
    padding-right: 7rem;
    padding-bottom: 5rem;
    padding-left: 7rem;
    min-height: 38.25rem;
    max-width: 45rem;
  }
}
.spotlight__item__title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0;
}
.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;
  margin-bottom: 0;
}
.spotlight__item__desc {
  margin-bottom: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.spotlight .btn--primary {
  margin-bottom: 0;
}

.nav-tabs {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: none;
  width: 100%;
}
.nav-tabs .nav-item {
  flex-grow: 1;
}
@media (min-width: 56.25em) {
  .nav-tabs .nav-item {
    width: auto;
    flex-grow: inherit;
  }
}
.nav-tabs .nav-item button.nav-link:not(.active):hover {
  background-color: inherit;
}
.nav-tabs .nav-link {
  font-family: "Montserrat", 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;
  min-width: 13rem;
  color: #ee6f2c;
  padding: 1.1875rem 0.625rem;
  min-width: inherit;
}
.nav-tabs .nav-link i {
  display: block;
  margin-bottom: 0.625rem;
}
@media (min-width: 56.25em) {
  .nav-tabs .nav-link {
    padding: 1.1875rem 1.875rem;
    width: auto;
    min-width: 13rem;
  }
  .nav-tabs .nav-link i {
    display: inline-block;
    margin-bottom: 0;
  }
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:focus {
  border: 1px solid #ee6f2c;
  background-color: #ee6f2c;
  color: #fff;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link:focus:hover {
  border: 1px solid #ee6f2c;
}
.nav-tabs .nav-link:hover {
  border: 1px solid #545454;
}

.tab-content .moreProducts {
  max-width: 14.375rem;
}
.tab-content.tab-content--theme2 {
  background-color: #f3f3f3;
}
.tab-content img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.tab-content p:not(.productList__item__info__desc),
.tab-content div {
  color: #545454;
}

.faq {
  margin-bottom: 5.625rem;
}
.faq--tabs h1,
.faq--tabs h2,
.faq--tabs h3,
.faq--tabs h4,
.faq--tabs h5,
.faq--tabs h6 {
  font-family: "Montserrat", sans-serif;
  color: #ee6f2c;
  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: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}
.faq--tabs--borderless .nav-tabs .nav-item {
  position: relative;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link {
  border: none;
  color: #afafaf;
  background-color: inherit;
  border-color: #1998fc;
  opacity: 0.9;
  transition: opacity 0.2s ease-in;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #afafaf;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
}
.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 {
  border: none;
  color: #000000;
  background-color: inherit;
  opacity: 1;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link.active::after, .faq--tabs--borderless .nav-tabs .nav-item .nav-link:focus::after, .faq--tabs--borderless .nav-tabs .nav-item .nav-link:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00adef;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link:not(.active):hover {
  border: none;
}
.faq--tabs--borderless .nav-tabs .nav-item .nav-link:not(.active):hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00adef;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.financingTab.faq--tabs--borderless .nav-tabs {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside {
  width: 100%;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link {
  background-color: #d1d1d1;
  color: #333333;
  border: none;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease-in-out;
  padding-right: 3.125rem;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link.active {
  border: none;
  background-color: #00adef;
  color: #fff;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link.active, .financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link:focus, .financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link:hover {
  border: none;
  background-color: #00adef;
  color: #fff;
  opacity: 1;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link:not(.active):hover {
  border: none;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link:not(.active):hover::after {
  content: "\e907";
  position: absolute;
  left: inherit;
  right: 0.9375rem;
  top: 1.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  background-color: inherit;
}
.financingTab.faq--tabs--borderless .nav-tabs .nav-item--inside .nav-link::after {
  content: "\e907";
  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;
  left: inherit;
  right: 0.9375rem;
  top: 1.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  background-color: inherit;
}
.financingTab.faq--tabs--borderless .tab-content {
  margin-top: 2rem;
  height: 100%;
}
@media (min-width: 56.25em) {
  .financingTab.faq--tabs--borderless .tab-content {
    margin-top: 3.75rem;
  }
}
.financingTab.faq--tabs--borderless .tab-content .tab-content {
  margin-top: 0;
}
.financingTab.faq--tabs--borderless .tab-content .tab-content .tab-pane--inside {
  height: 100%;
  background-color: #eaeaea;
}
.financingTab.faq--tabs--borderless .tab-content .tabContentLeft {
  padding: 2.9375rem 3rem;
  background-color: #f3f3f3;
}
.financingTab.faq--tabs--borderless .tab-content .tabContent__info {
  padding: 2.5rem;
}
.financingTab.faq--tabs--borderless .tab-content .tabContent__info .title--primary {
  margin-bottom: 1rem;
}
.financingTab.faq--tabs--borderless .tab-content .tabContent__info p {
  color: #000000;
  margin-bottom: 1.5rem;
}
.financingTab.faq--tabs--borderless .tab-content .tabContent__info a.linkIcon,
.financingTab.faq--tabs--borderless .tab-content .tabContent__info button.linkIcon {
  color: #00adef;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  background-color: inherit;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 56.25em) {
  .financingTab.faq--tabs--borderless .tab-content .tabContent__info a.linkIcon,
  .financingTab.faq--tabs--borderless .tab-content .tabContent__info button.linkIcon {
    display: inline-block;
    margin-bottom: 0;
  }
}
.financingTab.faq--tabs--borderless .tab-content .tabContent__info a.linkIcon i,
.financingTab.faq--tabs--borderless .tab-content .tabContent__info button.linkIcon i {
  margin-right: 0.25rem;
}
.financingTab.faq--tabs--borderless .title--primary {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 56.25em) {
  .financingTab.faq--tabs--borderless .title--primary {
    font-size: 2rem;
  }
}
.financingTab.faq--tabs--borderless .actions .title--primary {
  white-space: nowrap;
}

.tags {
  margin-bottom: 0.5rem;
}
.tags__item {
  width: fit-content;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  background-color: #ee6f2c;
  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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -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: "Montserrat", 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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.vehicleSpotlight__title {
  margin-bottom: 1.5rem;
}
.vehicleSpotlight__text {
  font-family: "Montserrat", 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: "Montserrat", 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: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #545454;
  display: block;
}
.vehicleSpotlight__info__name {
  font-family: "Montserrat", sans-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;
}

.reportFull {
  background-color: #f3f3f3;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.reportFull__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.reportFull .btn {
  margin-top: 3rem;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .close {
  background: none;
  border: none;
  font-size: 1.5625rem;
  margin-left: auto;
}
.modal .modal-header {
  border: none;
  padding-top: 1.25rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  padding-bottom: 1.25rem;
}
.modal .modal-header .close {
  color: #00adef;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
.modal .modal-header .close i {
  margin-left: 0.5rem;
}
.modal .modal-header .close i::before {
  font-size: 0.625rem;
}
.modal .modal-content {
  border-top: 4px solid #ee6f2c;
}
.modal .modal-title {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #212262;
}
.modal .modal-body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding-top: 0rem;
  padding-bottom: 2rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  color: #000000;
}
.modal .modal-body p {
  font-size: 0.875rem;
}
.modal .modal-footer .btn.btn-primary {
  border: none;
  font-family: "Montserrat", 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;
}

.linesInfo .title--primary {
  margin-top: 0;
}
.linesInfo .title-status {
  color: #212262;
  font-weight: 600;
  font-size: 1.125rem;
}
.linesInfo .update-text {
  color: #ee6f2c;
  font-size: 0.875rem;
}

.connection-circle {
  text-align: center;
  color: #fff;
  padding-top: 4px;
}

.operacao-normal,
.operacao-especial {
  color: green;
}

.linha-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 1.5rem 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.linha-item--smaller {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  flex-direction: row;
  justify-content: space-between;
}
.linha-item--smaller .linha-base,
.linha-item--smaller .status {
  display: inline-block;
}
.linha-item--smaller .linha-base {
  width: 38px;
  height: 38px;
  font-size: 1.25rem;
  padding: 8px 0;
  margin-right: 10px;
}

.linha-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.linha-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.linha1 {
  background-color: rgb(23, 23, 144);
}

.linha2 {
  background-color: rgb(52, 120, 96);
}

.linha3 {
  background-color: rgb(218, 66, 65);
}

.linha4 {
  background-color: rgb(243, 199, 91);
  /* color: #000; */
}

.linha5 {
  background-color: rgb(112, 82, 151);
}

.linha7 {
  background-color: #a8034f;
}

.linha8 {
  background-color: rgb(148, 148, 136);
  /* color: #000; */
}

.linha9 {
  background-color: rgb(33, 152, 150);
}

.linha10 {
  background-color: rgb(28, 138, 171);
}

.linha11 {
  background-color: rgb(244, 108, 85);
}

.linha12 {
  background-color: rgb(31, 32, 134);
}

.linha13 {
  background-color: rgb(41, 179, 82);
}

.linha15 {
  background-color: rgb(132, 141, 144);
  /* color: #000; */
}

.status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
}
.status.verde {
  background-color: #28a745;
}
.status.amarelo, .status.status-circle-amarelo {
  background-color: #ffc107;
}
.status.vermelho, .status.status-circle-vermelho {
  background-color: #dc3545;
}
.status.laranja, .status.status-circle-laranja {
  background-color: #F57C00;
}

.status-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #28a745;
  box-shadow: 0 0 0 2px #cce5cc;
}

.line-name {
  color: #111;
  font-weight: 600;
  text-transform: lowercase;
  display: inline-block;
}
.line-name::first-letter {
  text-transform: uppercase;
}

.status-circle-verde {
  background-color: #28a745;
}

.status-circle-amarelo {
  background-color: #ffc107;
}

.status-circle-vermelho {
  background-color: #dc3545;
}

.status-circle-cinza {
  background-color: #636363;
}

.linesInfoBox {
  max-height: 30rem;
  overflow-y: auto;
}

.btnApp {
  color: #fff;
}
.btnApp svg {
  fill: #fff;
  margin-right: 0.3125rem;
}

.ctaBox {
  background-color: #212262;
  color: #fff;
  border-radius: 0.9375rem;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 43.74875em) {
  .ctaBox {
    background-image: none !important;
  }
}
.ctaBox p {
  color: #fff;
}
.ctaBox--border {
  background-color: #fff;
  border: 2px solid #ee6f2c;
  color: #212262;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.ctaBox--border p {
  color: #212262;
}

.line-page {
  padding-top: 0;
}
.line-page .title--primary {
  margin-bottom: 1.5rem;
}
.line-page .stations-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.line-page .stations-list li {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 0.75rem 1.25rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.line-page .stations-list li:hover {
  background-color: #a8034f;
  color: #fff;
  transform: translateY(-3px);
}
.line-page .stations-list a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
.line-page .connections-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}
.line-page .connections-list li {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.line-page .connections-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.line-page .connections-list .flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.line-page .connections-list span:first-child {
  display: inline-block;
  background-color: #a8034f;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0 0;
}
.line-page .connections-list strong {
  display: block;
  font-size: 1rem;
  color: #333;
}
.line-page .connections-list span:last-child {
  display: block;
  font-size: 0.9rem;
  color: #777;
}

#barraAcessibilidade {
  display: flex;
  position: fixed;
  right: 2px;
  color: black;
  z-index: 99999;
  bottom: 6.25rem;
}
@media (min-width: 56.25em) {
  #barraAcessibilidade {
    top: 248px;
    bottom: inherit;
  }
}
#barraAcessibilidade a {
  color: black;
  padding: 5px 10px;
  font-size: 1rem;
}
#barraAcessibilidade #menuAcessibilidade {
  border: 1px solid #ddd;
  background-color: #fff;
}
#barraAcessibilidade #menuAcessibilidade a {
  margin-bottom: 0;
}
#barraAcessibilidade #btnAcessibilidade img {
  width: 40px;
}

.inversed {
  background: black;
  filter: invert(100%);
}

.inversed #lgpdModal {
  filter: invert(100%);
  top: 500px;
  height: 230px;
  width: 100%;
  z-index: 1055;
}

.hipelight-links a {
  background-color: #df5 !important;
  color: black !important;
}

.contrast {
  background: black !important;
}
.contrast * {
  border-color: white !important;
  background-color: black !important;
}
.contrast nav,
.contrast li,
.contrast ol,
.contrast header,
.contrast footer,
.contrast section,
.contrast main,
.contrast aside,
.contrast article,
.contrast .card,
.contrast .card .card-body,
.contrast .collapse,
.contrast .dropdown-menu,
.contrast .list-resultado-busca .list-group-item {
  background: black !important;
}
.contrast div#topbarLink,
.contrast img,
.contrast .card .card-img,
.contrast footer .redes a,
.contrast .divider {
  background: #fff !important;
}
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6,
.contrast p,
.contrast label,
.contrast strong,
.contrast em,
.contrast cite,
.contrast i,
.contrast span,
.contrast th,
.contrast td,
.contrast .nav-link,
.contrast .dropdown-menu a,
.contrast ::placeholder,
.contrast .slick-dots li.slick-active button:before,
.contrast .breadcrumb *,
.contrast #noticia-aberta aside article small,
.contrast .artigo-interno a,
.contrast ::marker,
.contrast .busca-interna .br-button i,
.contrast .carousel-cards2 .card .circle,
.contrast #pagination .page-item a,
.contrast .pagination li,
.contrast .select2-container--default .select2-selection--single .select2-selection__rendered,
.contrast .typing-field,
.contrast .form-control,
.contrast #lgpdModal p {
  color: white !important;
}
.contrast .card-img i,
.contrast footer .redes i {
  color: black !important;
}
.contrast #lgpdModal a {
  color: #2378c3 !important;
}
.contrast button:not(.navbar-toggler),
.contrast input[type=button],
.contrast input[type=reset],
.contrast input[type=submit] {
  background: black !important;
  color: white !important;
  border: none !important;
}
.contrast input[type=text],
.contrast input[type=password],
.contrast input[type=url],
.contrast input[type=search],
.contrast input[type=email],
.contrast input[type=tel],
.contrast input[type=date],
.contrast input[type=month],
.contrast input[type=week],
.contrast input[type=datetime],
.contrast input[type=datetime-local],
.contrast textarea,
.contrast input[type=number],
.contrast .btn-mais,
.contrast #secretario .br-button,
.contrast #lgpdModal .lgpd-btn {
  background: black !important;
  border: 1px solid white !important;
  color: white !important;
}
.contrast #lgpdModal .lgpd-btn:hover {
  background: white !important;
  color: black !important;
  border: 1px solid black !important;
}
.contrast .navbar .nav-link:hover,
.contrast footer img,
.contrast #modalLgpd,
.contrast #modalLgpd .modal-dialog .modal-content .buttonConfirm,
.contrast #modalLgpd .modal-dialog .modal-content .contentModal,
.contrast #modalLgpd .modal-dialog .modal-content .contentModal .conteudo {
  background: none !important;
}
.contrast .accordion .card {
  margin-bottom: 0;
}
.contrast .accordion .card .card-body {
  padding: 15px;
}
.contrast .navbar .dropdown-menu,
.contrast .card,
.contrast .card .card-body {
  border: 1px solid #ffffff;
}
.contrast .navbar-light .navbar-nav .nav-link {
  border-bottom: 3px solid #000 !important;
}
.contrast .tit-area {
  border-color: white;
}
.contrast .slick-dots li button:before {
  color: #999 !important;
  opacity: 0.6;
}
.contrast .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.contrast .breadcrumb a {
  text-decoration: underline;
}
.contrast img.on-contrast-force-gray {
  filter: grayscale(100%) contrast(120%);
}
.contrast img.on-contrast-force-white {
  filter: brightness(0) invert(1);
}
.contrast #lgpdModal {
  border: 1px solid #fff !important;
}
@media only screen and (min-width: 769px) {
  .contrast div#govsp-topbarGlobal div#topbarGlobal #topbarLink {
    background-repeat: no-repeat !important;
    background-position: right !important;
  }
}
.contrast .cdk-overlay-container .modalSei .modal-conteudo .btn {
  background: #ff161f !important;
  color: #fff !important;
}
.contrast .alert i,
.contrast .alert .text-body,
.contrast .alert strong,
.contrast .alert button.close {
  background: transparent !important;
}
.contrast .alert strong,
.contrast .alert span {
  background: transparent !important;
  color: #000 !important;
}

@media (max-width: 56.24875em) {
  body {
    padding-right: 0 !important;
    overflow-x: hidden !important;
  }
}

.menuDesk {
  display: none;
}
@media (min-width: 56.25em) {
  .menuDesk {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .menuDesk .navbar-brand {
    padding: 0 0;
  }
}

.header {
  width: 100%;
  min-height: 3rem;
  display: block;
  margin-bottom: 0rem;
  text-align: center;
  background-color: #212262;
}
.header #headerSearchForm .icon-search::before {
  color: #fff;
}
.header #headerSearchForm .btn-search {
  background-color: #333333;
  border: none;
}
.header #headerSearchForm .form-control {
  background-color: #333333;
  min-height: 1.625rem;
  color: #fff;
  border: none;
  padding: 0 0;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 56.24875em) {
  .header__top ul .nav-link {
    font-size: 0.5625rem;
  }
}
.header .navbar-toggler {
  border-color: #fff;
}
.header .navbar-toggler i {
  color: #fff;
}
.header .offcanvas-header {
  background-color: #ee6f2c;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.header .offcanvas-header .btn-close {
  color: #fff;
  margin-left: inherit;
  margin-right: inherit;
  width: 1.25rem;
  background-image: none;
  height: 1.25rem;
}
.header .offcanvas-header .navbar-brand {
  max-width: 6.1875rem;
  margin-left: auto;
}
.header .nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.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: #999999;
  font-weight: 700;
}
.header .nav-link.active, .header .nav-link.show {
  color: #999999;
  font-weight: 700;
}
.header .btn--pill {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}
.header .btn--pill:hover {
  background-color: #212262;
}
.header .navbar-nav li.nav-item .nav-link {
  color: #545454;
  font-size: 1rem;
}
@media (min-width: 56.25em) {
  .header .navbar-nav li.nav-item .nav-link {
    font-size: 0.75rem;
  }
}
@media (min-width: 90em) {
  .header .navbar-nav li.nav-item .nav-link {
    font-size: 1rem;
  }
}
.header .navbar-nav .dropdown-menu {
  padding: 1.25rem 0rem 1.25rem;
  border-radius: 10px;
}
@media (max-width: 56.24875em) {
  .header .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 2.5rem 0rem 2.5rem;
  }
}
.header .navbar-nav .dropdown-menu li a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  color: #666666;
  font-size: 1rem;
}
.header .navbar-nav .nav-item--title {
  font-family: "Montserrat", sans-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: "Montserrat", sans-serif;
  font-weight: 400;
  color: #111;
  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, .header .navbar-nav .dropdown-item:hover {
  color: #ee6f2c;
  background-color: inherit;
}
.header .navbar-nav .dropdown-item::after {
  transform: rotate(90deg);
  color: #666666;
  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 .menu-2 {
  list-style-type: none;
  padding-left: 0;
  padding-top: 1.25rem;
  border-top: 1px solid #ee6f2c;
}
.header .menu-2 li {
  color: #111;
  font-weight: 400;
}
.header .menu-2 li a {
  color: #111;
  font-weight: 400;
}
.header .offcanvas {
  width: 80%;
}
.header .navbar-brand {
  margin-right: 0;
  max-width: 6.25rem;
}
@media (min-width: 90em) {
  .header .navbar-brand {
    margin-right: 3rem;
    max-width: 100%;
  }
}
.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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: 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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: 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: "Montserrat", 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::placeholder {
  font-family: "Montserrat", 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: #fff;
  border-bottom: 3px solid #ee6f2c;
}
.header__bottom .navbar {
  padding: 0 0;
}
.header__bottom .navbar-nav .nav-link {
  padding: 0 0;
}
.header__bottom--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.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: "Montserrat", sans-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: 0px 20px 30px;
  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: "\e907";
  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;
}
.header .dropdownItemBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 2rem;
}
.header .dropdownItemBox__item:not(:first-of-type) {
  border-left: 1px solid #d1d1d1;
  padding-left: 2rem;
}

.dropdown-full-width {
  position: static;
}
.dropdown-full-width a.nav-link:hover {
  cursor: pointer;
}
.dropdown-full-width a.nav-link::after {
  content: "\e906";
  font-family: "icomoon" !important;
  speak: never;
  display: inline-block;
  color: #999999;
  font-size: 0.5625rem;
  margin-left: 0.5rem;
}
.dropdown-full-width.show a.nav-link {
  color: #ee6f2c !important;
}
.dropdown-full-width.show a.nav-link::after {
  content: "\e908";
  color: #ee6f2c !important;
}
.dropdown-full-width .col {
  width: auto;
}
.dropdown-full-width .col:not(:last-of-type) {
  border-right: 1px solid #d1d1d1;
}

.dropdown-full-width > .dropdown-menu {
  display: none;
  top: 80px;
  transform: none;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #f3f3f3;
}

.dropdown-full-width.show > .dropdown-menu {
  display: block;
}

.btn-float {
  background-color: #00adef;
  width: 4rem;
  height: 4rem;
  color: #fff;
  display: block;
  position: fixed;
  right: 0.625rem;
  bottom: 1.25rem;
  padding: 1.125rem;
  text-decoration: none;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 99;
}
@media (min-width: 56.25em) {
  .btn-float {
    right: 6.875rem;
    bottom: 1.875rem;
  }
}
.btn-float span {
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  display: none;
  white-space: nowrap;
  margin-right: 0.9375rem;
  width: 0;
  transition: all 0.2s ease-in-out;
}
.btn-float i::before {
  font-size: 1.6875rem;
}
.btn-float:hover {
  width: 10.6875rem;
  border-radius: 2rem;
  background-color: #00608d;
}
.btn-float:hover span {
  display: inline-block;
  width: 5.9375rem;
}

.container-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.white {
  background-color: #fff;
}

.section-block-text .container {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.section-block-text .title--primary {
  margin-bottom: 1.5rem;
}

.section-block-text.imageAndText {
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.section-block-text.imageAndText .container {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.container + .section-block-text.imageAndText {
  padding-top: 0;
}

.productLines {
  margin-top: 1.875rem;
}
@media (min-width: 56.25em) {
  .productLines {
    margin-top: 7.5rem;
  }
}
.productLines .title--primary {
  margin-bottom: 1.75rem;
}

.solutionsLines {
  margin-top: 1.875rem;
}
@media (min-width: 56.25em) {
  .solutionsLines {
    margin-top: 7.5rem;
  }
}
.solutionsLines .title--primary {
  margin-bottom: 1.75rem;
}

.ourVehicles {
  margin-top: 2.4375rem;
}
.ourVehicles .title--primary {
  margin-bottom: 0.375rem;
}
.ourVehicles__desc {
  font-family: "Montserrat", 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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: #ee6f2c;
  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: "Montserrat", 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: "Montserrat", 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: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #ee6f2c;
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .about__info__title {
    margin-bottom: 0.75rem;
  }
}
.about__info__desc {
  font-family: "Montserrat", 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: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
}

.field-validation-error {
  font-size: 0.75rem;
  color: #9f0002;
  display: block;
  margin-top: -0.5rem;
}

.form-check .field-validation-error {
  margin-top: -0.125rem;
}
.form-check .input-validation-error + label {
  color: #9f0002;
}

.privacyCenter {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  color: #545454;
  margin-bottom: 3.75rem;
}
.privacyCenter__icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: 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: "Montserrat", 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;
}

.privacyTic .header-section {
  margin-bottom: 3.75rem;
}
.privacyTic .content-section {
  margin-bottom: 3.125rem;
}
.privacyTic h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #212262;
  margin-bottom: 1rem;
}
.privacyTic h3 {
  color: #212262;
}
.privacyTic h5 {
  font-weight: 700;
  margin-top: 1.5rem;
  color: #212262;
}
.privacyTic .definition-term {
  font-weight: bold;
  color: #ee6f2c;
}
.privacyTic .table thead th {
  background-color: #212262;
  color: #fff;
  text-align: center;
}
.privacyTic .alert {
  background-color: #212262;
  color: #fff;
  border-color: #212262 !important;
  box-shadow: none;
}
.privacyTic .alert h4 {
  color: #ee6f2c;
}
.privacyTic .alert p {
  color: #fff;
}
.privacyTic .card-title {
  color: #212262;
}

.page-recall .consultRecall .formRecall {
  margin-bottom: 7.5625rem;
}
@media (min-width: 56.25em) {
  .page-recall .consultRecall .formRecall .formGroup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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: "Montserrat", 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: "\e907";
    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: "Montserrat", sans-serif;
  font-size: 1.1875rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.page-releases .title--primary {
  margin-bottom: 1.5rem;
}
.page-releases .filterReleases {
  overflow: visible;
}
.page-releases .filterReleases__tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -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: #ee6f2c;
  background-color: #ee6f2c;
  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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -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: "Montserrat", sans-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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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;
}
.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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.releasesSpotlight__title {
  margin-bottom: 1.5rem;
}
.releasesSpotlight__text {
  font-family: "Montserrat", 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: "Montserrat", 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: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #ee6f2c;
  display: block;
}
.releasesSpotlight__info__line {
  font-weight: bold;
  color: #212262;
  margin-bottom: 15px;
}
.releasesSpotlight__info__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 1.4375rem;
  color: #212262;
}
@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;
}

.releases__content .container, .releases__header .container {
  max-width: 800px;
}

.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: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -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: "Montserrat", sans-serif;
  color: #ee6f2c;
}
@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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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;
}

.circleWhite {
  width: 0.875rem;
  height: 0.875rem;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card-detail table td:nth-child(1) {
  width: 2%;
  vertical-align: middle;
}

@media (max-width: 56.24875em) {
  .block-html + footer {
    margin-top: 3.125rem;
  }
}

.footer {
  background-color: #212262;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 3.75rem;
}
@media (min-width: 56.25em) {
  .footer {
    margin-top: 6.25rem;
  }
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .movetotop {
  background: none;
  box-shadow: none;
  border: none;
  color: #fff;
}
@media (min-width: 56.25em) {
  .footer__header {
    margin-bottom: 3rem;
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 2.25rem;
  }
}
.footer__header ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.footer__header ul:not(:first-of-type) {
  border-top: 1px solid #fff;
  padding-left: 0rem;
  padding-top: 1.5rem;
}
@media (min-width: 56.25em) {
  .footer__header ul:not(:first-of-type) {
    border-top: none;
    padding-top: 0rem;
    padding-left: 0rem;
  }
}
.footer__header ul li {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.footer__header ul li:first-of-type, .footer__header ul li:first-of-type a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ee6f2c;
}
.footer__header ul li a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.footer__header ul li a.active, .footer__header ul li a:hover {
  color: #ffffff;
}
@media (min-width: 56.25em) {
  .footer__bottom .col-12 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 3.5rem;
  }
}
.footer__bottom ul {
  list-style-type: none;
  padding-left: 0;
}
.footer__bottom ul li {
  margin-bottom: 0.5rem;
}
.footer__bottom ul li a {
  color: #999999;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer__bottom ul li a.active, .footer__bottom ul li a:hover {
  color: #ffffff;
}
.footer .socialsList {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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: "Montserrat", 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 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  list-style-type: none;
  padding-left: 0;
  margin-left: auto;
}
.footer .phonesList a {
  width: 2.0625rem;
  text-align: left;
  transition: opacity 0.2s ease;
  font-size: 1rem;
  display: inline-block;
}
.footer .phonesList a svg {
  fill: #fff;
}
.footer .phonesList a:hover {
  opacity: 0.7;
}
.footer .phonesList--text {
  display: block;
}
.footer .phonesList--text a {
  width: auto;
}
.footer .phonesList--text svg {
  margin-right: 0.625rem;
}
.footer .phonesList--text li {
  display: block;
  text-align: left;
}
.footer .phonesList li {
  margin-bottom: 0.5rem;
}
.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;
  }
}
@media (min-width: 56.25em) {
  .footer .phonesList li i {
    margin-left: 0.5rem;
    margin-right: 0.15625rem;
  }
}
.footer .phonesList li i::before {
  font-size: 1.25rem;
  vertical-align: middle;
}
.footer .copyright p {
  font-size: 0.75rem;
  color: #fff;
}
.footer .auxiliaryMenu {
  padding: 0 0;
}
.footer .auxiliaryMenu li {
  display: block;
  color: #ee6f2c;
}
.footer .auxiliaryMenu li:first-of-type {
  font-weight: bold;
}
.footer .auxiliaryMenu li:first-of-type a {
  font-weight: bold;
}
.footer .auxiliaryMenu li a {
  color: #ee6f2c;
  font-weight: bold;
}

#privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 30;
  padding: 1.25rem 0;
  border-top: 2px solid #ee6f2c;
}
#privacy p {
  font-size: 1rem;
}
#privacy .btn {
  font-size: 0.9375rem;
  text-transform: none;
  letter-spacing: 0;
  padding: 10px 20px;
}

/*# sourceMappingURL=styles.css.map */
