.zero {
  margin: 0;
  padding: 0;
}
.zero-i {
  margin: 0 !important;
  padding: 0 !important;
}
.db-red {
  border: 1px solid red !important;
}
.db-green {
  border: 1px solid green !important;
}
.db-blue {
  border: 1px solid blue !important;
}
.table {
  display: table !important;
}
.row {
  display: table-row !important;
}
.cell {
  display: table-cell !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.full {
  width: 100% !important;
}
.hide {
  display: none !important;
}
.show {
  display: inherit !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
@media screen and (max-width: 800px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1400px) {
  .desktop-hide {
    display: none !important;
  }
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center-i {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-col {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.a-col {
  padding: 0;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns .column {
  flex: 1 1 0;
}
.alignfull {
  max-width: 100%;
}
.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  text-align: center;
}
.aligncenter div {
  text-align: center;
}
.wp-block-columns {
  margin: 0 auto;
  max-width: 1000px;
}
.wp-block-separator {
  width: 50%;
  border: solid 1px #666666;
  margin: 50px auto;
}
.wp-block-image.middle {
  display: flex;
  height: 100%;
  align-items: center;
}
img.alignright {
  float: right;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-Black.ttf');
  font-weight: 900;
}
@font-face {
  font-family: "Roboto Black Italic";
  src: url('../../fonts/Roboto-BlackItalic.ttf');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-RegularItalic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-Thin.ttf');
  font-weight: 200;
}
@font-face {
  font-family: "Roboto";
  src: url('../../fonts/Roboto-ThinItalic.ttf');
  font-weight: 200;
  font-style: italic;
}
.roboto-font {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h7,
.h8,
.h9 {
  font-family: "Roboto", sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
}
h1 {
  font-size: 80px;
  font-weight: 700;
  color: #0C0A19;
}
h2,
.h2 {
  font-size: 40px;
  font-weight: 500;
  color: #0C0A19;
}
h3 {
  font-size: 36px;
  font-weight: 500;
  color: #0C0A19;
}
h4 {
  font-size: 32px;
  font-weight: 500;
  color: #0C0A19;
  line-height: 1.5em;
}
h5 {
  font-size: 28px;
  font-weight: 500;
  color: #0C0A19;
  line-height: 1.5em;
}
h6 {
  font-size: 24px;
  font-weight: 500;
  color: #0C0A19;
  line-height: 1.5em;
}
.h7 {
  font-size: 20px;
  font-weight: 500;
  color: #0C0A19;
}
.h8 {
  font-size: 18px;
  font-weight: 500;
  color: #0C0A19;
}
.h9 {
  font-size: 16px;
  font-weight: 500;
  color: #0C0A19;
}
.body-large {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: #4A4854;
}
.body-small {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4A4854;
  line-height: 24px;
}
.disclaimer {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.page-title {
  font-size: 40px;
  font-weight: 500;
  color: #0C0A19;
  margin-top: 10px;
}
main {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
main > .grid:not(.full-width) {
  padding-left: 20px;
  padding-right: 20px;
}
main > .grid article {
  display: grid;
  gap: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main > .grid article > .grid-block {
  width: 100%;
}
.grid-clear-d-1 > article {
  grid-template-columns: 1fr;
}
.grid-clear-d-2 > article {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-2 > article {
    grid-template-columns: 1fr !important;
  }
}
.grid-clear-d-3 > article {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-3 > article {
    grid-template-columns: 1fr !important;
  }
}
.grid-clear-d-4 > article {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
  .grid-clear-d-4 > article {
    grid-template-columns: 1fr 1fr !important;
  }
}
main > .grid.content-contained > article {
  width: 1200px;
}
.grid.narrow article {
  width: 100%;
  max-width: 900px;
}
.spacer-container .spacer {
  display: none;
}
@media screen and (min-width: 1400px) {
  .spacer-container .spacer.desktop-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
  .spacer-container .spacer.tablet-spacer {
    display: block !important;
  }
}
@media screen and (max-width: 800px) {
  .spacer-container .spacer.mobile-spacer {
    display: block !important;
  }
}
.sixty-thirty-columns {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-wrap: nowrap;
  margin-bottom: 100px;
}
.sixty-thirty-columns .column {
  flex: 1 1 0;
}
@media screen and (max-width: 800px) {
  .sixty-thirty-columns {
    flex-direction: column !important;
  }
}
.sixty-thirty-columns .column-large {
  flex-basis: 66%;
}
.sixty-thirty-columns .column-small {
  flex-grow: 1;
  flex-basis: 33%;
}
.fifty-fifty-columns {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.fifty-fifty-columns .column {
  flex: 1 1 0;
}
.fifty-fifty-columns .column {
  flex: 1 1 0;
}
@media screen and (min-width: 1400px) {
  .already-have-a-specific-vehicle-in-mind {
    width: 80% !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
  .already-have-a-specific-vehicle-in-mind {
    width: 80% !important;
  }
}
@media screen and (max-width: 800px) {
  .already-have-a-specific-vehicle-in-mind {
    width: 100% !important;
  }
}
.why-choose-whipsmart {
  color: #0C0A19;
}
@media screen and (min-width: 1400px) {
  .why-choose-whipsmart {
    width: 90% !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
  .why-choose-whipsmart {
    width: 90% !important;
  }
}
@media screen and (max-width: 800px) {
  .why-choose-whipsmart {
    width: 100% !important;
  }
}
.already-have-a-vehicle h4 {
  margin: 0;
}
.already-have-a-vehicle h6 {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  .whipsmart-can-manage h5 {
    width: 70% !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
  .whipsmart-can-manage h5 {
    width: 80% !important;
  }
}
@media screen and (max-width: 800px) {
  .whipsmart-can-manage h5 {
    width: 100% !important;
  }
}
.whipsmart-can-manage > div {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  .whipsmart-can-help h5 {
    width: 50% !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
  .whipsmart-can-help h5 {
    width: 80% !important;
  }
}
@media screen and (max-width: 800px) {
  .whipsmart-can-help h5 {
    width: 100% !important;
  }
}
.whipsmart-can-help > div {
  position: relative;
  z-index: 1;
}
.want-a-turnkey-solution {
  max-width: 500px;
}
.larger-list-items .grid-block:first-child .list-container.horizontal-list {
  padding-left: 20%;
}
@media screen and (max-width: 800px) {
  .larger-list-items .grid-block:first-child .list-container.horizontal-list {
    padding-left: 0 !important;
  }
}
.larger-list-items .grid-block:last-child .list-container.horizontal-list {
  padding-left: 10%;
}
@media screen and (max-width: 800px) {
  .larger-list-items .grid-block:last-child .list-container.horizontal-list {
    padding-left: 0 !important;
  }
}
.larger-list-items .grid-block .list-container.horizontal-list ul li {
  font-size: 24px;
  font-weight: 400;
  color: #0C0A19;
}
.larger-list-items .grid-block .list-container.horizontal-list ul li::before {
  width: 22px;
  height: 22px;
}
body.page-id-459:not(.is-front-page) main {
  padding-top: 90px;
}
.why-choose-whipsmart p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: #4A4854;
}
.what-is-a-novated-lease p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: #4A4854;
}
.what-is-a-novated-lease .accordion .accordion-item .expander {
  font-size: 20px;
  font-weight: 500;
}
.what-is-a-novated-lease .accordion .accordion-item .expander-target {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: #4A4854;
  padding: 20px;
}
.page-id-459 .novated-leases-offer {
  text-align: center;
}
.page-id-459 .novated-leases-offer p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.page-id-459 .novated-leases-offer pstrong {
  font-weight: 500;
}
.button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background: #25B788;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 15px;
  border: solid 1px #25B788;
  padding: 11px 37px 9px 37px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  min-height: 48px;
  box-sizing: border-box;
}
.button:hover {
  background: #002940;
  border-color: #002940;
  color: white;
}
.button.clear-secondary {
  background: transparent;
  border-color: #002940;
  color: #002940;
}
.button.clear-secondary:hover {
  background: #002940;
  border-color: #002940;
  color: white;
}
.button.clear-white {
  background: transparent;
  border-color: white;
  color: white;
}
.button.clear-white:hover {
  background: white;
  border-color: white;
  color: #25B788;
}
.button.clear-black {
  background: transparent;
  border-color: #0C0A19;
  color: #0C0A19;
}
.button.clear-black:hover {
  background: #0C0A19;
  border-color: #0C0A19;
  color: white;
}
.button.clear-grey {
  background: transparent;
  border-color: #9A9EA8;
  color: #0C0A19;
}
.button.clear-grey:hover {
  background: #0C0A19;
  border-color: #0C0A19;
  color: white;
}
.button.larger {
  padding-left: 70px;
  padding-right: 70px;
}
.button.arrow {
  padding: 0;
  background: none;
  color: #0C0A19;
  border: none;
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}
.button.arrow::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/arrow-right-big.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 55px;
  height: 30px;
}
.button.arrow:hover {
  border: none;
  color: #0C0A19;
  background: none;
  text-decoration: underline;
}
.button.contact-us-home-button {
  margin-right: 20px;
  margin-bottom: 20px;
}
.image img {
  border-radius: 10px;
}
.heading-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.heading-button h2 {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .heading-button h2 {
    font-size: 24px !important;
  }
}
.heading-button .view-more-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0C0A19;
  font-size: 18px;
  font-weight: 400;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  .heading-button .view-more-button {
    font-size: 16px !important;
  }
}
.heading-button .view-more-button::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/arrow-right-big.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 55px;
  height: 30px;
}
@media screen and (max-width: 800px) {
  .heading-button .view-more-button::after {
    width: 30px !important;
  }
}
.feature-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 800px;
  max-height: 1000px;
  padding: 200px 20px;
  position: relative;
}
.feature-banner .feature-banner-inner {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.feature-banner .feature-banner-inner * {
  color: white;
}
.feature-banner .feature-banner-inner h1 {
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  font-stretch: condensed;
  max-width: 730px;
}
@media screen and (max-width: 800px) {
  .feature-banner .feature-banner-inner h1 {
    font-size: 50px !important;
  }
}
.feature-banner .feature-banner-inner p {
  font-size: 22px;
  font-weight: 400;
  max-width: 530px;
  line-height: 1.8em;
}
.banner-image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 20px;
}
.banner-image .banner-inner {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.banner-image .banner-inner .banner-content {
  width: 500px;
  max-width: 100%;
  color: white;
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  .banner-image .banner-inner .banner-content {
    margin: auto !important;
  }
}
.banner-image .banner-inner .banner-content * {
  color: white;
}
@media screen and (max-width: 800px) {
  .banner-image .banner-inner .banner-content {
    padding: 50px 0 !important;
  }
}
.banner-image .banner-inner .banner-content p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: #4A4854;
  color: white;
}
.list-container.horizontal-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.list-container.horizontal-list ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
}
.list-container.horizontal-list ul li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../../images/list_tick.png);
  display: inline-block;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.card-grid-container .card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 800px) {
  .card-grid-container .card-grid {
    grid-template-columns: 1fr !important;
  }
}
.card-grid-container .card-grid.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.card-grid-container .card-grid .card .card-image-container {
  border-radius: 10px;
  overflow: hidden;
  height: 220px;
  display: flex;
  position: relative;
}
.card-grid-container .card-grid .card .card-image-container.has-video::after {
  content: "";
  background-image: url(../../images/white-play-button.png);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 56px;
  height: 56px;
  display: inline-block;
  position: absolute;
  left: calc(50% - calc(28px));
  top: calc(50% - calc(28px));
}
.card-grid-container .card-grid .card .card-image-container img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.card-grid-container .card-grid .card .card-image-container .card-media {
  top: 0;
  right: 0;
  position: absolute;
  background: #F5F7F8;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 0 0 0 10px;
  padding: 10px 20px;
  gap: 20px;
  font-size: 16px;
}
.card-grid-container .card-grid .card .card-image-container .card-media .card-image-count {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.card-grid-container .card-grid .card .card-image-container .card-media .card-image-count::before {
  content: "";
  width: 22px;
  height: 19px;
  display: inline-block;
  background-image: url('../../images/review-card-camera.svg');
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.card-grid-container .card-grid .card .card-image-container .card-media .card-video-count {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.card-grid-container .card-grid .card .card-image-container .card-media .card-video-count::before {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background-image: url('../../images/review-card-video.svg');
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.card-grid-container .card-grid .card .card-image-container .card-category {
  position: absolute;
  background: white;
  left: 15px;
  top: 15px;
  padding: 4px 11px 3px 11px;
  border-radius: 5px;
}
.card-grid-container .card-grid .card .card-review-date {
  margin: 20px 0 10px 0;
}
.card-grid-container .card-grid .card .card-condition {
  margin: 20px 0 15px 0;
  display: block;
}
.card-grid-container .card-grid .card .card-title {
  margin: 0;
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  color: #0C0A19;
}
.card-grid-container .card-grid .card .card-title.smaller {
  font-size: 20px;
}
.card-grid-container .card-grid .card .card-read-more {
  color: #0C0A19;
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
}
.card-grid-container .card-grid .card .card-cost {
  margin: 15px 0;
  font-weight: 500;
  font-size: 24px;
  color: #0C0A19;
}
.card-grid-container .card-grid .card .card-cost::before {
  content: "from ";
  font-size: 14px;
  font-weight: 400;
  color: #4A4854;
  margin-right: 5px;
}
.card-grid-container .card-grid .card .card-cost::after {
  content: "/ week";
  font-size: 14px;
  font-weight: 400;
  color: #4A4854;
  margin-left: 5px;
}
.card-grid-container .card-grid .card .card-disclaimer {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.card-grid-container .card-grid .card .card-excerpt {
  font-weight: 400;
  font-size: 14px;
  color: #4A4854;
  line-height: 24px;
  margin-top: 20px;
}
.slides.logos-slider {
  overflow: hidden;
}
.slides.logos-slider img {
  width: 213px;
}
.slides.image-banner-slider {
  border-radius: 20px;
  overflow: hidden;
}
.slides.image-banner-slider .slick-arrow {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}
.slides.image-banner-slider .slick-arrow::before {
  background-image: url(../../images/slider-arrow.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 45px;
  height: 45px;
  content: '';
  display: inline-block;
}
.slides.image-banner-slider .slick-arrow.slick-prev {
  left: 20px;
}
.slides.image-banner-slider .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
}
.slides.image-banner-slider .slick-arrow.slick-next {
  right: 20px;
}
.slides.image-banner-slider .slick-list .slide {
  border-radius: 20px;
  height: 400px;
  overflow: hidden;
}
.slides.image-banner-slider .slick-list .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slides.image-banner-slider .slick-dots {
  bottom: 30px;
}
.slides.image-banner-slider .slick-dots li {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  border: solid 1px white;
  border-radius: 30px;
  height: 14px;
  width: 14px;
}
.slides.image-banner-slider .slick-dots li button {
  opacity: 0;
}
.slides.image-banner-slider .slick-dots li.slick-active {
  background: white;
}
.testimonials {
  overflow: hidden;
}
.testimonials .testimonial-slide {
  display: flex;
  align-items: center;
  padding: 60px 100px;
  gap: 80px;
}
@media screen and (max-width: 800px) {
  .testimonials .testimonial-slide {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  .testimonials .testimonial-slide {
    padding: 0 !important;
  }
}
.testimonials .testimonial-slide .testimonial-photo {
  flex-basis: 217px;
  min-width: 217px;
}
.testimonials .testimonial-slide .testimonial-photo img {
  position: relative;
  max-width: 100%;
  width: 217px;
  z-index: 2;
}
.testimonials .testimonial-slide .testimonial-content {
  font-size: 28px;
  font-weight: 400;
  line-height: 56px;
  color: #0C0A19;
  position: relative;
}
@media screen and (max-width: 800px) {
  .testimonials .testimonial-slide .testimonial-content {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .testimonials .testimonial-slide .testimonial-content {
    line-height: 40px !important;
  }
}
.testimonials .testimonial-slide .testimonial-content .speech-marks {
  position: absolute;
  width: 118px;
  height: 99px;
  left: -90px;
  top: -70px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .testimonials .testimonial-slide .testimonial-content .speech-marks {
    width: 99px !important;
  }
}
@media screen and (max-width: 800px) {
  .testimonials .testimonial-slide .testimonial-content .speech-marks {
    height: 76px !important;
  }
}
@media screen and (max-width: 800px) {
  .testimonials .testimonial-slide .testimonial-content .speech-marks {
    left: 0 !important;
  }
}
.testimonials .testimonial-slide .cite {
  margin-top: 30px;
  font-size: 24px;
  line-height: 48px;
  color: #4A4854;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 800px) {
  .testimonials .testimonial-slide .cite {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  .testimonials .testimonial-slide .cite {
    margin-bottom: 30px !important;
  }
}
.testimonials .testimonial-slide .cite::before {
  content: "";
  width: 64px;
  height: 1px;
  background: #0C0A19;
}
.testimonials .slick-dots {
  bottom: 0;
}
.testimonials .slick-dots li button {
  transform: scale(2);
}
.page-header {
  border-bottom: solid 2px rgba(154,158,168,0.5);
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.page-header h2 {
  margin-top: 15px;
}
.page-header p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: #4A4854;
}
.filters-block {
  display: flex;
  justify-content: end;
  align-items: center;
}
.pagination-container {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pagination-container .pagination-nav-wrapper .prev-next .pagination-nav {
  text-align: center;
  margin: 80px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.pagination-container .pagination-nav-wrapper .prev-next .pagination-nav .page-numbers {
  color: #4A4854;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  padding: 3px;
  display: inline-block;
}
.pagination-container .pagination-nav-wrapper .prev-next .pagination-nav .page-numbers.current {
  border-bottom: 1px solid #4A4854;
}
.pagination-container .pagination-nav-wrapper .prev-next .pagination-nav .page-numbers.next,
.pagination-container .pagination-nav-wrapper .prev-next .pagination-nav .page-numbers.prev {
  background-image: url(../../images/pagination-arrow.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
}
.pagination-container .pagination-nav-wrapper .prev-next .pagination-nav .page-numbers.next {
  transform: rotate(180deg);
}
.accordion .accordion-item {
  margin: 10px 0;
}
.accordion .accordion-item .expander {
  user-select: none;
  cursor: pointer;
  background: #F5F7F8;
  padding: 15px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .accordion-item .expander::after {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  background-image: url(../../images/accordion-chevron.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 14px;
  height: 9px;
  display: inline-block;
  z-index: 10;
}
.accordion .accordion-item.active .expander::after {
  transform: rotate(180deg);
}
.counting-grid {
  display: grid;
  gap: 40px 50px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 800px) {
  .counting-grid {
    grid-template-columns: 1fr !important;
  }
}
.counting-grid .card {
  position: relative;
  border-radius: 10px;
  border: #25B788 solid 1px;
  padding: 40px;
}
.counting-grid .card img {
  margin-bottom: 20px;
}
.counting-grid .card .title {
  font-size: 24px;
  font-weight: 500;
  color: #0C0A19;
  margin-bottom: 20px;
}
.counting-grid .card .content {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0C0A19;
}
.counting-grid .card .content a {
  color: #0C0A19;
}
.counting-grid .card .number {
  color: #25B788;
  font-size: 100px;
  background: white;
  position: absolute;
  left: -32px;
}
.vehicle-specifications.accordion {
  margin-top: 30px;
}
.vehicle-specifications.accordion .expander {
  text-transform: uppercase;
}
.vehicle-specifications.accordion .expander-target {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.vehicle-specifications.accordion .expander-target .spec-name {
  font-size: 16px;
  font-weight: 500;
  color: #0C0A19;
  text-align: right;
  padding: 10px;
}
.vehicle-specifications.accordion .expander-target .spec-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #0C0A19;
  padding: 10px;
  text-align: center;
}
.vehicle-specifications.accordion .expander-target .spec-value.alternate {
  background: #F5F7F8;
}
@media screen and (max-width: 800px) {
  .page-search .breadcrumbs {
    padding-left: 0px !important;
  }
}
.select-field {
  position: relative;
  text-decoration: none;
  color: black;
}
.select-field .selected {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.select-field .selected:after {
  content: '';
  display: block;
  width: 8px;
  height: 5px;
  background-image: url(../../images/accordion-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.select-field .options {
  background: white;
  position: absolute;
  left: 0;
  max-height: 0;
  opacity: 0;
  transition: all ease-in 200ms;
  pointer-events: none;
}
.select-field .options a {
  display: block;
  padding: 6px 10px;
}
.select-field.active .options {
  opacity: 1;
  pointer-events: unset;
  max-height: 100000px;
}
.search-vehicle-container {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .search-vehicle-container {
    top: 78% !important;
  }
}
.search-vehicle-container .search-vehicle-age {
  display: inline-block;
  background: white;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
  border-radius: 16px;
  padding: 3px;
  margin-bottom: 40px;
}
.search-vehicle-container .search-vehicle-age button {
  border-radius: 14px;
  height: 42px;
  outline: none;
  border: none;
  font-weight: 400;
  font-size: 14px;
  min-width: 100px;
  background: transparent;
  cursor: pointer;
}
.search-vehicle-container .search-vehicle-age button.active {
  background: #25B788;
  color: white;
  font-weight: 700;
}
.search-vehicle-container .search-vehicle-form-container {
  display: inline-block;
  background: white;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
  border-radius: 16px;
  padding: 20px;
  width: 100%;
}
.search-vehicle-container .search-vehicle-form-container .form-elements {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 800px) {
  .search-vehicle-container .search-vehicle-form-container .form-elements {
    flex-direction: column !important;
  }
}
.search-vehicle-container .search-vehicle-form-container .form-elements .field.text-field {
  flex: 1;
  background: #F5F6F8;
  border-radius: 16px;
  display: flex;
  max-width: 190px;
}
.search-vehicle-container .search-vehicle-form-container .form-elements .field.text-field input {
  margin-right: 5px;
}
@media only screen and (max-width: 800px) {
  .search-vehicle-container .search-vehicle-form-container .form-elements .field.text-field {
    max-width: unset;
  }
}
@media screen and (max-width: 800px) {
  .search-vehicle-container .search-vehicle-form-container .form-elements .field.select-field {
    width: 100% !important;
  }
}
.search-vehicle-container .search-vehicle-form-container .form-elements .field input {
  flex: 1;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 16px;
  background: transparent;
  outline: none;
  box-shadow: inset 0 0 0 40px #F5F6F8;
  text-indent: 5px;
}
.search-vehicle-container a.select-field .selected {
  transition: all ease-in;
  border: 1px solid transparent;
}
.search-vehicle-container a.select-field .options {
  z-index: 1;
  border: 1px solid #9A9EA8;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 0 0 14px 14px;
  padding-bottom: 10px;
  width: 100%;
  border-top: 0;
  transform: translateY(-36px);
  transition: all ease-in 200ms;
  padding-top: 10px;
}
@media screen and (max-width: 800px) {
  .search-vehicle-container a.select-field .options {
    z-index: 999 !important;
  }
}
.search-vehicle-container a.select-field .options a {
  display: block;
  text-decoration: none;
  transition: all ease-in 200ms;
  color: #002940;
  padding: 7px 10px;
}
.search-vehicle-container a.select-field .options a:hover {
  background: #CFECE1;
  font-weight: bold;
}
.search-vehicle-container a.select-field.active .selected {
  border: 1px solid #9A9EA8;
  border-radius: 14px 14px 0 0;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.search-vehicle-container a.select-field.active .options {
  transform: translateY(0);
}
.text-field.with-icon {
  display: flex;
  align-items: center;
}
.text-field.with-icon i.icon-search {
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background-image: url(../../images/icon_search.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.results-container.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.results-container.flex .results-sidebar {
  flex-basis: 282px;
}
@media only screen and (max-width: 800px) {
  .results-container.flex .results-sidebar {
    flex-basis: 100%;
  }
}
.results-container.flex .results-main {
  flex: 1;
}
.selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
.selected-tags:not(:empty) {
  margin-top: -5px;
  margin-bottom: 15px;
}
.selected-tags .tag {
  background: #F5F7F8;
  display: inline-block;
  border-radius: 30px;
  padding: 10px 12px;
}
.selected-tags .tag[data-value=''] {
  display: none;
}
.selected-tags .tag span.tag-close {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 -5px 0 7px;
  text-align: center;
  border-radius: 15px;
  line-height: 15px;
  background: #9A9EA8;
  color: #f5f7f8;
  cursor: pointer;
  user-select: none;
}
.filters-column {
  padding-bottom: 40px;
}
.filters-column .results-count {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
}
.filters-column .search-field.text-field {
  flex: 1;
  background: #F5F6F8;
  border-radius: 16px;
  display: flex;
  margin: 20px 0;
}
.filters-column .search-field.text-field input {
  height: 56px;
  flex: 1;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 16px;
  background: transparent;
  outline: none;
  box-shadow: inset 0 0 0 40px #F5F6F8;
  text-indent: 5px;
}
.tag-select {
  border-bottom: 1px solid #F2F2F2;
}
.tag-select .select-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
}
.tag-select .select-title:after {
  content: '';
  display: block;
  width: 8px;
  height: 5px;
  background-image: url(../../images/accordion-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all ease-in 200ms;
}
.tag-select select.tagify {
  display: none;
}
.tag-select .options {
  transition: all ease-in 200ms;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.tag-select .options .option {
  transition: all ease-in 200ms;
  padding: 7px 12px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #002940;
  cursor: pointer;
}
.tag-select .options .option:hover {
  background: #CFECE1;
}
.tag-select .options .option.selected {
  display: none;
}
.tag-select .options .option.not-active-make,
.tag-select .options .option.not-active-model {
  display: none;
}
.tag-select.active .options {
  margin-top: -5px;
  max-height: 10000px;
  opacity: 1;
  pointer-events: unset;
}
.tag-select.active .select-title:after {
  transform: rotate(180deg);
}
.round-10 {
  border-radius: 10px;
}
.round-20 {
  border-radius: 20px;
}
.contracts-notice {
  padding: 30px;
}
.contract-notice-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .contract-notice-header {
    flex-direction: column !important;
  }
}
.contract-notice-header .contracts-notice-heading {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.contract-notice-header .contracts-notice-optional-add-ons-available {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.contracts-notice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 800px) {
  .contracts-notice-list {
    flex-direction: column !important;
  }
}
.contracts-notice-list .contracts-notice-list-item {
  flex-basis: calc(calc(33.333%) - 10px);
  display: flex;
  gap: 10px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--black);
}
.contracts-notice-list .contracts-notice-list-item:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../../images/icon_tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.results-sort-bar {
  display: flex;
  margin: 30px 0;
  gap: 30px;
}
@media screen and (max-width: 800px) {
  .results-sort-bar {
    flex-direction: column !important;
  }
}
.results-sort-bar .sort-select {
  display: flex;
  border-radius: 12px;
  border: 1px solid #0C0A19;
  align-items: center;
  justify-content: space-between;
  flex-basis: 290px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .results-sort-bar .sort-select {
    flex-basis: 0px !important;
  }
}
.results-sort-bar .sort-select .label {
  color: #4A4854;
  opacity: 0.7;
  padding-left: 19px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.results-sort-bar .sort-select .select-field {
  position: inherit;
}
.results-sort-bar .sort-select .select-field .selected {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
}
.results-sort-bar .sort-select .select-field .options {
  position: absolute;
  left: -1px;
  border: 1px solid #0c0a19;
  border-top: 0;
  margin-top: -10px;
  right: -1px;
  border-radius: 0 0 12px 12px;
  padding: 10px 0;
  z-index: 999;
}
.results-sort-bar .sort-select .select-field .options a {
  display: block;
  padding: 2px 22px;
  text-decoration: none;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--grey);
  transition: all ease-in 200ms;
}
.results-sort-bar .sort-select .select-field .options a:hover {
  background: #f4fbf8;
}
.vehicle-list-item {
  display: flex;
  border: 1px solid #9A9EA8;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .vehicle-list-item {
    flex-direction: column !important;
  }
}
.vehicle-list-item .details {
  padding: 0 20px 20px 0;
}
@media screen and (max-width: 800px) {
  .vehicle-list-item .details {
    padding: 0 20px 20px 20px !important;
  }
}
.vehicle-list-item h2.car-item-title {
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  margin: 20px 0 0;
}
.vehicle-list-item .body-type {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: -3px;
}
.vehicle-list-item .cost-container {
  display: flex;
  align-items: flex-end;
  padding: 10px 0;
}
.vehicle-list-item .cost-container .cost-value {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
}
.vehicle-list-item .cost-container .cost-value::before {
  content: "from ";
  font-size: 16px;
  font-weight: 400;
  color: #0C0A19;
  margin-right: 5px;
}
.vehicle-list-item .cost-container .cost-frequency {
  color: var(--grey);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.vehicle-list-item .disclaimer {
  margin-top: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.vehicle-list-item .image-container {
  flex-basis: 50%;
  position: relative;
  max-width: 46%;
}
@media only screen and (max-width: 800px) {
  .vehicle-list-item .image-container {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.vehicle-list-item .image-container .button-save {
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url(../../images/heart-icon.svg);
  background-repeat: no-repeat;
  font-size: 0;
  width: 27px;
  height: 24px;
}
.vehicle-list-item .image-container .img {
  display: block;
  aspect-ratio: 1.3192182410423;
  border-radius: 10px;
  object-fit: cover;
}
.vehicle-list-item .image-container .vehicle-condition {
  background: white;
  position: absolute;
  border-radius: 6px;
  margin: 20px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  padding: 4px 15px;
}
.loading-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.loading-box {
  width: 45%;
  height: auto;
  background-color: #f0f0f0;
  margin: 0;
  border-radius: 16px;
  animation: shimmer 1.5s infinite linear;
  margin-bottom: 30px;
  aspect-ratio: 1.4;
}
.loading-box:nth-child(2) {
  animation-delay: 0.1s;
}
.loading-box:nth-child(3) {
  animation-delay: 0.2s;
}
@keyframes shimmer {
  0% {
    background-position: -100px 0;
  }
  100% {
    background-position: 100px 0;
  }
}
.skeleton .placeholder {
  background-color: #444;
  min-height: 12px;
  opacity: .1;
  min-width: 10px;
  animation: fading 1.5s infinite;
}
.skeleton .placeholder.title {
  width: 200px;
  height: 24px;
}
.skeleton .placeholder.text {
  width: 300px;
  height: 14px;
}
.two-third {
  max-width: 66%;
}
.placeholder.text {
  border-radius: 2px;
}
.vehicle-list-item.skeleton {
  border-color: #e4e4e4;
}
.vehicle-list-item.skeleton .details {
  flex: 1;
}
.vehicle-list-item.skeleton .details h2.placeholder.h2.text {
  height: 28px;
  border-radius: 4px;
  margin: 20px 0 16px;
  max-width: 100%;
}
.vehicle-list-item.skeleton .details .cost-value.placeholder.text {
  height: 22px;
  width: 97px;
  margin-right: 7px;
}
.vehicle-list-item.skeleton .details .body-type.placeholder.text {
  width: 42px;
  height: 17px;
}
.vehicle-list-item.skeleton .details .cost-disclaimer-light .placeholder.text {
  margin-bottom: 7px;
}
.vehicle-list-item.skeleton .details .cost-frequency.placeholder.text {
  height: 17px;
  width: 76px;
}
.vehicle-list-item.skeleton .details .placeholder.text.full {
  height: 10px;
}
.vehicle-list-item.skeleton .details .button.placeholder.text {
  height: 48px;
  border-radius: 15px;
  border: none;
  width: 152px;
  margin: 10px 0;
}
@keyframes fading {
  0% {
    opacity: .1;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: .1;
  }
}
.select-field.select_field_make {
  width: 10%;
}
.select-field.select_field_model {
  width: 10%;
}
.select-field.select_field_body_type {
  width: 12%;
}
.select-field.select_field_odometer {
  width: 14%;
}
.select-field.select_field_range {
  width: 12%;
}
a.select-field {
  display: block;
}
header {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background: white;
  z-index: 15;
  position: fixed;
  width: 100%;
  padding: 20px;
  border-bottom: solid 1px rgba(12,10,25,0.2);
  box-sizing: border-box;
}
header .nav-button-holder {
  height: fit-content;
  width: fit-content;
}
header .header-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
header .header-inner a.nav-logo {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1;
}
header .header-inner a.nav-logo img {
  width: 170px;
  height: auto;
  display: block;
}
header .header-inner a.nav-logo img.logo-light {
  display: none;
}
header .header-inner a.nav-logo img.logo-dark {
  display: block;
}
@media screen and (max-width: 800px) {
  header .header-inner a.nav-logo.mobile-active {
    opacity: 0 !important;
  }
}
header .header-inner .nav-outer {
  flex-grow: 1;
}
header .header-inner .nav-outer .menu-link {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  font-size: 0;
  background: url('../../images/Hamburger_Menu.svg') center/contain no-repeat;
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 1400px) {
  header .header-inner .nav-outer .menu-link {
    display: none !important;
  }
}
header .header-inner .nav-outer .mobile-nav-loggedin {
  top: 25px;
}
header .header-inner .nav-outer .mobile-nav-loggedin .close_menu {
  top: 3%;
}
header .header-inner .nav-outer .mobile-nav-loggedout {
  top: 0;
}
header .header-inner .nav-outer .mobile-nav-loggedout .close_menu {
  top: 0;
  margin: 4px 0px;
}
header .header-inner .nav-outer .main-mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  background: white;
  color: #0C0A19;
  width: 100%;
  transition: all .4s;
  z-index: 999;
  overflow-y: auto;
  height: 100vh;
}
header .header-inner .nav-outer .main-mobile-menu.active {
  display: flex;
}
@media screen and (min-width: 1400px) {
  header .header-inner .nav-outer .main-mobile-menu {
    display: none !important;
  }
}
header .header-inner .nav-outer .main-mobile-menu ul#menu-main-menu {
  margin: 0;
  padding: 25px 0px;
  display: flex;
  flex-direction: column;
  align-items: start;
  list-style: none;
}
header .header-inner .nav-outer .main-mobile-menu ul#menu-main-menu li {
  padding: 0;
  margin-left: 15px;
  margin-bottom: 20px;
}
header .header-inner .nav-outer .main-mobile-menu ul#menu-main-menu li a {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-decoration: none;
  color: #002940;
  font-weight: 500;
  font-size: 30px;
}
header .header-inner .nav-outer .main-mobile-menu ul#menu-main-menu li.active-page::after {
  content: "";
  position: absolute;
  background: #002940;
  height: 2px;
  width: 80%;
  left: 10%;
  bottom: -5px;
}
@media screen and (max-width: 800px) {
  header .header-inner .nav-outer .main-mobile-menu ul#menu-main-menu li.active-page::after {
    background: none !important;
  }
}
header .header-inner .nav-outer .main-mobile-menu ul#menu-main-menu li.active-page a {
  font-weight: 500;
}
header .header-inner .nav-outer .main-mobile-menu .top_mobile_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: solid 1px #002940;
  margin: 11px;
}
header .header-inner .nav-outer .main-mobile-menu .top_mobile_header .close_menu {
  content: '';
  background: url('../../images/mobile-menu-closed.svg') center/contain no-repeat;
  cursor: pointer;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0%;
  padding-right: 3px;
}
header .header-inner .nav-outer .main-mobile-menu .social {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 11px;
}
header .header-inner .nav-outer .main-mobile-menu .social h5 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
header .header-inner .nav-outer .main-mobile-menu .social ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 20px;
  padding: 0;
  margin: 0;
}
header .header-inner .nav-outer .main-mobile-menu .social ul li a {
  display: inline-block;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 40px;
  height: 40px;
  background: white;
  background-size: auto 22px;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px white;
  border-radius: 50px;
  font-size: 0;
}
header .header-inner .nav-outer .main-mobile-menu .social ul li a:hover a {
  opacity: 0.8 !important;
}
header .header-inner .nav-outer .main-mobile-menu .social ul li.social-linkedin a {
  background: url(../../images/Linkedin_Menu_Icon.svg) center/contain no-repeat;
}
header .header-inner .nav-outer .main-mobile-menu .social ul li.social-facebook a {
  background: url(../../images/Facebook_Menu_Icon.svg) center/contain no-repeat;
}
header .header-inner .nav-outer .main-mobile-menu .social ul li.social-instagram a {
  background: url(../../images/Instagram_Menu_Icon.svg) center/contain no-repeat;
}
header .header-inner .nav-outer .main-mobile-menu .conditions_links {
  border-top: solid 1px #002940;
  border-bottom: solid 1px #002940;
  display: flex;
  margin: 11px;
  padding: 32px 0px;
  flex-direction: column;
}
header .header-inner .nav-outer .main-mobile-menu .conditions_links a {
  color: #9A9EA8;
  padding: 7px 0px;
  font-size: 16px;
  font-weight: 400;
}
header .header-inner .nav-outer .main-mobile-menu .site-info {
  font-size: 16px;
  font-weight: 400;
  margin: 11px;
  padding: 20px 0px;
  color: #9A9EA8;
}
header .header-inner .nav-outer .main-mobile-menu .my-account-wrapper {
  margin: 11px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-inner .nav-outer .main-mobile-menu .my-account-wrapper .button-account {
  background: transparent;
  border-color: transparent;
  color: #002940;
  font-weight: 700;
  padding: 30px 0px;
}
header .header-inner .nav-outer .main-mobile-menu .my-account-wrapper .button-account:not(.button-account-loggedin) {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  min-height: 48px;
  box-sizing: border-box;
  background: transparent;
  color: #002940;
}
header .header-inner .nav-outer .main-mobile-menu .my-account-wrapper .button-account:not(.button-account-loggedin)::before {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  width: 27px;
  height: 27px;
  margin-right: 15px;
  background: url(../../images/button-icon-person-dark.svg) center/contain no-repeat;
}
header .header-inner .nav-outer .main-mobile-menu .my-account-wrapper .button-account:not(.button-account-loggedin):hover {
  background: #002940;
  border-color: #002940;
  color: white;
}
header .header-inner .nav-outer .main-mobile-menu .my-account-wrapper .button-account:not(.button-account-loggedin):hover::before {
  background: url(../../images/button-icon-person-light.svg) center/contain no-repeat;
}
header .header-inner .nav-outer .main-mobile-menu .my-account-wrapper .button-account .profile-avatar {
  width: 32px;
  border-radius: 40px;
  margin-right: 10px;
}
header .header-inner .nav-outer .main-mobile-menu .get-a-quote {
  display: none;
}
header .header-inner .nav-outer .main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
  header .header-inner .nav-outer .main-menu {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  header .header-inner .nav-outer .main-menu {
    display: none !important;
  }
}
header .header-inner .nav-outer .main-menu ul {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
}
header .header-inner .nav-outer .main-menu ul li {
  padding: 0;
  margin-left: 30px;
}
header .header-inner .nav-outer .main-menu ul li a {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-decoration: none;
  color: #002940;
  font-weight: 400;
  font-size: 16px;
}
header .header-inner .nav-outer .main-menu ul li.active-page {
  position: relative;
}
header .header-inner .nav-outer .main-menu ul li.active-page::after {
  content: "";
  position: absolute;
  background: #002940;
  height: 2px;
  width: 80%;
  left: 10%;
  bottom: -5px;
}
header .header-inner .nav-outer .main-menu ul li.active-page a {
  font-weight: 500;
}
header .header-inner .nav-outer .main-menu .my-account-wrapper {
  margin-left: 40px;
  margin-right: 0;
  display: flex;
  align-items: center;
}
header .header-inner .nav-outer .main-menu .my-account-wrapper .button-account {
  background: transparent;
  border-color: transparent;
  color: #002940;
  font-weight: 400;
}
header .header-inner .nav-outer .main-menu .my-account-wrapper .button-account:not(.button-account-loggedin) {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  border: solid 1px #002940;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  min-height: 48px;
  box-sizing: border-box;
  background: transparent;
  color: #002940;
}
header .header-inner .nav-outer .main-menu .my-account-wrapper .button-account:not(.button-account-loggedin)::before {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  width: 27px;
  height: 27px;
  margin-right: 15px;
  background: url(../../images/button-icon-person-dark.svg) center/contain no-repeat;
}
header .header-inner .nav-outer .main-menu .my-account-wrapper .button-account:not(.button-account-loggedin):hover {
  background: #002940;
  border-color: #002940;
  color: white;
}
header .header-inner .nav-outer .main-menu .my-account-wrapper .button-account:not(.button-account-loggedin):hover::before {
  background: url(../../images/button-icon-person-light.svg) center/contain no-repeat;
}
header .header-inner .nav-outer .main-menu .my-account-wrapper .button-account .profile-avatar {
  width: 32px;
  border-radius: 40px;
  margin-right: 10px;
}
header .header-inner .nav-outer .main-menu .get-a-quote {
  margin-left: 20px;
}
html.scrolled header {
  background: white;
}
html.scrolled header .header-inner .nav-logo .logo-light {
  display: none;
}
html.scrolled header .header-inner .nav-logo .logo-dark {
  display: block;
}
html.scrolled header .header-inner .desktop-nav-container ul li a {
  color: black;
}
html.scrolled header .header-inner .desktop-nav-container ul li:last-child a {
  color: white;
}
html:not(.scrolled) header.has-banner {
  background: transparent;
}
html:not(.scrolled) header.has-banner .header-inner .nav-logo .logo-light {
  display: block;
}
html:not(.scrolled) header.has-banner .header-inner .nav-logo .logo-dark {
  display: none;
}
html:not(.scrolled) header.has-banner .header-inner .desktop-nav-container ul li a {
  color: white;
}
html:not(.scrolled) header.has-banner .header-inner .desktop-nav-container ul li:last-child a {
  color: white;
}
html:not(.scrolled) header.has-banner .header-inner .nav-outer .main-menu ul li a {
  color: white;
}
html:not(.scrolled) header.has-banner .header-inner .nav-outer .main-menu ul li::after {
  background: white;
}
html:not(.scrolled) header.has-banner .header-inner .nav-outer .main-menu .my-account-wrapper .button-account.button-account-loggedout {
  color: white;
  border-color: white;
}
html:not(.scrolled) header.has-banner .header-inner .nav-outer .main-menu .my-account-wrapper .button-account.button-account-loggedout::before {
  background: url(../../images/button-icon-person-light.svg) center/contain no-repeat;
}
html:not(.scrolled) header.has-banner .header-inner .nav-outer .main-menu .my-account-wrapper .button-account.button-account-loggedout:hover {
  background: white;
  border-color: white;
  color: #0C0A19;
}
html:not(.scrolled) header.has-banner .header-inner .nav-outer .main-menu .my-account-wrapper .button-account.button-account-loggedout:hover::before {
  background: url(../../images/button-icon-person-dark.svg) center/contain no-repeat;
}
html:not(.scrolled) header.has-banner .header-inner .nav-outer .main-menu .my-account-wrapper .button-account.button-account-loggedin {
  color: white;
}
html:not(.scrolled) header.has-banner .header-inner .nav-outer .main-menu .my-account-wrapper .button-account.button-account-loggedin:hover {
  text-decoration: underline;
}
body main {
  padding-top: 0;
}
body:not(.is-front-page) main {
  padding-top: 150px;
}
body:not(.is-front-page) main.compare-cars-bar {
  padding-top: 280px;
}
.site-notice-container {
  background: #25B788;
  color: white;
  text-align: center;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
header.has-alert {
  padding-top: 50px;
}
.header-compare-bar {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header-compare-bar .hcb-positioner {
  position: absolute;
  bottom: -1px;
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header-compare-bar .hcb-positioner .hcb-container {
  position: relative;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0 20px;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 1;
  background: #F5F7F8;
  border-radius: 0 0 20px 0;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column.active {
  padding: 20px;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column.active .hcb-flex-grid {
  height: 90px;
  opacity: 1;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 0;
  opacity: 0;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-compare {
  flex-basis: 120px;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-compare .hcb-compare-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-car-list {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-car-list .hcb-car {
  display: flex;
  flex: 1 1 0;
  gap: 15px;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-car-list .hcb-car .hcb-car-image-container {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 5px;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-car-list .hcb-car .hcb-car-image-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-car-list .hcb-car .hcb-car-name-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-car-list .hcb-car .hcb-car-name-column .hcb-car-name {
  font-weight: 500;
  font-size: 16px;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-car-list .hcb-car .hcb-car-name-column a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #4A4854;
  font-size: 14px;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-car-list .hcb-car .hcb-car-name-column a::before {
  content: "";
  background-image: url(../../images/hcb-trashcan.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 16px;
  height: 16px;
  display: block;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-compare-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 300px;
  gap: 20px;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column .hcb-flex-grid .hcb-compare-buttons a:not(.button) {
  color: #4A4854;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column #hcb-visability-container {
  cursor: pointer;
  position: absolute;
  bottom: -32px;
  background-image: url(../../images/hcb-visability-background.svg);
  background-repeat: no-repeat;
  color: white;
  padding: 0 10px;
  display: flex;
  height: 32px;
  align-items: center;
  width: 150px;
  justify-content: center;
  border-radius: 0 0 20px 20px;
  left: -1px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 30px;
  text-decoration: none;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column #hcb-visability-container::after {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  background-image: url(../../images/hcb-chevron.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 8px;
  height: 5px;
  position: absolute;
  right: 30px;
  transform: rotate(180deg);
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column #hcb-visability-container .active {
  display: none !important;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column #hcb-visability-container .inactive {
  display: inherit !important;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column #hcb-visability-container.active::after {
  transform: rotate(0deg);
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column #hcb-visability-container.active .active {
  display: inherit !important;
}
.header-compare-bar .hcb-positioner .hcb-container #hcb-column #hcb-visability-container.active .inactive {
  display: none !important;
}
footer.footer-top {
  background: #002940;
  color: white;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
footer.footer-top .footer-inner {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  footer.footer-top .footer-inner .footer-columns .column {
    flex: 1 0 100% !important;
  }
}
footer.footer-top .footer-inner .footer-columns .column .footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin: 1em 0;
  line-height: 1em;
  color: white;
}
footer.footer-top .footer-inner .footer-columns .column ul {
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
footer.footer-top .footer-inner .footer-columns .column ul li {
  margin-bottom: 1.2em;
  font-weight: 400;
  font-size: 14px;
}
footer.footer-top .footer-inner .footer-columns .column ul li string {
  font-weight: 500;
}
footer.footer-top .footer-inner .footer-columns .column ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
footer.footer-top .footer-inner .footer-columns .column ul li a:hover {
  text-decoration: underline;
}
footer.footer-top .footer-inner .footer-columns .column .social {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 800px) {
  footer.footer-top .footer-inner .footer-columns .column .social {
    justify-content: start !important;
  }
}
@media screen and (max-width: 800px) {
  footer.footer-top .footer-inner .footer-columns .column .social {
    padding-bottom: 2em !important;
  }
}
footer.footer-top .footer-inner .footer-columns .column .social ul {
  display: flex;
  gap: 20px;
}
footer.footer-top .footer-inner .footer-columns .column .social ul li a {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 40px;
  height: 40px;
  background: white;
  background-size: auto 22px;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px white;
  border-radius: 50px;
  font-size: 0;
}
footer.footer-top .footer-inner .footer-columns .column .social ul li a:hover a {
  opacity: 0.8 !important;
}
footer.footer-top .footer-inner .footer-columns .column .social ul li.social-linkedin a {
  background-image: url(../../images/linkedin.svg);
}
footer.footer-top .footer-inner .footer-columns .column .social ul li.social-facebook a {
  background-image: url(../../images/facebook.svg);
}
footer.footer-top .footer-inner .footer-columns .column .social ul li.social-youtube a {
  background-image: url(../../images/youtube.svg);
}
footer.footer-top .footer-inner .footer-columns .column .social ul li.social-instagram a {
  background-image: url(../../images/instagram.svg);
}
@media screen and (max-width: 800px) {
  footer.footer-top .footer-inner .footer-columns .column-3,
  footer.footer-top .footer-inner .footer-columns .column-2 {
    flex: 0 0 50% !important;
  }
}
footer.footer-top .footer-inner .footer-center-menu {
  text-align: center;
}
@media screen and (max-width: 800px) {
  footer.footer-top .footer-inner .footer-center-menu {
    text-align: left !important;
  }
}
footer.footer-top .footer-inner .footer-center-menu ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  footer.footer-top .footer-inner .footer-center-menu ul {
    justify-content: start !important;
  }
}
@media screen and (max-width: 800px) {
  footer.footer-top .footer-inner .footer-center-menu ul {
    margin-left: -15px !important;
  }
}
footer.footer-top .footer-inner .footer-center-menu ul li {
  padding: 0;
  margin: 0;
}
footer.footer-top .footer-inner .footer-center-menu ul li:not(:last-child) {
  border-right: solid 1px #9A9EA8;
}
footer.footer-top .footer-inner .footer-center-menu ul li a {
  padding: 0 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
footer.footer-top .footer-inner .footer-center-menu ul li a:hover {
  text-decoration: underline;
}
footer.footer-bottom {
  background: #042034;
  color: #9A9EA8;
  padding: 10px 20px;
}
footer.footer-bottom .footer-inner {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer.footer-bottom .footer-inner .post-footer-bottom {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer.footer-bottom .footer-inner .post-footer-bottom {
    font-weight: 400 !important;
  }
}
@media screen and (max-width: 800px) {
  footer.footer-bottom .footer-inner .post-footer-bottom {
    flex-direction: column-reverse !important;
  }
}
@media screen and (max-width: 800px) {
  footer.footer-bottom .footer-inner .post-footer-bottom {
    align-items: start !important;
  }
}
@media screen and (max-width: 800px) {
  footer.footer-bottom .footer-inner .post-footer-bottom .site-info {
    padding-top: 28px !important;
  }
}
footer.footer-bottom .footer-inner .post-footer-bottom a {
  color: #9A9EA8;
  margin-left: 5px;
}
footer.footer-bottom .footer-inner .post-footer-bottom a:not(:last-child) {
  margin-right: 5px;
}
.af-form .af-fields::after {
  display: none !important;
}
.af-form .af-fields .af-field {
  border-top: none;
}
.af-form .af-fields .af-field .af-label {
  display: none;
}
.af-form .af-submit button {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background: #25B788;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 15px;
  border: solid 1px #25B788;
  padding: 11px 37px 9px 37px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  min-height: 48px;
  box-sizing: border-box;
  cursor: pointer;
}
.af-form .af-submit button:hover {
  background: #002940;
  border-color: #002940;
  color: white;
}
.af-form .af-submit button.clear-secondary {
  background: transparent;
  border-color: #002940;
  color: #002940;
}
.af-form .af-submit button.clear-secondary:hover {
  background: #002940;
  border-color: #002940;
  color: white;
}
.af-form .af-submit button.clear-white {
  background: transparent;
  border-color: white;
  color: white;
}
.af-form .af-submit button.clear-white:hover {
  background: white;
  border-color: white;
  color: #25B788;
}
.af-form .af-submit button.clear-black {
  background: transparent;
  border-color: #0C0A19;
  color: #0C0A19;
}
.af-form .af-submit button.clear-black:hover {
  background: #0C0A19;
  border-color: #0C0A19;
  color: white;
}
.af-form .af-submit button.clear-grey {
  background: transparent;
  border-color: #9A9EA8;
  color: #0C0A19;
}
.af-form .af-submit button.clear-grey:hover {
  background: #0C0A19;
  border-color: #0C0A19;
  color: white;
}
.af-form .af-submit button.larger {
  padding-left: 70px;
  padding-right: 70px;
}
.af-form .af-submit button.arrow {
  padding: 0;
  background: none;
  color: #0C0A19;
  border: none;
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}
.af-form .af-submit button.arrow::after {
  content: "";
  display: inline-block;
  background-image: url(../../images/arrow-right-big.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 55px;
  height: 30px;
}
.af-form .af-submit button.arrow:hover {
  border: none;
  color: #0C0A19;
  background: none;
  text-decoration: underline;
}
.af-form .af-submit button.contact-us-home-button {
  margin-right: 20px;
  margin-bottom: 20px;
}
#form_659e054812277.af-form .af-fields {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  border: solid 1px rgba(154,158,168,0.5);
  border-radius: 5px;
  background: white;
}
#form_659e054812277.af-form .af-fields .af-field {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0;
}
#form_659e054812277.af-form .af-fields .af-field .af-input {
  flex-grow: 1;
}
#form_659e054812277.af-form .af-fields .af-field .af-input .acf-notice {
  display: none !important;
}
#form_659e054812277.af-form .af-fields .af-field .af-input .acf-input-wrap input {
  background: transparent;
  outline: none;
  border: none;
  font-size: 14px;
  padding-left: 30px;
}
#form_659e054812277.af-form .af-submit {
  padding: 3px;
}
#form_659e054812277.af-form .af-submit button {
  border-radius: 5px;
}
.dropdown-selector {
  display: inline-block;
  border: 1px #0C0A19 solid;
  border-radius: 10px;
  padding: 18px 33px;
  user-select: none;
  position: relative;
}
.dropdown-selector .select-title {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #0C0A19;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.dropdown-selector .select-title::after {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-image: url(../../images/dropdown-chevron.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.dropdown-selector.open .select-options {
  display: block;
}
.dropdown-selector.open .select-title::after {
  transform: rotate(180deg);
}
.dropdown-selector .select-options {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  background: white;
  left: -1px;
  right: -1px;
  top: 40px;
  z-index: 5;
  border: solid 1px #9A9EA8;
  border-radius: 0 0 10px 10px;
}
.dropdown-selector .select-options li a {
  display: block;
  margin: 15px;
  color: #4A4854;
  text-decoration: none;
}
.dropdown-selector .select-options li a:hover {
  color: #0C0A19;
}
#form_66174b456ca85.af-form .acf-fields.-border {
  border: none;
}
#form_66174b456ca85.af-form .af-fields .acf-field[data-width] + .acf-field[data-width],
#form_66174b456ca85.af-form .af-fields .acf-fields > .acf-field,
#form_66174b456ca85.af-form .acf-fields .acf-field[data-width] + .acf-field[data-width],
#form_66174b456ca85.af-form .acf-fields .acf-fields > .acf-field {
  border: none;
}
@media screen and (max-width: 800px) {
  #form_66174b456ca85.af-form .af-fields .af-field,
  #form_66174b456ca85.af-form .af-fields .acf-field,
  #form_66174b456ca85.af-form .acf-fields .af-field,
  #form_66174b456ca85.af-form .acf-fields .acf-field {
    width: 100% !important;
  }
}
#form_66174b456ca85.af-form .af-fields .af-field .acf-input input,
#form_66174b456ca85.af-form .af-fields .acf-field .acf-input input,
#form_66174b456ca85.af-form .acf-fields .af-field .acf-input input,
#form_66174b456ca85.af-form .acf-fields .acf-field .acf-input input {
  background-color: #f5f7f8;
  border: solid 1px #9a9ea8;
  border-radius: 10px;
  padding: 13px 20px;
  height: 48px;
}
#form_66174b456ca85.af-form .af-fields .af-field .acf-input input.disable,
#form_66174b456ca85.af-form .af-fields .acf-field .acf-input input.disable,
#form_66174b456ca85.af-form .acf-fields .af-field .acf-input input.disable,
#form_66174b456ca85.af-form .acf-fields .acf-field .acf-input input.disable {
  pointer-events: none;
  opacity: 0.5;
  user-select: none;
}
#form_66174b456ca85.af-form .af-fields .af-field .acf-input .field,
#form_66174b456ca85.af-form .af-fields .acf-field .acf-input .field,
#form_66174b456ca85.af-form .acf-fields .af-field .acf-input .field,
#form_66174b456ca85.af-form .acf-fields .acf-field .acf-input .field {
  background-color: #f5f7f8;
  border: solid 1px #9a9ea8;
  border-radius: 10px;
  padding: 0 10px;
  height: 48px;
}
#form_66174b456ca85.af-form .af-fields .af-field .acf-input .field .select-field .select-inner .selected::after,
#form_66174b456ca85.af-form .af-fields .acf-field .acf-input .field .select-field .select-inner .selected::after,
#form_66174b456ca85.af-form .acf-fields .af-field .acf-input .field .select-field .select-inner .selected::after,
#form_66174b456ca85.af-form .acf-fields .acf-field .acf-input .field .select-field .select-inner .selected::after {
  position: absolute;
  right: 10px;
}
#form_66174b456ca85.af-form .af-fields .af-field .acf-input .field .select-field .options,
#form_66174b456ca85.af-form .af-fields .acf-field .acf-input .field .select-field .options,
#form_66174b456ca85.af-form .acf-fields .af-field .acf-input .field .select-field .options,
#form_66174b456ca85.af-form .acf-fields .acf-field .acf-input .field .select-field .options {
  padding: 10px 5px 5px 5px;
  margin: 0;
  list-style: none;
  position: absolute;
  background: white;
  width: 100%;
  top: 40px;
  z-index: 5;
  border: solid 1px #9A9EA8;
  border-radius: 0 0 10px 10px;
}
#form_66174b456ca85.af-form .af-fields .af-field .acf-input .field .select-field .options .option,
#form_66174b456ca85.af-form .af-fields .acf-field .acf-input .field .select-field .options .option,
#form_66174b456ca85.af-form .acf-fields .af-field .acf-input .field .select-field .options .option,
#form_66174b456ca85.af-form .acf-fields .acf-field .acf-input .field .select-field .options .option {
  text-decoration: none;
  color: black;
}
#form_66174b456ca85.af-form .af-fields .af-field .acf-input .acf-checkbox-list li label input[type=checkbox],
#form_66174b456ca85.af-form .af-fields .acf-field .acf-input .acf-checkbox-list li label input[type=checkbox],
#form_66174b456ca85.af-form .acf-fields .af-field .acf-input .acf-checkbox-list li label input[type=checkbox],
#form_66174b456ca85.af-form .acf-fields .acf-field .acf-input .acf-checkbox-list li label input[type=checkbox] {
  height: 17px;
}
#form_66174b456ca85.af-form .af-fields .af-field.af-field-type-group,
#form_66174b456ca85.af-form .acf-fields .af-field.af-field-type-group {
  padding-left: 0;
  padding-right: 0;
}
#form_66174b456ca85.af-form .af-fields .af-field.af-field-type-group .af-label,
#form_66174b456ca85.af-form .acf-fields .af-field.af-field-type-group .af-label {
  display: block;
  background: #f5f7f8;
  padding: 10px 30px;
  position: relative;
}
#form_66174b456ca85.af-form .af-fields .af-field.af-field-type-group .af-label::after,
#form_66174b456ca85.af-form .acf-fields .af-field.af-field-type-group .af-label::after {
  content: "";
  transition: 0.5s;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(180deg);
  background: url('../../images/accordion-arrow.svg') center/contain no-repeat;
}
#form_66174b456ca85.af-form .af-fields .af-field.af-field-type-group .af-label label,
#form_66174b456ca85.af-form .acf-fields .af-field.af-field-type-group .af-label label {
  margin: 0;
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
#form_66174b456ca85.af-form .af-fields .af-field.af-field-type-group .af-label.complete,
#form_66174b456ca85.af-form .acf-fields .af-field.af-field-type-group .af-label.complete {
  background: #e1f5e9;
}
#form_66174b456ca85.af-form .af-fields .af-field.af-field-type-group .af-label.complete::after,
#form_66174b456ca85.af-form .acf-fields .af-field.af-field-type-group .af-label.complete::after {
  transform: rotate(0deg) !important;
  background: url('../../images/group-complete.svg') center/contain no-repeat;
}
#form_66174b456ca85.af-form .af-fields .af-field.af-field-type-group.active .af-label::after,
#form_66174b456ca85.af-form .acf-fields .af-field.af-field-type-group.active .af-label::after {
  transform: rotate(0deg);
}
#form_66174b456ca85.af-form .af-fields .af-field.af-field-type-group.always-open .af-label::after,
#form_66174b456ca85.af-form .acf-fields .af-field.af-field-type-group.always-open .af-label::after {
  opacity: 0;
}
#form_66174b456ca85.af-form .af-fields .af-field.af-field-type-group.always-open .af-label.complete::after,
#form_66174b456ca85.af-form .acf-fields .af-field.af-field-type-group.always-open .af-label.complete::after {
  opacity: 1;
}
#form_66174b456ca85.af-form .af-submit {
  padding: 20px 0;
}
body .af-page-wrap {
  margin: 0;
  border: none;
}
body .af-page-wrap .title {
  display: none;
}
body .af-page-wrap a {
  background: none;
  border: none;
}
body .af-page-wrap a:before {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #d8d8d8;
  border: none;
  border-radius: 0;
  position: absolute;
  left: 50%;
  top: calc(calc(50%) - 2px);
}
body .af-page-wrap a:after {
  display: none;
}
body .af-page-wrap a .index {
  position: relative;
  z-index: 1;
}
body .af-page-wrap a.enabled .index {
  background: #002940;
  color: white;
}
body .af-page-wrap a.enabled:before {
  background: #002940;
}
body .af-page-wrap a.current.enabled .index {
  background: #25b787;
  color: white;
}
body .af-page-wrap a.current.enabled:before {
  background: #dddddd;
}
.save-progress-message {
  color: white;
  background: #e1f5e9;
  padding: 15px 25px;
  border-radius: 0;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #25b788;
}
.breadcrumbs {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.breadcrumbs .breadcrumbs-chain {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs .breadcrumbs-chain a {
  text-decoration: none;
  color: #4A4854;
}
.breadcrumbs .breadcrumbs-chain a:hover {
  text-decoration: underline;
}
.grid-block .breadcrumbs,
.bread-crumbs .breadcrumbs {
  padding: 0;
}
.page-contact main {
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .page-contact main .breadcrumbs-chain {
    padding: 20px !important;
  }
}
.page-contact main .sixty-thirty-columns {
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .page-contact main .sixty-thirty-columns {
    padding: 0px 20px !important;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact main .sixty-thirty-columns {
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact main .sixty-thirty-columns {
    border-bottom: 1px solid #002940 !important;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact main .sixty-thirty-columns .column-small {
    margin-top: -74px !important;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact main .sixty-thirty-columns .column-small {
    margin-bottom: -22px !important;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact main .sixty-thirty-columns .column-small {
    flex-basis: 54% !important;
  }
}
@media screen and (max-width: 800px) {
  .page-contact main .sixty-thirty-columns .column-small {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .page-contact main .sixty-thirty-columns .column-large {
    flex-basis: 100% !important;
  }
}
.page-contact main .sixty-thirty-columns .column-large h6 {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .page-contact main .fifty-fifty-columns {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  .page-contact main .fifty-fifty-columns {
    padding: 0px 20px !important;
  }
}
.page-contact main .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.page-contact main .contact-details .column {
  flex: 1 1 0;
}
@media screen and (max-width: 800px) {
  .page-contact main .contact-details {
    flex-wrap: nowrap !important;
  }
}
.page-contact main .contact-details .contact-details-icon {
  width: 50px;
  position: relative;
  bottom: 10px;
}
.page-contact main .contact-details .content-details-text .contact-details-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-contact main .contact-details .content-details-text .contact-details-information {
  line-height: 30px;
  font-size: 20px;
  color: #0C0A19;
  font-weight: 400;
}
.page-contact main .contact-details .content-details-text .contact-details-information a {
  color: #0C0A19;
}
.page-contact main .form_col .h8 {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .page-contact main .form_col .acf-fields > .acf-field {
    padding: 16px 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .page-contact main .form_col .acf-fields > .acf-field {
    width: 100% !important;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact main .form_col .acf-fields > .acf-field {
    width: 50% !important;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact main .form_col .acf-fields > .acf-field {
    padding: 10px 10px 10px 0 !important;
  }
}
.page-contact main .form_col .af-form .af-fields .af-field .af-label {
  display: block;
}
.page-contact main .form_col .af-submit {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .page-contact main .form_col .af-submit {
    padding: 15px 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .page-contact main .form_col .af-submit {
    width: 100% !important;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact main .form_col .af-submit {
    float: inline-end !important;
  }
}
.page-contact main .form_col .acf-field[data-width] + .acf-field[data-width] {
  border: none;
}
.page-contact main .form_col .acf-field input[type=text],
.page-contact main .form_col .acf-field input[type=email] {
  border-radius: 8px;
  height: 37px;
  border: 1px solid #9A9EA8;
}
.page-contact main .form_col .acf-field textarea {
  border-radius: 8px;
  border: 1px solid #9A9EA8;
}
.page-contact main .follow-us {
  margin-top: 50px;
}
.page-contact main .follow-us .social ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact main .follow-us .social ul li a {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: 32px;
  height: 32px;
  font-size: 0;
  display: inline-block;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.page-contact main .follow-us .social ul li a:hover a {
  opacity: 0.8 !important;
}
.page-contact main .follow-us .social ul li.social-linkedin a {
  background-image: url(../../images/linkedin-outline.svg);
}
.page-contact main .follow-us .social ul li.social-facebook a {
  background-image: url(../../images/facebook-outline.svg);
}
.page-contact main .follow-us .social ul li.social-youtube a {
  background-image: url(../../images/youtube-outline.svg);
}
.page-contact main .follow-us .social ul li.social-instagram a {
  background-image: url(../../images/instagram-outline.svg);
}
.faq-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding: 15px;
}
.faq-content > article > .grid-block {
  width: 100%;
  max-width: 851px;
}
.faq-content div + .accordion {
  border-bottom: 1px solid #9A9EA8;
  padding-bottom: 50px;
}
.faq-content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
}
.faq-content .faq-header {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  border-bottom: 1px solid #9A9EA8;
  padding-bottom: 30px;
}
.faq-content .faq-header h3 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
}
.faq-content .accordion .expander-target {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  padding: 15px;
}
.faq-content .accordion .accordion-item .expander {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
.faq-disclaimer {
  padding-bottom: 50px;
  padding-top: 20px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}
.page-lease-application .lease-application {
  padding-left: 20px;
  padding-right: 20px;
}
.page-lease-application .lease-application .lease-application-content {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  flex-wrap: nowrap;
  margin-bottom: 100px;
}
.page-lease-application .lease-application .lease-application-content .column {
  flex: 1 1 0;
}
@media screen and (max-width: 800px) {
  .page-lease-application .lease-application .lease-application-content {
    flex-direction: column !important;
  }
}
.page-lease-application .lease-application .lease-application-content >.column-large {
  flex-basis: 73%;
}
.page-lease-application .lease-application .lease-application-content >.column-small {
  flex-grow: 1;
  flex-basis: 27%;
}
.page-lease-application .lease-application .lease-application-content .lease-car-details {
  padding: 40px 0 0 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.page-lease-application .lease-application .lease-application-content .lease-car-details .column {
  flex: 1 1 0;
}
@media screen and (max-width: 800px) {
  .page-lease-application .lease-application .lease-application-content .lease-car-details {
    flex-direction: column !important;
  }
}
.page-lease-application .lease-application .lease-application-content .lease-car-details .column-large {
  flex-grow: 1;
}
.page-lease-application .lease-application .lease-application-content .lease-car-details .column-small {
  flex-basis: 284px;
}
@media screen and (max-width: 800px) {
  .page-lease-application .lease-application .lease-application-content .lease-car-details .column-small {
    flex-basis: unset !important;
  }
}
.page-lease-application .lease-application .lease-application-content .lease-car-details .lease-car-image {
  border-radius: 15px;
  overflow: hidden;
  height: 215px;
  width: 284px;
}
.page-lease-application .lease-application .lease-application-content .lease-car-details .lease-car-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-lease-application .lease-application .lease-application-content .lease-car-details h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin: 10px 0 20px 0;
}
.page-lease-application .lease-application .lease-application-content .lease-car-details .vehicle-specs {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 80px;
}
.page-lease-application .lease-application .lease-application-content .lease-car-details .vehicle-specs .body-type,
.page-lease-application .lease-application .lease-application-content .lease-car-details .vehicle-specs .odometer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-lease-application .lease-application .lease-application-content .lease-car-details .vehicle-specs .body-type::before,
.page-lease-application .lease-application .lease-application-content .lease-car-details .vehicle-specs .odometer::before {
  content: "";
  display: inline-block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.page-lease-application .lease-application .lease-application-content .lease-car-details .vehicle-specs .body-type::before {
  background: url('../../images/vehicle-icon.svg');
  width: 30px;
  height: 20px;
}
.page-lease-application .lease-application .lease-application-content .lease-car-details .vehicle-specs .odometer::before {
  background: url('../../images/odometer-icon.svg');
  width: 20px;
  height: 20px;
}
.page-lease-application .lease-application .lease-application-content .lease-application-form-container > h3 {
  margin: 0 0 20px 0;
}
.page-lease-application .lease-application .lease-application-content .basic-plan-outline {
  border: solid 1px rgba(154,158,168,0.5);
  border-radius: 20px;
  padding: 40px;
}
.page-lease-application .lease-application .lease-application-content .basic-plan-outline .basic-plan-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.page-lease-application .lease-application .lease-application-content .basic-plan-outline .basic-plan-from {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.page-lease-application .lease-application .lease-application-content .basic-plan-outline .basic-plan-from span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.page-lease-application .lease-application .lease-application-content .basic-plan-outline ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.page-lease-application .lease-application .lease-application-content .basic-plan-outline ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin: 5px 0 0 0;
}
.page-lease-application .lease-application .lease-application-content .basic-plan-outline ul li::before {
  content: "";
  width: 12px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  background: url('../../images/green-tick.png') center/contain no-repeat;
}
.large-para p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.large-para table {
  font-size: 20px;
  line-height: 36px;
}
.large-para ul {
  font-size: 20px;
  line-height: 36px;
}
.large-para ul li+li {
  margin-top: 25px;
}
.large-para .accordion .expander {
  font-size: 18px;
}
.has-styled-table table {
  border: 1px solid #25b788;
  border-spacing: 0;
  width: 100%;
  text-align: center;
}
.has-styled-table table thead {
  background: #25b788;
  color: white;
}
.has-styled-table table thead th {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.has-styled-table table td {
  padding: 10px 0;
}
.has-styled-table table tr:nth-of-type(even) {
  background: #f2fbf8;
}
@media screen and (max-width: 800px) {
  .blog main .news-page-header article {
    grid-template-columns: 1fr 1fr !important;
  }
}
.post-page-content {
  padding-left: 20px;
  padding-right: 20px;
}
.single-post .breadcrumbs {
  margin-bottom: 20px;
}
.single-post .feature-image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 50px;
}
.single-post .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-post .sixty-thirty-columns {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  flex-wrap: nowrap;
  margin-bottom: 100px;
}
.single-post .sixty-thirty-columns .column {
  flex: 1 1 0;
}
.single-post .sixty-thirty-columns .column-large {
  flex-basis: 66%;
}
.single-post .sixty-thirty-columns .column-large .post-column-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 800px) {
  .single-post .sixty-thirty-columns .column-large .post-column-header {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 800px) {
  .single-post .sixty-thirty-columns .column-large .post-column-header {
    gap: 20px !important;
  }
}
.single-post .sixty-thirty-columns .column-large .post-column-header .post-titles .post-author-date {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #4A4854;
}
.single-post .sixty-thirty-columns .column-large .post-column-header .post-titles .post-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #0C0A19;
}
.single-post .sixty-thirty-columns .column-large .post-column-header .social-share {
  min-width: 100px;
}
@media screen and (max-width: 800px) {
  .single-post .sixty-thirty-columns .column-large .post-column-header .social-share {
    width: 100% !important;
  }
}
.single-post .sixty-thirty-columns .column-large .post-column-header .social-share .share-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22.4px;
  color: #9A9EA8;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .single-post .sixty-thirty-columns .column-large .post-column-header .social-share .share-title {
    text-align: left !important;
  }
}
.single-post .sixty-thirty-columns .column-large .post-column-header .social-share .social-buttons {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
@media screen and (max-width: 800px) {
  .single-post .sixty-thirty-columns .column-large .post-column-header .social-share .social-buttons {
    justify-content: start !important;
  }
}
.single-post .sixty-thirty-columns .column-large .post-column-header .social-share .social-buttons a {
  font-size: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  opacity: 0.5;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.single-post .sixty-thirty-columns .column-large .post-column-header .social-share .social-buttons a.social-twitter {
  background-image: url(../../images/twitter.svg);
  width: 17px;
  height: 19px;
}
.single-post .sixty-thirty-columns .column-large .post-column-header .social-share .social-buttons a.social-facebook {
  background-image: url(../../images/facebook.svg);
  width: 20px;
  height: 22px;
}
.single-post .sixty-thirty-columns .column-large .post-column-header .social-share .social-buttons a.social-linkedin {
  background-image: url(../../images/linkedin.svg);
  width: 20px;
  height: 22px;
}
.single-post .sixty-thirty-columns .column-large .post-column-header .social-share .social-buttons a:hover {
  opacity: 1;
}
.single-post .sixty-thirty-columns .column-large .review-page-content p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: #4A4854;
  color: #0C0A19;
}
.single-post .sixty-thirty-columns .column-large .review-specs.accordion {
  margin-top: 30px;
}
.single-post .sixty-thirty-columns .column-large .review-specs.accordion .expander {
  text-transform: uppercase;
}
.single-post .sixty-thirty-columns .column-large .review-specs.accordion .expander-target {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.single-post .sixty-thirty-columns .column-large .review-specs.accordion .expander-target .spec-name {
  font-size: 16px;
  font-weight: 500;
  color: #0C0A19;
  text-align: right;
  padding: 10px;
}
.single-post .sixty-thirty-columns .column-large .review-specs.accordion .expander-target .spec-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #0C0A19;
  padding: 10px;
  text-align: center;
}
.single-post .sixty-thirty-columns .column-large .review-specs.accordion .expander-target .spec-value.alternate {
  background: #F5F7F8;
}
.single-post .sixty-thirty-columns .column-small {
  flex-grow: 1;
  flex-basis: 33%;
}
.single-post .sixty-thirty-columns .column-small .latest-news-title {
  font-size: 20px;
  font-weight: 500;
  color: #0C0A19;
  padding-left: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .single-post .sixty-thirty-columns .column-small .latest-news-title {
    padding-left: 0 !important;
  }
}
.single-post .sixty-thirty-columns .column-small .latest-news-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 40px;
}
@media screen and (max-width: 800px) {
  .single-post .sixty-thirty-columns .column-small .latest-news-container {
    padding-left: 0 !important;
  }
}
.single-post .sixty-thirty-columns .column-small .latest-news-container .latest-news {
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  border: solid 1px #9A9EA8;
  text-decoration: none;
}
.single-post .sixty-thirty-columns .column-small .latest-news-container .latest-news .latest-news-image-container {
  border-radius: 8px;
  width: 130px;
  min-width: 130px;
  min-height: 100%;
  height: 100px;
  overflow: hidden;
}
.single-post .sixty-thirty-columns .column-small .latest-news-container .latest-news .latest-news-image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .sixty-thirty-columns .column-small .latest-news-container .latest-news .latest-news-post-title {
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  color: #0C0A19;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}
.single-post .latest-news-section {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.single-car .car-detailed-page-content {
  margin-top: 30px;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-feature .gallery-slide {
  border-radius: 20px;
  overflow: hidden;
  height: 400px;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-feature .gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-feature .slick-arrow {
  background-image: url(../../images/gallery-slider-chevron.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 48px;
  height: 48px;
  z-index: 10;
  top: 445px;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-feature .slick-arrow::before {
  display: none;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-feature .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-feature .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: 10px;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-feature .slick-arrow.slick-next {
  transform: rotate(0deg);
  right: 10px;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-nav {
  margin: 20px auto;
  width: 430px;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-nav .gallery-slide {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  border: solid 2px transparent;
  padding: 1px;
  border-radius: 10px;
  overflow: hidden;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-nav .gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 2px white;
  border-radius: 10px;
}
.single-car .car-detailed-page-content .vehicle-gallery-slider .vehicle-gallery-slider-nav .gallery-slide.slick-current {
  border: solid 2px #25B788;
}
.single-car .car-detailed-page-content .car-page-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}
.single-car .car-detailed-page-content .vehicle-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0;
}
.single-car .car-detailed-page-content .vehicle-stats .column {
  flex: 1 1 0;
}
.single-car .car-detailed-page-content .vehicle-stats .vehicle-stat {
  flex: 1 1 0;
}
.single-car .car-detailed-page-content .vehicle-stats .vehicle-stat .stat-title {
  font-size: 16px;
  color: #9A9EA8;
  line-height: 18.75px;
}
.single-car .car-detailed-page-content .vehicle-stats .vehicle-stat .stat {
  font-weight: 500;
  font-size: 20px;
  line-height: 23.44px;
  color: #0C0A19;
}
.single-car .car-detailed-page-content .pre-quote-form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.single-car .car-detailed-page-content .pre-quote-form .column {
  flex: 1 1 0;
}
.single-car .car-detailed-page-content .pre-quote-form .column {
  flex: 1 1 0;
}
.single-car .car-detailed-page-content .pre-quote-form .column label {
  font-size: 14px;
  font-weight: 400;
  color: #0C0A19;
  margin-bottom: 10px;
  display: inline-block;
}
.single-car .car-detailed-page-content .pre-quote-form .column .dropdown-selector {
  width: 100%;
  border-color: #9A9EA8;
}
.single-car .car-detailed-page-content .cost-container {
  display: block;
  margin: 20px 0;
}
.single-car .car-detailed-page-content .cost-container .cost-value {
  font-size: 24px;
  font-weight: 700;
  display: inline;
}
.single-car .car-detailed-page-content .cost-container .cost-value::before {
  content: "from ";
  font-size: 16px;
  font-weight: 400;
  color: #0C0A19;
  margin-right: 5px;
}
.single-car .car-detailed-page-content .cost-container .cost-frequency {
  font-size: 20px;
  font-weight: 400;
  color: #9A9EA8;
  display: inline;
}
.single-car .car-detailed-page-content .cost-container .cost-disclaimer-light {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #9A9EA8;
  margin-top: 20px;
  line-height: 1.6em;
}
.single-car .car-detailed-page-content .cost-container .cos-disclaimer {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6em;
}
.single-car .car-detailed-page-content .action-buttons {
  display: flex;
  gap: 20px;
}
.single-car .car-detailed-page-content .action-buttons a {
  flex-grow: 1;
  justify-content: center;
  min-height: 60px;
}
.single-car .car-detailed-page-content .action-buttons a.button {
  font-weight: 700;
  font-size: 16px;
}
.single-car .car-detailed-page-content .action-buttons a.button.heart-icon::before {
  content: "";
  background-image: url(../../images/heart-icon.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 10px;
}
.single-car .car-detailed-page-content .car-details p {
  color: #0C0A19;
  line-height: 24px;
  font-size: 14px;
}
.single-car .car-detailed-page-content .accordion {
  margin: 50px 0;
}
.single-car .review-video {
  margin: 100px 0;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 320px;
  position: relative;
}
.single-car .review-video::after {
  content: "";
  background-image: url(../../images/review-play-button.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  top: calc(50% - calc(32px));
  left: calc(50% - calc(32px));
}
.single-car .review-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-car .review-video .tinted {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.single-car .car-configuration > p {
  color: #0C0A19;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.41px;
}
.single-car .car-configuration .columns {
  gap: 30px;
}
.single-car .car-configuration .columns .column {
  display: flex;
  flex-direction: column;
}
.single-car .car-configuration .columns .column label {
  display: block;
  margin: 20px 0 10px 0;
}
.single-car .addons-heading {
  margin-top: 50px;
}
.single-car .addons-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-car .addons-container .addon {
  background: #F5F7F8;
  border-radius: 10px;
  padding: 20px;
}
.single-car .addons-container .addon .addon-title {
  font-size: 16px;
  font-weight: 500;
  color: #0C0A19;
  margin-bottom: 10px;
}
.single-car .addons-container .addon .addon-description {
  font-weight: 400;
  font-size: 12px;
  color: #4A4854;
}
.single-review {
  position: relative;
}
.single-review main {
  padding-left: 20px;
  padding-right: 20px;
}
.single-review #media-modal-container {
  display: none !important;
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  z-index: 1;
}
.single-review #media-modal-container.active {
  display: flex !important;
}
.single-review #media-modal-container .media-modal {
  flex-basis: 66%;
  z-index: 30;
  position: relative;
  user-select: none;
  top: 20px;
}
@media screen and (max-width: 800px) {
  .single-review #media-modal-container .media-modal {
    flex-basis: 100%;
  }
}
.single-review #media-modal-container .media-modal .media-modal-slider .media-slide {
  background-color: rgba(255,255,255,0.74);
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}
.single-review #media-modal-container .media-modal .media-modal-slider .media-slide:not(.video-slide) {
  display: flex;
  align-items: center;
}
.single-review #media-modal-container .media-modal .media-modal-slider-nav {
  width: 500px;
  margin: 20px auto 0 auto;
}
.single-review #media-modal-container .media-modal .media-modal-slider-nav .media-slide {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  overflow: hidden;
  height: 100px;
  padding: 2px;
  border: solid 2px transparent;
  border-radius: 10px;
  margin: 0 5px;
  position: relative;
}
.single-review #media-modal-container .media-modal .media-modal-slider-nav .media-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.single-review #media-modal-container .media-modal .media-modal-slider-nav .media-slide.slick-current {
  border: solid 2px #25B788;
}
.single-review #media-modal-container .media-modal .media-modal-slider-nav .media-slide.video-slide::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: calc(50% - calc(15px));
  top: calc(50% - calc(15px));
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: url(../../images/white-play-button.png);
}
.single-review #media-modal-container .media-modal .media-modal-slider-nav .slick-arrow {
  width: 20px;
  height: 32px;
}
.single-review #media-modal-container .media-modal .media-modal-slider-nav .slick-arrow::before {
  display: block;
  content: "";
  font-size: 0;
  width: 20px;
  height: 32px;
  background: url(../../images/media-slider-chevron.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.single-review #media-modal-container .media-modal .media-modal-slider-nav .slick-arrow.slick-next {
  right: -50px;
}
.single-review #media-modal-container .media-modal .media-modal-slider-nav .slick-arrow.slick-next::before {
  transform: rotate(180deg);
}
.single-review #media-modal-container .media-modal .media-modal-slider-nav .slick-arrow.slick-prev {
  left: -50px;
}
.single-review #media-modal-container .modal-spacer {
  flex-basis: 33%;
  z-index: 30;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .single-review #media-modal-container .modal-spacer {
    display: none;
  }
}
.single-review #media-modal-container .tinted {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(12,41,62,0.8);
  z-index: 0;
  cursor: pointer;
}
.single-review .review-media-header {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 50px;
  gap: 20px;
  flex-wrap: nowrap;
}
.single-review .review-media-header .column {
  flex: 1 1 0;
}
@media screen and (max-width: 800px) {
  .single-review .review-media-header {
    flex-direction: column !important;
  }
}
.single-review .review-media-header #header-video {
  flex-basis: 66%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  height: 400px;
  position: relative;
  user-select: none;
}
.single-review .review-media-header #header-video.has-video::after {
  content: "";
  background-image: url(../../images/review-play-button.svg);
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  top: calc(50% - calc(32px));
  left: calc(50% - calc(32px));
  pointer-events: none;
}
.single-review .review-media-header #header-video.has-video .tinted {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
}
.single-review .review-media-header #header-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-review .review-media-header .media-contents {
  flex-grow: 1;
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-review .review-media-header .media-contents .feature-image {
  overflow: hidden;
  border-radius: 10px;
  height: 190px;
}
.single-review .review-media-header .media-contents .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-review .review-media-header .media-contents .lightbox-button {
  overflow: hidden;
  border-radius: 10px;
  height: 190px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .single-review .review-media-header .media-contents .lightbox-button {
    z-index: 0;
  }
}
.single-review .review-media-header .media-contents .lightbox-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-review .review-media-header .media-contents .lightbox-button .tinted {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.single-review .review-media-header .media-contents .lightbox-button .tinted .image-count,
.single-review .review-media-header .media-contents .lightbox-button .tinted .video-count {
  color: white;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-review .review-media-header .media-contents .lightbox-button .tinted .image-count::before,
.single-review .review-media-header .media-contents .lightbox-button .tinted .video-count::before {
  content: "";
  width: 35px;
  height: 30px;
  display: inline-block;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.single-review .review-media-header .media-contents .lightbox-button .tinted .image-count::before {
  background-image: url(../../images/image-camera-icon.svg);
}
.single-review .review-media-header .media-contents .lightbox-button .tinted .video-count::before {
  background-image: url(../../images/video-camera-icon.svg);
}
.single-review .review-columns {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-wrap: nowrap;
  margin-bottom: 100px;
}
.single-review .review-columns .column {
  flex: 1 1 0;
}
@media screen and (max-width: 800px) {
  .single-review .review-columns {
    flex-direction: column !important;
  }
}
.single-review .review-columns .review-column-large {
  flex-basis: 66%;
}
.single-review .review-columns .review-column-large .review-column-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.single-review .review-columns .review-column-large .review-column-header .review-titles .review-author-date {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #4A4854;
}
.single-review .review-columns .review-column-large .review-column-header .review-titles .review-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #0C0A19;
}
.single-review .review-columns .review-column-large .review-column-header .social-share .share-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22.4px;
  color: #9A9EA8;
  text-align: right;
}
.single-review .review-columns .review-column-large .review-column-header .social-share .social-buttons {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
.single-review .review-columns .review-column-large .review-column-header .social-share .social-buttons a {
  font-size: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  opacity: 0.5;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.single-review .review-columns .review-column-large .review-column-header .social-share .social-buttons a.social-twitter {
  background-image: url(../../images/twitter.svg);
  width: 17px;
  height: 19px;
}
.single-review .review-columns .review-column-large .review-column-header .social-share .social-buttons a.social-facebook {
  background-image: url(../../images/facebook.svg);
  width: 20px;
  height: 22px;
}
.single-review .review-columns .review-column-large .review-column-header .social-share .social-buttons a.social-linkedin {
  background-image: url(../../images/linkedin.svg);
  width: 20px;
  height: 22px;
}
.single-review .review-columns .review-column-large .review-column-header .social-share .social-buttons a:hover {
  opacity: 1;
}
.single-review .review-columns .review-column-large .feature-specs {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #9A9EA8;
  display: flex;
  gap: 60px;
}
.single-review .review-columns .review-column-large .feature-specs .spec-container .spec-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #9A9EA8;
  margin-bottom: 10px;
}
.single-review .review-columns .review-column-large .feature-specs .spec-container .spec-value {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  color: #0C0A19;
}
.single-review .review-columns .review-column-large .review-page-content p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: #4A4854;
  color: #0C0A19;
}
.single-review .review-columns .review-column-large .review-specs.accordion {
  margin-top: 30px;
}
.single-review .review-columns .review-column-large .review-specs.accordion .expander {
  text-transform: uppercase;
}
.single-review .review-columns .review-column-large .review-specs.accordion .expander-target {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.single-review .review-columns .review-column-large .review-specs.accordion .expander-target .spec-name {
  font-size: 16px;
  font-weight: 500;
  color: #0C0A19;
  text-align: right;
  padding: 10px;
}
.single-review .review-columns .review-column-large .review-specs.accordion .expander-target .spec-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #0C0A19;
  padding: 10px;
  text-align: center;
}
.single-review .review-columns .review-column-large .review-specs.accordion .expander-target .spec-value.alternate {
  background: #F5F7F8;
}
.single-review .review-columns .review-column-small {
  flex-grow: 1;
  flex-basis: 33%;
  padding-left: 40px;
}
@media screen and (max-width: 800px) {
  .single-review .review-columns .review-column-small {
    padding-left: 0 !important;
  }
}
.single-review .review-columns .review-column-small .related-reviews-title {
  font-size: 20px;
  font-weight: 500;
  color: #0C0A19;
  padding-bottom: 20px;
}
.single-review .review-columns .review-column-small .related-reviews-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-review .review-columns .review-column-small .related-reviews-container .related-review {
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  border: solid 1px #9A9EA8;
  text-decoration: none;
}
.single-review .review-columns .review-column-small .related-reviews-container .related-review .related-review-image-container {
  border-radius: 8px;
  width: 130px;
  height: 100px;
  overflow: hidden;
}
.single-review .review-columns .review-column-small .related-reviews-container .related-review .related-review-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-review .review-columns .review-column-small .related-reviews-container .related-review .related-review-title {
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  color: #0C0A19;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}
.single-review .latest-news-section {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.hd-loading,
.hd-request-sent,
.hd-response-received {
  opacity: 0.5;
  filter: blur(2px);
  cursor: wait;
}
.hd-loading *,
.hd-request-sent *,
.hd-response-received * {
  pointer-events: none;
}
html body {
  font-family: "Roboto", sans-serif;
  background: white;
  color: #4A4854;
}
* {
  min-width: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.tinted-green {
  background: rgba(37,183,137,0.06);
}
.green-ribbons {
  background-color: #25B788;
  position: relative;
  padding: 50px 40px;
  border-radius: 20px;
}
.green-ribbons * {
  color: white;
}
.green-ribbons *:first-child {
  margin-top: 0;
}
.green-ribbons *:last-child {
  margin-bottom: 0;
}
.green-ribbons::before {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  content: "";
  background-image: url(../../images/background-ribbons.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.black-ribbons {
  background-color: #25B788;
  position: relative;
  padding: 50px 40px;
  border-radius: 20px;
  background-color: #0C0A19;
  background: linear-gradient(0deg,#1e3b59 0%,#020024 100%);
}
.black-ribbons * {
  color: white;
}
.black-ribbons *:first-child {
  margin-top: 0;
}
.black-ribbons *:last-child {
  margin-bottom: 0;
}
.black-ribbons::before {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  content: "";
  background-image: url(../../images/background-ribbons.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.grey-ribbons {
  background-color: #25B788;
  position: relative;
  padding: 50px 40px;
  border-radius: 20px;
  background-color: #f5f6f8;
}
.grey-ribbons * {
  color: white;
}
.grey-ribbons *:first-child {
  margin-top: 0;
}
.grey-ribbons *:last-child {
  margin-bottom: 0;
}
.grey-ribbons::before {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  content: "";
  background-image: url(../../images/background-ribbons.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.grey-ribbons * {
  color: #0C0A19;
}
a.card {
  text-decoration: none;
  color: inherit;
}
a.card .card-read-more {
  display: block !important;
  transition: all ease-in 200ms;
  text-decoration: underline;
}
div.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,41,64,0.8);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: all ease-in 300ms;
}
div.modal.active {
  opacity: 1;
  pointer-events: unset;
}
div.modal .modal-inner {
  background: white;
  width: calc(calc(100%) - 30px);
  max-width: 850px;
  border-radius: 16px;
  max-height: calc(calc(100%) - 30px);
  overflow-y: scroll;
  padding: 40px;
}
div.modal .modal-inner h2 {
  font-family: Roboto;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
}
div.modal .modal-inner .tab-wrapper.detailswitch {
  margin-top: 5px;
}
div.modal .modal-inner .tab-wrapper .tab-header {
  display: flex;
  width: 270px;
  border: 1px solid #0C293E;
  border-radius: 62px;
  padding: 5px;
  margin: 0 auto;
  position: relative;
}
div.modal .modal-inner .tab-wrapper .tab-header div {
  text-align: center;
  flex: 1;
  padding: 15px 0;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: all ease-in 300ms;
}
div.modal .modal-inner .tab-wrapper .tab-header span.active-bg {
  background: #002940;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: 5px;
  border-radius: 50px;
  transition: all ease-in 200ms;
}
div.modal .modal-inner .tab-wrapper .tab-header .tab-signup {
  color: white;
}
div.modal .modal-inner .tab-wrapper .tab-header .tab-login {
  color: #002940;
}
div.modal .modal-inner .tab-wrapper .tab-header .tab-listed {
  color: white;
}
div.modal .modal-inner .tab-wrapper .tab-header .tab-specific {
  color: #002940;
}
div.modal .modal-inner .tab-wrapper .tab-header .tab-unknown {
  color: white;
}
div.modal .modal-inner .tab-wrapper .tab-header .tab-know {
  color: #002940;
}
div.modal .modal-inner .tab-wrapper .tab-content .tab-content-login,
div.modal .modal-inner .tab-wrapper .tab-content .tab-content-specific,
div.modal .modal-inner .tab-wrapper .tab-content .tab-content-know {
  display: none;
}
div.modal .modal-inner .tab-wrapper > input {
  position: absolute;
  height: 60px;
  width: 270px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 11;
}
div.modal .modal-inner .tab-wrapper > input#tabswitch:checked ~ .tab-content .tab-content-login {
  display: block;
}
div.modal .modal-inner .tab-wrapper > input#tabswitch:checked ~ .tab-content .tab-content-signup {
  display: none;
}
div.modal .modal-inner .tab-wrapper > input#tabswitch:checked ~ .tab-header .tab-signup {
  color: #002940;
}
div.modal .modal-inner .tab-wrapper > input#tabswitch:checked ~ .tab-header .tab-login {
  color: white;
}
div.modal .modal-inner .tab-wrapper > input#tabswitch:checked ~ .tab-header span.active-bg {
  left: calc(calc(50%) - 10px);
}
div.modal .modal-inner .tab-wrapper > input#carswitch + .tab-header,
div.modal .modal-inner .tab-wrapper > input#detailswitch + .tab-header {
  margin-bottom: 20px;
}
div.modal .modal-inner .tab-wrapper > input#carswitch:checked ~ .tab-content .tab-content-listed {
  display: none;
}
div.modal .modal-inner .tab-wrapper > input#carswitch:checked ~ .tab-content .tab-content-specific {
  display: block;
}
div.modal .modal-inner .tab-wrapper > input#carswitch:checked ~ .tab-header .tab-listed {
  color: #002940;
}
div.modal .modal-inner .tab-wrapper > input#carswitch:checked ~ .tab-header .tab-specific {
  color: white;
}
div.modal .modal-inner .tab-wrapper > input#carswitch:checked ~ .tab-header .tab-unknown {
  color: white;
}
div.modal .modal-inner .tab-wrapper > input#carswitch:checked ~ .tab-header .tab-known {
  color: #002940;
}
div.modal .modal-inner .tab-wrapper > input#carswitch:checked ~ .tab-header span.active-bg {
  left: calc(calc(50%) - 10px);
}
div.modal .modal-inner .tab-wrapper > input#detailswitch:checked ~ .tab-content .tab-content-know {
  display: block;
}
div.modal .modal-inner .tab-wrapper > input#detailswitch:checked ~ .tab-content .tab-content-unknown {
  display: none;
}
div.modal .modal-inner .tab-wrapper > input#detailswitch:checked ~ .tab-header .tab-unknown {
  color: #002940;
}
div.modal .modal-inner .tab-wrapper > input#detailswitch:checked ~ .tab-header .tab-know {
  color: white;
}
div.modal .modal-inner .tab-wrapper > input#detailswitch:checked ~ .tab-header span.active-bg {
  left: calc(calc(50%) - 10px);
}
.flex-row {
  display: flex;
  gap: 30px;
}
.flex-row .flex-col {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  margin-bottom: 20px;
}
.flex-row .flex-col input {
  padding: 10px 15px;
  border: 1px solid #012940;
}
@media only screen and (max-width: 800px) {
  .flex-row {
    flex-direction: column;
    row-gap: 0px;
  }
}
.grid-clear-d-2 > .account-page-grid {
  grid-template-columns: 300px auto;
  gap: 80px;
}
.grid-clear-d-2 > .account-page-grid .account-nav {
  order: 0;
}
.grid-clear-d-2 > .account-page-grid .account-main {
  order: 1;
}
.side-account {
  background: #F5F7F8;
  border-radius: 12px;
  padding: 30px;
}
.side-account .image img {
  border-radius: 100px;
  width: 100px;
  aspect-ratio: 1;
  object-fit: cover;
}
.side-account .account-details {
  display: flex;
  gap: 30px;
}
.side-account .account-details .profile {
  flex: 1;
  font-size: 18px;
}
.side-account .account-details .image {
  margin-left: -50px;
}
.side-account .account-details .profile h4 {
  margin: 0;
  font-size: 24px;
}
ul.nav-account-wrapper {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
ul.nav-account-wrapper a {
  display: block;
  margin-top: 10px;
  background: #f5f7f8;
  text-decoration: none;
  padding: 15px;
  border-radius: 6px;
  color: #012940;
  transition: all ease-in 200ms;
}
ul.nav-account-wrapper a:hover,
ul.nav-account-wrapper a.active {
  background-color: #E1F5E9;
}
ul.nav-account-wrapper a.active {
  pointer-events: none;
}
.my-account-form h2 {
  font-size: 50px;
}
.my-account-form .acf-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.my-account-form .acf-fields .acf-field {
  flex-basis: calc(calc(50%) - 15px);
  max-width: calc(calc(50%) - 15px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.my-account-form .acf-fields .acf-field input {
  border: 1px solid #9A9EA8;
  padding: 15px;
  border-radius: 6px;
}
.my-account-form .acf-fields .acf-field a.select-field {
  border: 1px solid #babbc2 !important;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  resize: none;
}
.my-account-form .acf-fields .acf-field .select-field .selected {
  justify-content: space-between;
}
.my-account-form .acf-fields .acf-field .select-field .selected {
  justify-content: space-between;
}
.my-account-form .acf-fields .acf-field .select-field .options {
  border: 1px solid #babbc2;
  border-radius: 0 0 5px 5px;
  z-index: 12;
  border-top: 0;
  margin-top: -3px;
  width: calc(calc(100%) + 2px);
  left: -1px;
}
.my-account-form .acf-fields .acf-field .select-field .options .option {
  text-decoration: none;
  color: black;
  font-size: 14px;
  border: 3px solid transparent;
  border-radius: 6px;
  transition: all ease-in 200ms;
}
.my-account-form .acf-fields .acf-field .select-field .options .option:hover,
.my-account-form .acf-fields .acf-field .select-field .options .option.active {
  background: #26b788;
  border-color: white;
  color: white;
}
.my-account-form .acf-fields .acf-field:last-of-type {
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
}
.my-account-form .acf-fields .acf-field:last-of-type input#display_picture {
  height: 120px;
  border-style: dashed;
}
.my-account-form .acf-fields .acf-field:last-of-type input#display_picture + img {
  position: absolute;
  bottom: 10px;
  height: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
  border-radius: 100px;
}
.my-account-form .verify {
  margin-bottom: 15px;
}
.my-account-form #resend_verification_link {
  display: contents;
}
.my-account-form .verify-form {
  margin-bottom: 25px;
}
.my-account-form .verify-form .acf-fields .acf-field:last-of-type {
  flex-basis: calc(calc(50%) - 15px);
  max-width: calc(calc(50%) - 15px);
}
.my-account-form .verify-form .acf-fields .acf-field:last-of-type button {
  margin-top: auto;
  width: fit-content;
}
.messages .msg {
  background: #e0f4ec;
  padding: 15px;
  border-radius: 6px;
  margin: 0 0 15px;
  color: #26b788;
  position: relative;
}
.messages .msg .close-msg {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.messages .msg.msg-error {
  background: #facbcb;
  color: #b72626;
  position: relative;
}
.msg.msg-error h4 {
  color: #b72626;
  font-size: 20px;
  margin: 0;
}
.modal span.close {
  background: #babbc2;
  color: white;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal.small .modal-inner {
  overflow-y: hidden;
}
.modal-inner {
  position: relative;
}
.modal-header {
  text-align: center;
}
div#modal-quote .modal-inner h2 {
  margin: 0 0 20px;
}
div#modal-quote form.quote-form {
  border: 1px solid #b6b6ba;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0px 12px 60px 0px #3C2E8C21;
}
div#modal-quote form.quote-form input,
div#modal-quote form.quote-form a.select-field,
div#modal-quote form.quote-form textarea {
  border: 1px solid #babbc2 !important;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  resize: none;
}
div#modal-quote form.quote-form textarea {
  padding: 17px;
}
div#modal-quote form.quote-form textarea * {
  padding: 0;
}
div#modal-quote .button-wrapper {
  margin-top: 30px;
}
div#modal-quote .select-field .selected {
  justify-content: space-between;
}
div#modal-quote .select-field .selected {
  justify-content: space-between;
}
div#modal-quote .select-field .options {
  border: 1px solid #babbc2;
  border-radius: 0 0 5px 5px;
  z-index: 12;
  border-top: 0;
  margin-top: -3px;
  width: calc(calc(100%) + 2px);
  left: -1px;
}
div#modal-quote .select-field .options .option {
  text-decoration: none;
  color: black;
  font-size: 14px;
  border: 3px solid transparent;
  border-radius: 6px;
  transition: all ease-in 200ms;
}
div#modal-quote .select-field .options .option:hover,
div#modal-quote .select-field .options .option.active {
  background: #26b788;
  border-color: white;
  color: white;
}
div#modal-quote .verification-reminders {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
div#modal-verify .acf-fields {
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}
div#modal-verify .acf-fields .acf-field {
  width: fit-content;
}
div#modal-verify .acf-fields .acf-field .button {
  width: fit-content;
}
div#modal-verify .acf-fields .acf-field input {
  min-width: 150px;
}
div#modal-verify .acf-fields .acf-field:last-of-type {
  flex-basis: unset;
}
div#modal-verify .messages {
  margin: 0px auto;
  width: 75%;
  justify-content: center;
}
div#modal-verify .messages .msg {
  text-align: center;
}
.button-wrapper.button-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.button-account.button-account-loggedin {
  padding-left: 0;
  padding-right: 20px;
}
nav .button {
  padding-left: 25px;
  padding-right: 25px;
}
header .header-inner .nav-outer .main-menu ul li {
  margin-left: 20px;
}
header .header-inner .nav-outer .main-menu .my-account-wrapper .button-account .profile-avatar {
  height: 32px;
  object-fit: cover;
}
main > .error.error-message {
  color: #F44336;
  border: 1px solid;
  border-radius: 5px;
  padding: 50px 20px;
  width: calc(calc(100%) - 30px);
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 18px;
}
body.quote-modal-active {
  overflow-y: hidden;
}
.modal .field {
  position: relative;
}
label.required:after {
  content: '*';
  color: #F44336;
  margin-left: 5px;
}
.quote-estimate-wrapper .quote-header h2 {
  color: #25b787;
  text-align: center;
  margin-bottom: 0;
}
.quote-estimate-wrapper .quote-header h3.quote-number {
  display: block;
  text-align: center;
  color: #002940;
  border: 2px solid;
  padding: 14px;
  border-radius: 10px;
  font-size: 23px;
  margin-bottom: 40px;
}
.quote-estimate-wrapper .quote-header h3.quote-number:before {
  content: 'Your Quote Ref #';
  display: block;
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 3px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.quote-estimate-wrapper .group {
  border: 1px solid #b6b6ba;
  border-radius: 15px;
  padding: 30px;
  margin: 0 0 40px;
  box-shadow: 0px 12px 60px 0px #3C2E8C21;
}
.quote-estimate-wrapper .group.call-to-actions {
  border: none;
  background: none;
  box-shadow: none;
  text-align: center;
}
.quote-estimate-wrapper .group .group-header {
  font-weight: bold;
  color: #25b788;
  padding: 0 0 20px;
  border-radius: 9px;
  letter-spacing: 0.05em;
  font-size: 17px;
  width: 100%;
}
.quote-estimate-wrapper .value + .value.sm-value {
  margin-top: 3px;
  font-size: 0.8em;
}
.quote-estimate-wrapper .group .group-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.quote-estimate-wrapper .group .group-fields.align-top {
  align-items: flex-start;
}
.quote-estimate-wrapper .group .group-fields .field {
  flex-basis: calc(calc(50%) - 10px);
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 5px;
}
.quote-estimate-wrapper .group .group-fields .field .label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  opacity: 0.7;
  padding-bottom: 4px;
}
.quote-estimate-wrapper .group .group-fields .field.full-w {
  flex-basis: 100%;
}
.quote-estimate-wrapper .group .group-fields .field.scrollable {
  height: 57px;
  overflow-y: auto;
  resize: vertical;
}
.quote-estimate-wrapper .group.highlighted {
  background: #002940;
  border-color: #002940;
  text-align: center;
}
.quote-estimate-wrapper .group.highlighted .label {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: white;
  padding-bottom: 12px;
}
.quote-estimate-wrapper .group.highlighted .value {
  color: #25b788;
  font-size: 30px;
}
.main.p-col.quote-estimate-wrapper {
  max-width: calc(calc(100%) - 30px);
}
.main.p-col.quote-estimate-wrapper.error {
  height: calc(100vh - calc(150px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main.p-col.quote-estimate-wrapper.error .error.error-message {
  color: #F44336;
  border: 1px solid;
  border-radius: 5px;
  padding: 50px 20px;
  width: calc(calc(100%) - 30px);
  max-width: 1200px;
  text-align: center;
  font-size: 18px;
}
.alert-message.alert-success {
  margin: 10px 0;
  background: #e3f2ed;
  color: #26b788;
  padding: 15px;
  border-radius: 6px;
  position: relative;
}
.alert-message.alert-success .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  line-height: 35px;
}
.car-detailed-page-content .select-field .selected {
  padding: 17px;
  font-weight: bold;
  font-size: 14px;
  justify-content: space-between;
}
.car-detailed-page-content .select-field .select-inner {
  border: 1px solid #9a9ea8;
  border-radius: 10px;
}
.car-detailed-page-content .select-field.active .select-inner {
  border-radius: 10px 10px 0 0;
}
.car-detailed-page-content .select-field .options {
  border: 1px solid #9a9ea8;
  width: 100%;
  border-radius: 0 0 10px 10px;
  z-index: 10;
  overflow: hidden;
}
.car-detailed-page-content .select-field .options a {
  padding: 16px 15px;
  font-size: 15px;
  text-decoration: none;
  color: black;
  transition: all ease-in 200ms;
}
.car-detailed-page-content .select-field .options a.active {
  background: #25b788 !important;
  color: white !important;
  box-shadow: none !important;
}
.car-detailed-page-content .select-field .options a:hover {
  color: #25b788;
  background: #e7fbf4;
}
.messages .msg {
  display: flex;
  justify-content: space-between;
  line-height: 25px;
}
.messages .msg .close-m {
  flex-basis: 30px;
  width: 30px;
  min-width: 30px;
  height: 25px;
  line-height: 25px;
  text-align: right;
  cursor: pointer;
}
.nav-button-holder.mobile {
  position: absolute;
  right: 80px;
  top: -2px;
}
@media only screen and (min-width: 1400px) {
  .nav-button-holder.mobile {
    display: none;
  }
}
.nav-button-holder.mobile .button.get-a-quote {
  line-height: 24px;
}
@media only screen and (max-width: 460px) {
  .nav-button-holder.mobile .button.get-a-quote {
    font-size: 12px;
    padding: 0 8px;
    line-height: 35px;
    min-height: 35px;
    right: 71px;
  }
}
.quote-estimate-wrapper .group .group-fields .field.no-border {
  border: none;
  padding: 0;
}
.field.full-w.comparison {
  display: flex;
  padding: 0 0 0 10px !important;
  align-items: center;
}
.field.full-w.comparison .comparison-for {
  flex: 1;
}
.field.full-w.comparison .field {
  flex-basis: 20%;
  max-width: 200px;
  border: none;
}
.quote-estimate-wrapper .group .group-fields.comparison-group {
  gap: 5px;
}
.quote-estimate-wrapper .group .group-fields.comparison-group > .field {
  border-color: transparent;
  background: #f6f5f9;
}
.quote-estimate-wrapper .group.highlighted.col-items {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.quote-estimate-wrapper .group.highlighted.col-items .col-item {
  flex: 1;
}
@media only screen and (max-width: 460px) {
  header .header-inner a.nav-logo {
    width: calc(calc(100vw) - 182px);
    height: 36px;
    display: flex;
  }
}
.my-quotes .quote-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.my-quotes .quote-list li.quote-item {
  background: #f5f7f8;
  margin: 0 0 10px;
  padding: 10px;
  display: block;
  border-radius: 10px;
}
.my-quotes .quote-list li.quote-item h2 {
  margin: 0;
  font-size: 18px;
  text-decoration: none;
}
.my-quotes .quote-list li.quote-item h2 a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.my-quotes .quote-list li.quote-item .vehicle-details {
  font-size: 15px;
  margin-top: 5px;
}
.my-quotes .quote-list li.quote-item {
  display: flex;
}
.my-quotes .quote-list li.quote-item .item-inner {
  flex: 1;
  align-items: center;
}
.quote-estimate-wrapper .field .value {
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 1000px) {
  .quote-estimate-wrapper .group .group-fields.align-top {
    flex-direction: column;
  }
  .quote-estimate-wrapper .group .group-fields.align-top .group-fields.field.no-border {
    width: 100%;
  }
}
.group.highlighted.g-h * {
  background: transparent !important;
}
.group.highlighted.g-h .group-fields.comparison-group .comparison-for {
  flex: 100%;
  color: white;
  margin-bottom: 40px;
  margin-top: -17px;
}
.group.highlighted.g-h .field.full-w.comparison {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.group.highlighted.g-h .group-fields.comparison-group .field {
  padding: 0 !important;
}
.single-car .car-detailed-page-content .pre-quote-form .column input {
  display: block;
  width: 100%;
  border: 1px solid #9a9ea8;
  border-radius: 10px;
  padding: 17px;
  font-size: 14px;
}
.single-car .car-detailed-page-content .pre-quote-form .column textarea {
  display: block;
  width: 100%;
  border: 1px solid #9a9ea8;
  border-radius: 10px;
  font-size: 14px;
  resize: none;
  padding: 17px;
}
.single-car .car-detailed-page-content .pre-quote-form + .pre-quote-form {
  margin-top: 30px;
}
.single-car .car-detailed-page-content .action-buttons + .pre-quote-form {
  margin-top: 30px;
}
form.group.quote-edit-form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
form.group.quote-edit-form .field-wrapper {
  flex-basis: calc(calc(50%) - 15px);
}
form.group.quote-edit-form .field-wrapper input,
form.group.quote-edit-form .field-wrapper a.select-field .selected,
form.group.quote-edit-form .field-wrapper textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 17px;
  margin-top: 10px;
  background: #FAFAFA;
  resize: none;
}
form.group.quote-edit-form .field-wrapper a.select-field .selected {
  display: flex;
  justify-content: space-between;
}
form.group.quote-edit-form .field-wrapper a.select-field .options a {
  color: black;
  text-decoration: none;
  padding: 8px 17px;
}
form.group.quote-edit-form .button-wrapper.button-center {
  gap: 30px;
}
.cost-containers {
  display: flex;
}
.cost-containers .cost-container + .cost-container {
  margin-left: 10px;
  padding-left: 10px;
}
.cost-containers .cost-container + .cost-container .cost-value:before {
  display: none;
}
.quote-form .field.field-checkbox.field_other_user label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.quote-form .field.field-checkbox.field_other_user label span:after {
  content: '';
  display: block;
  width: 12px;
  height: 6px;
  border-width: 0px 0px 2px 2px;
  border-color: transparent;
  border-style: solid;
  transform: rotate(-45deg);
  transition: all ease-in 200ms;
  margin: -4px 0 0 0px;
}
.quote-form .field.field-checkbox.field_other_user label span {
  border: 1px solid #babbc1;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-form .field.field-checkbox.field_other_user input:checked ~ label span:after {
  border-color: #25b787;
}
.quote-form .field.field-checkbox.field_other_user input {
  display: none;
}
.quote-form .user-search-results {
  position: absolute;
  background: #fff;
  border: 1px solid #babbc1;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  width: 100%;
  margin-top: -4px;
  border-radius: 0 0 5px 5px;
}
.quote-form .user-option {
  padding: 13px 13px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  transition: all ease-in 200ms;
}
.quote-form .user-option:hover {
  background-color: #ebfbf5;
}
.quote-form .user-search-loading {
  padding: 5px;
  color: #666;
  font-style: italic;
}
.quote-form .field.text-field.email {
  position: relative;
}
.quote-form .user-option span {
  opacity: 0.5;
}
.quote-form #specific-q-driveaway.disabled,
.quote-form #specific-q-driveaway:disabled {
  background: #f0f0f0 !important;
  color: #aaa !important;
  cursor: not-allowed;
}
@media only screen and (max-width: 450px) {
  div.modal .modal-inner .tab-wrapper .tab-header {
    max-width: 180px;
  }
  div.modal .modal-inner {
    width: calc(calc(100%) - 20px);
    padding: 12px;
  }
}
