.sl-pagination-seo{display:none}.sl-pagination{align-items:center;display:flex;flex-direction:column;font-family:var(--brand-font-medium-family);font-weight:500;justify-content:center;padding:20px 0;width:100%}.sl-pagination__container ul{display:flex;flex-direction:row;list-style-type:none;margin:20px 0;padding:0}.sl-pagination__container ul li{cursor:pointer;list-style-type:none;margin:0 5px}.sl-pagination__container ul li:first-child,.sl-pagination__container ul li:last-child{display:none}.sl-pagination__container ul li a{color:var(--dark-01);padding:10px 13px;position:relative;transition:transform .3s,color .3s}.sl-pagination__container ul li a:after{background-color:var(--dark-01);bottom:-5px;content:"";height:2px;left:50%;pointer-events:none;position:absolute;transform:translate(-50%);width:100%}.sl-pagination__container ul li a:focus{outline:none}.sl-pagination__container ul li a:hover{color:var(--grey-03)}.sl-pagination__container ul li a:hover:after{transform:translate(-50%,-4px)}.sl-pagination__container ul li.active a{color:var(--grey-03);padding:10px 13px}.sl-pagination__container ul li.active a:hover{color:var(--grey-03)}.sl-pagination__container ul li.active a:hover:after{transform:translate(-50%,-4px)}.sl-pagination__container ul li.disabled{color:var(--grey-01)}.sl-stock-page-grid{background-color:var(--grey-01)}.sl-stock-page-grid__header{margin:0 auto;max-width:1200px;padding:40px 20px}.sl-stock-page-grid__content{display:grid;gap:0;grid-template-columns:1fr}.sl-stock-page-grid__loader{align-items:center;display:flex;justify-content:center;min-height:70vh}.sl-stock-page-grid__filters,.sl-stock-page-grid__vehicle-list{position:relative}.sl-stock-page-grid__vehicle-list{height:-moz-fit-content;height:fit-content;padding:0 20px}.sl-stock-page-grid--reloading .sl-stock-page-grid__filters-loader,.sl-stock-page-grid--reloading .sl-stock-page-grid__vehicle-list-loader{animation:opacityFlicker 3s infinite;background:var(--white-02-rgba);height:100%;position:absolute;top:0;width:100%;z-index:10}.sl-stock-page-grid--reloading .sl-stock-page-grid__filters-loader{height:100vh;z-index:99}.sl-stock-page-grid--reloading .sl-stock-page-grid__vehicle-list-loader{left:50%;transform:translate(-50%);width:100vw}.sl-stock-page-grid--reloading .sl-stock-page-grid__vehicle-list-loader-content{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:sticky;top:0}@media (min-width:768px){.sl-stock-page-grid__vehicle-list{padding:0 40px}}@media (min-width:1024px){.sl-stock-page-grid__content{grid-template-columns:1fr 4fr}.sl-stock-page-grid__filters{background:var(--white-01);box-shadow:0 1px 4px 0 var(--dark-01-rgba);padding:50px 20px;z-index:1}.sl-stock-page-grid .sl-stock-page-grid__vehicle-list-loader{left:0;transform:none;width:100%}.sl-stock-page-grid .sl-stock-page-grid__filters-loader{height:100%;z-index:10}}@keyframes opacityFlicker{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.sl-vehicle-list-grid{background:var(--grey-01);height:100%;padding-top:30px;position:relative}.sl-vehicle-list-grid__header{padding-bottom:34px}.sl-vehicle-list-grid__vehicle-cards{display:grid;gap:36px;grid-template-columns:1fr}.sl-vehicle-list-grid__content{height:100%;margin:0 auto;max-width:1490px}.sl-vehicle-list-grid__pagination{padding:20px 0}.sl-vehicle-list-grid__no-results{min-height:80vh;padding-top:100px;position:sticky}@media (min-width:768px){.sl-vehicle-list-grid__vehicle-cards{gap:20px;grid-template-columns:1fr 1fr}}@media (min-width:1024px){.sl-vehicle-list-grid{padding:50px 40px 20px}.sl-vehicle-list-grid__vehicle-cards{gap:20px;grid-template-columns:1fr 1fr 1fr}.sl-vehicle-list-grid__header{padding-bottom:66px}.sl-vehicle-list-grid__no-results{min-height:unset;padding-top:0;top:50%;transform:translateY(-50%)}}@media (min-width:1250px){.sl-vehicle-list-grid__vehicle-cards{gap:30px}}.sl-checkbox{position:relative}.sl-checkbox__label{align-items:center;color:var(--dark-01);display:flex;font-size:calc(11/var(--base-font)*1rem);letter-spacing:calc(.2/var(--base-font)*1rem);line-height:1.25rem;margin:0;min-height:23px;padding-left:31px;position:relative;text-transform:uppercase;transition:border-width .2s ease-in-out}.sl-checkbox__label--no-label{padding-left:23px}.sl-checkbox__label:before{background-color:var(--grey-01);border-radius:4px;color:var(--dark-01);content:"";left:0;max-height:23px;max-width:23px;min-height:23px;min-width:23px;position:absolute;text-align:center;top:0;transition:all .2s}.sl-checkbox__label a{display:inline;padding:0 2px;text-decoration:underline}.sl-checkbox__checkmark{color:var(--dark-01);height:17px;left:3px;opacity:0;position:absolute;top:3px;transition:all .3s;width:17px}.sl-checkbox__input{bottom:0;cursor:pointer;left:0;margin:0;opacity:0;position:absolute;right:0;top:0;z-index:1}.sl-checkbox--checked:not(.sl-checkbox--disabled):focus .sl-checkbox__label:before,.sl-checkbox--checked:not(.sl-checkbox--disabled):hover .sl-checkbox__label:before,.sl-checkbox--not-checked:not(.sl-checkbox--disabled):focus .sl-checkbox__label:before,.sl-checkbox--not-checked:not(.sl-checkbox--disabled):hover .sl-checkbox__label:before{border:2px solid var(--dark-01)}.sl-checkbox--checked .sl-checkbox__label:before{background-color:var(--grey-01);border:2px solid var(--dark-01)}.sl-checkbox--checked .sl-checkbox__checkmark{opacity:1;transform:scale(.8)}.sl-checkbox--checked:not(.sl-checkbox--disabled):focus .sl-checkbox__label:before,.sl-checkbox--checked:not(.sl-checkbox--disabled):hover .sl-checkbox__label:before{background:var(--dark-01)}.sl-checkbox--checked:not(.sl-checkbox--disabled):focus .sl-checkbox__checkmark,.sl-checkbox--checked:not(.sl-checkbox--disabled):hover .sl-checkbox__checkmark{color:var(--grey-01)}.sl-checkbox--not-checked .sl-checkbox__label:before{border:1px solid var(--dark-01)}.sl-checkbox--not-checked .sl-checkbox__checkmark{opacity:0;transform:scale(0)}.sl-checkbox--disabled .sl-checkbox__label:before{background:var(--grey-02);border:1px solid var(--dark-01)}.sl-checkbox-filter__checkbox:not(:last-child){margin-bottom:10px}.sl-checkbox-filter__counter{font-weight:400;padding-left:4px}.sl-range-slider{display:block}.sl-range-slider .vue-slider-rail{background-color:transparent}.sl-range-slider__additional-rail{background-color:var(--dark-06-rgba)}.sl-range-slider .vue-slider-process{background-color:var(--dark-01)}.sl-range-slider__dot{align-items:center;background:var(--red-01);border-radius:50%;cursor:pointer;display:flex;height:100%;width:100%}.sl-range-slider__dot-left-arrow,.sl-range-slider__dot-right-arrow{min-height:10px;min-width:10px;fill:var(--white-01)}.sl-range-slider__dot-left-arrow{transform:rotate(90deg)}.sl-range-slider__dot-right-arrow{transform:rotate(-90deg)}.sl-range-slider-filter__label{font-size:calc(14/var(--base-font)*1rem);line-height:18px;margin-bottom:16px}.sl-filter-accordion{border-top:1px solid var(--grey-01);display:block}.sl-filter-accordion__topbar{align-items:baseline;display:flex;margin:14px 0;position:relative}.sl-filter-accordion__topbar__label{color:var(--dark-01);cursor:pointer;flex:1;font-family:var(--brand-font-bold-family);font-size:calc(13/var(--base-font)*1rem);font-style:normal;font-weight:900;letter-spacing:.7px;line-height:calc(14/var(--base-font)*1rem);padding-inline-end:70px;padding-inline-start:30px;text-transform:uppercase}.sl-filter-accordion__topbar__clear{color:var(--dark-01);cursor:pointer;font-size:calc(14/var(--base-font)*1rem);font-style:normal;letter-spacing:.2px;line-height:14px;position:absolute;right:0;text-decoration-line:underline;top:0}.sl-filter-accordion__topbar__clear:hover{text-decoration:none}.sl-filter-accordion__topbar__btn{background:transparent;border:none;cursor:pointer;display:block;height:14px;left:0;outline:none;position:absolute;top:0;width:14px}.sl-filter-accordion__topbar__btn:after,.sl-filter-accordion__topbar__btn:before{background-color:var(--dark-01);content:"";display:block;height:2px;left:50%;opacity:1;position:absolute;top:50%;width:100%}.sl-filter-accordion__topbar__btn:before{transform:translate(-50%,-50%)}.sl-filter-accordion__topbar__btn:after{transform:translate(-50%,-50%) rotate(-90deg)}.sl-filter-accordion__topbar__btn.isExpanded:after{opacity:0}.sl-filter-accordion__content{padding-bottom:16.5px;will-change:opacity,padding,display}.sl-filter-accordion__price-label{align-items:center;display:flex}.sl-filter-accordion__price-dash{padding:0 5px}.sl-filters__heading{align-items:center;background:var(--white-01);border-bottom:1px solid var(--grey-01);display:flex;font-family:var(--brand-font-medium-family);font-size:calc(18/var(--base-font)*1rem);justify-content:space-between;left:0;letter-spacing:3.6px;margin:0;min-height:45px;padding:0 20px;position:fixed;text-transform:uppercase;top:0;width:100%;z-index:10}.sl-filters__arrow{transform:rotate(90deg);width:23px}.sl-filters__reset{display:none;margin-top:24px}.sl-filters__mobile-header{align-items:center;background:var(--grey-03);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;padding:15px}.sl-filters__mobile-header-icon{width:18px;fill:var(--white-01)}.sl-filters__mobile-header-filters{align-items:center;color:var(--white-01);display:flex}.sl-filters__mobile-header-heading{flex-shrink:0;font-family:var(--brand-font-medium-family);font-size:calc(13/var(--base-font)*1rem);letter-spacing:1.3px;padding-left:5px;text-transform:uppercase}.sl-filters__content{display:none;height:100dvh;overflow-x:hidden;overflow-y:auto;padding:65px 28px 100px;top:0;z-index:99}.sl-filters__content,.sl-filters__mobile-buttons{background-color:var(--white-01);left:0;position:fixed;width:100%}.sl-filters__mobile-buttons{bottom:0;box-shadow:0 0 12px 0 var(--dark-06-rgba);display:flex;gap:16px;padding:20px 25px 18px;z-index:10}.sl-filters--mobile-show .sl-filters__content{display:block}@media (min-width:1024px){.sl-filters--mobile,.sl-filters__mobile-buttons{display:none}.sl-filters__heading{align-items:center;border-bottom:none;justify-content:space-between;margin-bottom:25px;margin-top:11px;min-height:0;padding:0;position:static;z-index:0}.sl-filters__content{display:block;height:auto;padding:0;position:static;z-index:0}.sl-filters__reset{display:flex}}
