.banner {
  background:linear-gradient(179.84deg, rgba(45,55,55,0) 1.39%, #2d3737 61.6%);
  display:flex;
  flex-flow:column;
  height:578px;
  overflow:hidden;
  position:relative
}
@media (min-width: 768px) {
  .banner {
    height:657px
  }
}
@media (min-width: 992px) {
  .banner {
    background:#fafafa;
    height:500px
  }
}
.banner__image img {
  max-width:100%;
  -o-object-fit:cover;
  object-fit:cover;
  position:relative;
  transform:scale(1.4);
  transform-origin:top;
  width:100%
}
@media (min-width: 425px) {
  .banner__image img {
    height:420px;
    transform:none;
    transform-origin:unset
  }
}
@media (min-width: 576px) {
  .banner__image img {
    height:550px
  }
}
@media (min-width: 705px) {
  .banner__image img {
    height:570px
  }
}
@media (min-width: 768px) {
  .banner__image img {
    height:739px
  }
}
@media (min-width: 992px) {
  .banner__image img {
    height:500px
  }
}
@media (min-width: 1200px) {
  .banner__image img {
    display:block;
    margin:0 auto;
    max-width:1999px
  }
}
@media (min-width: 1999px) {
  .banner__image img {
    border-radius:0 0 20px 20px
  }
}
.banner__content {
  bottom:0;
  left:0;
  margin-bottom:37px;
  max-width:420px;
  position:absolute;
  right:0
}
@media (min-width: 768px) {
  .banner__content {
    max-width:1200px
  }
}
@media (min-width: 992px) {
  .banner__content {
    margin-bottom:79px
  }
}
.banner__heading {
  color:#fff;
  display:flex;
  flex-flow:column nowrap;
  font-size:28px;
  font-weight:700;
  justify-content:center;
  line-height:35px;
  margin-bottom:24px;
  text-align:center
}
@media (min-width: 340px) {
  .banner__heading {
    font-size:30px;
    line-height:38px
  }
}
@media (min-width: 768px) {
  .banner__heading {
    align-self:center;
    flex-flow:row wrap;
    font-size:40px;
    line-height:50px;
    margin-bottom:28px;
    white-space:pre-wrap;
    width:642px
  }
}
@media (min-width: 992px) {
  .banner__heading {
    align-items:flex-start;
    align-self:flex-start;
    flex-flow:column;
    font-size:50px;
    line-height:63px;
    margin-bottom:24px
  }
}
.banner__subheading {
  font-size:20px;
  font-weight:400;
  line-height:1;
  margin-top:6px
}
@media (min-width: 768px) {
  .banner__subheading {
    font-size:40px
  }
}
@media (min-width: 768px) {
  .banner__subtext {
    color:#ffde00
  }
}
@media (min-width: 992px) {
  .banner__subtext {
    color:#fff
  }
}
.ac-searchmask {
  margin-bottom:12px
}
@media (min-width: 576px) {
  .ac-searchmask {
    background-color:rgba(0,0,0,0.6);
    border-radius:4px;
    margin-bottom:24px;
    margin-left:auto;
    margin-right:auto;
    max-width:364px;
    padding:12px
  }
}
@media (min-width: 768px) {
  .ac-searchmask {
    max-width:966px
  }
}
@media (min-width: 768px) {
  .ac-searchmask .ch-form__group {
    margin-bottom:0
  }
}
.ac-searchmask .ch-form__control {
  background-position:right 10.5px center;
  background-size:14px auto;
  padding-right:32px
}
.ac-searchmask__heading {
  color:#fff;
  font-size:16px;
  font-weight:500;
  line-height:24px;
  text-align:center
}
@media (min-width: 768px) {
  .ac-searchmask__heading {
    font-size:20px
  }
}
.ac-searchmask__budget-wrapper {
  min-height:48px;
  position:relative
}
.ac-searchmask__budget-summary {
  background-image:url(/assets/home/select-down-arrow-bcecd8ac92a8a715f1f992546ee73939863c3e1b9efaebe9557e323e5b7197ce.svg);
  background-repeat:no-repeat;
  cursor:pointer;
  left:0;
  overflow:hidden;
  position:absolute;
  right:0;
  text-overflow:ellipsis;
  white-space:nowrap;
  z-index:2
}
.ac-searchmask__budget-popup {
  background-color:#fff;
  border:1px solid #ccc;
  border-radius:4px;
  padding:60px 12px 12px;
  position:absolute;
  right:9999px
}
@media (min-width: 768px) {
  .ac-searchmask__budget-popup {
    box-shadow:0 0 30px 0 rgba(0,0,0,0.2);
    margin-top:-6px;
    padding-top:18px;
    top:100%;
    z-index:3
  }
}
.ac-searchmask__budget-popup--visible {
  left:0;
  position:static;
  right:0
}
@media (min-width: 768px) {
  .ac-searchmask__budget-popup--visible {
    min-width:300px;
    position:absolute
  }
}
.ac-searchmask__budget-popup--visible-modal {
  left:0;
  position:static;
  right:0
}
.ac-budgetchooser {
  display:flex;
  flex-flow:row wrap
}
.ac-budgetchooser .ch-form__control {
  flex:auto;
  margin:6px 0;
  min-width:126px
}
.ac-deposit-setter__home .ch-form__control {
  margin:0;
  width:100%
}
.ac-trustpilot {
  display:flex
}
@media (min-width: 992px) {
  .ac-trustpilot {
    align-items:end
  }
}
.trustpilot__link {
  order:0
}
@media (min-width: 992px) {
  .trustpilot__link {
    order:1
  }
}
@media (min-width: 992px) {
  .trustpilot__description {
    line-height:18px;
    margin-left:16px;
    order:2
  }
}
.js-off .ac-searchmask .ac-col--compact {
  float:initial;
  margin:0 auto
}
.search-card {
  max-width:420px
}
.ac-finance__tooltip {
  background-color:transparent;
  background-image:url(/assets/application/circle-info-f854d4d6a3ec964b77ee3343a137d7cb9afdbea40ec8a047803b61d4e1ca7e68.svg);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:auto 100%;
  border:0;
  display:block;
  height:18px;
  padding:0;
  position:relative;
  width:18px
}
.ac-finance__tooltip:focus {
  outline:none
}
.ac-finance__tooltip--hover:before,
.ac-finance__tooltip--hover:after {
  display:block;
  opacity:0;
  position:absolute;
  transition:opacity 200ms, top 200ms, visibility 200ms;
  visibility:hidden
}
.ac-finance__tooltip--hover:before {
  background-color:#2d3737;
  border-radius:6px;
  color:#fff;
  content:"View this car's full finance example";
  font-size:12px;
  font-weight:500;
  line-height:1.25;
  padding:6px 7px;
  position:absolute;
  right:-12px;
  top:-42px;
  width:133px
}
.ac-finance__tooltip--hover:after {
  border-color:#242d2c transparent transparent;
  border-style:solid;
  border-width:6px 0 0 8px;
  content:"";
  height:0;
  left:0;
  top:0;
  width:0
}
.ac-finance__tooltip--hover:hover:before,
.ac-finance__tooltip--hover:hover:after {
  opacity:1;
  visibility:visible
}
.ac-finance__tooltip--hover:hover:before {
  top:-52px
}
.ac-finance__tooltip--hover:hover:after {
  top:-10px
}
.ac-result {
  display:flex;
  flex-flow:column nowrap;
  margin:0 7px 12px;
  max-width:476px;
  position:relative;
  width:calc(100% - 14px)
}
@media (min-width: 768px) {
  .ac-result {
    align-self:stretch;
    width:calc(50% - 14px)
  }
}
@media (min-width: 992px) {
  .ac-result {
    margin-bottom:18px;
    width:calc(33.3333% - 14px)
  }
}
.ac-result .ac-pricing {
  color:#155991;
  display:flex;
  flex-flow:row nowrap;
  font-size:18px;
  font-weight:500;
  line-height:22px
}
.ac-result .ac-pricing__prefix,
.ac-result .ac-pricing__suffix {
  font-size:13px;
  line-height:18px
}
.ac-result .ac-pricing__cash {
  align-items:baseline;
  display:flex;
  flex:auto;
  flex-flow:row wrap;
  font-size:18px;
  justify-content:center;
  padding:12px;
  text-align:center
}
.ac-result .ac-pricing__cash .ac-pricing__prefix {
  width:100%
}
.ac-result .ac-pricing__cash .ac-pricing__suffix {
  color:#155991;
  display:inline-flex;
  margin-left:6px
}
.ac-result .ac-pricing__cash~.result__finance {
  border-left:1px solid #e5e5e5
}
.ac-result .ac-pricing__deposit {
  display:flex;
  flex-flow:column nowrap
}
.ac-result .ac-pricing__deposit .ac-money {
  font-size:18px;
  order:1
}
.ac-result .ac-pricing__deposit .ac-pricing__suffix {
  display:flex;
  order:0
}
.ac-result .ac-pricing__monthly {
  display:flex;
  flex-flow:column nowrap;
  min-width:92px
}
.ac-result .ac-pricing__monthly .ac-money {
  font-size:18px;
  order:1
}
.ac-result .ac-pricing__monthly .ac-pricing__suffix {
  display:flex;
  order:0
}
.ac-result .ac-pricing__monthly .ac-finance__tooltip {
  display:inline-flex;
  flex:none;
  margin-left:5px
}
.ac-result .ac-pricing__saving {
  background-color:#fff;
  font-size:16px;
  line-height:18px;
  margin-top:-6px;
  padding:6px 12px;
  text-align:center;
  width:100%
}
.ac-result .ac-pricing__extras {
  font-size:13px;
  line-height:18px;
  margin-bottom:12px;
  margin-top:0;
  text-align:center;
  width:100%
}
.ac-result .ac-vehicle__title {
  font-size:16px;
  font-weight:600;
  line-height:20px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
@media (min-width: 576px) {
  .ac-result .ac-vehicle__title {
    font-weight:500
  }
}
@media (min-width: 768px) {
  .ac-result .ac-vehicle__title {
    font-size:18px;
    line-height:1.5
  }
}
.ac-result .ac-vehicle__title a {
  text-decoration:none
}
.ac-result .ac-vehicle__title-variant {
  color:#57605f;
  display:block;
  font-size:14px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.ac-shortlist__button {
  position:absolute;
  right:12px;
  top:12px;
  z-index:2
}
.vehicle-slider .glider-contain {
  background-color:#fafafa;
  overflow-y:hidden;
  padding-top:75%;
  position:relative
}
.vehicle-slider .glider-contain>div:first-child {
  position:absolute;
  top:0
}
.vehicle-slider .glider {
  margin-bottom:-12px;
  -webkit-overflow-scrolling:touch;
  overflow-x:scroll;
  padding-bottom:12px;
  position:absolute;
  scroll-snap-type:x mandatory;
  scrollbar-color:unset;
  scrollbar-width:none;
  top:0;
  width:100%
}
.vehicle-slider .glider::-webkit-scrollbar {
  height:0;
  opacity:0
}
.vehicle-slider .glider-track {
  display:flex
}
.vehicle-slider .ch-img--responsive {
  flex:none;
  height:100% !important;
  min-height:258px;
  -o-object-fit:cover;
  object-fit:cover;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  width:100%
}
@media (min-width: 576px) {
  .vehicle-slider .ch-img--responsive {
    min-height:356px
  }
}
@media (min-width: 768px) {
  .vehicle-slider .ch-img--responsive {
    min-height:270px
  }
}
@media (min-width: 992px) {
  .vehicle-slider .ch-img--responsive {
    min-height:232px
  }
}
@media (min-width: 1200px) {
  .vehicle-slider .ch-img--responsive {
    min-height:284px
  }
}
.vehicle-slider .glider-dots {
  bottom:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  padding:0;
  position:absolute;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  width:100%
}
@media (min-width: 768px) {
  .vehicle-slider .glider-dots {
    display:none
  }
}
.vehicle-slider .glider-dot {
  background-color:#fff;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:block;
  height:6px;
  margin:6px 3px;
  opacity:0.5;
  outline:none;
  padding:0;
  transition:opacity 0.2s, transform 0.2s;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  width:6px
}
.vehicle-slider .glider-dot:only-child {
  display:none
}
.vehicle-slider .glider-dot.active {
  opacity:1
}
.vehicle-slider .glider-dots:has(.glider-dot) {
  bottom:6px
}
.vehicle-slider .glider-dots:has(.glider-dot)>.glider-dot {
  display:none;
  height:9px;
  margin:6px;
  width:9px;
  z-index:1
}
.vehicle-slider .glider-dots:has(.glider-dot)>.glider-dot.active {
  display:block
}
.vehicle-slider .glider-dots:has(.glider-dot:only-child) {
  display:none
}
.vehicle-slider .glider-dot:has(+.glider-dot.active),
.vehicle-slider .glider-dot.active+.glider-dot {
  display:block;
  opacity:0.6;
  transform:scale(0.8)
}
.vehicle-slider .glider-dot:has(+.glider-dot+.glider-dot.active),
.vehicle-slider .glider-dot.active+.glider-dot+.glider-dot {
  display:block;
  opacity:0.5;
  transform:scale(0.6)
}
.vehicle-slider .glider-dot:has(+.glider-dot+.glider-dot+.glider-dot.active),
.vehicle-slider .glider-dot.active+.glider-dot+.glider-dot+.glider-dot {
  display:block;
  opacity:0.4;
  transform:scale(0.5)
}
.result__image-no-vehicle {
  background-image:url(/assets/application/no-images-vehicle-cce743ba2dc62f857f2a6af9f32f7f81f74ab843ffeb0a66c8816b45b67d6e25.svg);
  background-size:cover;
  padding-top:75%
}
.ac-result__content {
  padding:12px;
  position:relative
}
.ac-result__footer {
  line-height:1;
  margin-top:auto;
  padding:12px
}
.ac-result__footer__collect_badge {
  background-color:#f2fbf6;
  border-color:#12b447;
  border-radius:4px;
  font-size:10px;
  line-height:17px;
  margin-left:3px;
  max-width:100px
}
.ac-result__gallery-btn {
  background-color:rgba(0,0,0,0.6);
  border:1px solid #fff;
  border-radius:4px;
  bottom:12px;
  color:#fff;
  font-size:12px;
  font-weight:500;
  left:12px;
  line-height:28px;
  padding:0 7px;
  position:absolute
}
.ac-result__image-count {
  background-image:url(../images/static/photo-icon.svg);
  background-position:left center;
  background-repeat:no-repeat;
  border-right:1px solid #fff;
  display:inline-block;
  margin-right:7px;
  padding-left:24px;
  padding-right:7px
}
.ac-enquiry-form__textarea {
  border:
          1px solid #e5e5e5;
  font-size: 16px;
  padding:
          11px 13px;
  width: 100%;
}
.ac-result__reserved {
  padding:0 14px
}
.ac-result__reserved p {
  line-height:1.5;
  margin-bottom:0
}
.result__finance {
  align-items:center;
  display:flex;
  flex:auto;
  flex-flow:row nowrap;
  justify-content:center;
  padding:12px
}
@media (min-width: 1200px) {
  .result__finance {
    min-width:192px
  }
}
.branchname {
  background-image:url(../images/static/location-fill.svg);
  background-position:0 50%;
  background-repeat:no-repeat;
  background-size:auto 12px;
  color:#2d3737;
  display:inline-flex;
  font-size:12px;
  line-height:1;
  max-width:100%;
  padding-left:18px;
  text-decoration:none;
  white-space:pre-wrap
}
.branchname--collect {
  background-image:url(/assets/application/location-fill-green-81112d6cdc87f9c2c6ea40311cda0e3eec4d2c408e598ec5dae65e7ed2260459.svg)
}
.branchname+.branchname {
  margin-top:12px;
  position:relative
}
.branchname+.branchname:before {
  border-left:1px dashed #ccc;
  content:"";
  height:12px;
  left:5px;
  position:absolute;
  top:-12px;
  width:1px
}
.cc-tooltip .ac-tooltip__link {
  background-image:url(/assets/application/circle-info-f854d4d6a3ec964b77ee3343a137d7cb9afdbea40ec8a047803b61d4e1ca7e68.svg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:18px;
  height:18px;
  margin-left:6px;
  padding:3px;
  width:18px
}
.cc-tooltip .ac-tooltip__anchor {
  float:right
}
.ac-result__summary {
  color:#818787;
  display:flex;
  font-size:12px;
  line-height:1
}
.ac-result__summary li:nth-child(n + 4) {
  display:none
}
.ac-result__summary li+li {
  margin-left:7px
}
.ac-status-banner {
  background-color:rgba(0,0,0,0.6);
  border-right:3px solid #ffde00;
  color:#fff;
  font-size:10px;
  font-weight:500;
  left:0;
  line-height:12px;
  padding:6px 14px;
  pointer-events:none;
  position:absolute;
  text-transform:uppercase;
  top:0;
  z-index:1
}
.ac-imagethumbnail__image-placeholder {
  background-image:url(/assets/application/no-images-vehicle-cce743ba2dc62f857f2a6af9f32f7f81f74ab843ffeb0a66c8816b45b67d6e25.svg);
  background-size:cover;
  padding-top:75%;
  pointer-events:none;
  width:100%
}
.ac-imagethumbnail__image-count {
  background-color:rgba(0,0,0,0.6);
  background-image:url(../images/static/photo-icon.svg);
  background-position:7px center;
  background-repeat:no-repeat;
  border:1px solid #fff;
  border-radius:4px;
  bottom:12px;
  color:#fff;
  font-size:12px;
  font-weight:500;
  left:14px;
  padding:2px 7px 2px 35px;
  position:absolute
}
.ac-imagethumbnail__gallery-trigger {
  background:0;
  border:0;
  border-radius:0;
  bottom:0;
  box-shadow:none;
  left:0;
  padding:0;
  position:absolute;
  right:0;
  top:0;
  width:100%;
  z-index:1
}
.ac-imagethumbnail__video-link {
  background-color:rgba(0,0,0,0.6);
  background-image:url(/assets/vehicles/show/video-7b85561553cedfc26c7d0209f7afdc742719efd9f30a529e4e2004aab870865e.svg);
  background-position:7px center;
  background-repeat:no-repeat;
  border:1px solid #fff;
  border-radius:4px;
  bottom:12px;
  color:#fff;
  font-size:12px;
  font-weight:500;
  padding:2px 7px 2px 35px;
  position:absolute;
  right:14px;
  text-decoration:none;
  z-index:1
}
.ac-imagethumbnail__video-link:hover,
.ac-imagethumbnail__video-link:focus {
  color:#fff;
  text-decoration:none
}
.ac-video-tour {
  max-width:800px;
  width:100%;
  z-index:1
}
.ac-video-tour video {
  max-height:100vh
}
.ac-video-tour__load-message {
  animation-duration:1.3s;
  animation-iteration-count:infinite;
  animation-name:pulse;
  animation-timing-function:ease-in-out;
  color:#ffde00;
  left:0;
  position:absolute;
  right:0;
  text-align:center;
  top:50%
}
.ac-product__video-wrapper {
  height:0;
  padding-bottom:56.75%;
  position:relative
}
.ac-product__video-wrapper iframe {
  border:0;
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.ac-vehicle-gallery {
  margin-top:24px
}
.ac-vehicle-gallery .ac-horiz-scroller {
  overflow:hidden
}
@media (min-width: 1200px) {
  .ac-vehicle-gallery .ac-horiz-scroller {
    overflow:initial
  }
}
.ac-vehicle-gallery .ac-horiz-scroller__slider:before,
.ac-vehicle-gallery .ac-horiz-scroller__slider:after {
  content:"";
  flex:none;
  width:7px
}
@media (min-width: 768px) {
  .ac-vehicle-gallery .ac-horiz-scroller__slider:before,
  .ac-vehicle-gallery .ac-horiz-scroller__slider:after {
    display:none
  }
}
.ac-vehicle-gallery .ac-imagethumbnail__video-link {
  display:none
}
.ac-vehicle-gallery .ac-result {
  flex:none;
  margin-bottom:0;
  max-width:357px
}
@media (max-width: 767px) {
  .ac-vehicle-gallery .ac-result {
    width:calc(100% - 42px)
  }
}
@media (min-width: 768px) {
  .ac-vehicle-gallery .ac-result {
    max-width:none
  }
}
.ac-vehicle-gallery .ch-tab__wrapper {
  min-height:42px
}
.ac-vehicle-gallery__no-vehicles {
  height:400px
}
.ac-alsofrom {
  margin-bottom:24px
}
@media (min-width: 992px) {
  .ac-alsofrom {
    margin-bottom:12px
  }
}
.ac-alsofrom__item {
  display:block;
  margin-bottom:6px
}
@media (min-width: 992px) {
  .ac-alsofrom__item {
    margin-bottom:12px
  }
}
@media (max-width: 991px) {
  .ac-alsofrom--collapsed .ac-alsofrom__item:nth-child(n + 5) {
    display:none
  }
}
@media (min-width: 992px) {
  .ac-alsofrom__more {
    display:none
  }
}
.ac-alsofrom__more:focus {
  outline:0
}
.ac-alsofrom__link {
  font-weight:400;
  justify-content:flex-start;
  padding-left:7px
}
.ac-alsofrom__link:before {
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  content:"";
  height:24px;
  margin-right:7px;
  width:42px
}
.ac-alsofrom__link:after {
  background-image:url(/assets/home/shared/chevron-f00d75800416a300d11e2c648ec813e712d1b7292979ed8246c9044c6f36727e.svg);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  content:"";
  height:24px;
  margin-left:auto;
  width:7px
}
.ac-alsofrom--showicons .ac-alsofrom__link--contact:before {
  background-image:url(/assets/home/alsofrom/contact-471e00b1cdd56a8f2304c2045784ea5c888a6b15789b410ac1d4051ce2129440.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--careers:before {
  background-image:url(/assets/home/alsofrom/careers-09493c9418e9dcaa5ace6df93f4e23fb5c40ebd16905d010a3a9d154c8eaf93a.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--vans:before {
  background-image:url(/assets/home/alsofrom/vans-684f6f254f5c067d7e1f1fad311540ced2e6a373f87b34be82275301ad6ed662.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--insurance:before {
  background-image:url(/assets/home/alsofrom/insurance-02123ed30e6ff3d96c4234121e27edb6be7b572a5fa228ac539bb230ed8e0de6.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--news:before {
  background-image:url(/assets/home/alsofrom/news-4d608d5daffcaa9ef0973f18fd5f7ec56b82e2806629e755ddee047f8b7428e6.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--finance:before {
  background-image:url(/assets/home/alsofrom/finance-b8819ae70ce5eb31786ec9196e293b3d818ccb025575f2b1e3de612c5c890ebe.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--hire:before {
  background-image:url(/assets/home/alsofrom/hire-a3d3517d2335a70ddb429aba5cd58096f3db12681af7a7fb3f590f5980694720.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--parts:before {
  background-image:url(/assets/home/alsofrom/parts-b802ecae4a4a58a414c6da5126dfc4d2102d3ec329d69f5c0d969dc618005d6a.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--sales:before {
  background-image:url(/assets/home/alsofrom/sales-aacff70b3b9c41377b6d4e56b3f029908c3e412923885db15127643884951099.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--motability:before {
  background-image:url(/assets/home/alsofrom/motability-fbba14a2882d6953aeb84de6898f4dc73da30db6a2b0f765460caa4f3df09702.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--accessories:before {
  background-image:url(/assets/home/alsofrom/accessories-e64c801a34bb1dd873693e3795e3124002f20581e7c4f98f09b314cd1457581b.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--training:before {
  background-image:url(/assets/home/alsofrom/training-6a9d9576aebd3a355f73cbe3999d1053d3e30f33745242280dd01a4802160fb5.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--sell:before {
  background-image:url(/assets/home/alsofrom/sell-f411bd6179eebb62492de3a5a8eee66478ac74f0ce6137e48eded4d73e0b347d.svg)
}
.ac-alsofrom--showicons .ac-alsofrom__link--rental:before {
  background-image:url(/assets/home/alsofrom/rental-3996c54c9e575a61d3d4907af3b5280e04371ef7d1daa525cfea89be4d8e78d1.svg)
}
@media (min-width: 992px) {
  .ac-alsofrom__link {
    background:transparent;
    border-color:transparent;
    box-shadow:none
  }
  .ac-alsofrom__link:hover {
    background:transparent;
    text-decoration:underline
  }
  .ac-alsofrom__link:focus,
  .ac-alsofrom__link:active {
    background:transparent;
    border-color:transparent
  }
  .ac-alsofrom__link:before {
    height:36px;
    width:56px
  }
  .ac-alsofrom__link:after {
    display:none
  }
}
.ac-about p {
  line-height:1.5
}
.ac-dealer {
  margin-bottom:12px
}
@media (min-width: 768px) {
  .ac-dealer {
    margin-bottom:24px
  }
}
@media (min-width: 992px) {
  .ac-dealer {
    margin-top:36px
  }
}
.ac-dealer__mobile-link {
  font-weight:400;
  justify-content:flex-start;
  padding-left:7px
}
@media (min-width: 576px) {
  .ac-dealer__mobile-link {
    display:none
  }
}
.ac-dealer__mobile-link:before {
  background-image:url(/assets/application/location-6f4bf387595163b10d8d7c5f2744935d23c44e5ec31b14e374a9858ccceac251.svg);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  content:"";
  height:24px;
  margin-right:7px;
  opacity:0.5;
  width:42px
}
.ac-dealer__mobile-link:after {
  background-image:url(/assets/home/shared/chevron-f00d75800416a300d11e2c648ec813e712d1b7292979ed8246c9044c6f36727e.svg);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  content:"";
  height:24px;
  margin-left:auto;
  width:7px
}
@media (min-width: 576px) {
  .ac-dealer__card {
    align-items:stretch;
    display:flex
  }
}
.ac-dealer__card .ch-card__content {
  flex:auto
}
.ac-dealer__logo {
  background-image:url(/assets/application/location-6f4bf387595163b10d8d7c5f2744935d23c44e5ec31b14e374a9858ccceac251.svg);
  background-position:-24px 50%;
  background-repeat:no-repeat;
  background-size:174px auto;
  flex:none;
  opacity:0.1;
  width:100px
}
.ac-whatsnew__wrapper {
  display:flex;
  margin:0 -14px
}
@media (max-width: 575px) {
  .ac-whatsnew__wrapper {
    overflow:scroll hidden;
    -webkit-overflow-scrolling:touch
  }
}
@media (min-width: 576px) {
  .ac-whatsnew__wrapper {
    flex-wrap:wrap;
    margin:0 -7px
  }
}
@media (max-width: 575px) {
  .ac-whatsnew__wrapper:before,
  .ac-whatsnew__wrapper:after {
    content:"";
    flex:none;
    width:7px
  }
}
.ac-whatsnew__item {
  color:#2d3737;
  flex:none;
  margin-left:7px;
  margin-right:7px;
  text-decoration:none
}
@media (min-width: 576px) {
  .ac-whatsnew__item {
    flex:auto;
    transform:translateY(0);
    transition:border 0.2s ease, transform 0.2s ease
  }
}
@media (min-width: 576px) {
  .ac-whatsnew__item:hover {
    border-bottom-color:#00658c;
    transform:translateY(-3px)
  }
}
.ac-whatsnew__item p {
  line-height:22px
}
.ac-whatsnew__item .ac-whatsnew__image,
.ac-whatsnew__item .ch-card__content {
  pointer-events:none
}
.ac-whatsnew__image {
  padding-top:56.25%;
  position:relative
}
.ac-whatsnew__image img {
  height:100%;
  left:0;
  -o-object-fit:cover;
  object-fit:cover;
  position:absolute;
  right:0;
  top:0;
  width:100%
}
.ac-whatsnew__image--new:before {
  background-color:rgba(0,0,0,0.6);
  border-right:3px solid #ffde00;
  color:#fff;
  content:"New";
  font-size:12px;
  font-weight:500;
  left:0;
  line-height:12px;
  padding:6px 7px;
  pointer-events:none;
  position:absolute;
  text-transform:uppercase;
  top:6px;
  z-index:1
}
.ac-whatsnew__heading {
  font-size:14px;
  line-height:1.375
}
@media (min-width: 768px) {
  .ac-whatsnew__heading {
    font-size:16px
  }
}
.payment-switch__wrapper {
  background-color:#fff;
  border:1px solid #ccc;
  border-radius:54px;
  display:flex;
  height:54px;
  margin-bottom:12px;
  padding:2px
}
.payment-switch {
  display:flex;
  flex:auto;
  position:relative
}
.payment-switch label {
  align-items:center;
  color:#2d3737;
  display:flex;
  font-size:16px;
  justify-content:center;
  line-height:1.25;
  margin:0;
  padding:0 6px;
  text-align:center;
  transition:color 0.2s;
  width:50%;
  z-index:1
}
.payment-switch--monthly label:nth-child(1) {
  color:#fff
}
.payment-switch--cash label:nth-child(2) {
  color:#fff
}
.payment-switch__indicator {
  background:linear-gradient(to bottom, #00a1e0, #0092cc);
  border:1px solid #0075a3;
  border-radius:48px;
  height:48px;
  left:0;
  position:absolute;
  top:0;
  transition:transform 0.2s;
  width:50%
}
.payment-switch--cash .payment-switch__indicator {
  transform:translateX(100%)
}
.ac-livechat__popup {
  display:none
}
@media (min-width: 768px) {
  .ac-livechat__popup {
    align-items:center;
    bottom:12px;
    display:flex;
    position:fixed;
    right:14px;
    z-index:1
  }
}
.ac-livechat__popup-circle {
  background-color:#00a1e0;
  background-image:url(/assets/application/live-chat-19296fe3dab16952600fd92a01d98d8111074f55168d490202a6f970214bb95c.svg);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:30px 30px;
  border:3px solid #fff;
  border-radius:50%;
  box-shadow:0 2px 2px 1px rgba(0,0,0,0.3);
  height:60px;
  width:60px
}
.ac-livechat__popup-text {
  box-shadow:0 2px 2px 1px rgba(0,0,0,0.2);
  margin-right:-10.5px;
  padding-right:21px
}
.colour-widget {
  border:1px solid #ccc;
  border-radius:50%;
  height:24px;
  width:24px
}
.colour-widget--white {
  background-color:#fff
}
.colour-widget--black {
  background-color:#000
}
.colour-widget--red {
  background-color:#c73a3c
}
.colour-widget--blue {
  background-color:#155991
}
.colour-widget--grey {
  background-color:#808080
}
.colour-widget--silver {
  background-color:#c0c0c0
}
.colour-widget--green {
  background-color:#008000
}
.colour-widget--yellow {
  background-color:#ff0
}
.colour-widget--orange {
  background-color:#ffa500
}
.colour-widget--beige {
  background-color:#f5f5dc
}
.colour-widget--purple {
  background-color:#9f0b8d
}
.colour-widget--brown {
  background-color:#8b4513
}
.colour-widget--pink {
  background-color:#eb45a3
}
.colour-widget--maroon {
  background-color:#900404
}
.colour-widget--cream {
  background-color:#fffeeb
}
.colour-widget--gold {
  background-color:#ffd700
}
.filters__fallback {
  align-items:flex-end;
  display:flex;
  flex-wrap:wrap;
  justify-content:center
}
@media (min-width: 480px) {
  .filters__fallback .ch-form__group {
    margin-bottom:0;
    margin-right:14px
  }
}
.filters__fallback .ch-form__group .ch-form__control {
  min-width:196px
}
.filters__fallback .ch-btn {
  margin-top:12px;
  min-width:196px
}
.feature-option {
  background-color:#f2f2f2;
  border:1px solid #e5e5e5;
  border-radius:4px;
  cursor:pointer;
  margin:6px 7px;
  padding:6px 14px
}
.feature-option--checked {
  background-color:#cdedfa;
  border-color:#66c8ed;
  font-weight:500
}
.filter {
  animation:scrollInFromRight 0.2s ease-out forwards;
  bottom:0;
  display:flex;
  flex-flow:column nowrap;
  max-width:480px;
  position:absolute;
  right:0;
  top:0;
  width:100%;
  z-index:2
}
.is-closing .filter,
.ac-modal__wrapper--closing .filter {
  animation:scrollOutToRight 0.2s linear forwards
}
.filter__header {
  align-items:flex-start;
  background-color:#fff;
  border-bottom:1px solid #e5e5e5;
  flex-direction:column;
  padding:0
}
.filter__header-back {
  align-items:center;
  background-color:#fff;
  background-image:url(/assets/application/chevron-blue-left-82fc523c8db3414992bb8bddc09c2905ef223aa713c5f5d9c88299d91c2af4c1.svg);
  background-position:14px center;
  background-repeat:no-repeat;
  background-size:9px 14px;
  border:0;
  border-radius:0;
  color:#007fb0;
  display:flex;
  font-size:14px;
  height:48px;
  line-height:1;
  padding:12px 14px 12px 30px
}
.filter__header-back:hover {
  background-color:#fff;
  color:#004864
}
.filter__body {
  background-color:#fafafa;
  flex:auto;
  -webkit-overflow-scrolling:touch;
  overflow-y:auto;
  padding:12px 14px
}
.filter__footer {
  background-color:#fff;
  border-top:1px solid #e5e5e5;
  padding:12px 14px
}
.filter-button {
  align-items:center;
  background-color:#fff;
  background-image:url(/assets/home/shared/chevron-f00d75800416a300d11e2c648ec813e712d1b7292979ed8246c9044c6f36727e.svg);
  background-position:right 14px center;
  background-repeat:no-repeat;
  background-size:11px 18px;
  border:1px solid #ccc;
  border-radius:4px;
  display:flex;
  flex-flow:row wrap;
  font-size:16px;
  font-weight:500;
  height:48px;
  line-height:1.25;
  padding:6px 42px 6px 14px;
  text-align:left;
  touch-action:manipulation;
  width:100%
}
.filter-button:hover {
  background-color:#f2f2f2
}
.filter-button--active {
  border-color:#00a1e0;
  box-shadow:0 0 0 1px #00a1e0
}
.filter-button:disabled {
  background-color:#f2f2f2;
  border-color:#e5e5e5;
  color:#ccc
}
.filter__no-results,
.filter__footer:has(#no-results-heading) {
  border-color:var(--grey-4);
  box-shadow:0 -6px 13px 0 #0000001c
}
.filter__no-results-content {
  max-width:333px
}
.filter-option {
  align-items:center;
  background-color:#fff;
  border:1px solid #ccc;
  border-radius:4px;
  display:flex;
  font-size:16px;
  font-weight:500;
  height:48px;
  padding:0 14px;
  touch-action:manipulation;
  transition:border-color 0.2s, box-shadow 0.2s;
  white-space:nowrap
}
.filter-option:hover {
  background-color:#f2f2f2
}
.filter-option--checked {
  border-color:#00a1e0;
  box-shadow:0 0 0 1px #00a1e0
}
.filter-option__checkbox,
.filter-option__radio {
  background-color:#fff;
  border:1px solid #ccc;
  height:18px;
  margin-left:auto;
  transition:border-color 0.2s, box-shadow 0.2s;
  width:18px
}
.filter-option__checkbox {
  border-radius:3px
}
.filter-option--checked .filter-option__checkbox {
  background-color:#00a1e0;
  background-image:url(/assets/application/tick-white-2e4943175e8811ae3517f66a37ded8e18291cb4825f9a241b254acaa35a988c6.svg);
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size:12px auto;
  border-color:#00a1e0
}
.filter-option__radio {
  border-radius:50%
}
.filter-option--checked .filter-option__radio {
  background-color:#00a1e0;
  border:2px solid #fff;
  box-shadow:0 0 0 2px #00a1e0
}
.filter-option--disabled {
  background-color:#fafafa;
  border-color:#ccc;
  box-shadow:none;
  color:#999
}
.filter-option--disabled .filter-option__checkbox,
.filter-option--disabled .filter-option__radio {
  background-color:#f2f2f2;
  border-color:#ccc;
  box-shadow:none
}
.filter-toggle {
  align-items:center;
  background-color:#fff;
  border:1px solid #ccc;
  border-radius:4px;
  cursor:pointer;
  display:flex;
  font-size:16px;
  font-weight:500;
  height:48px;
  padding:0 14px;
  touch-action:manipulation;
  white-space:nowrap
}
.filter-toggle:hover {
  background-color:#f2f2f2
}
.filter-toggle--checked {
  border-color:#00a1e0;
  box-shadow:0 0 0 1px #00a1e0
}
.filter-toggle__indicator {
  background-color:#ccc;
  border-radius:30px;
  display:flex;
  height:30px;
  margin-left:auto;
  padding:3px;
  transition:background-color 0.2s;
  width:48px
}
.filter-toggle--checked .filter-toggle__indicator {
  background-color:#00a1e0
}
.filter-toggle__indicator-inner {
  background-color:#fff;
  background-image:none;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:60% auto;
  border-radius:50%;
  height:24px;
  transition:transform 0.2s;
  width:24px
}
.filter-toggle--checked .filter-toggle__indicator-inner {
  background-image:url(/assets/application/tick-blue-f6a0918663021a8b4f2c411fca96db4193ae2bfa52faabd1932da41d8d2e437f.svg);
  transform:translateX(18px)
}
.payment-switch__wrapper {
  background-color:#fff;
  border:1px solid #ccc;
  border-radius:54px;
  display:flex;
  height:54px;
  margin-bottom:12px;
  padding:2px
}
.payment-switch {
  display:flex;
  flex:auto;
  position:relative
}
.payment-switch label {
  align-items:center;
  color:#2d3737;
  display:flex;
  font-size:16px;
  justify-content:center;
  line-height:1.25;
  margin:0;
  padding:0 6px;
  text-align:center;
  transition:color 0.2s;
  width:50%;
  z-index:1
}
.payment-switch--monthly label:nth-child(1) {
  color:#fff
}
.payment-switch--cash label:nth-child(2) {
  color:#fff
}
.payment-switch__indicator {
  background:linear-gradient(to bottom, #00a1e0, #0092cc);
  border:1px solid #0075a3;
  border-radius:48px;
  height:48px;
  left:0;
  position:absolute;
  top:0;
  transition:transform 0.2s;
  width:50%
}
.payment-switch--cash .payment-switch__indicator {
  transform:translateX(100%)
}
.filter-button+.filter-button,
.filter-button+.filter-option,
.filter-button+.filter-toggle,
.filter-option+.filter-button,
.filter-option+.filter-option,
.filter-option+.filter-toggle,
.filter-toggle+.filter-button,
.filter-toggle+.filter-option,
.filter-toggle+.filter-toggle {
  margin-top:12px
}
.filter {
  animation-duration:200ms;
  animation-name:fadeIn;
  margin-top:8px
}
.is-closing .filter,
.ac-modal__wrapper--closing .filter {
  animation-duration:200ms;
  animation-name:fadeOut
}
.filter__body {
  padding-top:1px
}
@media (min-width: 480px) {
  .filter__body {
    padding:1px 48px 14px
  }
}
.filter__button {
  max-width:333px
}
.filter__footer {
  box-shadow:0 -6px 6px -3px #0000000a;
  display:flex;
  justify-content:center
}
@media (min-width: 480px) {
  .filter__footer {
    padding:24px 14px
  }
}
.filter__header {
  align-items:flex-start;
  background-color:#fafafa;
  border-bottom:none;
  flex-direction:column;
  justify-content:flex-end;
  min-height:70px;
  padding:0
}
@media (min-width: 480px) {
  .filter__header {
    padding-left:34px;
    padding-right:34px
  }
}
.filter__header-back {
  background-color:#fafafa
}
.filter__header-back:hover {
  background-color:#fafafa
}
.filter__header-title {
  max-width:382px
}
.filter__modal--close {
  background-color:#fafafa;
  padding:3px;
  top:18px;
  z-index:3
}
.filter__modal--close:before {
  background-image:url(/assets/application/close-grey-4-4da5d543dad3c093fa50f5abddababa979ee20643a274d829b8d63c430eff608.svg)
}
.filter--scroll-shadow:before {
  background:linear-gradient(to bottom, rgba(0,0,0,0.04), rgba(0,0,0,0));
  content:"";
  height:12px;
  position:fixed;
  right:0;
  width:100%
}
.homesearch-modal {
  max-width:480px;
  top:115px
}
@media (min-width: 576px) {
  .homesearch-modal {
    height:calc(100vh - 36px);
    max-height:700px;
    top:0
  }
}
.filter__footer-message {
  line-height:20px
}
.ac-whatsnew {
  background:#f2f2f2;
  border-bottom:1px solid #e5e5e5;
  border-top:1px solid #e5e5e5;
  margin:24px 0;
  padding:24px 0
}
.ac-whatsnew__item {
  width:280px
}
@media (min-width: 576px) {
  .ac-whatsnew__item {
    width:calc(50% - 14px)
  }
}
@media (min-width: 992px) {
  .ac-whatsnew__item {
    width:calc(25% - 14px)
  }
}
@media (min-width: 576px) {
  .ac-whatsnew__item:nth-child(n + 3) {
    margin-top:24px
  }
}
@media (min-width: 992px) {
  .ac-whatsnew__item:nth-child(n + 3) {
    margin-top:0
  }
}
.ac-promo__heading {
  text-align:center
}
.ac-promo {
  line-height:24px
}
.ac-livechat__popup {
  align-items:center;
  bottom:12px;
  display:flex;
  position:fixed;
  right:14px;
  z-index:2
}
.ac-livechat__popup-text {
  display:none
}
@media (min-width: 768px) {
  .ac-livechat__popup-text {
    display:inline-flex
  }
}
@media (min-width: 1999px) {
  .ac-feedback {
    border-radius:0 0 20px 20px;
    margin:0 auto;
    max-width:1845px
  }
}
