.c-hero {
    position: relative
}

.c-hero--product {
    padding-bottom: 30px
}

@media screen and (min-width: 768px) {
    .c-hero--product {
        padding-bottom:0
    }
}

@media screen and (min-width: 1200px) {
    .c-hero--product {
        position:relative
    }

    .c-hero--product::before {
        display: block;
        position: absolute;
        content: "";
        background-image: url("/svg/arrow.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 50px;
        bottom: 20px;
        height: 50px;
        left: 40px;
        top: auto;
        transform: rotate(90deg);
        width: 50px
    }
}

@media screen and (min-width: 1600px) {
    .c-hero--product::before {
        background-size:80px;
        height: 80px;
        left: 60px;
        width: 80px
    }
}

.c-hero--shallow {
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .c-hero--shallow {
        height:230px
    }
}

@media screen and (min-width: 1024px) {
    .c-hero--shallow {
        height:400px
    }
}

.c-hero--awards {
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .c-hero--awards {
        margin-bottom:80px
    }
}

.c-hero--split-50 {
    display: flex;
    flex-direction: column-reverse
}

@media screen and (min-width: 768px) {
    .c-hero--split-50 {
        align-items:center;
        display: flex;
        flex-direction: row
    }
}

.c-hero__inner {
    padding: 20px 30px;
    position: relative
}

@media screen and (min-width: 768px) {
    .c-hero__inner {
        display:flex;
        padding: 120px 30px 40px
    }
}

@media screen and (min-width: 1200px) {
    .c-hero__inner {
        padding-left:140px
    }
}

@media screen and (min-width: 1600px) {
    .c-hero__inner {
        padding-left:115px
    }
}

@media screen and (min-width: 768px) {
    .c-hero__inner--test-drive {
        padding:30px 30px 0 30px
    }
}

@media screen and (min-width: 1200px) {
    .c-hero__inner--test-drive {
        padding:30px 30px 0 186px
    }
}

@media screen and (min-width: 1400px) {
    .c-hero__inner--test-drive {
        padding:120px 30px 40px 140px
    }
}

.c-hero--primary .c-hero__inner,.c-hero--full .c-hero__inner,.c-hero--product .c-hero__inner {
    display: block;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .c-hero--primary .c-hero__inner,.c-hero--full .c-hero__inner,.c-hero--product .c-hero__inner {
        padding-top:30px
    }
}

@media screen and (min-width: 1024px) {
    .c-hero--primary .c-hero__inner,.c-hero--full .c-hero__inner,.c-hero--product .c-hero__inner {
        padding:75px 50px;
        top: 0
    }
}

@media screen and (min-width: 1200px) {
    .c-hero--primary .c-hero__inner,.c-hero--full .c-hero__inner,.c-hero--product .c-hero__inner {
        padding-left:80px
    }
}

@media screen and (min-width: 1600px) {
    .c-hero--primary .c-hero__inner,.c-hero--full .c-hero__inner,.c-hero--product .c-hero__inner {
        padding-left:140px
    }
}

@media screen and (min-width: 1600px) {
    .c-hero--center .c-hero__inner {
        max-width:1600px;
        padding-left: 200px;
        padding-right: 200px
    }
}

.c-hero--shallow .c-hero__inner {
    bottom: 0;
    left: 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .c-hero--shallow .c-hero__inner {
        position:absolute
    }
}

@media screen and (min-width: 1024px) {
    .c-hero--shallow .c-hero__inner {
        padding-left:50px
    }
}

@media screen and (min-width: 1400px) {
    .c-hero--shallow .c-hero__inner {
        padding-left:90px
    }
}

@media screen and (min-width: 1600px) {
    .c-hero--shallow .c-hero__inner {
        padding-left:150px
    }
}

@media screen and (min-width: 1200px) {
    .c-hero--splash .c-hero__inner {
        padding-left:85px
    }
}

@media screen and (min-width: 1600px) {
    .c-hero--splash .c-hero__inner {
        padding-left:115px
    }
}

.c-hero--split-50 .c-hero__inner {
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .c-hero--split-50 .c-hero__inner {
        padding:30px;
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .c-hero--split-50 .c-hero__inner {
        padding-left:45px
    }
}

@media screen and (min-width: 1400px) {
    .c-hero--split-50 .c-hero__inner {
        padding:0 100px
    }
}

@media screen and (min-width: 1600px) {
    .c-hero--split-50 .c-hero__inner {
        padding-left:150px;
        padding-right: 200px
    }
}

@media screen and (min-width: 1200px) {
    .c-hero__inner--brochure {
        padding-left:30px
    }
}

@media screen and (min-width: 1400px) {
    .c-hero__inner--brochure {
        padding-left:65px
    }
}

@media screen and (min-width: 1600px) {
    .c-hero__inner--brochure {
        padding-left:145px
    }
}

.c-hero__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
    font-family: "Favorit Light",sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    position: relative
}

@media screen and (min-width: 1024px) {
    .c-hero__title {
        font-size:60px;
        font-size: 3.75rem;
        line-height: 66px
    }
}

@media screen and (min-width: 1200px) {
    .c-hero__title {
        font-size:70px;
        font-size: 4.375rem;
        line-height: 76px
    }
}

@media screen and (min-width: 768px) {
    .c-hero__inner--test-drive .c-hero__title {
        font-size:40px;
        line-height: 1.2em
    }
}

@media screen and (min-width: 1400px) {
    .c-hero__inner--test-drive .c-hero__title {
        font-size:4.375rem;
        line-height: 76px
    }
}

.c-hero__title--arrow::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url("/svg/arrow.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 34px;
    bottom: 0;
    height: 40px;
    left: -55px;
    top: auto;
    transform: rotate(90deg);
    width: 40px
}

@media screen and (min-width: 1024px) {
    .c-hero__title--arrow::before {
        background-size:50px;
        bottom: 10px;
        height: 50px;
        width: 50px
    }
}

@media screen and (min-width: 1200px) {
    .c-hero__title--arrow::before {
        left:-70px
    }
}

@media screen and (min-width: 768px) {
    .c-hero__inner--test-drive .c-hero__title--arrow::before {
        background-size:40px;
        bottom: 0;
        height: 40px;
        width: 40px;
        left: -52px
    }
}

@media screen and (min-width: 1400px) {
    .c-hero__inner--test-drive .c-hero__title--arrow::before {
        background-size:50px;
        bottom: 10px;
        height: 50px;
        width: 50px;
        left: -70px
    }
}

.c-hero__title--arrow-top::before {
    top: 10px
}

@media screen and (min-width: 768px) {
    .c-hero__title--light {
        color:#fff
    }
}

@media screen and (min-width: 768px) {
    .c-hero__title--light::before {
        filter:invert(1)
    }
}

.c-hero__title--small {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px
}

@media screen and (min-width: 768px) {
    .c-hero__title--small {
        font-size:50px;
        font-size: 3.125rem;
        line-height: 56px
    }
}

@media screen and (min-width: 1200px) {
    .c-hero__title--small {
        font-size:50px;
        font-size: 3.125rem;
        line-height: 56px
    }
}

.c-hero__sub-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    max-width: 50ch
}

@media screen and (min-width: 1024px) {
    .c-hero__sub-title {
        font-size:18px;
        font-size: 1.125rem;
        line-height: 24px;
        margin-top: 20px
    }
}

@media screen and (min-width: 768px) {
    .c-hero__sub-title--light {
        color:#fff
    }
}

.c-hero__inner--test-drive .c-hero__sub-title {
    margin: 0;
    padding-left: 5px
}

.c-hero__split-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    font-family: "Favorit Light",sans-serif;
    font-weight: 200
}

@media screen and (min-width: 768px) {
    .c-hero__split-title {
        font-size:40px;
        font-size: 2.5rem;
        line-height: 46px
    }
}

.c-hero__split-title span {
    font-family: "Favorit Medium",sans-serif;
    font-weight: normal
}

.c-hero__content {
    max-width: 75ch;
    position: relative
}

.c-hero__content--arrow {
    padding-left: 50px
}

.c-hero__content--brochure,.c-hero__content--test-drive,.c-hero__content--valuation {
    padding-left: 50px
}

@media screen and (min-width: 1200px) {
    .c-hero__content--brochure,.c-hero__content--test-drive,.c-hero__content--valuation {
        margin-left:-90px
    }
}

@media screen and (min-width: 1400px) {
    .c-hero__content--brochure,.c-hero__content--test-drive,.c-hero__content--valuation {
        margin-left:-50px
    }
}

.c-hero__icon {
    margin-top: 15px
}

.c-hero__image {
    width: 100%
}

@media screen and (min-width: 768px) {
    .c-hero__image {
        -o-object-fit:cover;
        object-fit: cover
    }
}

.c-hero--primary .c-hero__image,.c-hero--product .c-hero__image {
    width: calc(100% - 50px)
}

@media screen and (min-width: 768px) {
    .c-hero--primary .c-hero__image,.c-hero--product .c-hero__image {
        width:calc(100% - 80px)
    }
}

@media screen and (min-width: 1024px) {
    .c-hero--primary .c-hero__image,.c-hero--product .c-hero__image {
        -o-object-position:right;
        object-position: right;
        width: calc(100% - 100px)
    }

    .c-hero--primary .c-hero__image--bottom-right,.c-hero--product .c-hero__image--bottom-right {
        -o-object-position: bottom right;
        object-position: bottom right
    }

    .c-hero--primary .c-hero__image--bottom-left,.c-hero--product .c-hero__image--bottom-left {
        -o-object-position: bottom left;
        object-position: bottom left
    }

    .c-hero--primary .c-hero__image--top-left,.c-hero--product .c-hero__image--top-left {
        -o-object-position: top left;
        object-position: top left
    }

    .c-hero--primary .c-hero__image--top-right,.c-hero--product .c-hero__image--top-right {
        -o-object-position: top right;
        object-position: top right
    }
}

@media screen and (min-width: 1200px) {
    .c-hero--primary .c-hero__image,.c-hero--product .c-hero__image {
        width:calc(100% - 140px)
    }
}

@media screen and (min-width: 1600px) {
    .c-hero--primary .c-hero__image,.c-hero--product .c-hero__image {
        width:calc(100% - 200px)
    }
}

.c-hero__picture {
    display: flex;
    justify-content: flex-end;
    position: relative
}

@media screen and (min-width: 1024px) {
    .c-hero__picture {
        height:calc(100vh - 150px)
    }
}

@media screen and (min-width: 1024px) {
    .c-hero__picture--primary {
        height:calc(100vh - 100px)
    }
}

@media screen and (min-width: 768px) {
    .c-hero__picture--shallow {
        height:100%
    }
}

@media screen and (min-width: 768px) {
    .c-hero__picture--split-50 {
        width:50%
    }
}

.c-hero__icon {
    margin-right: 10px
}

@media screen and (min-width: 1200px) {
    .c-hero__icon {
        margin-left:-100px;
        margin-right: 10px
    }
}

@media screen and (min-width: 1400px) {
    .c-hero__icon {
        margin-left:-80px;
        margin-right: 30px
    }
}

@media screen and (min-width: 1200px) {
    .c-hero__icon--brochure {
        margin-left:-120px
    }
}

@media screen and (min-width: 1400px) {
    .c-hero__icon--brochure {
        margin-left:-80px;
        margin-right: 10px
    }
}

@media screen and (min-width: 1600px) {
    .c-hero__icon--brochure {
        margin-right:30px
    }
}

.c-hero__button {
    margin-top: 30px
}

@media screen and (min-width: 768px) {
    .inputtypes-search .c-hero__inner {
        padding-top:50px
    }
}

.c-hidden-content {
    background-color: #f3f3f3;
    height: 0;
    overflow: hidden
}

.c-hidden-content.open {
    height: auto;
    margin-top: 30px;
    padding-bottom: 30px
}

@media screen and (min-width: 768px) {
    .c-hidden-content.open {
        margin-top:60px;
        padding-bottom: 60px
    }
}

@media screen and (min-width: 1200px) {
    .c-hidden-content.open {
        margin-top:100px;
        padding-bottom: 100px
    }
}

.c-icon {
    pointer-events: none
}

.c-icon--arrow {
    height: 15px;
    width: 22px
}

@media screen and (min-width: 1024px) {
    .c-icon--arrow {
        display:none
    }
}

.c-icon--left {
    transform: rotate(180deg)
}

.c-icon--down {
    transform: rotate(90deg)
}

.c-icon--quick-links {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: flex-start;
    margin-right: 8px;
    width: 24px
}
.c-search-result__result-found {
    border-bottom: 1px solid #000;
    font-family: "Favorit Medium",sans-serif;
    margin-bottom: 0;
    padding-bottom: 20px
}

.c-search-result__red {
    color: #ff0012
}

.c-search-result__light {
    font-family: "Favorit Light",sans-serif
}

.c-search-result__form form {
    display: flex
}

.c-search-result__form .c-form__row {
    max-width: none
}
.c-form__row--filters-btn {
    max-width: none;
    margin: 20px;
}

.c-search-result__form .c-form__row--filters-btn {
    color: #fff;
    display: block;
    font-family: "Favorit Medium",sans-serif;
    line-height: 45px;
    min-height: 45px;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    transition: color .35s ease-in-out;
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
    z-index: 0;
    cursor: pointer;
    border-right: 16px solid #ff0012;
    min-width: 120px;
    margin-top: 0
}

.c-search-result__form .c-form__row--filters-btn::before {
    display: block;
    position: absolute;
    content: "";
    background-color: #000;
    height: 100%;
    inset: 0 auto auto 0;
    opacity: 1;
    width: 100%;
    z-index: -1
}

@media screen and (min-width: 1200px) {
    .c-search-result__form .c-form__row--filters-btn::before {
        transition-duration:.35s
    }
}

.c-search-result__form .c-form__row--filters-btn::after {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2
}

@media screen and (min-width: 1200px) {
    .c-search-result__form .c-form__row--filters-btn:hover {
        color:#000;
        transition: color .35s ease-in-out
    }

    .c-search-result__form .c-form__row--filters-btn:hover::before {
        width: 0;
        height: 100%;
        opacity: 1
    }

    .c-search-result__form .c-form__row--filters-btn:hover .o-expand {
        border-color: #000;
        transition: border-color .35s ease-in-out
    }

    .c-search-result__form .c-form__row--filters-btn:hover .o-expand::after,.c-search-result__form .c-form__row--filters-btn:hover .o-expand::before {
        background-color: #000;
        transition: background-color .35s ease-in-out;
        border:none;
    }
}

.c-search-result__form .c-form__row--filters-btn::after {
    background-color: #ff0012;border:none;
}

.c-search-result__form .c-form__row--filters-btn input[type=submit] {
    background-color: rgba(0,0,0,0);
    margin: 0 !important;
    width: auto;
    padding: 0;border:none;
}

.c-search-result__form .c-form__row--filters-btn:hover input[type=submit] {
    color: #000;
    transition: color .35s ease-in-out;border:none;
}

.c-search-result__form input[type=text] {
    line-height: 45px;
    width: 100%
}

.c-search-result__form input[type=submit] {
    background-color: rgba(0,0,0,0);
    color: #fff;
    cursor: pointer;
    line-height: inherit;
    transition: color .35s ease-in-out
}

.c-search-result__list-item {
    border-bottom: 1px solid #d8d8d8
}

.c-search-result__list-cta {
    display: block;
    padding: 10px 45px 10px 0;
    position: relative
}

.c-search-result__list-cta::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url("/svg/arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px;
    bottom: 0;
    height: 100%;
    right: 0;
    top: 0;
    width: 40px
}

.c-search-result__list-cta-title {
    display: block;
    font-family: "Favorit Medium",sans-serif
}

.c-search-result__pagination {
    display: flex;
    justify-content: flex-end
}

.c-search-result__pagination .c-section__results {
    margin: 0
}

.c-search-result__pagination .c-pagination {
    padding: 0
}

.c-search-result__pagination .c-pagination__cta {
    margin: 0 9px
}

.c-search-result__no-result {
    margin-top: 20px
}

.c-search-bar {
    align-items: center;
    display: flex;
    font-family: inherit;
    padding: 0 20px;
    text-decoration: none;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .c-search-bar {
        padding:0;
        opacity: 1;
        margin: 0;
        max-width: none;
        right: 0;
        top: 0;
        height: 40px;
        transition: all .35s linear;
        z-index: 10;
        width: 100px
    }
}

@media screen and (min-width: 1024px) {
    .c-search-bar--focused {
        width:240px;
        transition: all .35s linear
    }
}

@media screen and (min-width: 1024px) {
    .c-search-bar--focused .c-search-bar__input[type=search] {
        width:100%
    }
}

.c-search-bar__input[type=search] {
    border: 0;
    background-color: rgba(0,0,0,0);
    margin-left: -8px;
    padding: 0 10px
}

@media screen and (min-width: 1024px) {
    .c-search-bar__input[type=search] {
        height:30px
    }
}

.c-search-bar__search-btn {
    display: none
}
.c-section.hide {
    display: none
}

.c-section--test-drive {
    margin-bottom: 100px
}

.c-section--test-drive form {
    position: relative
}

@media screen and (min-width: 1200px) {
    .c-section--test-drive-model {
        position:absolute;
        top: 0;
        left: 50%;
        right: 0;
        padding-left: 30px
    }
}

@media screen and (min-width: 1200px) {
    .c-section--test-drive-model .c-section__details {
        margin-top:58px
    }
}

@media screen and (min-width: 1200px) {
    .c-section--test-drive-model .c-section__model-block {
        width:50%
    }
}

@media screen and (min-width: 1200px) {
    .c-section--test-drive-note {
        width:50%;
        margin-bottom: 30px
    }
}

.c-section--test-drive-address .c-form__row {
    display: flex;
    flex-wrap: wrap
}

.c-section--test-drive-address .c-form__label {
    width: 100%
}

.c-section--test-drive-address .form-text {
    flex: 1
}

.c-section--test-drive-address .description br {
    display: none
}

.c-section--test-drive-address .description .c-form__button {
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .c-section--brochure {
        display:flex;
        margin-bottom: 80px;
        position: relative
    }
}

.c-section--thank-you {
    padding: 30px 0
}

@media screen and (min-width: 768px) {
    .c-section--thank-you {
        padding:80px 0
    }
}

.c-section--form {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px
}

@media screen and (min-width: 768px) {
    .c-section--form {
        flex-direction:row;
        flex-wrap: wrap
    }
}

.c-section--form .c-content--form {
    order: 2
}

@media screen and (min-width: 768px) {
    .c-section--form .c-content--form {
        order:3
    }
}

.c-section--form .c-content--form p:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 1200px) {
    .c-section--used {
        margin-left:30px;
        margin-top: 24px;
        width: 100%
    }
}

.c-section__inner {
    padding: 30px
}

@media screen and (min-width: 1024px) {
    .c-section__inner {
        padding:100px
    }
}

.c-section__inner--center {
    padding: 0 30px
}

@media screen and (min-width: 1200px) {
    .c-section__inner--center {
        padding-left:100px;
        padding-right: 100px
    }
}

@media screen and (min-width: 1400px) {
    .c-section__inner--center {
        padding-left:140px;
        padding-right: 140px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__inner--center {
        max-width:1600px;
        padding-left: 200px;
        padding-right: 200px
    }
}

.c-section__inner--steps {
    padding: 0 30px
}

@media screen and (min-width: 1200px) {
    .c-section__inner--steps {
        max-width:1600px;
        padding: 0 100px;
        width: 100%
    }
}

@media screen and (min-width: 1400px) {
    .c-section__inner--steps {
        padding:0 140px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__inner--steps {
        padding:0 200px
    }
}

.c-section__inner--brochure {
    padding: 0 30px
}

@media screen and (min-width: 1200px) {
    .c-section__inner--brochure {
        max-width:1600px;
        padding: 0 80px;
        width: 100%
    }
}

@media screen and (min-width: 1400px) {
    .c-section__inner--brochure {
        padding:0 120px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__inner--brochure {
        padding:0 200px
    }
}

@media screen and (min-width: 1024px) {
    .c-section__inner--shallow {
        padding-bottom:50px;
        padding-top: 50px
    }
}

@media screen and (min-width: 1400px) {
    .c-section__inner--shallow {
        padding-left:140px;
        padding-right: 140px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__inner--shallow {
        padding-left:200px;
        padding-right: 200px
    }
}

@media screen and (min-width: 768px) {
    .c-section__inner--slider {
        padding-left:90px;
        padding-right: 90px
    }
}

@media screen and (min-width: 1024px) {
    .c-section__inner--slider {
        padding:0 90px
    }
}

@media screen and (min-width: 1200px) {
    .c-section__inner--slider {
        padding:20px 100px
    }
}

@media screen and (min-width: 1400px) {
    .c-section__inner--slider {
        padding-left:140px;
        padding-right: 140px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__inner--slider {
        max-width:1600px;
        padding-left: 200px;
        padding-right: 200px
    }
}

.c-section__inner--widget {
    padding: 30px 0
}

@media screen and (min-width: 1024px) {
    .c-section__inner--widget {
        max-width:1084px;
        padding: 30px;
        width: 100%
    }
}

@media screen and (min-width: 1200px) {
    .c-section__inner--widget {
        max-width:1124px;
        padding-left: 100px;
        padding-right: 0
    }
}

@media screen and (min-width: 1400px) {
    .c-section__inner--widget {
        max-width:1164px;
        padding-left: 140px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__inner--widget {
        max-width:1224px;
        padding-left: 200px
    }
}

.c-section__inner--form {
    order: 3;
    padding-top: 0
}

@media screen and (min-width: 768px) {
    .c-section__inner--form {
        order:2;
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .c-section__inner--form {
        padding-right:0
    }
}

@media screen and (min-width: 1400px) {
    .c-section__inner--form {
        padding-left:140px;
        padding-right: 140px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__inner--form {
        padding-left:200px;
        padding-right: 0
    }
}

@media screen and (min-width: 1200px) {
    .c-section__inner--used-result {
        max-width:320px;
        padding: 0;
        width: 100%
    }
}

@media screen and (min-width: 1400px) {
    .c-section__inner--standard {
        padding:100px 140px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__inner--standard {
        max-width:1600px;
        padding: 100px 200px
    }
}

.c-section__inner--models {
    margin: 30px 0;
    padding: 0 30px
}

@media screen and (min-width: 1400px) {
    .c-section__inner--media-centre {
        margin-left:40px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__inner--media-centre {
        margin-left:100px
    }
}

.c-section__inner--search-result {
    padding: 30px
}

@media screen and (min-width: 1024px) {
    .c-section__inner--search-result {
        padding:0 80px 100px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__inner--search-result {
        padding-left:200px;
        padding-right: 200px
    }
}

.c-section__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
    font-family: "Favorit Light",sans-serif;
    font-weight: 200;
    position: relative
}

@media screen and (min-width: 1024px) {
    .c-section__title {
        font-size:60px;
        font-size: 3.75rem;
        line-height: 66px
    }
}

@media screen and (min-width: 1200px) {
    .c-section__title {
        font-size:70px;
        font-size: 4.375rem;
        line-height: 76px
    }
}

.c-section__title--arrow {
    margin: 30px;
    padding-left: 45px
}

@media screen and (min-width: 1024px) {
    .c-section__title--arrow {
        padding-left:65px
    }
}

@media screen and (min-width: 1200px) {
    .c-section__title--arrow {
        margin-bottom:30px;
        margin-left: -30px;
        margin-top: 30px
    }
}

@media screen and (min-width: 1400px) {
    .c-section__title--arrow {
        margin-left:-70px
    }
}

.c-section__title--arrow::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url("/svg/arrow.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 34px;
    bottom: 0;
    height: 40px;
    left: 0;
    top: auto;
    transform: rotate(90deg);
    width: 40px
}

@media screen and (min-width: 1024px) {
    .c-section__title--arrow::before {
        background-size:50px;
        bottom: 10px;
        height: 50px;
        width: 50px
    }
}

.c-section__title--light {
    color: #fff
}

.c-section__title--light::before {
    filter: invert(1)
}

@media screen and (min-width: 1024px) {
    .c-section__title--faq {
        margin:30px 0
    }
}

.c-section__details {
    margin-bottom: 30px;
    padding: 20px 0
}

@media screen and (min-width: 768px) {
    .c-section__details {
        display:flex;
        margin-bottom: 60px;
        margin-top: 30px
    }
}

@media screen and (min-width: 1024px) {
    .c-section__title-wrapper {
        max-width:75ch
    }
}

.c-section__split-title {
    color: #000;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    font-family: "Favorit Light",sans-serif;
    font-weight: 200;
    width: 100%
}

@media screen and (min-width: 768px) {
    .c-section__split-title {
        font-size:40px;
        font-size: 2.5rem;
        line-height: 46px
    }
}

.c-section__split-title span {
    font-family: "Favorit Medium",sans-serif;
    font-weight: normal
}

.c-section__split-title--form {
    order: 1;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px
}

@media screen and (min-width: 1024px) {
    .c-section__split-title--form {
        padding:90px 100px 30px
    }
}

@media screen and (min-width: 1400px) {
    .c-section__split-title--form {
        padding-left:140px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__split-title--form {
        padding-left:200px
    }
}

.c-section__copy {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .c-section__copy {
        font-size:18px;
        font-size: 1.125rem;
        line-height: 24px
    }
}

.c-section__copy--small {
    color: #585858;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    font-family: "Favorit Book",sans-serif
}

.c-section__copy p:last-of-type {
    margin-bottom: 0
}

@media screen and (min-width: 1024px) {
    .c-section__copy p {
        max-width:75ch
    }
}

@media screen and (min-width: 1024px) {
    .c-section__copy h2 {
        max-width:35ch
    }
}

.c-section__copy ol,.c-section__copy ul {
    list-style: inherit;
    margin-left: 28px
}

@media screen and (min-width: 1024px) {
    .c-section__copy ol,.c-section__copy ul {
        max-width:70ch
    }
}

.c-section__copy ol {
    list-style: decimal
}

.c-section__buttons {
    margin-top: 30px
}

@media screen and (min-width: 768px) {
    .c-section__buttons {
        display:flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

.c-section__btn {
    margin-top: 10px;
    max-width: 320px;
    text-align: left;
    width: 100%
}

@media screen and (min-width: 768px) {
    .c-section__btn {
        margin-top:15px;
        margin-right: 15px;
        width: auto
    }

    .c-section__btn:last-of-type {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    .c-section__model-block {
        width:50%
    }
}

@media screen and (min-width: 1200px) {
    .c-section__model-block {
        width:40%
    }
}

@media screen and (min-width: 768px) {
    .c-section__model-block--full {
        margin-bottom:30px;
        width: 100%
    }
}

.c-section__model-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    font-family: "Favorit Light",sans-serif;
    font-weight: 200
}

@media screen and (min-width: 768px) {
    .c-section__model-title {
        font-size:40px;
        font-size: 2.5rem;
        line-height: 46px
    }
}

.c-section__model-title span {
    font-family: "Favorit Medium",sans-serif;
    font-weight: normal
}

.c-section__model-info {
    align-items: flex-start;
    display: flex
}

.c-section__model-icon {
    margin-right: 10px;
    margin-top: 3px;
    width: 40px
}

.c-section__model-name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    font-family: "Favorit Light",sans-serif;
    font-weight: 200;
    margin-bottom: 0
}

.c-section__model-name span {
    font-family: "Favorit Medium",sans-serif;
    font-weight: normal
}

.c-section__model-dealer {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px
}

.c-section__model-list {
    margin-top: 10px
}

.c-section__model-list-item {
    color: #585858
}

.c-section__model-list-cta {
    text-decoration: none
}

.c-section__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding-bottom: 100%
}

@media screen and (min-width: 768px) {
    .c-section__image {
        display:none
    }
}

.c-section__image--desktop {
    display: none
}

@media screen and (min-width: 768px) {
    .c-section__image--desktop {
        background-size:cover;
        display: block;
        height: -moz-fit-content;
        height: fit-content;
        margin-top: 0;
        padding-bottom: 66.6666666667%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%
    }
}

@media screen and (min-width: 1200px) {
    .c-section__image--desktop {
        bottom:0;
        height: calc(100vh + 7px);
        padding-bottom: 57.1428571429%;
        position: fixed;
        width: calc(50% - 200px)
    }

    .c-section__image--desktop.is-bottom {
        bottom: -80px;
        position: absolute;
        top: auto
    }
}

@media screen and (min-width: 1400px) {
    .c-section__image--desktop {
        width:calc(50% - 170px)
    }
}

.c-section__list {
    color: #585858;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    font-family: "Favorit Book",sans-serif;
    margin-top: 30px
}

.c-section__cta {
    color: #000;
    text-decoration: underline
}

.c-section__split-txt {
    color: #000;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    font-family: "Favorit Light",sans-serif;
    font-weight: 200
}

.c-section__split-txt span {
    font-family: "Favorit Medium",sans-serif;
    font-weight: normal
}

.c-section__results {
    display: flex;
    flex-direction: column-reverse
}

@media screen and (min-width: 1200px) {
    .c-section__results {
        flex-direction:row;
        margin-left: 100px;
        margin-right: 100px;
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1400px) {
    .c-section__results {
        margin-left:140px;
        margin-right: 140px
    }
}

@media screen and (min-width: 1600px) {
    .c-section__results {
        max-width:1200px;
        margin-left: 200px
    }
}

.c-section__iframe {
    width: 100%
}

.c-section__caveat {
    padding: 0 30px
}

@media screen and (min-width: 768px) {
    .c-section__caveat {
        padding:0 45px
    }
}

@media screen and (min-width: 1200px) {
    .c-section__caveat {
        padding:0
    }
}
ul li{ list-style: none;}

.c-form__row {
    margin-bottom: 20px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .c-form__row {
        max-width:320px
    }

    .c-form--filters .c-form__row {
        margin-right: 1em
    }
}

.c-form__row--checkbox {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 768px) {
    .c-form__row--copy {
        max-width:60ch
    }
}

@media screen and (min-width: 1024px) {
    .c-form__row--copy {
        margin-top:60px
    }
}

@media screen and (min-width: 768px) {
    .c-form__group .c-form__row {
        margin-right:30px
    }
}

.c-form__row--split {
    display: flex;
    justify-content: space-between
}

@media screen and (min-width: 768px) {
    .c-form--filters .c-form__row {
        max-width:none;
        width: calc(50% - 15px)
    }
}

@media screen and (min-width: 1024px) {
    .c-form--filters .c-form__row {
        width:calc(27.5% - 15px)
    }

    .c-form--filters .c-form__row:nth-child(4) {
        width: calc(17.5% - 15px)
    }
}

@media screen and (min-width: 1024px) {
    .c-form--filters .c-form__row--filters-btn {
        width:calc(72.5% - 7.5px)
    }
}

.c-form__row.hidden {
    display: none
}

.c-form__label {
    font-family: "Favorit Book",sans-serif
}

.c-form__select,.c-form .form-select {
    background-color: #fff;
    background-image: url("/svg/chevron.svg");
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 13px 8px;
    font-family: "Favorit Book",sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 2;
    padding-right: 35px;
    position: relative
}

.c-form__hidden-area {
    display: none
}

.c-form__checkbox {
    margin-bottom: 20px;
    width: 33.3333333333%
}

.c-form__checkbox input[type=checkbox] {
    display: none;
    display: none
}

.c-form__checkbox input[type=checkbox]+label:before {
    content: "";
    background-color: #fff;
    border: 1px solid #d8d8d8;
    display: inline-block;
    height: 26px;
    margin-right: .75rem;
    vertical-align: -30%;
    width: 26px
}

.c-form__checkbox input[type=checkbox]:checked+label:before {
    background-color: #000
}

.c-form__checkbox input[type=checkbox]:checked+label:after {
    content: "";
    left: 9.5px;
    top: 5.2px;
    width: 6.5px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg)
}

.c-form__checkbox--full {
    width: 100%
}

.c-form__checkbox--small {
    margin-right: 15px;
    width: auto
}

.c-form__checkbox--small:last-of-type {
    margin-right: 0
}
.c-search-result__form form {
    display: flex
}

.c-search-result__form .c-form__row {
    max-width: none
}

.c-search-result__form .c-form__row--filters-btn {
    color: #fff;
    display: block;
    font-family: "Favorit Medium",sans-serif;
    line-height: unset;
    min-height: unset;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    transition: color .35s ease-in-out;
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
    z-index: 0;
    cursor: pointer;
    border-right: 16px solid #ff0012;
    min-width: 120px;
    margin-top: 0
}

.c-search-result__form .c-form__row--filters-btn::before {
    display: block;
    position: absolute;
    content: "";
    background-color: #000;
    height: 100%;
    inset: 0 auto auto 0;
    opacity: 1;
    width: 100%;
    z-index: -1
}

@media screen and (min-width: 1200px) {
    .c-search-result__form .c-form__row--filters-btn::before {
        transition-duration:.35s
    }
}

.c-search-result__form .c-form__row--filters-btn::after {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2
}

@media screen and (min-width: 1200px) {
    .c-search-result__form .c-form__row--filters-btn:hover {
        color:#000;
        transition: color .35s ease-in-out
    }

    .c-search-result__form .c-form__row--filters-btn:hover::before {
        width: 0;
        height: 100%;
        opacity: 1
    }

    .c-search-result__form .c-form__row--filters-btn:hover .o-expand {
        border-color: #000;
        transition: border-color .35s ease-in-out
    }

    .c-search-result__form .c-form__row--filters-btn:hover .o-expand::after,.c-search-result__form .c-form__row--filters-btn:hover .o-expand::before {
        background-color: #000;
        transition: background-color .35s ease-in-out
    }
}

.c-search-result__form .c-form__row--filters-btn::after {
    background-color: #ff0012
}

.c-search-result__form .c-form__row--filters-btn input[type=submit] {
    background-color: rgba(0,0,0,0);
    margin: 0 !important;
    width: auto;
    padding: 0
}

.c-search-result__form .c-form__row--filters-btn:hover input[type=submit] {
    color: #000;
    transition: color .35s ease-in-out
}

.c-search-result__form input[type=text] {
    line-height: 45px;
    width: 100%;
    margin-top: 0px;
}

.c-search-result__form input[type=submit] {
    background-color: rgba(0,0,0,0);
    color: #fff;
    cursor: pointer;
    line-height: inherit;
    transition: color .35s ease-in-out
}

.c-search-result__list-item {
    border-bottom: 1px solid #d8d8d8
}

.c-search-result__list-cta {
    display: block;
    padding: 10px 45px 10px 0;
    position: relative
}

.c-search-result__list-cta::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url("/svg/arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px;
    bottom: 0;
    height: 100%;
    right: 0;
    top: 0;
    width: 40px
}

.c-search-result__list-cta-title {
    display: block;
    font-family: "Favorit Medium",sans-serif;
    font-weight: 600;
}

.c-search-result__pagination {
    display: flex;
    justify-content: flex-end
}

.c-search-result__pagination .c-section__results {
    margin: 0
}

.c-search-result__pagination .c-pagination {
    padding: 0
}

.c-search-result__pagination .c-pagination__cta {
    margin: 0 9px
}

.c-search-result__no-result {
    margin-top: 20px
}

.c-search-bar {
    align-items: center;
    display: flex;
    font-family: inherit;
    padding: 0 20px;
    text-decoration: none;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .c-search-bar {
        padding:0;
        opacity: 1;
        margin: 0;
        max-width: none;
        right: 0;
        top: 0;
        height: 40px;
        transition: all .35s linear;
        z-index: 10;
        width: 100px
    }
}

@media screen and (min-width: 1024px) {
    .c-search-bar--focused {
        width:240px;
        transition: all .35s linear
    }
}

@media screen and (min-width: 1024px) {
    .c-search-bar--focused .c-search-bar__input[type=search] {
        width:100%
    }
}

.c-search-bar__input[type=search] {
    border: 0;
    background-color: rgba(0,0,0,0);
    margin-left: -8px;
    padding: 0 10px
}

@media screen and (min-width: 1024px) {
    .c-search-bar__input[type=search] {
        height:30px
    }
}

.c-search-bar__search-btn {
    display: none
}

.c-search-result__pagination {
    display: flex;
    justify-content: flex-end
}

.c-search-result__pagination .c-section__results {
    margin: 0
}

.c-search-result__pagination .c-pagination {
    padding: 0
}

.c-search-result__pagination .c-pagination__cta {
    margin: 0 9px;
    font-weight: 600;
}

.c-search-result__no-result {
    margin-top: 20px
}

.c-pagination {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    margin-top: 60px;
    padding: 0 30px
}

@media screen and (min-width: 1024px) {
    .c-pagination {
        margin-left:70px
    }
}

@media screen and (min-width: 1024px) {
    .c-pagination {
        margin-left:0;
        padding: 0
    }
}

.c-pagination__cta,.c-pagination__dots,.c-pagination__page {
    display: inline-block;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 45px;
    font-family: "Favorit Medium",sans-serif;
    margin: 0 10px;
    text-decoration: none
}

.c-pagination__page {
    text-decoration: underline
}

.c-pagination__btn {
    border-right: 10px solid #ff0012
}

.c-pagination__btn-span {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 0
}

.c-pagination__btn-span::before,.c-pagination__btn-span::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url("/svg/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    filter: invert(1);
    height: 15px;
    width: 22px
}

.c-pagination__btn-span--prev {
    transform: rotate(180deg)
}
