@charset "UTF-8";
/*
    MIXINS
*/
/*
    MIXINS
*/
header {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  user-select: none;
}
@media (max-width: 767px) {
  header {
    height: 60px;
    display: flex;
    align-items: center;
  }
  header.active {
    background-color: rgba(0, 54, 44, 0.75);
    backdrop-filter: blur(5px);
  }
}
header.dark {
  background-color: rgba(0, 54, 44, 0.9);
}
@media (max-width: 767px) {
  header.dark {
    background-color: rgba(0, 54, 44, 0.75) !important;
    backdrop-filter: blur(5px);
  }
}
header.fixed {
  background-color: #00362C;
}
@media (max-width: 767px) {
  header.fixed {
    background-color: rgba(0, 54, 44, 0.75);
    backdrop-filter: blur(5px);
  }
}
header.active {
  height: 75px;
  background-color: #00362C;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
header.active .navigation {
  height: 75px;
}
header.active .logoWrapper {
  height: 75px;
}
header.active .logoWrapper .logo {
  height: 75px;
}
header.active .linkHolder {
  height: 75px;
}
header.active .linkHolder a {
  background-color: #00362C;
  color: #FFFFFF;
}
header .headerItemsWrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
header .contactNavigationWrapper {
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100px;
}
header .contactNavigationWrapper .contact-dropdown__menu {
  left: auto;
  right: 0;
}
header .contactNavigationWrapper .contact-dropdown__toggle {
  border: 0;
  outline: 0;
  backdrop-filter: none;
}
@media (max-width: 991px) {
  header .contactNavigationWrapper .contact-dropdown__toggle {
    padding: 0;
    background: none;
    font-size: 16px;
    color: white;
    font-weight: 500;
    line-height: 24px;
  }
  header .contactNavigationWrapper .contact-dropdown__toggle .fa-comments {
    font-size: 17px;
  }
  header .contactNavigationWrapper .contact-dropdown__toggle:hover,
  header .contactNavigationWrapper .contact-dropdown__toggle:hover i {
    color: white;
  }
}
@media (max-width: 767px) {
  header .contactNavigationWrapper {
    height: 60px;
  }
}
header .logoWrapper {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  justify-content: center;
}
header .logoWrapper .logo {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
}
@media (max-width: 767px) {
  header .logoWrapper .logo {
    height: 60px;
    width: 50px;
  }
  header .logoWrapper .logo img {
    height: 40px !important;
  }
}
header .logoWrapper .logo img {
  height: 50px;
}
header .linkHolder {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
}
@media (max-width: 767px) {
  header .linkHolder {
    display: none;
  }
}
header .linkHolder a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(5px);
  padding: 8px 16px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  line-height: 21px;
}
header .linkHolder a i {
  font-size: 12px;
  color: #404040;
  font-weight: 400;
  line-height: 18px;
}
header .linkHolder a:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 992px) {
  header.fixed .contactNavigationWrapper .contact-dropdown__toggle {
    background-color: white;
    color: #00362C;
  }
  header.fixed .contactNavigationWrapper .contact-dropdown__toggle i {
    color: #00362C;
  }
}
/*
    MIXINS
*/
footer {
  position: relative;
  background-color: #ECE5DD;
  padding: 60px 0px 60px 0px;
  font-size: 12px;
  color: #404040;
  font-weight: 400;
  line-height: 18px;
}
footer a {
  font-size: 12px;
  color: #404040;
  font-weight: 400;
  line-height: 18px;
}
footer a:hover {
  color: #00362C;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    line-height: 21px;
  }
  footer a {
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    line-height: 21px;
  }
  footer a:hover {
    color: #00362C;
  }
}
@media screen and (max-width: 991px) {
  footer .footerSection {
    margin-bottom: 5em;
  }
}
footer .bottomFooter {
  display: flex;
  align-items: center;
  height: 30px;
  background-color: #FFFFFF;
  margin-top: 70px;
}
footer .bottomFooter p {
  margin-bottom: 0px;
}
footer .footerLogo {
  margin-bottom: 50px;
}
footer h4 {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0.5em;
}
footer ul {
  list-style: none;
  padding-left: 0px;
}
footer ul li i {
  margin-right: 1em;
}
footer li:last-child, footer p:last-child, footer ul:last-child {
  margin-bottom: 0;
}
footer .openTime + .openTime {
  margin-top: 2em;
}
footer .socialMedia {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .socialMedia a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background-color: #00362C;
}
footer .socialMedia a i {
  font-size: 16px;
  color: #ECE5DD;
  font-weight: 400;
  line-height: 24px;
}
footer .footerSection--shortcuts li {
  margin-bottom: 0.5em;
}

.stars {
  font-size: 12px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
}
.stars span {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
}
.stars span i {
  color: #00362C;
  font-size: 16px;
}

.new-menu {
  font-size: 15px;
  font-weight: 600;
  color: white;
}
.new-menu * {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.new-menu ul, .new-menu li {
  margin: 0;
  padding: 0;
}
.new-menu > ul {
  display: flex;
  gap: 2em;
  align-items: center;
}
.new-menu li {
  list-style: none;
}
.new-menu button {
  border: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  appearance: none;
}
.new-menu p, .new-menu a {
  margin: 0;
  line-height: 1;
}
.new-menu a:hover {
  color: inherit;
}
.new-menu [aria-hidden=true] {
  display: none;
}

.new-menu-item {
  position: relative;
}
.new-menu-item__button {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.new-menu-item__icon {
  display: flex;
  flex-direction: column;
  width: 20px;
  gap: 6px;
}
.new-menu-item__icon span {
  background-color: currentColor;
  width: 100%;
  height: 2px;
}
.new-menu-item a.active {
  text-decoration: underline;
}

ul.new-first-level-submenu {
  display: block;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 250px;
  background-color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 16px;
  z-index: 2;
  border: 1px solid #E5E5E5;
}
ul.new-first-level-submenu a, ul.new-first-level-submenu button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  line-height: 21px;
  color: #404040;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 12px 16px;
  background: transparent;
  text-decoration: none;
}
ul.new-first-level-submenu a.active, ul.new-first-level-submenu button.active {
  border: 1px solid #E5E5E5;
  color: #404040;
}
ul.new-first-level-submenu a:hover, ul.new-first-level-submenu button:hover {
  border: 1px solid #E5E5E5;
  color: #404040;
}
ul.new-first-level-submenu a:hover i, ul.new-first-level-submenu button:hover i {
  color: #404040;
}
ul.new-first-level-submenu a i, ul.new-first-level-submenu button i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  line-height: 21px;
}

.new-first-level-submenu-item {
  display: grid;
  grid-template-columns: 1fr auto;
}

/* toggle visibility of desktop-only items */
@media screen and (max-width: 991px) {
  .new-menu-item--desktop-level {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .new-first-level-submenu-item--in-desktop {
    display: none;
  }
}
ul.new-second-level-submenu {
  padding-left: 2em;
}
ul.new-second-level-submenu li a {
  padding: 6px 12px;
}

/*
    MIXINS
*/
/*
    MIXINS
*/
.savingsWidget__bg img {
  opacity: 0 !important;
}
.savingsWidget__bg__overlay {
  background: none !important;
  background-color: #00362C !important;
}

.openCarBookingFormModal {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 999;
  height: 50px;
  width: 50px;
  background-color: #00362C;
  cursor: pointer;
}
.openCarBookingFormModal i {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 21px;
}
.openCarBookingFormModal:hover {
  background-color: #000302;
}
.openCarBookingFormModal:hover:before {
  background-color: #000302;
}
.openCarBookingFormModal.active {
  right: 0px;
}
.openCarBookingFormModal.active:before {
  animation: fadeIn 3s;
  pointer-events: all;
}
.openCarBookingFormModal:before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  content: "Book prøvetur";
  position: absolute;
  top: 50%;
  left: -130px;
  transform: translateY(-50%);
  background-color: #00362C;
  padding: 10px 20px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  height: 50px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.savingsWidget__content__item button {
  background-color: #fff !important;
  color: #222 !important;
}

.savingsWidget__content__item.white button {
  background-color: #00362C !important;
  color: #fff !important;
}
.savingsWidget__content__item .car__image img {
  object-fit: cover !important;
  width: 80% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  object-position: center !important;
}

.noCar {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.noCar h2 {
  max-width: 75%;
}
.noCar a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 21px;
  padding: 12px 26px;
  background-color: #404040;
  margin-top: 30px;
}

.sentMessage {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  background-color: #00362C;
  padding: 15px 30px;
}
.sentMessage p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}
.sentMessage p i {
  margin-right: 10px;
}

.errorToast {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  background-color: #EC2A2A;
  padding: 20px 30px;
  position: fixed;
  bottom: 15px;
  right: -500px;
  z-index: 1000;
}
.errorToast.active {
  right: 15px;
}
.errorToast__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.errorToast__header p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}
.errorToast__header i {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}
.errorToast__text {
  margin-top: 10px;
}
.errorToast__text ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.errorToast__text ul li {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 21px;
}
.errorToast__toggl {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.errorToast__toggl p {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0px;
}
.errorToast__toggl i {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0px;
}

.sendToast {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  background-color: #00362C;
  padding: 20px 30px;
  position: fixed;
  bottom: 15px;
  right: -500px;
  z-index: 1000;
}
.sendToast.active {
  right: 15px;
}
.sendToast__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sendToast__header p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}
.sendToast__header i {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}

.spacer {
  height: 120px;
}
@media (max-width: 767px) {
  .spacer {
    height: 60px;
  }
}

.primaryLink {
  font-size: 14px;
  color: #404040;
  font-weight: 700;
  line-height: 21px;
  padding: 15px;
  background-color: #ECE5DD;
  display: block;
}
.primaryLink i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 16px;
  color: #00362C;
  font-weight: 700;
  line-height: 24px;
  padding-right: 5px;
}
.primaryLink:hover {
  background-color: #00362C;
  color: #ECE5DD;
}
.primaryLink:hover i {
  color: #ECE5DD;
}
.primaryLink.green {
  text-align: center;
  background-color: #00362C;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

.row--cars {
  margin-bottom: -30px;
}

.car {
  margin-bottom: 30px;
  display: block;
}
.car__image {
  position: relative;
}
.car__image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 13/9;
}
.car__image .arrow {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  gap: 15px;
  height: 40px;
  width: 40px;
  background-color: #FFFFFF;
  border-radius: 40px;
}
.car__image .arrow i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
}
.car__image .car-status {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1;
  border-width: 5rem 0 0 5rem;
  border-color: transparent transparent transparent #00362C;
  border-style: solid;
  /*
  &::after {
      content: '';
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 200px 0 0 200px;
      border-color: transparent transparent transparent ;
      transform: rotate(0deg);
  }
  */
}
.car__image .car-status p {
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
  transform: translateX(-50%) rotate(45deg);
  transform-origin: top center;
  line-height: 1;
  padding-top: 0.5em;
}
.car__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0px;
}
.car__heading h3 {
  font-size: 18px;
  color: #404040;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0px;
}
.car__specs {
  display: flex;
  gap: 10px;
}
.car__specs p {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 21px;
  padding-right: 10px;
  border-right: 1px solid #E5E5E5;
}
.car__specs p:last-child {
  border-right: none;
}
.car:hover .badge {
  background-color: #00362C;
}
.car:hover .badge i {
  color: #FFFFFF;
}

.carItem {
  position: relative;
  z-index: 1;
}
.carItem__header {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carItem__header__text h1 {
  font-size: 30px;
  color: #404040;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 0px;
}
.carItem__header__text h1 span {
  font-weight: 700;
}
.carItem__header__text p {
  font-size: 14px;
  color: #9B9B9B;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0px;
}
.carItem__header__links .link {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 3;
}
.carItem__header__links .link p {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}
.carItem__header__links .link__icon {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: #E5E5E5;
  margin-left: 10px;
}
.carItem__header__links .link__icon i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
}
.carItem__header__links .link__icon:hover {
  background-color: #00362C;
}
.carItem__header__links .link__icon:hover i {
  color: #FFFFFF;
}
.carItem__header__links .link .linkContent {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: absolute;
  top: calc(100% + 20px);
  opacity: 0;
  pointer-events: none;
  right: 0;
  height: 50px;
  width: auto;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 10px;
}
.carItem__header__links .link .linkContent.active {
  top: calc(100% + 10px);
  opacity: 1;
  pointer-events: all;
}
.carItem__header__links .link .linkContent a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: #E5E5E5;
  border-radius: 45px;
}
.carItem__header__links .link .linkContent a i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #404040;
  font-weight: 700;
  line-height: 21px;
}
.carItem__header__links .link .linkContent a:hover {
  background-color: #00362C;
}
.carItem__header__links .link .linkContent a:hover i {
  color: #FFFFFF;
}
.carItem__header__links .link .linkContent__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: #E5E5E5;
  border-radius: 45px;
}
.carItem__header__links .link .linkContent__link i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #404040;
  font-weight: 700;
  line-height: 21px;
}
.carItem__header__links .link .linkContent__link:hover {
  background-color: #00362C;
}
.carItem__header__links .link .linkContent__link:hover i {
  color: #FFFFFF;
}
.carItem__slider {
  position: relative;
  height: 100%;
}
.carItem__slider .carSlider {
  position: relative;
  height: 100%;
  margin-bottom: 0px;
}
.carItem__slider .carSlider .item {
  position: relative;
  min-height: 500px;
  height: 100%;
}
@media (max-width: 767px) {
  .carItem__slider .carSlider .item {
    height: 300px;
    min-height: 300px;
  }
}
.carItem__slider .carSlider .item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.carItem__slider .carSlider .slideArrow {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #FFFFFF;
  border-radius: 40px;
  cursor: pointer;
  z-index: 3;
}
.carItem__slider .carSlider .slideArrow i {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
}
.carItem__slider .carSlider .slideArrow:hover {
  background-color: #00362C;
}
.carItem__slider .carSlider .slideArrow:hover i {
  color: #FFFFFF;
}
.carItem__slider .carSlider .slideArrow.next {
  left: auto;
  right: 15px;
}
.carItem__slider .carSlider .slideArrow.prev {
  left: 15px;
  right: auto;
}
.carItem__slider .carSlider .slideArrow.slick-disabled {
  opacity: 0;
}
.carItem__slider .carDots {
  position: absolute;
  bottom: 20px;
  left: 15px;
  z-index: 10;
}
@media (max-width: 767px) {
  .carItem__slider .carDots {
    display: none;
  }
}
.carItem__slider .carDots .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  width: auto;
}
.carItem__slider .carDots .slick-dots li {
  margin: 0 0.25rem;
}
.carItem__slider .carDots .slick-dots button {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #FFFFFF;
  opacity: 0.5;
  text-indent: -9999px;
}
.carItem__slider .carDots .slick-dots li.slick-active button {
  opacity: 0.9;
}
.carItem .carPresentation__facts {
  display: flex;
  gap: 15px;
}
.carItem .carPresentation__facts .fact {
  background-color: #ECE5DD;
  display: flex;
  align-items: center;
  padding: 15px;
}
.carItem .carPresentation__facts .fact__icon {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  line-height: 24px;
  margin-right: 15px;
}
.carItem .carPresentation__facts .fact__text p {
  font-size: 14px;
  color: #9B9B9B;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0px;
}
.carItem .carPresentation__facts .fact__text h4 {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .carItem .carPresentation__facts .fact:last-child {
    background-color: #00362C;
  }
  .carItem .carPresentation__facts .fact:last-child p {
    opacity: 0.8;
  }
  .carItem .carPresentation__facts .fact:last-child * {
    color: #FFFFFF;
  }
}
.carItem .carPresentation__facts .fact:first-child {
  flex: 1;
}
.carItem .carPresentation__price {
  position: relative;
  margin: 25px 0px;
}
.carItem .carPresentation__price h3 {
  font-size: 18px;
  color: #404040;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .carItem .carPresentation__price h3 {
    font-size: 22px;
    color: #404040;
    font-weight: 700;
    line-height: 33px;
  }
}
.carItem .carPresentation__price p {
  font-size: 16px;
  color: #404040;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
}
.carItem .carPresentation__price .toggleCalc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.carItem .carPresentation__price .toggleCalc p {
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  line-height: 21px;
  margin-right: 10px;
}
.carItem .carPresentation__price .toggleCalc div {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: #E5E5E5;
}
.carItem .carPresentation__price .toggleCalc div i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
}
.carItem .carPresentation__price .toggleCalc:hover div {
  background-color: #00362C;
}
.carItem .carPresentation__price .toggleCalc:hover div i {
  color: #FFFFFF;
}
.carItem .carPresentation__price-note {
  font-size: 12px;
  color: #9B9B9B;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
.carItem .carPresentation__price-buy {
  display: flex;
  gap: 1em;
}
.carItem .carPresentation__price-alert {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  margin-top: 1em;
  font-size: 14px;
  color: #9B9B9B;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}
.carItem .carPresentation__contact {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.carItem .carPresentation__book {
  margin: 25px 0px;
}
.carItem .carPresentation__book .green {
  padding-bottom: 15px !important;
}
.carItem .carPresentation__book > div {
  margin: 5px 0px;
}
.carItem .carPresentation__book > button {
  width: 100%;
  border: none;
  margin: 5px 0px;
}
.carItem .carPresentation *[aria-hidden=true] {
  display: none;
}

.carContent {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .carContent {
    grid-template-columns: 1fr;
  }
}
.carContent details h3.small {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  line-height: 33px;
}
.carContent__heading {
  font-size: 30px;
  color: #404040;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 45px;
}
.carContent__heading.small {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  line-height: 33px;
  display: block;
}
.carContent__heading.white {
  color: #FFFFFF;
}
.carContent__specs {
  position: relative;
  background-color: #00362C;
  padding: 80px 35px;
  /*
  &:before {
      content: "";
      background-color: $color-primary;
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;

      @media(max-width:767px) {
          display: none;
      }
  }
      */
}
@media (max-width: 767px) {
  .carContent__specs {
    padding: 60px 15px;
  }
}
.carContent__specs .specList .specRow {
  margin-bottom: 45px;
}
.carContent__specs .specList .specRow__heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.carContent__specs .specList .specRow__heading i {
  font-size: 21px;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 31.5px;
  padding-right: 15px;
}
.carContent__specs .specList .specRow__heading h3 {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}
.carContent__specs .specList .specRow .specs {
  display: flex;
  flex-wrap: wrap;
}
.carContent__specs .specList .specRow .specs .item {
  width: 33.3333333333%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .carContent__specs .specList .specRow .specs .item {
    width: 50%;
  }
}
.carContent__specs .specList .specRow .specs .item span {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
.carContent__specs .specList .specRow .specs .item p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}
.carContent__text {
  position: relative;
  padding: 80px 35px;
  background-color: #ECE5DD;
  /*
  &:before {
      content: "";
      background-color: $color-secondary;
      position: absolute;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;

      @media(max-width:767px) {
          display: none;
      }
  }
      */
}
@media (max-width: 767px) {
  .carContent__text {
    padding: 60px 15px;
  }
}
.carContent__text__comment {
  width: 100%;
}
.carContent__text__comment p {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px;
}
.carContent__text__eq {
  column-count: 3;
}
@media (max-width: 767px) {
  .carContent__text__eq {
    column-count: 2;
  }
}
.carContent__text__eq p {
  font-size: 14px;
  color: #404040;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
}

.button-link {
  background: none;
  border: 0;
  padding: 0;
  line-height: inherit;
  font-size: 16px;
  color: #00362C;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #00362C;
}

.moreCars {
  margin: 80px 0px;
}
.moreCars.frontpage {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .moreCars.frontpage {
    margin-top: 60px;
  }
}
.moreCars h4 {
  font-size: 30px;
  color: #404040;
  font-weight: 700;
  line-height: 45px;
}
.moreCars p {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px;
}
.moreCars p a {
  font-size: 16px;
  color: #00362C;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #00362C;
}
.moreCars__list {
  margin-top: 30px;
}
.moreCars__list .car__image {
  height: 250px !important;
}
.moreCars .gg-buttons {
  padding-block: 0;
}

.leasingCalc h3 {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  line-height: 33px;
}
.leasingCalc__list {
  display: flex;
  flex-direction: column;
}
.leasingCalc__list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
  border-bottom: 1px solid #E5E5E5;
}
.leasingCalc__list .item p {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0px;
}
.leasingCalc__list .item:last-child {
  border-bottom: none;
}

.ranges {
  margin-top: 30px;
}
.ranges h3 {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}
.ranges__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.ranges__item__text p {
  font-size: 14px;
  color: #404040;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 0px;
}
.ranges__item__text span {
  font-size: 12px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 18px;
}
.ranges__item p {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0px;
}

.grey {
  background-color: #F6F6F6;
  margin-top: 30px;
  padding: 47px 0px;
}

.loadingTime {
  background-color: #FFFFFF;
  padding: 30px 20px;
  min-height: 100%;
}
.loadingTime__heading h3 {
  font-size: 18px;
  color: #404040;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0px;
}
.loadingTime__heading p {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
}
.loadingTime #loadingTime div {
  border-bottom: 1px solid #9B9B9B;
  margin-top: 17px;
  padding-bottom: 20px;
}
.loadingTime #loadingTime div h3 {
  font-size: 18px;
  color: #404040;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0px;
}
.loadingTime #loadingTime div p {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0px;
}
.loadingTime #loadingTime div:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.range {
  background-color: #FFFFFF;
  padding: 30px 20px;
}
.range__heading h3 {
  font-size: 18px;
  color: #404040;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0px;
}
.range__heading p {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
}
.range__list {
  border-bottom: 1px solid #9B9B9B;
  margin-top: 17px;
  padding-bottom: 20px;
}
.range__list h3 {
  font-size: 18px;
  color: #404040;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0px;
}
.range__list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 420px) {
  .range__list__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .range__list__item p {
    margin: 5px 0px;
  }
}
.range__list__item p {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0px;
}
.range__list__item p span {
  font-weight: 500;
}
.range__list:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.rangeInfo {
  margin-top: 20px;
}
.rangeInfo p {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0px;
}

.bookingForm {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
}
.bookingForm__content {
  height: auto;
  min-height: 200px;
  width: 600px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 600px;
  overflow: scroll;
}
@media (max-width: 767px) {
  .bookingForm__content {
    max-height: calc(100% - 120px);
    top: 70px;
    transform: translateX(-50%);
    overflow: scroll;
  }
}
.bookingForm__content__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.bookingForm__content__header h3 {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 0px;
}
.bookingForm__content__header .closeForm {
  cursor: pointer;
}
.bookingForm__content__header .closeForm i {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .bookingForm__content {
    width: calc(100% - 30px);
  }
}
.bookingForm__content__form {
  padding: 0px 15px 15px 15px;
}
.bookingForm__content__form .errorWrapper {
  display: none;
}
@media (min-width: 768px) {
  .bookingForm__content__form form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .bookingForm__content__form form .input {
    width: calc(50% - 10px);
  }
  .bookingForm__content__form form textarea {
    height: 50px;
  }
  .bookingForm__content__form form #recap {
    width: 100%;
  }
}
.bookingForm.show {
  pointer-events: all;
  opacity: 1;
}

#carUrl {
  opacity: 0;
  pointer-events: none;
  max-height: 0px;
  margin: 0px;
}
#carUrl label {
  display: none;
}

#carUrl > input {
  pointer-events: none;
  opacity: 0.75;
  background-color: #E5E5E5;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
}

.smallFormInfo {
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 12px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 18px;
}

.bookingCta {
  background-color: #00362C;
  padding: 80px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .bookingCta {
    padding: 30px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bookingCta {
    padding: 60px 60px;
  }
}
.bookingCta__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.bookingCta__text {
  max-width: 60%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .bookingCta__text {
    max-width: 100%;
  }
}
.bookingCta__text h2 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 767px) {
  .bookingCta__text h2 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 30px;
  }
}
.bookingCta__text p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 24px;
  max-width: 60%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .bookingCta__text p {
    max-width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 21px;
  }
}
.bookingCta__text__links {
  display: flex;
  gap: 16px;
  align-items: center;
}
.bookingCta__text__links a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 21px;
  border: 1px solid #FFFFFF;
  padding: 12px 16px;
  border-radius: 100px;
}
.bookingCta__text__links a:hover {
  background-color: #FFFFFF;
  color: #00362C;
}
.bookingCta__text__links button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #00362C;
  font-weight: 600;
  line-height: 21px;
  border: 1px solid #FFFFFF;
  padding: 12px 16px;
  border-radius: 100px;
  background-color: #FFFFFF;
  display: flex;
  gap: 8px;
  align-items: center;
  outline: none;
  appearance: none;
}
.bookingCta__text__links button:hover {
  background-color: #E5E5E5;
}

.financeCalculator {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.financeCalculator__calculator {
  flex: 1;
  padding: 30px;
}
@media (max-width: 767px) {
  .financeCalculator__calculator {
    width: 100%;
    padding: 30px 15px;
  }
}
.financeCalculator__calculator h4 {
  font-size: 20px;
  color: #404040;
  font-weight: 700;
  line-height: 30px;
}
.financeCalculator__calculator__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.financeCalculator__calculator__form__inputWrapper label {
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  line-height: 21px;
}
.financeCalculator__calculator__form__inputWrapper__input {
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.financeCalculator__calculator__form__inputWrapper__input p {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
  margin: 0px;
  padding: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .financeCalculator__calculator__form__inputWrapper__input p {
    padding: 8px;
  }
}
.financeCalculator__calculator__form__inputWrapper__input__help {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 21px;
  background-color: #404040;
  width: 70px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .financeCalculator__calculator__form__inputWrapper__input__help {
    width: 50px;
    height: 40px;
  }
}
.financeCalculator__calculator__form__rangeWrapper__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .financeCalculator__calculator__form__rangeWrapper__header {
    flex-direction: column;
  }
}
.financeCalculator__calculator__form__rangeWrapper__header > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.financeCalculator__calculator__form__rangeWrapper__header p {
  font-size: 14px;
  color: #404040;
  font-weight: 700;
  line-height: 21px;
  margin: 0px;
}
.financeCalculator__calculator__form__rangeWrapper__header p:last-child {
  text-align: right;
}
.financeCalculator__calculator__form__rangeWrapper__slider {
  margin-top: 24px;
}
.financeCalculator__calculator__form__rangeWrapper__slider input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  background: #F6F6F6;
  outline: none;
  accent-color: #F55050;
}
.financeCalculator__calculator__form__rangeWrapper__slider input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #00362C;
  border-radius: 100px;
  cursor: pointer;
}
.financeCalculator__calculator__form__rangeWrapper__slider input[type=range]::-moz-range-progress {
  background-color: #00362C;
}
.financeCalculator__calculator__form__rangeWrapper__slider input[type=range]::-moz-range-track {
  background-color: #00362C;
}
.financeCalculator__calculator__form__rangeWrapper__slider input[type=range]::-moz-range-progress {
  background-color: red;
}
.financeCalculator__calculator__form__rangeWrapper__slider input[type=range]::-moz-range-track {
  background-color: blue;
}
.financeCalculator__result {
  width: 50%;
  padding: 30px;
  background-color: #00362C;
}
.financeCalculator__result .errorWrapper {
  margin-bottom: 30px;
}
.financeCalculator__result .errorWrapper div {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 18px;
}
.financeCalculator__result .errorWrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.financeCalculator__result .errorWrapper ul li {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 767px) {
  .financeCalculator__result {
    width: 100%;
    padding: 30px 15px;
  }
}
.financeCalculator__result h4 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 30px;
}
.financeCalculator__result__number {
  margin-bottom: 30px;
}
.financeCalculator__result__number p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 0px;
}
.financeCalculator__result__number span {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 21px;
}
.financeCalculator__result form .input.hidden {
  display: none;
}
.financeCalculator__result form .input label {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 21px;
}
.financeCalculator__result form .input input {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
  background-color: #FFFFFF;
  border: none;
  outline: none;
  padding: 16px;
  width: 100%;
  margin-bottom: 0px;
}
.financeCalculator__result form .button > div {
  display: none;
}
.financeCalculator__result form .button button {
  background-color: #FFFFFF;
  border-radius: 0px;
  color: #00362C;
  margin: 0px;
}
.financeCalculator__result form .button button:hover {
  background-color: #f9f9f9;
}

.car-details summary {
  margin-bottom: 1em;
}

.container--no-padding {
  padding-inline: 0;
}

.car-slider-cta {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00362C;
  padding: 80px 35px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5em;
}
.car-slider-cta h2 {
  font-weight: 900;
  text-align: center;
  max-width: 390px;
}
.car-slider-cta > * {
  margin: 0;
}
.car-slider-cta__buttons {
  display: grid;
  gap: 0.8em;
}
.car-slider-cta__phone-info {
  text-align: center;
}
.car-slider-cta__phone-info p {
  margin: 0;
}
.car-slider-cta .gg-button {
  padding: 18px 40px;
  font-size: 18px;
  border-width: 2px;
  text-align: center;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.car-slider-cta .gg-button:hover {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.car-slider-cta__phone-line {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.car-slider-cta .fa-phone {
  font-size: 20px;
}
.car-slider-cta__phone:hover, .car-slider-cta__phone {
  font-weight: 900;
  font-size: 32px;
  color: white;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .car-slider-cta {
    gap: 1em;
  }
  .car-slider-cta h2, .car-slider-cta__phone {
    font-size: 18px;
  }
  .car-slider-cta .gg-button {
    padding: 16px 30px;
    font-size: 16px;
  }
}
/*
    MIXINS
*/
.finance-calculator__grid {
  background-color: #ECE5DD;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "price interest monthly" "adjust adjust info" "cta cta cta";
}
@media (max-width: 991px) {
  .finance-calculator__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "price interest monthly" "adjust adjust adjust" "info info info" "cta cta cta";
  }
}
@media (max-width: 767px) {
  .finance-calculator__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    grid-template-areas: "price" "interest" "monthly" "adjust" "info" "cta";
  }
}
.finance-calculator__price, .finance-calculator__interest-rate, .finance-calculator__monthly {
  padding: 35px;
  background: #00362c;
  color: white;
}
.finance-calculator__price h3, .finance-calculator__interest-rate h3, .finance-calculator__monthly h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.finance-calculator__value {
  font-size: 3em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .finance-calculator__value {
    font-size: 2em;
  }
}
.finance-calculator__price {
  grid-area: price;
}
.finance-calculator__interest-rate {
  grid-area: interest;
}
@media (max-width: 767px) {
  .finance-calculator__interest-rate {
    padding-top: 0;
  }
}
.finance-calculator__monthly {
  grid-area: monthly;
}
@media (max-width: 767px) {
  .finance-calculator__monthly {
    padding-top: 0;
  }
}
.finance-calculator__adjust {
  grid-area: adjust;
  padding: 50px 35px;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.finance-calculator__adjust h3 {
  font-weight: bold;
}
.finance-calculator__adjust-value {
  text-align: right;
}
.finance-calculator__adjust-variable {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}
.finance-calculator__adjust-variable input[type=number] {
  text-align: right;
  border: 0;
  background: transparent;
  font: inherit;
}
.finance-calculator__adjust-slider {
  grid-column: 1/-1;
  accent-color: #00362c;
}
.finance-calculator__info {
  align-self: auto;
  grid-area: info;
  padding: 50px 35px;
  border-left: 1px solid #cdcccb;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-weight: bold;
}
@media (max-width: 991px) {
  .finance-calculator__info {
    border-top: 1px solid #cdcccb;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .finance-calculator__info {
    background-color: transparent;
  }
}
.finance-calculator__info-property {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.finance-calculator__cta {
  grid-area: cta;
  padding: 35px;
  background: #e0d9d0;
  gap: 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.finance-calculator__duty-text {
  margin-top: 1em;
  font-size: 0.8em;
}

/*
    MIXINS
*/
/* shl, 19/6 */
.contact-dropdown {
  position: relative;
}
.contact-dropdown__toggle {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 21px;
  background: #00362C;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(5px);
  padding: 12px 22px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-dropdown__toggle i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 19.5px;
}
.contact-dropdown__toggle:hover {
  background-color: #FFFFFF;
  color: #00362C;
  border: 1px solid #00362C;
}
.contact-dropdown__toggle:hover i {
  font-size: 13px;
  color: #00362C;
  font-weight: 400;
  line-height: 19.5px;
}
.contact-dropdown__menu {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 250px;
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(5px);
  padding: 8px;
  border-radius: 16px;
  display: none;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
  border: 1px solid #E5E5E5;
}
.contact-dropdown__menu--active {
  display: flex;
}

.contact-dropdown .contact-dropdown__menu-item {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  line-height: 21px;
  color: #404040;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 12px 16px;
  background: transparent;
}
.contact-dropdown .contact-dropdown__menu-item.active {
  border: 1px solid #E5E5E5;
  color: #404040;
}
.contact-dropdown .contact-dropdown__menu-item:hover {
  border: 1px solid #E5E5E5;
  color: #404040;
}
.contact-dropdown .contact-dropdown__menu-item:hover i {
  color: #404040;
}
.contact-dropdown .contact-dropdown__menu-item i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  line-height: 21px;
}

/*
    MIXINS
*/
/* shl, 06/08 */
.gg-button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 21px;
  background-color: #00362C;
  border-radius: 100px;
  border: 1px solid #00362C;
  padding: 12px 22px;
  outline: none;
  border-radius: none;
  apperance: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
}
.gg-button i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.gg-button:hover {
  background-color: #FFFFFF;
  color: #00362C;
  border-color: #00362C;
}
.gg-button:hover i {
  color: #00362C;
}

.gg-button--white-border {
  border: 1px solid #FFFFFF;
}

.gg-button--white {
  color: #00362C;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.gg-button--white:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.gg-buttons {
  padding-block: 2em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}

.gg-buttons:last-child {
  padding-bottom: 0;
}

.gg-buttons--centered {
  text-align: center;
  justify-content: center;
}

/*
    MIXINS
*/
.heroWrapper {
  position: relative;
  background-color: #ECE5DD;
  z-index: 2;
}

.hero {
  position: relative;
  z-index: 0;
}
.hero .heroItem {
  position: relative;
  min-height: 65vh;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero .heroItem {
    min-height: 55vh;
  }
}
.hero .heroItem:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3362920168) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
.hero .heroItem__text {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: absolute;
  top: 0px;
  opacity: 0;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 75px;
}
.hero .heroItem__text h2 {
  font-size: 83px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 0px;
  line-height: 1;
}
.hero .heroItem__text h3 {
  font-size: 45px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 67.5px;
  line-height: 1;
}
.hero .heroItem__text a {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.hero .heroItem__text a span {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background-color: #FFFFFF;
  border-radius: 100%;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .hero .heroItem__text a span {
    height: 40px;
    width: 40px;
  }
}
.hero .heroItem__text a span i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px;
}
.hero .heroItem__text a:hover span {
  background-color: #00362C;
  margin-right: 20px;
}
.hero .heroItem__text a:hover span i {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .hero .heroItem__text h2 {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 0px;
  }
  .hero .heroItem__text h3 {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 37.5px;
  }
}
@media (max-width: 1199px) {
  .hero .heroItem__text {
    padding-bottom: 50px;
  }
}
.hero .heroItem__image {
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero .heroItem__image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.hero .heroItem__image:after {
  content: "";
  background-image: linear-gradient(transparent, 65%, rgba(0, 0, 0, 0.5));
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .heroItem.slick-current .heroItem__text {
  opacity: 1;
  transition-delay: 0.9s;
}
.hero .heroItem.slick-current .heroItem__image {
  left: 0;
  transition-delay: 0.5s;
}

/*
    MIXINS
*/
.filterWrapper {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filterWrapper {
    bottom: 0px;
    position: relative;
    padding-block: 30px;
  }
  .filterWrapper:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .filterWrapper {
    position: relative;
    bottom: 0;
    padding-block: 30px;
  }
  .filterWrapper:before {
    display: none;
  }
}
.filterWrapper .filter {
  height: auto;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1098039216);
  border-radius: 5px;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
}

.filterGroup {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #E5E5E5;
  /*
  &--button {
      flex-grow: 0;
  }
      */
}
@media (max-width: 991px) {
  .filterGroup {
    flex: auto;
  }
}
.filterGroup label {
  font-size: 14px;
  color: #404040;
  font-weight: 700;
  line-height: 21px;
}
.filterGroup select {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
  width: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 18px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 0px;
}
@media (max-width: 1199px) {
  .filterGroup select {
    width: 100%;
  }
}
.filterGroup select option {
  padding: 10px;
}
.filterGroup .button {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  opacity: 1;
  pointer-events: all;
  margin: 0;
}
.filterGroup .button button {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 21px;
  padding: 10px 30px;
  background-color: #00362C;
  outline: none;
  border: none;
}
.filterGroup:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .filterWrapper .filter {
    padding: 10px 15px 30px 15px;
    gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
  .filterWrapper .filter .filterGroup {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }
  .filterWrapper .filter .filterGroup--button {
    grid-column: 1/-1;
  }
}
.filterWrapper--carsPage {
  position: relative;
  padding-top: 120px;
  bottom: unset;
}
.filterWrapper--carsPage:before {
  content: "";
  background-color: #00362C;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 60px);
  width: 100%;
}
.filterWrapper--carsPage .banner {
  margin-bottom: 50px;
}
.filterWrapper--carsPage .filter {
  margin-bottom: 30px;
}

.filterWrapper--incoming {
  /* one less item in filter */
}
@media (min-width: 1200px) {
  .filterWrapper--incoming .filter {
    grid-template-columns: 1fr 1fr 1fr auto;
  }
}
.filterWrapper--incoming .filterGroup--hide {
  display: none;
}

.filterWrapper--blocks-top {
  margin-top: -40px;
  margin-bottom: 40px;
}

.filterWrapper--hero {
  position: absolute;
  bottom: -70px;
}
@media (max-width: 1199px) {
  .filterWrapper--hero {
    position: static;
  }
}

/*
    MIXINS
*/
.bgSection {
  background-color: #00362C;
}
.bgSection * {
  color: #FFFFFF;
}

.sectionRow:nth-child(even) {
  flex-direction: row-reverse;
}

.sectionText {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .sectionText {
    padding: 30px 0px;
  }
}
.sectionText .smallLogo {
  margin-bottom: 20px;
}
.sectionText h3 {
  font-size: 25px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 37.5px;
  margin-bottom: 10px;
}
.sectionText p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 24px;
}
.sectionText .link {
  font-size: 14px;
  color: #00362C;
  font-weight: 700;
  line-height: 21px;
  background-color: #FFFFFF;
  padding: 12px 30px;
  margin-top: 20px;
  display: inline-block;
}

.sectionImage {
  position: relative;
  height: 100%;
}
.sectionImage img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.calculator {
  position: relative;
  height: 100%;
  background-color: #ECE5DD;
  padding: 75px 60px;
}
@media (max-width: 767px) {
  .calculator {
    padding: 30px 15px;
  }
}
.calculator h4 {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  line-height: 33px;
}
.calculator .calc {
  position: relative;
  border-left: 1px solid #00362C;
  border-right: 1px solid #00362C;
  padding: 5px 5px;
  margin-top: 25px;
}
.calculator .calc .bar {
  height: 20px;
  background-color: #00362C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
}
.calculator .calc .bar div {
  height: 14px;
  width: 1px;
  background-color: #ECE5DD;
}
.calculator .calc .counter {
  transition-property: all;
  transition-duration: 2000ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  padding: 5px 10px;
  background-color: #00362C;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: center;
}
.calculator .calc .counter.animate {
  right: 250px;
}
@media (max-width: 767px) {
  .calculator .calc .counter.animate {
    right: 200px;
  }
}
.calculator .calc .counter h5 {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0px;
}
.calculator .calc .counter h5 span {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 21px;
}
.calculator .calc .counter p {
  font-size: 10px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 0px;
}

/*
    MIXINS
*/
.list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .list {
    display: block;
  }
}

.post {
  margin-bottom: 30px;
}
.post__image {
  position: relative;
  height: 150px;
}
.post__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.post__text {
  margin-top: 20px;
}
.post__text h3 {
  font-size: 18px;
  color: #404040;
  font-weight: 700;
  line-height: 27px;
}
@media (min-width: 992px) {
  .post__text h3 {
    height: 55px;
  }
}
.post__text p {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 21px;
}
.post__footer {
  border-top: 1px solid #E5E5E5;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post__footer p {
  font-size: 12px;
  color: #9B9B9B;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 0px;
}
.post__footer .tags {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
.post__footer .tags p {
  font-size: 12px;
  color: #9B9B9B;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 0px;
}
.post__footer .tags div {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 18px;
  padding: 5px 10px;
  background-color: #00362C;
}

.blogBg {
  position: relative;
  height: auto;
  padding-top: 120px;
}
.blogBg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00362C;
  height: calc(100% - 100px);
  width: 100%;
}

.postBanner {
  position: relative;
  height: 500px;
}
.postBanner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .postBanner {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .postBanner {
    height: 250px;
  }
}

.postIntro .tags {
  margin-bottom: 30px;
}
.postIntro .tags > * {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  /*
  &:hover {
      background-color: $color-secondary;
      color: $color-dark;
  }
      */
}
.postIntro h1 {
  font-size: 35px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 52.5px;
}
.postIntro .info p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 21px;
}

.blogSections {
  margin-block: 60px;
}

.blogSideBar {
  position: sticky;
  top: 100px;
  padding-bottom: 30px;
}

.sideBarHeading {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
}

.carLink {
  position: relative;
  border: 1px solid #E5E5E5;
  padding: 15px;
  margin-top: 60px;
  display: block;
}
.carLink__image {
  position: relative;
  height: 150px;
}
.carLink__image__overlay {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.carLink__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.sideBarHeader {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.sideBarHeader span {
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  line-height: 21px;
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  padding: 10px;
  display: block;
  z-index: 10;
}
.sideBarHeader:before {
  content: "";
  height: 1px;
  background-color: #E5E5E5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 15px 0px;
}
.socials .copyUrl {
  position: relative;
  cursor: pointer;
}
.socials .copyUrl .toggleCopy {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  background-color: #00362C;
  padding: 5px 12px;
  z-index: 10;
  opacity: 0;
}
.socials .copyUrl .toggleCopy.active {
  opacity: 1;
  bottom: calc(100% + 5px);
}
.socials .copyUrl #url {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border: 1px solid #E5E5E5;
  border-radius: 45px;
}
.socials .copyUrl #url i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
}
.socials .copyUrl #url:hover {
  background-color: #00362C;
}
.socials .copyUrl #url:hover i {
  color: #FFFFFF;
}
.socials a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border: 1px solid #E5E5E5;
  border-radius: 45px;
}
.socials a i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
}
.socials a:hover {
  background-color: #00362C;
}
.socials a:hover i {
  color: #FFFFFF;
}

.smallPosts {
  margin-top: 20px;
}

a .smallPost {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
a .smallPost__image {
  position: relative;
  height: 80px;
  width: 40%;
}
a .smallPost__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
a .smallPost__image__overlay {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}
a .smallPost__image__overlay i {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 24px;
}
a .smallPost__text {
  width: 60%;
  padding-left: 10px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
a .smallPost__text h4 {
  font-size: 14px;
  color: #404040;
  font-weight: 700;
  line-height: 21px;
}
a .smallPost__text p {
  font-size: 12px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0px;
}
a:hover .smallPost__image__overlay {
  opacity: 1;
}

.blogQuote {
  margin: 20px 0px;
}
.blogQuote__text {
  position: relative;
  padding: 15px 0px 15px 30px;
}
.blogQuote__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #E5E5E5;
  width: 2px;
}
.blogQuote__text h3 {
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 600;
  line-height: 27px;
  font-style: italic;
}
.blogQuote__text h5 {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.postGalleryMulti {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 767px) {
  .postGalleryMulti {
    grid-template-columns: repeat(1, 1fr);
  }
}

.postImage {
  position: relative;
  max-width: 100%;
}
.postImage img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .postImage img {
    height: auto;
  }
}
.postImage__open {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: #ECE5DD;
  border-radius: 100px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.postImage__open i {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px;
}
.postImage__open:hover {
  background-color: #00362C;
}
.postImage__open:hover i {
  color: #FFFFFF;
}

.postVideo {
  margin: 20px 0px;
}

/*
    MIXINS
*/
.bannerWrapper {
  position: relative;
  padding-top: 120px;
}
.bannerWrapper:before {
  content: "";
  background-color: #00362C;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 60px);
  width: 100%;
}

.banner {
  position: relative;
  height: 400px;
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .bannerWrapper {
    padding-top: 65px;
  }
  .banner {
    height: 250px;
  }
}
/*
    MIXINS
*/
.textContainer.fullPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.textContainer h1 {
  font-size: 35px;
  color: #404040;
  font-weight: 700;
  line-height: 52.5px;
  margin-bottom: 30px;
}
.textContainer p {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px;
}
.textContainer p a {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}
.textContainer p a:hover {
  color: #00362C;
}
.textContainer__links {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}
.textContainer__links a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 21px;
  padding: 12px 20px;
  background-color: #00362C;
}

/*
    MIXINS
*/
.tabsWrapper h3 {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  line-height: 33px;
}

.tabNav {
  background-color: #ECE5DD;
  padding: 5px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.tabNav .navItem {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  flex: 1;
  padding: 10px 20px;
  cursor: pointer;
}
.tabNav .navItem p {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #404040;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 0px;
  white-space: nowrap;
}
.tabNav .navItem.active, .tabNav .navItem:hover {
  background-color: #00362C;
}
.tabNav .navItem.active p, .tabNav .navItem:hover p {
  color: #FFFFFF;
}

.tabs {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  margin-top: 30px;
}
.tabs .tabItem {
  max-height: 0px;
  pointer-events: none;
  overflow: hidden;
}
.tabs .tabItem.active {
  max-height: 10000px;
  pointer-events: all;
}

/*
    MIXINS
*/
.mapWrapper {
  position: relative;
  min-height: 500px;
  height: 90vh;
  max-height: 800px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mapWrapper {
    margin-bottom: 0px;
  }
}
.mapWrapper .container {
  position: relative;
  bottom: 50px;
  right: 0;
  pointer-events: none;
}
.mapWrapper .formHolder {
  position: absolute;
  bottom: 0px;
  right: 0;
  background-color: #FFFFFF;
  width: 400px;
  height: auto;
  pointer-events: all;
}

#map {
  position: absolute;
  min-height: 500px;
  height: 90vh;
  max-height: 800px;
  width: 100%;
}

.mapboxgl-ctrl-attrib-inner {
  display: none !important;
}

.toggleForm {
  display: none;
}

#sendToast {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: fixed;
  bottom: 30px;
  right: -300px;
  padding: 15px;
  background-color: #00362C;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 99;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#sendToast .sendToastIcon {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 33px;
}
#sendToast .sendToastText p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 21px;
  margin: 0px;
}
#sendToast .sendToastText p strong {
  font-weight: 700;
}
#sendToast.active {
  right: 15px;
}

.openContactFormButton {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 21px;
  background-color: #00362C;
  padding: 12px 20px;
  border-radius: 100px;
  display: flex;
  gap: 10px;
  align-items: center;
  outline: none;
  border: none;
  appearance: none;
}

.formHolder {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  padding: 30px;
}
@media (max-width: 767px) {
  .formHolder {
    width: calc(100% - 30px) !important;
    left: 15px;
    right: 15px;
    bottom: 20px !important;
  }
}
.formHolder h4 {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  line-height: 33px;
  margin-top: 0px;
}
.formHolder p {
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 24px;
}

.input {
  margin-bottom: 15px;
  width: 100%;
}
.input label {
  font-size: 12px;
  color: #404040;
  font-weight: 600;
  line-height: 18px;
  display: block;
}
.input input {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
  line-height: 21px;
  border: none;
  height: 50px;
  border-bottom: 2px solid #9B9B9B;
  outline: none;
  border-radius: none;
  apperance: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
}
.input input::placeholder {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 21px;
}
.input textarea {
  border: none;
  border-bottom: 2px solid #9B9B9B;
  resize: none;
  outline: none;
  border-radius: none;
  apperance: none;
  box-shadow: none;
  background-color: transparent;
  width: 100%;
}

.button {
  display: block;
  margin-top: 15px;
}
.button.active {
  pointer-events: all;
  opacity: 1;
}
.button button {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 21px;
  background-color: #00362C;
  border-radius: 100px;
  padding: 10px 22px;
  outline: none;
  border-radius: none;
  apperance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.button button:hover {
  background-color: #000302;
}

/*
    MIXINS
*/
@media (max-width: 767px) {
  .users {
    margin-top: 50px;
  }
}
.users h3 {
  margin-bottom: 30px;
}

.user {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .user {
    height: 400px;
  }
}
.user__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.user__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.user__image__overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 54, 44);
  background: linear-gradient(0deg, rgba(0, 54, 44, 0.8379726891) 0%, rgba(0, 54, 44, 0) 100%);
}
.user__image__overlay h4 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 21px;
}
.user__image__overlay p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0px;
}
.user__image__overlay a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 21px;
  display: block;
}
.user__image__overlay a:hover {
  text-decoration: underline;
}

/*
    MIXINS
*/
.priceModule {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .priceModule {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.priceModule h1 {
  font-size: 35px;
  color: #404040;
  font-weight: 700;
  line-height: 52.5px;
  margin-bottom: 30px;
}
.priceModule p {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px;
}
.priceModule__form {
  background-color: #efefef;
  padding: 60px;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .priceModule__form {
    padding: 30px 15px;
  }
}
.priceModule__form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.priceModule__form form > div:first-child {
  width: 0%;
  position: absolute;
}
.priceModule__form form .input {
  width: 100%;
}
@media (min-width: 768px) {
  .priceModule__form form .input {
    width: calc(50% - 30px);
  }
}
.priceModule__form form .input input.input-validation-error {
  border: 1px solid #CD5334;
}
.priceModule__form form .button {
  width: 100%;
}
.priceModule__form form .validation-summary-errors {
  position: fixed;
  bottom: 0;
  left: 0px;
  padding: 15px;
  background-color: #CD5334;
  width: auto;
  opacity: 0;
  display: none;
}
.priceModule__form form .validation-summary-errors ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.priceModule__form form .validation-summary-errors ul li {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  line-height: 18px;
  margin: 5px 0px;
}

/*
    MIXINS
*/
.backgroundLearning {
  height: 400px;
  background-color: #ECE5DD;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .backgroundLearning {
    height: 300px;
    padding-top: 80px;
  }
}

.learnSection {
  position: relative;
}
.learnSection.big {
  /*
  margin-top: 60px;
  margin-bottom: 60px;

  @media(max-width:767px) {
      margin-top: 40px;
      margin-bottom: 0px;
  }
      */
}
@media (max-width: 767px) {
  .learnSection.big .learnSection__thumb__play {
    left: 30px;
  }
}
.learnSection.big .learnSection__text {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .learnSection.big .learnSection__text {
    align-items: flex-start;
    text-align: left;
    padding: 0px 30px;
    margin-bottom: 0px;
  }
}
.learnSection.big .learnSection__text h1 {
  font-size: 32px;
  color: #404040;
  font-weight: 700;
  line-height: 48px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .learnSection.big .learnSection__text h1 {
    font-size: 25px;
    color: #404040;
    font-weight: 700;
    line-height: 37.5px;
  }
}
.learnSection.big .learnSection__text p {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .learnSection.big .learnSection__text p {
    max-width: 100%;
  }
}
.learnSection.ping .learnSection__ping {
  display: block;
}
.learnSection__ping {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 0 rgb(255, 255, 255);
  transform: scale(1);
  animation: pulse 2s infinite;
}
.learnSection.first {
  margin-top: -200px;
}
.learnSection__thumb {
  position: relative;
  width: 100%;
  height: 400px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .learnSection__thumb {
    height: 200px;
  }
}
.learnSection__thumb:hover .learnSection__thumb__play {
  background-color: rgba(255, 255, 255, 0.8);
}
.learnSection__thumb__play {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 12px;
  color: #00362C;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.learnSection__thumb__play.active {
  display: none;
}
.learnSection__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.learnSection__thumb__videoWrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.learnSection__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.learnSection__text h1, .learnSection__text h2 {
  font-size: 30px;
  color: #404040;
  font-weight: 700;
  line-height: 45px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.learnSection__text p {
  max-width: 70%;
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 24px;
}

.learnItem {
  position: relative;
  margin-top: 60px;
}
.learnItem.ping .learnItem__ping {
  display: block;
}
.learnItem__ping {
  display: none;
  position: absolute;
  top: 130px;
  left: 10px;
  z-index: 3;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  height: 20px;
  width: 20px;
  box-shadow: 0 0 0 rgb(255, 255, 255);
  transform: scale(1);
  animation: pulse 2s infinite;
}
.learnItem__thumb {
  position: relative;
  width: 100%;
  height: 250px;
  cursor: pointer;
}
.learnItem__thumb:hover .learnItem__thumb__play {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .learnItem__thumb {
    height: 200px;
  }
}
.learnItem__thumb__play {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 12px;
  color: #00362C;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.learnItem__thumb__play.active {
  display: none;
}
.learnItem__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.learnItem__thumb__videoWrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.learnItem__text {
  display: flex;
  flex-direction: column;
}
.learnItem__text h2 {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  line-height: 33px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.learnItem__text p {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 21px;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
  }
}
.videoOverview {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
}
.videoOverview__toggl {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #ECE5DD;
  padding: 12px 16px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 150px;
  cursor: pointer;
}
.videoOverview__toggl:hover {
  background-color: #daccbc;
}
.videoOverview__toggl p {
  font-size: 16px;
  color: #404040;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.videoOverview__list {
  background-color: #404040;
  position: absolute;
  bottom: calc(100% + 80px);
  display: none;
}
@media (max-width: 767px) {
  .videoOverview__list {
    bottom: calc(100% + 60px);
  }
}
.videoOverview__list.active {
  display: block;
}
.videoOverview__list #videos {
  padding: 20px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .videoOverview__list #videos {
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
  }
}
.videoOverview__list #videos div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: nowrap;
}
.videoOverview__list #videos div strong {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 24px;
  margin-top: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .videoOverview__list #videos div strong {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 21px;
  }
}
.videoOverview__list #videos div span {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 21px;
  padding-left: 15px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .videoOverview__list #videos div span {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 18px;
    padding-left: 0px;
  }
}

/*
    MIXINS
*/
/* shl, 12/6 */
.contact-modal {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact-modal__content-box {
  background-color: #FFFFFF;
  border-radius: 0px;
  position: relative;
  margin-inline: 5px;
  max-height: 95vh;
  width: 95vw;
  max-width: 600px;
  display: grid;
  grid-template-rows: auto auto 1fr;
}
@media (max-height: 1000px) {
  .contact-modal__content-box {
    max-height: 85vh;
  }
}
.contact-modal__close-button {
  justify-self: end;
  width: 30px;
  margin: 5px 5px 0 0;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  margin: 10px 10px -10px 0;
  font: inherit;
}
.contact-modal__close-button i {
  font-size: 20px;
  color: #00362C;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
}
.contact-modal__content-header {
  padding: 0 30px;
}
.contact-modal__content-header h3 {
  margin-bottom: 1em;
}
.contact-modal__content {
  overflow: auto;
  padding: 0 30px 30px 30px;
}
.contact-modal__fields {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}
.contact-modal__fields input, .contact-modal__fields textarea {
  border-radius: 0;
}
.contact-modal__fields > * {
  grid-column: 1/-1;
}
.contact-modal__fields > *.input--half-width {
  grid-column: auto;
}
.contact-modal--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.contact-modal__car-description {
  font-weight: bold;
}

.input select {
  display: block;
  height: 48px;
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 100%;
}

.input:has(select) label {
  border-bottom: 2px solid #9B9B9B;
}

.input *[aria-hidden=true] {
  display: none;
}

body:has(.contact-modal--active) {
  overflow: hidden;
}

/*
    MIXINS
*/
/* shl, 19/6 */
.contactCta {
  background-color: #00362C;
  padding: 80px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 80px;
}
@media (max-width: 767px) {
  .contactCta {
    padding: 30px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactCta {
    padding: 60px 60px;
  }
}
.contactCta__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.contactCta__content {
  max-width: 60%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .contactCta__content {
    max-width: 100%;
  }
}
.contactCta__content h2 {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 767px) {
  .contactCta__content h2 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 30px;
  }
}
.contactCta__text {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 24px;
  max-width: 80%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contactCta__text {
    max-width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 21px;
  }
}
.contactCta__links {
  display: flex;
  gap: 16px;
  align-items: center;
  /*
  a {
      @include fontStyle(14px, $color-fontlight, 600);
      border: 1px solid $color-fontlight;
      padding: 12px 16px;
      border-radius: 100px;

      &:hover {
          background-color: $color-fontlight;
          color: $color-primary;
      }
  }

  .white-button {
      @include transition();
      @include fontStyle(14px, $color-primary, 600);
      border: 1px solid $color-fontlight;
      padding: 12px 16px;
      border-radius: 100px;
      background-color: $color-fontlight;
      display: flex;
      gap: 8px;
      align-items: center;
      outline: none;
      appearance: none;

      &:hover {
          background-color: $color-lightGrey;
      }
  }
  */
}
.contactCta .contactCta__links + .contactCta__links {
  margin-top: 1em;
}

/*
    MIXINS
*/
/* shl, 10/8 */
.logo-carusel__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.logo-carusel__list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0px; /*logos overflow*/
  margin-left: 0;
  transition: margin-left 1000ms linear;
}
.logo-carusel__item {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0px;
  text-align: center;
  width: 200px;
}
.logo-carusel__item img {
  width: 100%;
}
.logo-carusel__item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px) {
  .logo-carusel__item {
    width: 150px;
    margin-inline: -15px;
  }
}

details[open] .details-transition {
  grid-template-rows: 1fr;
}

details ::marker {
  content: "";
  display: none;
}

details summary::-webkit-details-marker {
  content: "";
  display: none;
}

details summary h3 {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 0.5em;
}

details summary h3::after {
  content: "";
  background-image: url("/Images/play-solid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 0.5em;
  width: 0.5em;
  display: inline-block;
  position: relative;
  top: -0.1em;
  transition: transform 0.2s linear, top 0.2s linear;
}

details[open] summary h3::after {
  transform: rotate(90deg);
  top: 0.1em;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

.cc-nb-main-container {
  background-color: #00362C !important;
}

.cc-nb-okagree {
  background-color: #ECE5DD !important;
}

.cc-nb-reject {
  background-color: #ECE5DD !important;
}

.cc-nb-changep {
  background-color: #404040 !important;
  color: #fff !important;
}

.ohnohoney {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.formButton {
  display: flex;
  align-items: center;
  gap: 10px;
}
.formButton button {
  display: flex;
  gap: 10px;
}
.formButton #formError {
  font-size: 12px;
  color: red;
  font-weight: 700;
  line-height: 18px;
}

.subPageVideo {
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .subPageVideo {
    margin-bottom: 60px !important;
    margin-top: -20px !important;
  }
}

.loaderSend {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  border-top: 2px solid #FFF;
  border-right: 2px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: none;
}
.loaderSend.show {
  display: block;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
a:hover {
  text-decoration: none;
}

.h--100 {
  height: 100%;
}

.padding__none {
  padding: 0px;
}
@media (max-width: 767px) {
  .padding__noneMobile {
    padding: 0px;
  }
}

.relative {
  position: relative;
}

.sectionHeading {
  font-size: 22p;
  color: #404040;
  font-weight: 700;
  line-height: 33p;
}

.sectionPadding {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .sectionPadding {
    padding-top: 50px;
  }
}

.sectionPadding:last-child {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .sectionPadding:last-child {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .reverse {
    flex-direction: column-reverse;
  }
}

.green {
  background-color: #00362C;
  padding-bottom: 60px;
}

.searchHolder {
  padding: 180px 0px;
  background-color: #00362C;
  display: flex;
  gap: 15px;
}
.searchHolder input {
  height: 50px;
  padding: 0px 15px;
  border: none;
  outline: none;
  appearance: none;
  width: 100%;
}
.searchHolder select {
  height: 50px;
  padding: 0px 15px;
  border: none;
  outline: none;
}

#carList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#carList h1 {
  margin-bottom: 60px;
  color: #fff;
  font-weight: 700;
}

.searchItem {
  background-color: #FFFFFF;
  padding: 30px;
  width: calc(33% - 30px);
}
.searchItem__row {
  border-top: 1px solid #E5E5E5;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.searchItem__row h4 {
  font-size: 12px;
  color: #404040;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0px;
}
.searchItem__row p {
  font-size: 12px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.searchItem__row .carId {
  color: blue;
  cursor: pointer;
}
.searchItem h3 {
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}

#website {
  display: none;
}

.reviewHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .reviewHeader {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 15px;
    padding-bottom: 30px;
  }
}
.reviewHeader h3 {
  font-size: 22px;
  color: #404040;
  font-weight: 700;
  line-height: 33px;
}

.reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .reviews {
    flex-direction: column;
    padding: 0px 15px;
  }
}
.reviews .reviewBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reviews .reviewBox {
    width: calc(50% - 40px);
    flex: auto;
  }
}
.reviews .reviewBox__text__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}
.reviews .reviewBox__text__stars i {
  color: #00362C;
  font-size: 16px;
}
.reviews .reviewBox h5 {
  font-size: 18px;
  color: #404040;
  font-weight: 700;
  line-height: 27px;
  min-height: 55px;
}
.reviews .reviewBox p {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 21px;
}
.reviews .reviewBox__meta {
  display: flex;
  align-items: center;
  gap: 24px;
}
.reviews .reviewBox__meta__item {
  font-size: 12px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 18px;
}

.trustpilotLink {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 21px;
  background-color: #404040;
  padding: 12px 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 180px;
}
.trustpilotLink img {
  height: 18px;
}
.trustpilotLink:hover {
  background-color: #272727;
  color: #FFFFFF;
}

.ap-widget-button-container {
  z-index: 10 !important;
}

.flow > * + * {
  margin-top: 1em;
}

.flow p {
  margin-bottom: 0;
  max-width: 85ch;
}

.au-floating-action-button {
  z-index: 10 !important;
}

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