* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  overflow-wrap: break-word;
  margin: 0;
}

ul {
  margin: 0;
}

#root, #__next {
  isolation: isolate;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0 none;
}

h1, .h1 {
  font-size: 2em;
}

h2, .h2 {
  margin-bottom: 16px;
  font-size: 1.3em;
  line-height: 1.2;
}
h2.h2, .h2.h2 {
  font-size: 1.5em;
}
@media (min-width: 600px) {
  h2, .h2 {
    font-size: 2.2em;
  }
}
@media (min-width: 600px) and (max-height: 720px) {
  h2, .h2 {
    font-size: 2em;
    margin-bottom: 8px;
  }
}

h3, .h3 {
  margin-bottom: 0.5em;
  font-size: 1em;
}
@media (min-width: 600px) {
  h3, .h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 600px) and (max-height: 720px) {
  h3, .h3 {
    font-size: 1em;
    margin-bottom: 8px;
  }
}

h6 {
  margin-bottom: 0.5em;
}

strong {
  font-weight: 600;
}

p {
  font-weight: 300;
  font-style: normal;
}

.availability {
  font-weight: 600;
  color: #168a00;
  margin-top: 16px;
  font-size: 0.85em;
  display: inline-block;
}
.availability svg {
  width: 16px;
  height: 16px;
  position: relative;
  bottom: -3px;
  margin-right: 3px;
}
.availability svg .cls-1 {
  fill: #ffffff;
}
.availability svg .cls-2 {
  fill: #198b37;
}
.availability.available-soon {
  color: #013153;
}
.availability.available-soon .cls-2 {
  fill: #013153;
}

ul.check {
  list-style: none;
  padding: 0;
}
ul.check li {
  padding: 0;
}
ul.check li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.05 15.04'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006bad; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='15.71 0 15.7 .01 7.35 8.35 3.34 4.34 0 7.68 7.36 15.04 8.18 14.22 10.7 11.7 19.05 3.35 15.71 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 8px;
}

:root {
  --color-black: #021102;
  --color-black-tint: #606060;
  --color-primary: #006bad;
  --color-primary-hover: #00436b;
  --color-darkblue: #013153;
  --color-white: #F7F7F2;
  --color-white-hover: #e3e3db;
  --color-background: #F7F7F2;
  --color-orange: #FF7E44;
  --color-white: #FFF;
  --padding-inline: 32px;
  --max-width: 1400px;
  --wrapper-width: 80%;
  --vh: 9.44px;
  --content-width: 600px;
  --gutter: 30px;
  --transition-duration: 0.3s;
  --transition-timing-function: ease-in-out;
  --banner-gap: 16px;
}
@media (max-width: 600px) {
  :root {
    --padding-inline: 16px;
  }
}
@media (min-width: 600px) {
  :root {
    --banner-gap: 32px;
  }
}
@media (min-width: 1000px) {
  :root {
    --banner-gap: 40px;
  }
}

.main {
  padding: 95px 15px 0;
  position: relative;
}

.button-group {
  margin-top: 40px;
  display: flex;
  gap: 1em;
  flex-direction: row;
  overflow: hidden;
}
.button-group .btn {
  font-size: 1em;
}

.no-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
.no-style li {
  padding: 0;
}

.no-style a, .recaptcha--notice a {
  color: var(--color-darkblue);
}

.green-link {
  color: var(--color-primary);
  margin-block: 16px;
  display: block;
}

.mask {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.flex {
  display: flex;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 45em) { /* 720px */
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 12.66%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
.section {
  padding-block: 40px;
}
.section.primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.section.primary .btn {
  color: var(--color-black);
  background-color: var(--color-white);
}
.section.white {
  background-color: var(--color-white);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-inline: var(--padding-inline);
  max-width: var(--max-width);
}

@media (min-width: 600px) {
  .wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .info-wrapper {
    margin-bottom: 30px;
  }
  .top.info-wrapper {
    margin-bottom: 40px;
  }
}
/* Remove default table styling */
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

table, th, td {
  border: none;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
}

.tag {
  font-family: interstate, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.follow {
  height: 300vh;
}

a {
  cursor: pointer;
}
a:hover {
  transition: all 0.25s ease;
}

.components {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee {
  position: relative;
  height: 36px;
  width: 100%;
  overflow: hidden;
  color: #1b4569;
  font-size: 0.7em;
  display: flex;
  background-color: transparent;
  align-items: center;
  padding: 0;
  z-index: 2;
}
.marquee ul {
  display: flex;
  will-change: transform;
  animation: marquee 45s linear infinite;
  list-style: none;
  padding: 0;
}
.marquee ul li {
  margin-right: 45px;
  white-space: nowrap;
}

.hero {
  position: relative;
}
.hero small {
  display: block;
  font-weight: 400;
}
.hero picture {
  width: 100%;
}
@media (min-width: 900px) {
  .hero picture img {
    min-height: 520px;
    object-fit: cover;
  }
}
@media (min-width: 900px) and (min-height: 700px) {
  .hero picture img {
    min-height: 650px;
  }
}
@media (min-width: 900px) {
  .hero picture::after, .hero picture::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 50%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
  }
  .hero picture::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    right: 0;
    bottom: auto;
    height: 160px;
  }
}
.hero .hero-content {
  width: 100%;
  max-width: var(--max-width);
  padding: 24px;
  color: var(--color-black);
  z-index: 4;
}
@media (max-width: 899px) {
  .hero .hero-content .secondary {
    border: 1px solid var(--color-darkblue);
  }
}
@media (min-width: 900px) {
  .hero .hero-content {
    padding-inline: var(--padding-inline);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
  }
}
@media (min-width: 900px) {
  .hero .hero-content > div {
    max-width: 390px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-content > div {
    max-width: 480px;
  }
}
@media (min-width: 1600px) {
  .hero .hero-content > div {
    max-width: 520px;
  }
}
.hero .hero-content > div .tag {
  background: #8fa3b0;
  color: var(--color-white);
  font-family: "Interstate", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding: 3px 12px;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 0.65em;
  border-radius: 8px 8px 8px 0;
}
@media (min-width: 1200px) {
  .hero .hero-content > div .tag {
    font-size: 0.75em;
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  .hero .hero-content > div .tag {
    font-size: 0.85em;
  }
}
.hero .hero-content > div h1 {
  width: 100%;
  font-size: 2.4em;
  line-height: 1.2;
  display: inline-block;
}
@media (min-width: 1200px) {
  .hero .hero-content > div h1 {
    font-size: 3em;
  }
}
@media (min-width: 1600px) {
  .hero .hero-content > div h1 {
    font-size: 3.2em;
  }
}
.hero .hero-content > div h2 {
  font-weight: 400;
  margin-top: 8px;
}
@media (min-width: 900px) {
  .hero .hero-content > div h2 {
    font-size: 1.5em;
  }
}
.hero .hero-content > div .pricing {
  margin-top: 15px;
}
.hero .hero-content > div .pricing h4 {
  font-weight: 400;
  margin-bottom: 3px;
}
.hero .hero-content > div .pricing > div > * {
  font-weight: 600;
  font-size: 1.25em;
  margin-right: 15px;
}
.hero .hero-content > div .pricing > div > *.regular-price:last-child small {
  display: inline-block;
  margin-right: 3px;
}
.hero .hero-content > div .cta-wrapper {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .hero .hero-content > div .cta-wrapper .btn {
    font-size: 1.25em;
  }
}
.hero .hero-content > div .scroll-down {
  margin-top: 32px;
  position: relative;
  align-items: center;
  font-size: 1.2em;
}
@media (min-width: 1200px) {
  .hero .hero-content > div .scroll-down {
    margin-top: 56px;
  }
}
.hero .hero-content > div .scroll-down span {
  border: 1px solid var(--color-white);
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-left: 8px;
}
.hero .hero-content > div .scroll-down span svg {
  fill: var(--color-white);
  width: 10px;
}
.hero .hero-bottom {
  color: var(--color-primary);
  padding: 24px;
  z-index: 2;
  position: relative;
  background: var(--color-white);
}
@media (max-width: 899px) {
  .hero .hero-bottom {
    padding: 0;
    width: calc(100% + 2px);
    margin-left: -1px;
  }
}
@media (min-width: 900px) {
  .hero .hero-bottom {
    background: var(--color-white);
    position: relative;
    z-index: 3;
    padding: 16px 64px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-bottom {
    color: var(--color-white);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 32px;
    background: transparent;
  }
  .hero .hero-bottom::before {
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    right: 0;
    left: 0;
    bottom: -32px;
    height: 240px;
  }
}
@media (min-width: 1600px) {
  .hero .hero-bottom {
    bottom: 64px;
  }
  .hero .hero-bottom::before {
    bottom: -64px;
  }
}
.hero .hero-bottom ul {
  position: relative;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 900px) {
  .hero .hero-bottom ul {
    justify-content: center;
  }
}
.hero .hero-bottom ul li {
  width: 50%;
  display: flex;
}
@media (min-width: 600px) {
  .hero .hero-bottom ul li {
    width: 25%;
  }
}
@media (max-width: 899px) {
  .hero .hero-bottom ul li {
    border-left: 1px solid var(--color-background);
    border-top: 1px solid var(--color-background);
    padding: 24px;
  }
}
@media (min-width: 900px) {
  .hero .hero-bottom ul li {
    margin-bottom: 0;
    width: auto;
  }
  .hero .hero-bottom ul li:not(:last-child) {
    margin-right: 64px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-bottom ul li:not(:last-child) {
    margin-right: 96px;
  }
}
.hero .hero-bottom ul li > span.icon {
  width: 22px;
  margin-right: 10px;
  display: flex;
  align-self: flex-start;
}
.hero .hero-bottom ul li > span.icon svg {
  width: 100%;
  margin-left: auto;
  fill: var(--color-primary);
}
@media (min-width: 1200px) {
  .hero .hero-bottom ul li > span.icon svg {
    fill: var(--color-white);
  }
}
.hero .hero-bottom ul li > span h3 {
  font-family: "interstate", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-bottom: 0;
  color: var(--color-black);
}
@media (min-width: 1200px) {
  .hero .hero-bottom ul li > span h3 {
    color: var(--color-white);
  }
}
.hero .hero-bottom ul li > span span {
  font-weight: 600;
  font-size: 1.2em;
  position: relative;
  top: -2px;
}
@media (min-width: 1200px) {
  .hero .hero-bottom ul li > span span {
    font-size: 1.4em;
  }
}
.hero .hero-bottom ul li > span span sup {
  position: absolute;
  top: -4px;
  left: 100%;
  font-size: 0.7em;
}

.carousel {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-evenly;
}
@media (max-width: 900px) {
  .carousel .carousel-tiles {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.carousel .carousel-tiles .carousel-tile {
  display: none;
}
@media (min-width: 900px) {
  .carousel .carousel-arrows {
    display: none;
  }
}
.carousel .carousel-arrows .nav-arrow {
  position: absolute;
  padding: 15px;
  width: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.carousel .carousel-arrows .nav-arrow svg {
  width: 100%;
  height: 100%;
}
.carousel .carousel-arrows .nav-arrow.arrow-next {
  left: auto;
  right: 0;
}
.carousel .carousel-thumbs {
  display: none;
  padding: var(--gutter) var(--gutter) 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  .carousel .carousel-thumbs {
    display: flex;
  }
}
.carousel .carousel-thumbs .carousel-thumb {
  cursor: pointer;
  border: 1px solid #fff;
  margin: 0 2px;
  max-width: 120px;
}
.carousel .carousel-thumbs .carousel-thumb:hover {
  border: 1px solid var(--color-primary);
}
.carousel .carousel-thumbs .carousel-thumb.active {
  border-color: var(--color-primary);
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.drawer {
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  opacity: 0;
  z-index: 999;
  background: var(--color-darkblue);
  color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: flex-start;
  align-content: flex-start;
}
.drawer .close {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 36px;
}
.drawer .close::before, .drawer .close::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
}
.drawer .close::before {
  transform: rotate(-45deg);
}
.drawer .close::after {
  transform: rotate(45deg);
}
.drawer .drawer-content {
  font-size: 2em;
  margin-top: 90px;
  padding: 0 20px;
}
.drawer .drawer-content ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.drawer .drawer-content ul li:not(:last-child) {
  margin-bottom: 16px;
}
.drawer .drawer-content ul li a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.drawer .drawer-content ul li a img {
  max-width: 32px;
  height: auto;
}
.drawer .drawer-content ul li a img:first-child {
  margin-right: 10px;
}
.drawer .drawer-content ul li a img:last-child {
  margin-right: 10px;
}
.drawer .drawer-content ul + ul {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.drawer-open .drawer {
  z-index: 999;
  transform: translateY(0);
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
@media (max-width: 599px) {
  .modal {
    align-items: flex-start;
  }
}
.modal .form-section {
  padding: 0;
}
.modal .modal-wrapper {
  margin: 16px;
  padding: var(--padding-inline);
  background: var(--color-white);
  width: calc(100% - 32px);
  max-width: 600px;
  position: relative;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
@media (max-width: 599px) {
  .modal .modal-wrapper {
    height: calc(100vh - 32px);
    border-radius: 4px;
    overflow-y: scroll;
  }
}
.modal .modal-wrapper h2 {
  margin-bottom: 32px;
}
.modal .modal-wrapper .close-modal {
  position: absolute;
  top: var(--padding-inline);
  right: var(--padding-inline);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 599px) {
  .modal .modal-wrapper .close-modal {
    top: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
    padding: var(--padding-inline);
  }
}
.modal .modal-wrapper .close-modal::before {
  transform: rotate(-45deg);
}
.modal .modal-wrapper .close-modal::after {
  transform: rotate(45deg);
}

.modal.modal-open {
  transform: translateY(0%);
}
.modal.modal-open.animate-in {
  opacity: 1;
}
.modal.modal-open.animate-in .modal-wrapper {
  opacity: 1;
  transform: translateY(0%);
}
@media (max-width: 599px) {
  .modal.modal-open {
    align-items: flex-start;
  }
}

.form-section.variant {
  overflow: visible;
}

.select-car {
  margin: 8px 0;
  gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 599px) {
  .select-car {
    flex-direction: row;
  }
}
.select-car .car-wrapper {
  width: calc(25% - 8px);
}
@media (max-width: 599px) {
  .select-car .car-wrapper {
    width: calc(50% - 4px);
  }
}
.select-car .car-wrapper img {
  border: 1px solid rgba(191, 191, 191, 0);
  transition: border 0.1s ease 0s;
}
.select-car .car-wrapper input + img {
  border: 1px solid rgba(191, 191, 191, 0.3);
}
.select-car .car-wrapper input:checked + img {
  border: 1px solid #006BAD;
}

.footer {
  padding: 48px 0;
  margin-top: 48px;
  background-color: var(--color-darkblue);
  line-height: 24px;
  color: var(--color-white-hover);
  border-top: 1px solid var(--color-primary-hover);
}
.footer a {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  color: #989898;
}
.footer h6 {
  color: var(--color-primary);
}
@media (min-width: 900px) {
  .footer {
    padding: calc(var(--padding-inline) * 3) 0;
  }
}
.footer .logo svg {
  width: 100%;
  height: auto;
}
.footer .logo svg path {
  fill: var(--color-white);
  transition: fill 0.3s ease 0s;
}
.footer .logo {
  display: block;
  margin-bottom: 32px;
  transition: max-width 0.3s ease 0s;
  max-width: 200px;
}
@media (max-width: 599px) {
  .footer .logo {
    margin-bottom: 0;
    max-width: 160px;
  }
}
.footer .container:not(.bottom) {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: var(--padding-inline);
}
@media (min-width: 900px) {
  .footer .container:not(.bottom) {
    gap: 10%;
    flex-direction: row;
  }
}
.footer .container:not(.bottom) .flex {
  display: flex;
  gap: 1rem;
}
@media (max-width: 600px) {
  .footer .container:not(.bottom) .flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (min-width: 900px) {
  .footer .container:not(.bottom) .flex {
    gap: 4rem;
  }
}
.footer .bottom {
  flex-wrap: wrap;
  margin-top: var(--padding-inline);
  color: #335671;
  text-align: center;
}
.footer .bottom hr {
  margin: 0 0 var(--padding-inline);
  border: 0;
  border-top: 1px solid #335671;
  width: 100%;
}
.footer .bottom .row {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
@media (max-width: 599px) {
  .footer .bottom .row {
    align-items: center;
    flex-direction: column;
    gap: 32px;
  }
}
.footer .bottom .logo-row {
  display: flex;
  flex-direction: row;
  column-gap: 32px;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
}
@media (max-width: 599px) {
  .footer .bottom .logo-row li:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (min-width: 600px) {
  .footer .bottom .logo-row li:first-child {
    padding-right: 32px;
    border-right: 1px solid var(--color-primary-hover);
  }
}
.footer .bottom .logo-row li img {
  filter: grayscale(100%);
  mix-blend-mode: screen;
  max-height: 32px;
  height: auto;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.cta h2 {
  color: var(--color-black);
}
.cta h2 .white {
  color: var(--color-white);
}
.cta p {
  max-width: 700px;
}

.more {
  background-color: var(--color-white);
  display: flex;
  align-items: start;
  overflow-x: hidden;
}
.more h3 {
  line-height: 1;
  margin-block: 16px;
}
@media (max-width: 750px) {
  .more h3 {
    margin-block: 0px;
    margin-top: 16px;
  }
  .more h3 + .text-link-arrow {
    margin-top: 8px;
  }
}
.more .max-width {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}
.more .cards {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.more .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.more .card .text-link-arrow {
  margin: auto 0 0;
}
@media (max-width: 599px) {
  .more .card img {
    object-fit: cover;
    width: 500px;
    height: 250px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .more .card {
    width: calc(50% - 8px);
  }
}
@media (min-width: 900px) {
  .more .card {
    flex: 1;
  }
  .more .card img {
    object-fit: cover;
    width: 500px;
    height: 250px;
  }
}

.header {
  width: 100%;
  z-index: 999;
  top: 40px;
  transition: background 0.3s ease 0s, padding 0.3s ease 0s;
  margin-top: 40px;
}
.header.absolute {
  margin-top: 0;
  position: absolute;
}
.header.white nav ul a {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.header.white .logo svg path {
  fill: #fff;
}
.header.white .burger > span {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.header.white .burger > span > span {
  background: #fff;
}
.header .header-wrapper {
  transition: padding 0.3s ease 0s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-inline: var(--padding-inline);
  padding-block: var(--padding-inline);
}
.header .logo {
  transition: max-width 0.3s ease 0s;
  max-width: 200px;
}
@media (max-width: 599px) {
  .header .logo {
    max-width: 160px;
  }
}
.header .logo svg {
  width: 100%;
  height: auto;
}
.header .logo svg path {
  fill: var(--color-black);
  transition: fill 0.3s ease 0s;
}
.header nav {
  flex-shrink: 0;
}
.header nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  color: var(--color-black);
  font-weight: 600;
  padding-left: 0;
  font-size: 0.95em;
}
.header nav ul li {
  margin-left: 40px;
  position: relative;
}
@media (min-width: 1200px) {
  .header nav ul li {
    margin-left: 48px;
  }
}
.header nav ul li::after {
  transition: width 0.3s ease 0s;
  content: "";
  background: #ee7843;
  width: 0%;
  position: absolute;
  top: 100%;
  left: 0px;
  height: 2px;
}
.header nav ul li.active::after, .header nav ul li:hover::after {
  width: 100%;
}
.header nav ul a {
  text-decoration: none;
  color: inherit;
  display: flex;
}
.header nav ul a.external span {
  position: relative;
  margin-right: 4px;
}
.header nav ul a.external span::after {
  content: "";
  position: absolute;
  right: -12px;
  top: -2px;
  background: url(../images/icon_ext-link.svg) no-repeat;
  width: 10px;
  height: 10px;
}
.header nav ul a img {
  max-height: 24px;
  width: auto;
}
.header nav ul a img:first-child {
  margin-right: 5px;
}
.header nav ul a img:last-child {
  margin-left: 5px;
}
.header .burger {
  padding: 16px;
}
@media (max-width: 599px) {
  .header .burger {
    margin-right: calc(var(--padding-inline) * -1);
  }
}
.header .burger > span {
  width: 24px;
  border-top: 3px solid var(--color-black);
  border-bottom: 3px solid var(--color-black);
  display: flex;
  pointer-events: none;
}
.header .burger > span > span {
  height: 3px;
  width: 100%;
  background: var(--color-black);
  margin-top: 4px;
  margin-bottom: 4px;
}
.header.scrolled {
  position: fixed;
  top: 0;
  background: var(--color-white);
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
}
.header.scrolled .header-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 599px) {
  .header.scrolled .header-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.header.scrolled ul li a {
  text-shadow: 0 0 0 transparent;
}
.header.scrolled a:not(.btn) {
  color: var(--color-black);
}
.header.scrolled .logo svg path {
  fill: var(--color-black);
}
.header.scrolled .logo {
  max-width: 160px;
}
@media (max-width: 600px) {
  .header.scrolled .logo {
    max-width: 120px;
  }
}
.header.scrolled .burger > span {
  border-top: 3px solid var(--color-black);
  border-bottom: 3px solid var(--color-black);
}
.header.scrolled .burger > span > span {
  background: var(--color-black);
}

.topbar {
  text-align: center;
  position: absolute;
  font-size: 0.85em;
  top: 0;
  width: 100%;
  padding: 10px;
  font-family: interstate, sans-serif;
  z-index: 999;
  color: var(--color-white);
  background: var(--color-darkblue);
  font-weight: 400;
}
.topbar a {
  color: var(--color-white);
  text-decoration: underline;
  margin-left: 3px;
}

.vdp-topbar {
  display: flex;
  align-items: center;
  background: #fff;
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease 0s;
  width: 100%;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
  padding-inline: var(--padding-inline);
  gap: 24px;
}
.vdp-topbar small {
  display: block;
  font-weight: 400;
}
.vdp-topbar .pricing {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.vdp-topbar .vdp-thumb img {
  object-fit: contain;
  max-height: 56px;
  width: 100%;
  min-width: 76px;
  padding: 8px 0 8px 0;
}
.vdp-topbar .btn {
  padding: 0.6em 1.1em 0.6em;
}
.vdp-topbar .cta-wrapper, .vdp-topbar .cta-wrapper .btn {
  width: 100%;
  text-align: center;
}
.vdp-topbar .vdp-title {
  font-size: 1.1em;
  font-weight: 600;
}

@media (max-width: 599px) {
  .passed-cta ~ .vdp-topbar {
    transform: translateY(0%);
    z-index: 3;
  }
}
.facts-image {
  background-color: var(--color-white);
}
.facts-image .flex {
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 900px) {
  .facts-image .flex {
    flex-direction: row;
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .facts-image .flex {
    gap: 120px;
  }
}
.facts-image .flex .image-wrapper {
  width: 40%;
}
@media (max-width: 899px) {
  .facts-image .flex .image-wrapper {
    width: 100%;
  }
}
.facts-image .flex picture {
  margin-top: 24px;
}
.facts-image .flex picture img {
  width: 100%;
  object-fit: cover;
}
.facts-image .usp-container {
  flex: 2;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 600px) and (max-width: 899px) {
  .facts-image .usp-container .usp {
    display: flex;
    gap: 24px;
  }
  .facts-image .usp-container .usp .heading-wrapper {
    width: 40%;
  }
  .facts-image .usp-container .usp .text-wrapper {
    width: 60%;
  }
}

.facts {
  background-color: var(--color-background);
}
.facts .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (max-width: 599px) {
  .facts .container .flex {
    flex-direction: column;
  }
}
@media (min-width: 600px) {
  .facts .container .heading-wrapper {
    width: 40%;
  }
}
@media (min-width: 900px) {
  .facts .container {
    max-width: calc(var(--max-width) / 1.3);
  }
}
.facts .container hr {
  height: 0;
  width: 100%;
  border-top: 1px var(--color-white) solid;
}
.facts .container .flex {
  justify-content: space-between;
}
@media (min-width: 600px) {
  .facts .container .flex {
    gap: 32px;
  }
}
.facts .container h3 {
  flex: 1;
  color: var(--color-primary);
}
.facts .container h2, .facts .container h3 {
  flex: 1;
}
.facts .container p {
  flex: 2;
}

.download {
  padding-block: var(--padding-inline);
}
.download > div {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-inline: var(--padding-inline);
}
@media (max-width: 899px) {
  .download > div {
    padding: 48px 24px;
    background-color: var(--color-primary);
  }
}
.download > div .inline-link {
  display: inline;
}
.download > div .inline-link a {
  cursor: pointer;
}
.download > div .inline-link svg {
  display: inline;
  margin-bottom: -4px;
}

.card-slider {
  background-color: var(--color-white);
  display: flex;
  align-items: start;
  max-width: 100vw;
  overflow: hidden;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.card-slider .header-wrapper {
  width: 100%;
  align-self: center;
  max-width: var(--max-width);
  padding-inline: var(--padding-inline);
}
.card-slider h3 {
  line-height: 1;
  font-size: 1em;
  font-weight: 500;
}
@media (max-width: 750px) {
  .card-slider h3 {
    margin-block: 0;
    margin-top: 16px;
  }
  .card-slider h3 + .text-link-arrow {
    margin-top: 8px;
  }
}
.card-slider .cards {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding-right: var(--padding-inline);
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 600px) {
  .card-slider .cards {
    gap: 64px;
    padding-left: calc(var(--padding-inline) * 2);
  }
}
@media (max-width: 1399px) {
  .card-slider .cards {
    padding-left: var(--padding-inline);
  }
}
.card-slider .card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 120px;
}
@media (min-width: 600px) {
  .card-slider .card {
    min-width: 200px;
  }
}
@media (min-width: 1400px) {
  .card-slider .card:first-child {
    margin-left: calc((100vw - var(--max-width)) * 0.5 - var(--padding-inline));
  }
}
.card-slider .card .text-link-arrow {
  margin: 0;
}
@media (max-width: 599px) {
  .card-slider .card img {
    object-fit: cover;
    width: 300px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .card-slider .card {
    width: calc(40% - 8px);
  }
}
@media (min-width: 900px) {
  .card-slider .card {
    flex: 1;
  }
  .card-slider .card img {
    margin-bottom: 32px;
    object-fit: contain;
    width: 240px;
  }
}

.slide-button, .splide__arrows .splide__arrow {
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.slide-button:hover:not(:disabled), .splide__arrows .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.slide-button.disabled, .splide__arrows .splide__arrow.disabled {
  --color-black: #ababab;
  pointer-events: none;
}
.slide-button svg, .splide__arrows .splide__arrow svg {
  margin: 0;
  fill: var(--color-black);
  width: 100%;
  max-width: 16px;
}

@media (max-width: 599px) {
  .slide-button {
    display: none;
  }
}
.splide__arrow {
  position: initial;
}

#slideButtonNext, .splide__arrows .splide__arrow--next {
  right: 16px;
}

#slideButtonPrev, .splide__arrows .splide__arrow--prev {
  left: 16px;
}
#slideButtonPrev svg, .splide__arrows .splide__arrow--prev svg {
  transform: scale(-1);
}

@media (min-width: 1400px) {
  #slideButtonPrev {
    left: calc((100vw - var(--max-width)) * 0.5 - var(--padding-inline) * -1);
  }
  #slideButtonNext {
    right: calc((100vw - var(--max-width)) * 0.5 - var(--padding-inline) * -1);
  }
}
@media (max-width: 599px) {
  .specifications.table {
    border-bottom: 1px var(--color-white-hover) solid;
    border-top: 1px var(--color-white-hover) solid;
  }
}
.specifications.table .specs thead, .specifications.table .specs table, .specifications.table .specs tbody {
  width: 100%;
}
.specifications.table .specs tbody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
}
.specifications.table .specs thead {
  font-size: 1.5rem;
}
.specifications.table .specs table {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.specifications.table .specs th {
  display: block;
}
.specifications.table .specs tr {
  display: block;
  width: calc(50% - 8px);
}
@media (min-width: 500px) {
  .specifications.table .specs tr {
    width: 25%;
  }
  .specifications.table .specs tr.col-6 {
    width: calc(50% - 8px);
  }
}
.specifications.table .more tr {
  width: initial;
}
.specifications.table .more tr td:not(:first-child) {
  padding-left: 16px;
}

.specifications .container {
  position: relative;
}
.specifications .container .inline-link {
  border-bottom: 1px solid var(--color-black);
}
@media (max-width: 599px) {
  .specifications .container .details {
    display: none;
  }
}
@media (max-width: 899px) {
  .specifications .container .details {
    margin-top: 32px;
  }
}
@media (min-width: 900px) {
  .specifications .container .details {
    max-width: 450px;
  }
}
.specifications .container .details ul {
  padding: 0;
  list-style: none;
}
.specifications .container .details li {
  margin-top: 16px;
  color: #8a8a8a;
  font-size: 0.8em;
}

.details .box, .details .line {
  fill: none;
}
.details .line {
  stroke: #2d69a8;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
.details circle.line {
  fill: rgba(255, 255, 255, 0);
}
.details .mask {
  position: relative;
}
.details .mask #specifications {
  top: 0;
  position: absolute;
}

.products-grid {
  display: inline-grid;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  margin: 2rem auto 0;
}
@media (min-width: 600px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.products-grid .card {
  text-decoration: none;
  border: 0;
  color: var(--color-black);
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.products-grid .card h2 {
  font-size: 1.25rem;
}
.products-grid .card.coming-soon {
  --color-black: #dedede;
  --color-orange: #dedede;
  cursor: not-allowed;
}
.products-grid .card.coming-soon img {
  filter: grayscale(100%);
  opacity: 0.5;
}
.products-grid .card .image {
  overflow: hidden;
}
.products-grid .card .image img {
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.products-grid .card .content {
  padding: var(--padding-inline);
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 599px) {
  .products-grid .card .content {
    width: 100%;
    border-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.products-grid .card .content .price-wrapper {
  display: flex;
  gap: 0.5rem;
}
.products-grid .card .content .price-wrapper span {
  text-decoration: none;
  border-bottom: none;
}
@media (min-width: 600px) {
  .products-grid .card .content .price-wrapper {
    margin-top: 0.5rem;
  }
}
.products-grid .card .content .price-wrapper h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none !important;
  border-bottom: 0 !important;
}
.products-grid .card .content .price-wrapper h3:last-child {
  padding-left: 0.5rem;
  border-left: 1px solid var(--color-orange);
}
.products-grid .card:hover:not(.coming-soon) .image img {
  transform: scale(1.05);
}
.products-grid .card:hover:not(.coming-soon) .go-to:after {
  max-width: 24px;
}

.products-grid.gap {
  border-top: initial;
  border-left: initial;
  gap: 16px;
}
.products-grid.gap .card {
  border: 1px solid #d9d9d9;
}

.go-to {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 24px;
}
.go-to:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 16px);
  transform: translateY(-50%);
  height: 14px;
  width: 100%;
  max-width: 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36.1 25.8' enable-background='new 0 0 36.1 25.8' xml:space='preserve'%3E%3Cg%3E%3Cline fill='none' stroke='%23ee7843' stroke-width='3' stroke-miterlimit='10' x1='0' y1='12.9' x2='34' y2='12.9'%3E%3C/line%3E%3Cpolyline fill='none' stroke='%23ee7843' stroke-width='3' stroke-miterlimit='10' points='22.2,1.1 34,12.9 22.2,24.7 '%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  transition: max-width var(--transition-duration) var(--transition-timing-function);
  transform-origin: center center;
}

.specifications {
  position: relative;
  background-color: var(--color-background);
  display: flex;
  align-items: start;
}
.specifications .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
  max-width: var(--max-width);
}
@media (min-width: 700px) {
  .specifications .container {
    gap: 56px;
  }
}
@media (min-width: 900px) {
  .specifications .container {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .specifications .container {
    gap: 160px;
  }
}
@media (min-width: 900px) {
  .specifications .fixed-title {
    height: 100%;
    flex: 1;
    align-self: flex-start;
  }
  .specifications .fixed-title h3 {
    font-weight: initial;
    font-size: 1.2em;
  }
  .specifications .fixed-title .details {
    margin-top: 80px;
  }
}
.specifications .specs {
  flex: 1;
}
.specifications .spec {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (min-width: 600px) {
  .specifications .spec {
    flex-direction: row;
    gap: 32px;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .specifications .spec {
    flex-direction: column;
  }
}
.specifications .spec h3 {
  top: 40px;
  color: var(--color-primary);
  margin: 0;
  flex: 1;
}
.specifications .spec .list {
  flex: 0;
}
@media (max-width: 850px) {
  .specifications .spec .list {
    flex: auto;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
  .specifications .spec .list h3 {
    color: var(--color-primary);
    flex-basis: 0px;
  }
  .specifications .spec .list ul {
    width: 100% !important;
  }
}
.specifications hr {
  height: 0px;
  margin-block: 32px;
  border-top: 1px var(--color-white) solid;
}
.specifications .list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}
.specifications .list ul {
  font-weight: 600;
  padding: 0px;
  list-style: none;
  width: 350px;
}
.specifications .list ul span {
  display: block;
  word-break: break-word;
}
.specifications .list ul li {
  display: flex;
  margin-bottom: 4px;
  justify-content: space-between;
}
@media (max-width: 699px) {
  .specifications .list ul li {
    max-width: 400px;
  }
}
.specifications .list .value {
  font-weight: 400;
  color: var(--color-primary);
}
@media (max-width: 750px) {
  .specifications {
    padding-block: 50px;
  }
  .specifications .specs {
    width: 100%;
  }
}

.details .box, .details .line {
  fill: none;
}
.details .line {
  stroke: #2d69a8;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
.details circle.line {
  fill: rgba(255, 255, 255, 0);
}
.details .mask {
  position: relative;
}
.details .mask #specifications {
  top: 0;
  position: absolute;
}

.image-text {
  display: flex;
  align-items: start;
}
.image-text.wide .container {
  gap: 16px;
  flex-direction: column;
  text-align: center;
}
.image-text.wide .container .search-location {
  margin-top: 32px;
}
.image-text.wide .container h3 {
  font-weight: 300;
}
@media (max-width: 600px) {
  .image-text.wide .container .content {
    width: 100%;
  }
}
.image-text.slider {
  gap: 16px;
}
.image-text.slider .container #image-carousel {
  width: 100%;
  position: relative;
}
.image-text.slider .container #image-carousel figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
}
.image-text.slider .container #image-carousel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 32px;
}
.image-text.slider .container .content {
  max-width: initial;
}
.image-text.slider .container .content .row {
  display: flex;
}
.image-text.slider .container .content .row ul {
  width: 50%;
}
.image-text.slider .container .custom-pagination {
  bottom: 0;
  right: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
}
.image-text.metro {
  padding-top: 0;
  padding-bottom: 40px;
  z-index: 1;
}
.image-text.metro .container {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .image-text.metro {
    margin-top: -210px;
  }
  .image-text.metro .content {
    margin-bottom: 50px;
  }
  .image-text.metro .image-wrapper {
    width: 600px;
  }
}
.image-text .container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 899px) {
  .image-text .container {
    flex-direction: column;
  }
}
@media (min-width: 900px) {
  .image-text .container {
    gap: 120px;
  }
  .image-text .container.reverse {
    flex-direction: row-reverse;
  }
  .image-text .container .content {
    width: 100%;
    max-width: 570px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .image-text .container .content:not(.form-cta) {
    display: flex;
    gap: 24px;
  }
  .image-text .container .content:not(.form-cta) .heading-wrapper {
    width: 40%;
  }
  .image-text .container .content:not(.form-cta) .text-wrapper {
    width: 60%;
  }
}
.image-text .image-carousel {
  width: 100%;
}
.image-text .image-wrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.image-text .text-wrapper p + p {
  margin-top: 16px;
}
.image-text .green {
  color: var(--color-primary);
}

picture {
  width: 100%;
}
picture img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 900px) {
  .bg-text {
    z-index: 0;
    position: relative;
    background: transparent;
  }
  .bg-text:before {
    pointer-events: none;
    content: attr(data-text);
    white-space: nowrap;
    font-size: 30vw;
    font-weight: 700;
    position: absolute;
    top: -150px;
    left: 0;
    color: #f9fafb;
    display: block;
    z-index: -1;
  }
}
.warranty-product-container {
  background-color: var(--color-white);
  display: flex;
  padding-block: 48px;
  align-items: start;
  overflow-x: hidden;
}
.warranty-product-container .shift {
  display: inline-block;
  transform: translateX(-5px);
}
.warranty-product-container h3 {
  font-size: 1.5rem;
}
.warranty-product-container .max-width {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-left: var(--padding-inline);
  padding-right: 25px;
}
.warranty-product-container .half {
  max-width: 800px;
  display: flex;
  align-items: center;
}
.warranty-product-container .left {
  flex: 1;
}
.warranty-product-container .left p, .warranty-product-container .left h3 {
  margin-bottom: 32px;
}
.warranty-product-container .right {
  flex: 1;
}
.warranty-product-container h3 span {
  display: block;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: none;
}
.warranty-product-container .text {
  flex: 1;
}
.warranty-product-container .text p {
  max-width: 500px;
}
.warranty-product-container .images {
  width: fit-content;
  flex: 1;
  flex-wrap: now-wrap;
  display: flex;
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.warranty-product-container .white {
  color: #fff;
}
@media (max-width: 750px) {
  .warranty-product-container .half {
    flex-direction: column;
  }
  .warranty-product-container h3 span {
    text-align: center;
  }
}

.banners {
  width: 100%;
}
.banners + .banners {
  padding-top: 0;
}
.banners .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: var(--banner-gap);
}
.banners .container.two-panel .col .tile {
  height: inherit;
}
@media (max-width: 599px) {
  .banners .container {
    flex-direction: column;
  }
}
.banners .container .col {
  display: flex;
}
@media (min-width: 600px) {
  .banners .container .col {
    width: 50%;
  }
}
.banners .container .col .tile {
  width: 100%;
  height: calc(800px + var(--banner-gap));
  cursor: pointer;
  color: var(--color-black);
  text-decoration: none;
}
.banners .container .col .tile h2.h3 {
  text-decoration: none !important;
}
@media (max-width: 599px) {
  .banners .container .col .tile {
    height: calc(382px + var(--banner-gap));
  }
}
.banners .container .col .image-wrapper {
  overflow: hidden;
  height: calc(100% - 51px);
}
.banners .container .col.col-multiple {
  flex-direction: column;
  gap: var(--banner-gap);
}
.banners .container .col.col-multiple .tile {
  height: 400px;
}
.banners .container .col .heading-wrapper {
  gap: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 8px;
}
.banners .container .col .heading-wrapper * {
  margin: 0;
}
@media (min-width: 1000px) {
  .banners .container .col .heading-wrapper {
    padding-top: 8px;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.banners .container .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banners .container .col h3 {
  font-size: 1em;
  line-height: 1em;
}

.btn {
  background: #006bad;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 1em;
  border: 0;
  border-bottom: 3px solid #013153;
  line-height: 1em;
  padding: 0.5em 1em 0.5em;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
}
.btn#bh-sl-submit-desktop, .btn#bh-sl-submit-desktop, .btn#bh-sl-submit {
  font-weight: 700;
  border-radius: 8px;
  background: #006BAD;
  border-bottom: none;
  padding: 16px;
}
.btn#bh-sl-submit-desktop:hover, .btn#bh-sl-submit-desktop:hover, .btn#bh-sl-submit:hover {
  background: #006098;
}
.btn.secondary {
  color: #006bad;
  background: #fff;
  border-bottom: 3px solid #bfbfbf;
}
.btn span {
  display: inline-block;
  transition: transform 0.15s ease 0s;
}
.btn:not(:last-child) {
  margin-right: 16px;
}
@media (min-width: 1200px) {
  .btn:not(:last-child) {
    margin-right: 24px;
  }
}

.text-link-arrow {
  position: relative;
  display: inline-block;
  color: var(--color-primary);
  margin-top: 16px;
  padding-right: 24px;
  text-decoration: none;
}
.text-link-arrow:after {
  transition: all 0.25s ease;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3536 4.85355C14.5488 4.65829 14.5488 4.34171 14.3536 4.14645L11.1716 0.964466C10.9763 0.769204 10.6597 0.769204 10.4645 0.964466C10.2692 1.15973 10.2692 1.47631 10.4645 1.67157L13.2929 4.5L10.4645 7.32843C10.2692 7.52369 10.2692 7.84027 10.4645 8.03553C10.6597 8.2308 10.9763 8.2308 11.1716 8.03553L14.3536 4.85355ZM0 5H14V4H0V5Z' fill='%23FF7E44'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 100%;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.text-link-arrow:hover:after {
  transform: translateX(4px);
}

.text-link {
  margin-top: 16px;
  display: inline-block;
  color: var(--color-black);
  border-bottom: 1px solid var(--color-black);
  text-decoration: none;
}

.link {
  color: var(--color-primary);
}
.link:hover {
  color: var(--color-primary-hover);
}

.read-more {
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: var(--color-darkblue);
}
.read-more:after {
  transition: transform 0.2s linear;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  height: 0.5px;
  background: var(--color-darkblue);
}
.read-more span {
  transform: rotate(-90deg);
  font-size: 24px;
  position: absolute;
  transition: 0.1s linear;
  display: inline-block;
  margin-left: 0.25em;
}
.read-more:hover:after {
  width: 100%;
  transform: scaleX(1);
}

.inline-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.inline-link .inline-link {
  border-bottom: 1px solid var(--color-black);
}
.inline-link svg {
  width: 100%;
  max-width: 24px;
  margin-right: 16px;
}

@media (max-width: 899px) {
  .download {
    padding-block: 0;
  }
  .download .inline-link {
    color: #fff;
  }
  .download .inline-link svg {
    fill: #fff;
  }
  .download .inline-link .inline-link {
    border-bottom-color: #fff;
  }
}
/* form layout */
/* TODO maybe we should move row/field layout to different file */
fieldset + fieldset {
  margin-top: var(--gutter);
}

.form-section {
  background-color: var(--color-white);
  padding-inline: var(--padding-inline);
  padding-block: 48px;
}

.form-row {
  display: flex;
}
.form-row .form-field {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.form-row .form-field.inline {
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
.form-row .form-field.inline img {
  max-width: 52px;
  max-height: 52px;
  border: 1px solid #bfbfbf;
}
.form-row .form-field.inline label {
  flex-wrap: nowrap;
  display: flex;
}
.form-row .form-field.inline .text {
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
}
.form-row .form-field.inline .text > * {
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
  margin-top: 0;
}
.form-row .form-field.inline .price {
  margin-top: 0;
  margin-left: auto;
  font-size: 1.1em;
  white-space: nowrap;
}
.form-row .form-field.inline input[type=number] {
  max-width: 70px;
  margin-left: 15px;
  min-width: 45px;
}
.form-row .form-field.ghost-label { /* TODO should improve this declaration */
  margin-top: calc(var(--lineHeight) * 1em + 4px);
}
.form-row .form-field + .form-field {
  margin-left: 15px;
}
.form-row + .form-row:not(.no-margin) { /* should declare this as data attr like grid */
  margin-top: calc(var(--gutter) / 2);
}

/* actual from controls */
select {
  width: 100%;
  border: 1px solid #cccccc;
  color: #000;
  background: #fff url(../images/arrow-down.svg) no-repeat right 2em center;
  background-size: 12px auto;
  -webkit-appearance: none;
  padding: 0.5em 2.5em 0.5em 1em;
  text-overflow: ellipsis;
  /* TODO we should make this more customizable */
}
select option {
  font-weight: normal;
}
select.has-icon_location {
  background-image: url(../images/arrow-down.svg), url(../images/marker.svg);
  background-position: right 1em center, 1em center;
  background-size: 10px auto, 12px auto;
  padding-left: 2.5em;
}
select.has-icon_time {
  background-image: url(../images/arrow-down.svg), url(../images/time.svg);
  background-position: right 1em center, 0.8em center;
  background-size: 10px auto, 14px auto;
  padding-left: 2.5em;
}

label {
  width: 100%;
  padding-bottom: 6px;
  transition: color 0.3s ease 0s;
}
label .radio-label {
  padding-top: 4px;
}

input {
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #000;
  transition: border 0.3s ease 0s, color 0.3s ease 0s;
  position: relative;
}
input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25em rgba(206, 212, 218, 0.25);
}

.search-location {
  position: relative;
}
.search-location .icons {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.search-location .icons:after, .search-location .icons:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
.search-location .icons:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7556 16L9.15556 10.4C8.71111 10.7556 8.2 11.037 7.62222 11.2444C7.04444 11.4519 6.42963 11.5556 5.77778 11.5556C4.16296 11.5556 2.79644 10.9961 1.67822 9.87733C0.56 8.75852 0.000592593 7.392 0 5.77778C0 4.16296 0.559407 2.79644 1.67822 1.67822C2.79704 0.56 4.16356 0.000592593 5.77778 0C7.39259 0 8.75911 0.559407 9.87733 1.67822C10.9956 2.79704 11.555 4.16356 11.5556 5.77778C11.5556 6.42963 11.4519 7.04444 11.2444 7.62222C11.037 8.2 10.7556 8.71111 10.4 9.15556L16 14.7556L14.7556 16ZM5.77778 9.77778C6.88889 9.77778 7.83348 9.38874 8.61156 8.61067C9.38963 7.83259 9.77837 6.8883 9.77778 5.77778C9.77778 4.66667 9.38874 3.72207 8.61067 2.944C7.83259 2.16593 6.8883 1.77719 5.77778 1.77778C4.66667 1.77778 3.72207 2.16682 2.944 2.94489C2.16593 3.72296 1.77719 4.66726 1.77778 5.77778C1.77778 6.88889 2.16682 7.83348 2.94489 8.61156C3.72296 9.38963 4.66726 9.77837 5.77778 9.77778Z' fill='%23BBBBBB'/%3E%3C/svg%3E");
  left: 16px;
}
.search-location input {
  padding: 16px 16px 16px 50px;
  border-radius: 8px;
  position: relative;
}
.search-location .input-dealers {
  padding: 12px 20px 12px 42px;
  border-radius: 8px;
  position: relative;
}

.input-button {
  border: 0;
  background: transparent;
  position: absolute;
  height: 58px;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
}
.input-button.submit-zip {
  right: 0;
  padding: 0;
  gap: 16px;
}
.input-button.submit-zip .geo-location {
  color: #0060A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.04px; /* 144% */
  text-decoration-line: underline;
}
.input-button.search-zip {
  left: 0;
}

.feedback {
  flex-basis: 100%;
  font-size: 0.8em;
  line-height: 1.3em;
  margin-top: 0.1em;
  color: var(--feedback-color);
  transition: color 0.3s ease 0s;
}

.feedback-invalid, .feedback-valid {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
.feedback-invalid:last-child, .feedback-valid:last-child {
  margin-bottom: -1.4em;
}

.is-invalid label {
  color: #b91600;
}
.is-invalid input, .is-invalid select, .is-invalid input[type=checkbox], .is-invalid input[type=radio], .is-invalid textarea {
  border-color: #b91600;
  color: #b91600;
}
.is-invalid .feedback {
  color: #b91600;
  transform: translateY(0%);
  opacity: 1;
}

.is-valid input, .is-valid select {
  border-color: #288e0d;
}
.is-valid .feedback {
  color: #288e0d;
}

input[type=time], input[type=number] {
  width: auto;
}

input[type=number] {
  padding-right: 7px;
}

fieldset legend {
  margin-bottom: 8px;
}
fieldset .form-row + .form-row:not(.no-margin) {
  margin-top: 5px;
}

input[type=checkbox], input[type=radio] {
  align-self: center;
  margin-right: 5px;
  border: 1px solid #cccccc;
  background: #fff;
  appearance: none;
  padding: 0;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: background 0.2s ease 0s, border 0.2s ease 0s;
}
input[type=checkbox]:checked, input[type=radio]:checked {
  border-color: #288e0d;
  background-color: #288e0d;
}

input[type=date] {
  background-color: #fff;
  min-width: calc(100% - 15px);
  -webkit-appearance: textfield;
}

input[type=checkbox] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjQ3IDkuMTEiPjxwYXRoIHN0eWxlPSJmaWxsOiNmZmYiIGQ9Ik04LjE0IDAgMy43OCA1Ljk2IDEuMzMgMy41MiAwIDUuMDZsMy45NCA0LjA1IDUuNTMtNy41Nkw4LjE0IDB6Ii8+PC9zdmc+");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

input[type=radio] {
  border-radius: 100%;
}
input[type=radio]:checked {
  border-width: 5px;
  background: #fff;
  border-color: #288e0d;
}

textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
}

/* TODO We really should clean this up */
.form-switch .form-check-input {
  float: left;
  width: 2.5em;
  height: 1.35em;
  border-color: var(--input-checkbox-border-color);
  background-size: contain;
}

.form-check-input:checked {
  background-color: var(--color-status-active);
  border-color: var(--color-status-active);
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.form-switch label {
  width: 100%;
  float: left;
}

.form-switch .feedback {
  width: 100%;
  float: left;
}

.form-switch .feedback a {
  color: var(--feedback-color);
}

.form-switch .right {
  float: right;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha--notice {
  font-size: 12px;
  color: #9b9b9b;
}

.form-row_dates {
  align-items: flex-end;
}

.home-ui .splide {
  padding: 16px;
}
.home-ui .hero {
  background: #f1f6f9;
  padding-block: calc(var(--padding-inline) * 3);
  padding-bottom: calc(var(--padding-inline) * 2);
  margin-top: 40px;
}
@media (min-width: 600px) {
  .home-ui .hero {
    padding-block: calc(var(--padding-inline) * 4);
    padding-bottom: calc(var(--padding-inline) * 3);
  }
}
@media (min-width: 900px) {
  .home-ui .hero {
    padding-block: calc(var(--padding-inline) * 3);
    padding-bottom: calc(var(--padding-inline) * 2);
  }
}
.home-ui .hero .hero-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: calc(var(--padding-inline) * 2);
}
@media (max-width: 599px) {
  .home-ui .hero .hero-wrapper {
    padding-block: calc(var(--padding-inline) * 2);
  }
}
@media (min-width: 900px) {
  .home-ui .hero .hero-wrapper {
    gap: 10%;
    flex-direction: row;
    align-items: center;
  }
  .home-ui .hero .hero-wrapper .splide {
    width: 50%;
  }
}
.home-ui .hero .hero-wrapper .image-wrapper img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) and (max-width: 900px) {
  .home-ui .hero .hero-wrapper img {
    scale: 1.5;
  }
}
.home-ui .hero .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .home-ui .hero .content-wrapper {
    max-width: 400px;
  }
}
.home-ui .hero .content-wrapper .punchline {
  order: 1;
  background: #8fa3b0;
  color: var(--color-white);
  font-family: "Interstate", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding: 3px 12px;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 0.65em;
  border-radius: 8px 8px 8px 0;
  margin-top: 0;
}
@media (min-width: 600px) {
  .home-ui .hero .content-wrapper .punchline {
    font-size: 12px;
  }
}
.home-ui .hero .content-wrapper h1 {
  font-size: 1.8rem;
  line-height: normal;
  order: 2;
}
@media (min-width: 600px) {
  .home-ui .hero .content-wrapper h1 {
    font-size: 2.1rem;
  }
}
.home-ui .hero .content-wrapper p, .home-ui .hero .content-wrapper .btn {
  order: 3;
}
@media (min-width: 600px) {
  .home-ui .hero .content-wrapper p, .home-ui .hero .content-wrapper .btn {
    font-size: 1.1rem;
  }
  .home-ui .hero .content-wrapper .btn {
    font-weight: 500;
  }
  .home-ui .hero .content-wrapper .btn:not(:last-child) {
    margin-right: 16px;
  }
}

.cube-page-container {
  background-color: var(--color-white);
  display: flex;
  padding-block: 70px;
  height: 85vh;
  overflow-x: hidden;
}
.cube-page-container .max-width {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: center;
  padding-left: var(--padding-inline);
  padding-right: var(--padding-inline);
}
.cube-page-container .text {
  flex: 3;
}
.cube-page-container .text h2 {
  font-size: 2.5rem;
  color: var(--color-primary);
}
.cube-page-container .text p {
  line-height: 1.3;
  font-weight: bold;
  max-width: 500px;
  font-size: 1.4rem;
}
.cube-page-container .images {
  flex: 2;
  position: relative;
}
.cube-page-container .background {
  position: absolute;
  right: 0px;
  height: 85vh;
  width: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.cube-page-container .background .cube-image {
  position: relative;
  z-index: 1;
  padding: 2rem;
  width: 300px;
  background-color: var(--color-darkblue);
  border-radius: 10px;
  top: 50%;
  transform: translateX(-150px) translateY(-50%);
  height: 300px;
}
.cube-page-container .background .cube-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .cube-page-container .background {
    width: 300px;
  }
}
@media (max-width: 1000px) {
  .cube-page-container {
    padding-block: 0px;
    padding-top: 100px;
  }
  .cube-page-container .max-width {
    gap: 32px;
    align-items: center;
    flex-direction: row;
  }
  .cube-page-container .text {
    max-width: 450px;
  }
  .cube-page-container .background {
    top: 0px;
  }
  .cube-page-container .background .cube-image {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 700px) {
  .cube-page-container {
    padding-block: 0px;
    padding-top: 100px;
  }
  .cube-page-container .max-width {
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
  .cube-page-container .text {
    max-width: 450px;
  }
  .cube-page-container .background {
    position: relative;
    top: 0px;
    align-self: center;
    background-image: none !important;
  }
  .cube-page-container .background .cube-image {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .cube-page-container .background .cube-image {
    background-color: var(--color-white);
  }
}

.sell-container {
  background-color: var(--color-darkblue);
  display: flex;
  padding-block: 150px;
}
.sell-container .max-width {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: center;
  padding-left: var(--padding-inline);
  padding-right: 25px;
}
.sell-container .text {
  flex: 3;
}
.sell-container .text h2 {
  color: #fff;
}
.sell-container .text p {
  color: #fff;
  line-height: 1.3;
  max-width: 500px;
  font-size: 1.1rem;
}
.sell-container .options {
  display: flex;
  gap: 32px;
}
.sell-container .options .option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  color: var(--color-darkblue);
  min-width: 300px;
  min-height: 200px;
}
.sell-container .options .option ul {
  padding: 0;
}
.sell-container .options .option .most-chosen {
  background-color: #fff;
  border-radius: 1rem;
  padding: 5px 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  color: var(--color-darkblue);
  font-size: 0.7rem;
}
.sell-container .options .best {
  background-color: var(--color-primary);
  color: #fff;
}
@media (max-width: 1000px) {
  .sell-container {
    padding-block: 150px;
    padding-bottom: 100px;
  }
  .sell-container .options {
    margin-top: 32px;
    gap: 48px;
    flex-direction: column;
  }
}
@media (max-width: 850px) {
  .sell-container .max-width {
    gap: 0px;
    flex-direction: column;
  }
}

.specifications .cube h3 {
  flex: 1;
}
.specifications .cube .list {
  flex: 2;
}
.specifications .cube .list ul {
  width: 500px;
}
.specifications .cube .list ul li {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.1;
}
.specifications .cube .list .label-value {
  display: flex;
  font-weight: 600;
  flex-wrap: wrap;
}
.specifications .cube .list .caption {
  font-weight: 400;
  font-size: 0.7rem;
  display: block;
  flex: 100%;
  margin-block: 8px;
}
.specifications .cube .list h3 span {
  display: inline;
  color: #000;
  font-family: "aktiv-grotesk" !important;
  font-weight: 400;
  font-size: 0.9rem;
  margin-left: 8px;
}
.specifications .cube .regular ul {
  list-style: inherit;
  padding-left: 15px;
}
.specifications .cube .regular ul li {
  display: list-item;
  margin-bottom: 8px;
}

.top {
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
}

.image-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--color-white);
}

.cube-title, .cube-sell-title {
  display: inline-block;
}

.contact-ui .header {
  background-color: var(--color-white);
  position: static;
  margin-top: 40px;
  border-bottom: 1px solid #eee;
}
.contact-ui .header nav ul a {
  color: #000;
  text-shadow: none;
}
.contact-ui .header .logo svg path {
  fill: black;
}
.contact-ui .header .burger > span {
  border-top-color: black;
  border-bottom-color: black;
}
.contact-ui .header .burger > span > span {
  background: black;
}
.contact-ui .contact-left {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 600px) and (max-width: 900px) {
  .contact-ui .contact-left {
    flex-direction: row;
  }
  .contact-ui .contact-left ul {
    max-width: 300px;
  }
}
.contact-ui .contact-row {
  padding-top: 40px;
}
@media (min-width: 900px) {
  .contact-ui .contact-left {
    width: calc(30% - var(--padding-inline));
  }
  .contact-ui .contact-row {
    width: calc(60% - var(--padding-inline));
  }
}
.contact-ui .section .header-wrapper {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.contact-ui .section .header-wrapper h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-ui .section .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 900px) {
  .contact-ui .section .container {
    flex-direction: row;
  }
}

.form-section {
  overflow: hidden;
  padding: 0;
}
@media (max-width: 599px) {
  .form-section .form-row {
    flex-direction: column;
    gap: 8px;
  }
  .form-section .form-row .form-field {
    margin-left: 0;
  }
}

.thanks, .error {
  height: 50vh;
  display: flex;
  align-items: center;
}
.thanks .container, .error .container {
  width: 100%;
}
@media (min-width: 900px) {
  .thanks .container, .error .container {
    width: initial;
  }
}
.thanks h1, .error h1 {
  line-height: normal;
}

.dealers-ui .footer {
  margin-top: 0;
}
.dealers-ui .dealers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  padding-top: 0;
}
.dealers-ui .dealers .gmnoprint[role=menubar] {
  display: none;
}

.bh-sl-container .submit-zip, .bh-sl-map-container .submit-zip {
  display: block;
  margin-top: 16px;
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.04px;
  text-decoration-line: underline;
}

.bh-sl-container {
  width: 100%;
}
.bh-sl-container .submit-zip {
  display: block;
  margin-top: 16px;
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.04px; /* 144% */
  text-decoration-line: underline;
}

.bh-sl-form-container {
  padding: 0 var(--padding-inline);
  padding-bottom: var(--padding-inline);
  max-width: var(--max-width);
  margin: 0 auto;
}
@media (min-width: 900px) {
  .bh-sl-form-container {
    display: none;
  }
}
.bh-sl-form-container hgroup {
  margin-bottom: 16px;
  font-size: 0.9em;
}
.bh-sl-form-container hgroup h1 {
  margin-bottom: 16px;
  font-size: 24px;
}
.bh-sl-form-container hgroup p {
  color: #515151;
}
.bh-sl-form-container .search-location {
  display: flex;
  gap: 8px;
  max-width: 600px;
}
.bh-sl-form-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.bh-sl-form-container input {
  border-radius: 8px;
  border: 1px solid #8D8D8C;
}

.bh-sl-form-container.desktop {
  display: none;
  padding-top: var(--padding-inline);
  background: #fff;
}
@media (min-width: 900px) {
  .bh-sl-form-container.desktop {
    display: block;
  }
}

@media (min-width: 900px) {
  .bh-sl-map-container {
    display: flex;
    flex-direction: row-reverse;
    height: calc(100vh - 130px);
    position: relative;
  }
}
.bh-sl-map-container .bh-sl-loc-list {
  overflow: auto;
}
@media (min-width: 900px) {
  .bh-sl-map-container .bh-sl-loc-list {
    position: absolute;
    left: var(--padding-inline);
    top: var(--padding-inline);
    bottom: var(--padding-inline);
    border-radius: 8px;
  }
}
.bh-sl-map-container .bh-sl-loc-list .list li {
  background: #fff !important;
  padding: 24px var(--padding-inline) var(--padding-inline);
  border: 1px solid #eee;
}
.bh-sl-map-container .bh-sl-loc-list .list li:not(:last-child) {
  border-bottom: 0;
}
.bh-sl-map-container .bh-sl-loc-list .list li.list-focus {
  border-color: var(--color-primary);
}
.bh-sl-map-container .bh-sl-loc-list .list li.list-focus + li {
  border-top-color: var(--color-primary);
}
.bh-sl-map-container .bh-sl-loc-list .list li .h2 {
  font-weight: 600;
}
.bh-sl-map-container .bh-sl-loc-list .list li .list-details {
  position: relative;
}
.bh-sl-map-container .bh-sl-loc-list .list li .list-details .list-content {
  color: #515151;
}
.bh-sl-map-container .bh-sl-loc-list .list li .list-details .list-content .loc-name h3 {
  font-size: 16px;
  color: #000;
  margin: 0;
}
@media (min-width: 900px) {
  .bh-sl-map-container .bh-sl-loc-list .list li .list-details .list-content .loc-name h3 {
    max-width: 220px;
  }
}
.bh-sl-map-container .bh-sl-loc-list .list li .list-details .list-content .loc-logo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 32px;
  width: 56px;
  max-height: 40px;
}
.bh-sl-map-container .bh-sl-loc-list .list li .list-details .list-content .loc-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
.bh-sl-map-container .bh-sl-loc-list .list li .list-details .list-content .loc-dist {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-primary);
}
.bh-sl-map-container .bh-sl-map {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 400px;
}
@media (min-width: 900px) {
  .bh-sl-map-container .bh-sl-map {
    width: 100%;
    height: initial;
  }
}

html {
  scroll-behavior: smooth;
}

.onderhoud-en-garantie-ui {
  background: white;
}
.onderhoud-en-garantie-ui * {
  scroll-behavior: smooth;
}
.onderhoud-en-garantie-ui p {
  font-weight: 500;
  line-height: 1.75;
}
.onderhoud-en-garantie-ui .bh-sl-form-container {
  display: block;
  padding: 0;
}
.onderhoud-en-garantie-ui .bh-sl-map-container {
  flex-direction: column;
  height: 100%;
}
.onderhoud-en-garantie-ui .card {
  border: 1px solid #ededed;
}
.onderhoud-en-garantie-ui .card .content {
  line-height: normal;
  font-size: 1.3rem;
  padding: 1rem;
}
.onderhoud-en-garantie-ui .bh-sl-map {
  height: 400px !important;
}

.support {
  margin: 0 auto;
}
@media (min-width: 600px) {
  .support h2 {
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .support article.content-wrapper {
    padding-left: 8rem;
    padding-right: 8rem;
    border-left: 1px solid #d9d9d9;
  }
}
.support article.content-wrapper header {
  margin-bottom: 2em;
}
.support article.content-wrapper header p {
  font-size: 1.1rem;
}
.support > article {
  margin-bottom: 4em;
}
.support a {
  text-decoration: none;
  font-weight: 600;
  transition: color 0.1s linear;
}
.support a:hover {
  color: #000;
}
.support a.active {
  text-decoration: underline;
}
.support article ul:not(.dealer-list) {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 8px), 1fr));
}
.support .heading-wrapper {
  margin-bottom: 1rem;
}
.support .heading-wrapper p {
  display: none;
}
.support article h1, .support article h2 {
  line-height: initial;
}
.support .bh-sl-form-container {
  margin: 0;
}

@media (min-width: 600px) {
  .support {
    display: flex;
    gap: 8rem;
  }
  .support .badge {
    display: none;
  }
  .support article {
    margin-top: 0;
    width: 100%;
  }
  .support article .inner {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .support {
    display: flex;
  }
  .support article ul {
    grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 8px), 1fr));
  }
}
.intro-block {
  margin-top: 1.75em !important;
}
.intro-block h2 {
  position: relative;
}
@media (max-width: 599px) {
  .intro-block h2 {
    padding-bottom: 16px;
    font-weight: 600;
  }
  .intro-block h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 4px;
    background: var(--color-orange);
  }
}
@media (min-width: 600px) {
  .intro-block h2 {
    font-size: 1.5rem;
  }
  .intro-block h2:after {
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--color-orange);
  }
}

.sidebar > ul {
  width: 100%;
  white-space: nowrap;
}
.sidebar > ul li {
  position: relative;
}
.sidebar > ul li a {
  color: #000;
}
.sidebar .details {
  display: inline-block;
}
.sidebar .details ul {
  margin-top: 8px;
  line-height: 1.7;
}
@media (max-width: 599px) {
  .sidebar > ul {
    font-size: 1.1rem;
    border-left: 1px solid var(--color-black);
    padding-left: 16px;
    padding-top: 16px;
  }
}
.sidebar summary {
  list-style: none;
}
.sidebar > ul a {
  font-weight: 500;
}
.sidebar > ul a.h3 {
  font-weight: 600;
}

.badge {
  background: black;
  display: inline-block;
  font-size: 0.8em;
  padding: 4px 8px;
  font-weight: 600;
  color: white;
}

.flow > :where(:not(:first-child)) {
  margin-top: 0.75em;
}

.content.flow > :where(:not(:first-child)) {
  margin-top: 1.75em;
}

.marketing-faq .collapsible-box {
  color: var(--color-black);
  padding: 10px 0px;
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.marketing-faq .content {
  margin-top: 0.5em;
}
.marketing-faq .trigger-label {
  font-weight: 600;
  font-size: 1em;
}
.marketing-faq .trigger-cmds {
  fill: var(--marketing-text-color);
}
.marketing-faq .collapsible-content p {
  font-size: 1rem;
}

.collapsible-box {
  cursor: pointer;
  width: calc(100% + 40px);
  max-width: 100vw;
  font-weight: 300;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  margin-left: -20px;
  box-sizing: border-box;
  display: flex;
  user-select: none;
  flex-wrap: wrap;
}

h4 + .collapsible-box {
  border-top: 1px solid #eee;
}

.collapsible-trigger {
  width: 100%;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.collapsible-trigger > * {
  pointer-events: none;
}

.trigger-label {
  margin-right: auto;
}

.trigger-cmds {
  width: 32px;
  height: 32px;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  margin-left: 15px;
}
.trigger-cmds svg {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease 0s;
}
.trigger-cmds svg .horizontal-line {
  transition: opacity 0.2s ease 0s;
}

.open .trigger-cmds svg {
  transform: rotate(90deg);
}
.open .trigger-cmds svg .horizontal-line {
  opacity: 0;
}

.collapsible-content {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease 0s, max-height 0.3s ease 0s;
  opacity: 0;
  font-size: 0.9em;
}

.collapsible-content > * {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.collapsible-content p {
  margin: 5px 0 10px;
}

.collapsible-content > *:last-child {
  margin-bottom: 5px;
}

.open .collapsible-content {
  opacity: 1;
}

.modellen-ui {
  background: white;
}
@media (max-width: 599px) {
  .modellen-ui .models .container {
    padding-inline: 0;
  }
  .modellen-ui .models .container h1 {
    padding-inline: var(--padding-inline);
  }
}

.vdp + footer {
  margin-top: 0;
}
@media (max-width: 899px) {
  .vdp .hero-container {
    padding: 0;
  }
}
.vdp .vdp-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 900px) {
  .vdp .vdp-hero {
    flex-direction: row;
    gap: 120px;
    flex-wrap: nowrap;
  }
}
.vdp .vdp-hero .tag {
  background: #8fa3b0;
  color: var(--color-white);
  font-family: "Interstate", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding: 3px 12px;
  display: inline-block;
  font-size: 0.65em;
  border-radius: 8px 8px 8px 0;
  width: fit-content;
}
@media (max-width: 899px) {
  .vdp .vdp-hero .tag {
    display: none;
  }
}
@media (min-width: 900px) {
  .vdp .vdp-hero .image-wrapper {
    width: 60%;
  }
}
.vdp .vdp-hero .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.vdp .vdp-hero .content-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (max-width: 899px) {
  .vdp .vdp-hero .content-wrapper {
    padding: var(--padding-inline);
    width: 100%;
  }
}
@media (min-width: 900px) {
  .vdp .vdp-hero .content-wrapper {
    width: 40%;
    gap: 4px;
  }
}
.vdp .vdp-hero .content-wrapper .hero-title {
  font-size: 1.75em;
  line-height: normal;
}
@media (min-width: 900px) {
  .vdp .vdp-hero .content-wrapper .hero-title {
    font-size: 2.5em;
  }
}
.vdp .vdp-hero .content-wrapper .usps {
  margin-top: 8px;
}
.vdp .vdp-hero .content-wrapper .usps .usps-list {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}
.vdp .vdp-hero .content-wrapper .usps .usps-list li {
  padding: 2px 8px;
  background: #efefef;
  color: var(--color-darkblue);
  font-size: 0.85em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .vdp .vdp-hero .content-wrapper .usps .usps-list li:last-child {
    display: none;
  }
}
.vdp .vdp-hero .content-wrapper .description {
  margin: 8px 0 0;
}
.vdp .vdp-hero .content-wrapper .price-wrapper {
  margin-top: 8px;
  line-height: normal;
}
.vdp .vdp-hero .content-wrapper .price-wrapper .price {
  font-weight: 700;
  font-size: 1.75em;
  line-height: normal;
}
@media (min-width: 900px) {
  .vdp .vdp-hero .content-wrapper .price-wrapper .price {
    font-size: 2em;
  }
}
.vdp .vdp-hero .content-wrapper .cta-wrapper {
  margin-top: 16px;
  display: flex;
}
@media (min-width: 900px) {
  .vdp .vdp-hero .content-wrapper .cta-wrapper {
    font-size: 1.2em;
  }
}
.vdp .vdp-hero .content-wrapper .cta-wrapper .btn:not(:last-child) {
  margin-right: 16px;
}
.vdp .vdp-hero .content-wrapper .cta-wrapper .btn.secondary {
  background: var(--color-background);
}
.vdp .form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: initial;
}
.vdp #contact {
  padding-block: 80px;
  margin-top: 80px;
  border-top: 1px var(--color-background) solid;
}
.vdp #contact .image-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.vdp #contact .heading-wrapper {
  margin-bottom: 56px;
  text-align: center;
}
.vdp #contact .heading-wrapper h3 {
  font-weight: 300;
}
.vdp .card-slider .cards {
  position: relative;
  gap: 24px;
}
.vdp .card-slider .cards .card {
  min-width: 300px;
}
@media (min-width: 900px) {
  .vdp .card-slider .cards .card {
    min-width: 400px;
  }
}
.vdp .card-slider .cards .card img {
  width: 100%;
  height: auto;
  margin: 0;
}
.vdp .card-slider .slide-button {
  top: calc(50% + 28px);
}
.vdp .specifications .container {
  gap: 40px;
  align-items: flex-start;
}
.vdp s.price.h1 {
  font-weight: initial !important;
  margin-right: 8px;
  opacity: 0.5;
}

.table-container hr:last-child {
  display: none;
}

.show-600 {
  display: none;
}
@media (min-width: 600px) {
  .show-600 {
    display: flex;
  }
}

.hide-600 {
  display: flex;
}
.hide-600.break {
  display: inline-block;
}
@media (min-width: 600px) {
  .hide-600 {
    display: none;
  }
}

.show-900 {
  display: none;
}
@media (min-width: 900px) {
  .show-900 {
    display: flex;
  }
}

.hide-900 {
  display: flex;
}
.hide-900.break {
  display: inline-block;
}
@media (min-width: 900px) {
  .hide-900 {
    display: none;
  }
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.margin {
  margin: 30px 0;
}

.margin-xs {
  margin: 15px 0;
}

@media (max-width: 600px) {
  .m_margin {
    margin: 200px;
  }
}
.padding {
  padding: var(--gutter);
}

.no-wrap {
  white-space: nowrap;
}

/*# sourceMappingURL=main.css.map */
