<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.seatComponents-secondary-navigation .secondary-nav .base {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
}

    .seatComponents-secondary-navigation .secondary-nav .base &gt; .dropdown {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        padding: 5px 0;
    }

        .seatComponents-secondary-navigation .secondary-nav .base &gt; .dropdown .dropdown-toggle {
            display: block;
        }

        .seatComponents-secondary-navigation .secondary-nav .base &gt; .dropdown .dropdown-menu {
            width: 100%;
            float: none;
            height: auto;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0;
            padding: 0;
            border: none;
        }

        .seatComponents-secondary-navigation .secondary-nav .base &gt; .dropdown.open {
            padding: 15px 0;
            position: static;
        }

.seatComponents-secondary-navigation .ctaList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .seatComponents-secondary-navigation .ctaList .cta {
        padding: 0px;
        font-size: 16px;
        text-align: center;
        width: 202px;
        height: 48px;
        margin: 16px;
        color: #ffffff;
        border: solid 1px #dbd3cb;
        background-color: #1b1b1b;
    }

@media only screen and (min-width: 1024px) {
    .seatComponents-secondary-navigation .secondary-nav.hidden-lg {
        display: none;
    }

    .seatComponents-secondary-navigation .secondary-nav .base {
        padding-right: 25px;
        padding-left: 25px;
        max-width: 1440px;
    }

        .seatComponents-secondary-navigation .secondary-nav .base .title:after {
            font-size: 200%;
            padding-left: 15px;
        }

        .seatComponents-secondary-navigation .secondary-nav .base .nav {
            width: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

            .seatComponents-secondary-navigation .secondary-nav .base .nav li {
                width: auto;
                float: none;
                -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                flex: 0 1 auto;
                padding: 10px;
            }
}

@media only screen and (max-width: 640px) {
    .seatComponents-secondary-navigation .secondary-nav .base &gt; .dropdown {
        text-align: center;
    }

        .seatComponents-secondary-navigation .secondary-nav .base &gt; .dropdown .dropdown-toggle {
            text-align: center;
            display: inline-block;
            position: relative;
            padding-right: 17px;
        }
}

.container-body .blackColor span, .container-body .blackColor h3, .container-body .blackColor p {
    color: #242221
}

.container-body .whiteColor span, .container-body .whiteColor h3, .container-body .whiteColor p {
    color: #fff
}

.container-body .bgBlack {
    background-color: #242221
}

    .container-body .bgBlack span, .container-body .bgBlack h3, .container-body .bgBlack p {
        color: #fff
    }

.container-body .bgBluePetrol {
    background-color: #003c4a
}

    .container-body .bgBluePetrol span, .container-body .bgBluePetrol h3, .container-body .bgBluePetrol p {
        color: #fff
    }

.container-body .bgWhite {
    background-color: #fff
}

    .container-body .bgWhite span, .container-body .bgWhite h3, .container-body .bgWhite p {
        color: #242221
    }

.container-body .btnBlack-primary {
    color: #242221;
    border: solid 1px #242221;
    padding: 8px 16px;
    display: inline-block;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: pre;
    vertical-align: bottom;
    transition: none
}

    .container-body .btnBlack-primary:hover {
        border: solid 1px rgba(36,34,33,0.6);
        color: rgba(36,34,33,0.6)
    }

    .container-body .btnBlack-primary:active {
        border: solid 2px #242221;
        color: #242221
    }

    .container-body .btnBlack-primary:disabled {
        border: solid 1px rgba(36,34,33,0.35);
        background-color: rgba(36,34,33,0.35)
    }

.container-body .btnBluePetrol-primary {
    color: #fff;
    border: solid 1px #003e51;
    background-color: #003e51;
    padding: 8px 16px;
    display: inline-block;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: pre;
    vertical-align: bottom;
    transition: none
}

    .container-body .btnBluePetrol-primary:hover {
        border: solid 1px rgba(0,62,81,0.8);
        background-color: rgba(0,62,81,0.8)
    }

    .container-body .btnBluePetrol-primary:active {
        border: solid 1px #242221;
        background-color: #242221
    }

    .container-body .btnBluePetrol-primary:disabled {
        border: solid 1px rgba(0,62,81,0.4);
        background-color: rgba(0,62,81,0.4)
    }

.container-body .btnBluePetrol-secondary {
    color: #003e51;
    border: solid 1px #003e51;
    padding: 8px 16px;
    display: inline-block;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: pre;
    vertical-align: bottom;
    transition: none
}

    .container-body .btnBluePetrol-secondary:hover {
        color: rgba(0,62,81,0.6);
        border: solid 1px rgba(0,62,81,0.6)
    }

    .container-body .btnBluePetrol-secondary:active {
        color: #242221;
        border: solid 2px #242221
    }

    .container-body .btnBluePetrol-secondary:disabled {
        color: rgba(0,62,81,0.35);
        border: solid 1px rgba(0,62,81,0.35)
    }

.container-body .btnWhite-primary {
    color: #fff;
    border: solid 1px #fff;
    padding: 8px 16px;
    display: inline-block;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: pre;
    vertical-align: bottom;
    transition: none
}

    .container-body .btnWhite-primary:hover {
        border: solid 1px rgba(255,255,255,0.6);
        color: rgba(255,255,255,0.6)
    }

    .container-body .btnWhite-primary:active {
        border: solid 2px #fff;
        color: #fff
    }

    .container-body .btnWhite-primary:disabled {
        border: solid 1px rgba(255,255,255,0.35);
        color: rgba(255,255,255,0.35)
    }

.container-body .btnWhite-secondary {
    color: rgba(36,34,33,0.8);
    border: solid 1px #fff;
    background-color: #fff;
    padding: 8px 16px;
    display: inline-block;
    min-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: pre;
    vertical-align: bottom;
    transition: none
}

    .container-body .btnWhite-secondary:hover {
        color: rgba(36,34,33,0.6)
    }

    .container-body .btnWhite-secondary:active {
        color: #242221;
        border: solid 1px #fff
    }

    .container-body .btnWhite-secondary:disabled {
        color: rgba(245,245,245,0.2);
        border: solid 1px rgba(245,245,245,0.2);
        background-color: rgba(245,245,245,0.2)
    }

.container-body .linkBlack {
    position: absolute;
    padding-left: 6.25vw
}

    .container-body .linkBlack::after {
        display: block;
        content: '';
        position: absolute;
        height: 1px;
        width: 6.25vw;
        left: 0;
        bottom: 1.25vw;
        background: #242221
    }

    .container-body .linkBlack span {
        padding-left: 8px;
        color: #242221;
        transition: none
    }

    .container-body .linkBlack:hover::after {
        background: rgba(36,34,33,0.6)
    }

    .container-body .linkBlack:hover span {
        color: rgba(36,34,33,0.6)
    }

    .container-body .linkBlack:active::after {
        height: 2px;
        background: #003c4a
    }

    .container-body .linkBlack:active span {
        color: #003c4a
    }

    .container-body .linkBlack:disabled::after {
        background: rgba(36,34,33,0.35)
    }

    .container-body .linkBlack:disabled span {
        color: rgba(36,34,33,0.35)
    }

.container-body .linkWhite {
    position: absolute;
    padding-left: 6.25vw
}

    .container-body .linkWhite::after {
        display: block;
        content: '';
        position: absolute;
        height: 1px;
        width: 6.25vw;
        left: 0;
        bottom: 1.25vw;
        background: #fff
    }

    .container-body .linkWhite span {
        padding-left: 2.5vw;
        color: #fff;
        transition: none
    }

    .container-body .linkWhite:hover::after {
        background: rgba(245,245,245,0.6)
    }

    .container-body .linkWhite:hover span {
        color: rgba(245,245,245,0.6)
    }

    .container-body .linkWhite:active::after {
        height: 2px;
        background: #fff
    }

    .container-body .linkWhite:active span {
        color: #fff
    }

    .container-body .linkWhite:disabled::after {
        background: rgba(213,213,213,0.35)
    }

    .container-body .linkWhite:disabled span {
        color: rgba(213,213,213,0.35)
    }

.container-body .blackOverlayTop, .container-body .whiteOverlayTop, .container-body .blackOverlayBottom, .container-body .whiteOverlayBottom {
    position: absolute;
    width: 100%;
    left: 0
}

.container-body .blackOverlayTop, .container-body .whiteOverlayTop {
    top: 0
}

.container-body .blackOverlayBottom, .container-body .whiteOverlayBottom {
    bottom: 0
}

.container-body .blackOverlayTop {
    background: linear-gradient(to bottom, #fff, rgba(255,255,255,0.37), rgba(255,255,255,0))
}

.container-body .whiteOverlayTop {
    background: linear-gradient(to bottom, #242221, rgba(36,34,33,0))
}

.container-body .blackOverlayBottom {
    background: linear-gradient(to top, #fff, rgba(255,255,255,0.37), rgba(255,255,255,0))
}

.container-body .whiteOverlayBottom {
    background: linear-gradient(to top, #242221, rgba(36,34,33,0))
}

@media (min-width: 764px) {
    .container-body .linkBlack, .container-body .linkWhite {
        padding-left: 2.6178010471vw
    }

        .container-body .linkBlack span, .container-body .linkWhite span {
            padding-left: 1.0471204188vw
        }

        .container-body .linkBlack::after, .container-body .linkWhite::after {
            width: 2.6178010471vw;
            bottom: .2617801047vw
        }
}

@media (min-width: 1016px) {
    .container-body .linkBlack, .container-body .linkWhite {
        padding-left: 1.968503937vw
    }

        .container-body .linkBlack span, .container-body .linkWhite span {
            padding-left: .7874015748vw
        }

        .container-body .linkBlack::after, .container-body .linkWhite::after {
            width: 1.968503937vw;
            bottom: .5905511811vw
        }
}

@media (min-width: 1436px) {
    .container-body .linkBlack, .container-body .linkWhite {
        padding-left: 24px
    }

        .container-body .linkBlack span, .container-body .linkWhite span {
            padding-left: 8px
        }

        .container-body .linkBlack::after, .container-body .linkWhite::after {
            width: 24px;
            bottom: 6px
        }
}

.button {
    max-height: 40px;
    padding: 10px 16px 14px 16px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'CupraRegular', serif;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b
}

    .button:hover, .button:active, .button:focus, .button:active:focus {
        color: #fff;
        background-color: #75787b;
        border: 1px solid #75787b;
        outline: none;
        border-radius: 0;
        box-shadow: 0 0 0 0
    }

    .button.secondary {
        color: #1b1b1b;
        background-color: transparent;
        border-color: #1b1b1b
    }

        .button.secondary:hover, .button.secondary:active, .button.secondary:focus, .button.secondary:active:focus {
            box-shadow: inset 0px 0px 0px 1px #1b1b1b
        }

    .button.rounded-button {
        border-radius: 24px;
        padding: 11px 0 13px
    }

        .button.rounded-button::before {
            background-image: url("../../../../content/dam/react-cupra/icons/plus-icon.svg");
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            content: '';
            width: 20px;
            height: 20px;
            vertical-align: unset
        }

        .button.rounded-button a {
            color: #fff;
            vertical-align: super;
            margin-left: 4px
        }

@media (min-width: 1016px) {
    .button {
        max-height: 48px;
        padding: 12px 16px 16px 16px;
        line-height: 20px;
        font-size: 16px
    }

        .button.rounded-button {
            padding: 13px 0 15px
        }
}

.dark .button, .transparent .button {
    color: #000;
    background-color: #dbd3cb;
    border: 1px solid #dbd3cb
}

    .dark .button:hover, .dark .button:active, .dark .button:focus, .dark .button:active:focus, .transparent .button:hover, .transparent .button:active, .transparent .button:focus, .transparent .button:active:focus {
        color: #1b1b1b;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        outline: none;
        border-radius: 0;
        box-shadow: 0 0 0 0
    }

    .dark .button.secondary, .transparent .button.secondary {
        color: #fff;
        background-color: transparent;
        border-color: #dbd3cb
    }

        .dark .button.secondary:hover, .dark .button.secondary:active, .dark .button.secondary:focus, .dark .button.secondary:active:focus, .transparent .button.secondary:hover, .transparent .button.secondary:active, .transparent .button.secondary:focus, .transparent .button.secondary:active:focus {
            box-shadow: inset 0px 0px 0px 1px #dbd3cb
        }

@media (min-width: 1436px) {
    .cupra-container {
        margin: 0 auto;
        max-width: 1436px;
        position: relative
    }
}

.seatComponents-advanced-richtext.title-cupra.left-margin-cupra {
    padding: 54px 16px 16px 16px
}

@media (min-width: 764px) {
    .seatComponents-advanced-richtext.title-cupra.left-margin-cupra {
        padding: 54px 32px 24px 32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-advanced-richtext.title-cupra.left-margin-cupra {
        margin-left: 16.14%;
        padding: 104px 32px 24px 32px
    }
}

@media (min-width: 1436px) {
    .seatComponents-advanced-richtext.title-cupra.left-margin-cupra {
        margin-left: 16.29%;
        padding: 104px 32px 16px 32px
    }
}

.seatComponents-advanced-richtext.title-cupra h2 {
    font-size: 30px;
    line-height: 32px;
    width: 100%;
    margin: 0 0 16px 0;
    text-align: left;
    text-transform: uppercase;
    font-family: 'CupraBook', serif;
    color: #000000
}

@media (min-width: 764px) {
    .seatComponents-advanced-richtext.title-cupra h2 {
        font-size: 40px;
        line-height: 44px;
        width: 57.28vw;
        font-family: 'CupraLight', serif
    }
}

@media (min-width: 1016px) {
    .seatComponents-advanced-richtext.title-cupra h2 {
        font-size: 48px;
        line-height: 52px;
        width: 45.27vw
    }
}

@media (min-width: 1436px) {
    .seatComponents-advanced-richtext.title-cupra h2 {
        width: 46.67vw;
        font-size: 60px;
        line-height: 64px;
        margin: 0 0 24px 0
    }
}

.seatComponents-advanced-richtext.title-cupra p {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    font-family: 'CupraBook';
    color: #666666
}

@media (min-width: 764px) {
    .seatComponents-advanced-richtext.title-cupra p {
        font-size: 16px;
        line-height: 20px;
        width: 75.7vw
    }
}

@media (min-width: 1016px) {
    .seatComponents-advanced-richtext.title-cupra p {
        font-size: 20px;
        line-height: 24px;
        width: 45.3vw
    }
}

@media (min-width: 1436px) {
    .seatComponents-advanced-richtext.title-cupra p {
        width: 46.67vw
    }
}

.left-black-arrow {
    width: 20px;
    height: 20px;
    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/left-black-arrow.svg)
}

.right-black-arrow {
    width: 20px;
    height: 20px;
    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/right-black-arrow.svg)
}

.modal-close-icon {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/black.png) no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain
}

.cupra-modal .icon-close {
    background: url("../../../../etc.clientlibs/seatComponents/components/specs-container/clientlibs/resources/images/black.png") no-repeat;
    height: 32px;
    width: 32px;
    background-size: contain;
    display: block;
    top: 16px;
    right: 16px;
    margin-top: 16px;
    position: sticky;
    z-index: 2;
    cursor: pointer;
    float: right
}

@media (min-width: 764px) {
    .cupra-modal .icon-close {
        top: 32px;
        right: 32px;
        margin-top: 32px
    }
}

@media (min-width: 1016px) {
    .cupra-modal .icon-close {
        z-index: 2;
        top: 106px;
        margin-top: 0
    }
}

.cupra-modal .parallax-gallery.section {
    background: #f4f4f3
}

@media (min-width: 1016px) {
    body .modal-view-overlay .modal-view-container.cupra-modal .modal-view-header {
        position: sticky;
        z-index: 951;
        top: 0
    }
}

body .modal-view-overlay .modal-view-container.cupra-modal .modal-view-icon-close {
    margin: 0;
    position: sticky;
    top: 16px;
    right: 16px;
    margin-top: 16px;
    width: 32px;
    height: 32px
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-container.cupra-modal .modal-view-icon-close {
        top: 32px;
        right: 32px;
        margin-top: 32px
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay .modal-view-container.cupra-modal .modal-view-icon-close {
        top: 106px;
        margin-top: 0
    }
}

body .modal-view-overlay .modal-view-container.cupra-modal .modal-view-icon-close-white {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/close-icon-white.svg) center no-repeat
}

body .modal-view-overlay .modal-view-centered .modal-view-dialog {
    display: grid;
    padding: 16px 0;
    max-height: 100vh
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-view-dialog {
        padding: 40px 0
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay .modal-view-centered .modal-view-dialog {
        padding: 42px 0
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay .modal-view-centered .modal-view-dialog {
        padding: 64px 0
    }
}

body .modal-view-overlay .modal-view-centered .modal-view-wrapper {
    position: relative;
    width: 100%;
    background: white;
    padding: 8px;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    justify-self: center;
    align-self: center
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-view-wrapper {
        width: 552px;
        padding: 16px
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay .modal-view-centered .modal-view-wrapper {
        margin: 40px auto;
        width: 720px;
        padding: 24px
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay .modal-view-centered .modal-view-wrapper {
        width: 766px
    }
}

body .modal-view-overlay .modal-view-centered .modal-view-close {
    float: right;
    position: sticky;
    top: 0;
    display: block;
    height: 32px;
    width: 32px;
    cursor: pointer;
    z-index: 1
}

body .modal-view-overlay .modal-view-centered .modal-view-body {
    padding: 8px
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-view-body {
        padding: 32px
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay .modal-view-centered .modal-view-body {
        padding: 24px
    }
}

body .modal-view-overlay .modal-view-centered .modal-view-title {
    font-family: 'CupraBook', sans-serif;
    font-size: 24px;
    line-height: 1.17;
    color: #000000;
    height: unset;
    max-height: 168px;
    text-transform: uppercase;
    overflow: hidden;
    max-width: 216px
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-view-title {
        width: 456px;
        max-height: 128px;
        font-size: 30px;
        line-height: 1.07;
        max-width: 445px
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay .modal-view-centered .modal-view-title {
        width: 624px;
        font-size: 24px;
        line-height: 1.17;
        max-height: 56px;
        max-width: 609px
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay .modal-view-centered .modal-view-title {
        width: 638px;
        font-size: 30px;
        line-height: 1.07;
        max-height: 64px;
        max-width: 654px
    }
}

body .modal-view-overlay .modal-view-centered .modal-view-description {
    margin-top: 24px
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-view-description {
        margin-top: 40px
    }
}

body .modal-view-overlay .modal-view-centered .modal-view-description p {
    font-family: 'CupraBook', sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #666666;
    margin: 0
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-view-description p {
        font-size: 16px;
        line-height: 1.5
    }
}

.modal-view-page.modal-view-body &gt; div &gt; .row {
    transform: translateY(-25px)
}

@media (min-width: 764px) {
    .modal-view-page.modal-view-body &gt; div &gt; .row {
        transform: translateY(0)
    }
}

@media (min-width: 1016px) {
    .modal-view-page.modal-view-body &gt; div &gt; .row {
        transform: translateY(-10px)
    }
}

.modal-view-page.modal-view-body .row {
    display: grid;
    width: 100%
}

    .modal-view-page.modal-view-body .row &gt; .col {
        display: grid
    }

        .modal-view-page.modal-view-body .row &gt; .col &gt; div {
            display: grid
        }

.modal-view-page.modal-view-body .modal-view-title, .modal-view-page.modal-view-body .modal-view-title p {
    font-family: 'CupraBook', sans-serif;
    font-size: 24px;
    line-height: 1.17;
    color: #000000;
    height: unset;
    max-height: unset;
    text-transform: uppercase;
    overflow: hidden
}

@media (min-width: 764px) {
    .modal-view-page.modal-view-body .modal-view-title, .modal-view-page.modal-view-body .modal-view-title p {
        font-size: 30px;
        line-height: 1.07
    }
}

@media (min-width: 1016px) {
    .modal-view-page.modal-view-body .modal-view-title, .modal-view-page.modal-view-body .modal-view-title p {
        font-size: 24px;
        line-height: 1.17
    }
}

@media (min-width: 1436px) {
    .modal-view-page.modal-view-body .modal-view-title, .modal-view-page.modal-view-body .modal-view-title p {
        font-size: 30px;
        line-height: 1.07
    }
}

.modal-view-page.modal-view-body .modal-view-description, .modal-view-page.modal-view-body .modal-view-list {
    margin-top: 24px;
    max-height: unset
}

@media (min-width: 764px) {
    .modal-view-page.modal-view-body .modal-view-description, .modal-view-page.modal-view-body .modal-view-list {
        margin-top: 40px
    }
}

.modal-view-page.modal-view-body .modal-view-description p, .modal-view-page.modal-view-body .modal-view-description ul, .modal-view-page.modal-view-body .modal-view-description li, .modal-view-page.modal-view-body .modal-view-description div, .modal-view-page.modal-view-body .modal-view-description span, .modal-view-page.modal-view-body .modal-view-list p, .modal-view-page.modal-view-body .modal-view-list ul, .modal-view-page.modal-view-body .modal-view-list li, .modal-view-page.modal-view-body .modal-view-list div, .modal-view-page.modal-view-body .modal-view-list span {
    font-family: 'CupraBook', sans-serif;
    font-size: 14px;
    line-height: 1.43;
    color: #666666;
    margin: 0
}

@media (min-width: 1016px) {
    .modal-view-page.modal-view-body .modal-view-description p, .modal-view-page.modal-view-body .modal-view-description ul, .modal-view-page.modal-view-body .modal-view-description li, .modal-view-page.modal-view-body .modal-view-description div, .modal-view-page.modal-view-body .modal-view-description span, .modal-view-page.modal-view-body .modal-view-list p, .modal-view-page.modal-view-body .modal-view-list ul, .modal-view-page.modal-view-body .modal-view-list li, .modal-view-page.modal-view-body .modal-view-list div, .modal-view-page.modal-view-body .modal-view-list span {
        font-size: 16px;
        line-height: 1.5
    }
}

.modal-view-page.modal-view-body .modal-view-description ul, .modal-view-page.modal-view-body .modal-view-list ul {
    margin-top: 16px;
    padding: 0
}

    .modal-view-page.modal-view-body .modal-view-description ul li, .modal-view-page.modal-view-body .modal-view-list ul li {
        list-style-position: outside;
        margin-bottom: 8px;
        margin-left: 22px;
        line-height: 24px
    }

.modal-view-page.modal-view-body .modal-view-list {
    margin-top: 16px
}

@media (min-width: 764px) {
    .modal-view-page.modal-view-body .modal-view-list {
        margin-top: 0
    }
}

.modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row {
    grid-template-columns: 1fr;
    margin: 0
}

@media (min-width: 764px) {
    .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 32px
    }
}

@media (min-width: 1016px) {
    .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row {
        grid-template-columns: 3fr 5.3fr
    }
}

@media (min-width: 1436px) {
    .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row {
        grid-template-columns: 2fr 4.3fr
    }
}

.modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row .col {
    padding: 0;
    margin: 0
}

@media (min-width: 764px) {
    .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row .col:first-child {
        grid-column: 1/3
    }
}

.modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row .col:first-child p {
    font-family: 'CupraMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    margin: 24px 0 16px
}

@media (min-width: 764px) {
    .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row .col:first-child p {
        margin: 40px 0 32px
    }
}

@media (min-width: 1016px) {
    .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row .col:first-child p {
        font-size: 20px;
        line-height: 1.2
    }
}

.modal-view-page.modal-view-body .seatComponents-grid-container .image.section {
    width: 100%
}

    .modal-view-page.modal-view-body .seatComponents-grid-container .image.section img {
        width: 100%
    }

.modal-view-page.modal-view-body div.separator-bar.section {
    margin: 16px 0 0 0
}

@media (min-width: 764px) {
    .modal-view-page.modal-view-body div.separator-bar.section {
        margin: 40px 0 0 0
    }
}

.modal-view-page.modal-view-body div.advanced-richtext.section, .modal-view-page.modal-view-body div.grid-container.section {
    margin: 0
}

    .modal-view-page.modal-view-body div.advanced-richtext.section p, .modal-view-page.modal-view-body div.grid-container.section p {
        margin: 0
    }

button.cta-squared, input[type='button'].cta-squared, a[role='button'].cta-squared, a.cta-squared, button.cta-rounded, input[type='button'].cta-rounded, a[role='button'].cta-rounded, a.cta-rounded, button.cta-tertiary, input[type='button'].cta-tertiary, a[role='button'].cta-tertiary, a.cta-tertiary, .cupra-offer-page button[type='submit'], .dynamic-form-multi-step .newBookTestDrive .btn-continue, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem {
    min-width: 136px;
    cursor: pointer;
    padding: 10px 16px 14px 16px;
    outline: none;
    border: none;
    font-size: 14px;
    font-family: 'CupraRegular', sans-serif;
    text-align: center;
    transition: all 0.5s linear;
    transition: border 0s;
    max-height: 40px
}

    button.cta-squared:hover, input[type='button'].cta-squared:hover, a.cta-squared:hover, button.cta-rounded:hover, input[type='button'].cta-rounded:hover, a.cta-rounded:hover, button.cta-tertiary:hover, input[type='button'].cta-tertiary:hover, a.cta-tertiary:hover, .cupra-offer-page button[type='submit']:hover, .dynamic-form-multi-step .newBookTestDrive .btn-continue:hover, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:hover, button.cta-squared:focus, input[type='button'].cta-squared:focus, a.cta-squared:focus, button.cta-rounded:focus, input[type='button'].cta-rounded:focus, a.cta-rounded:focus, button.cta-tertiary:focus, input[type='button'].cta-tertiary:focus, a.cta-tertiary:focus, .cupra-offer-page button[type='submit']:focus, .dynamic-form-multi-step .newBookTestDrive .btn-continue:focus, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:focus {
        outline: none
    }

@media (min-width: 1016px) {
    button.cta-squared, input[type='button'].cta-squared, a[role='button'].cta-squared, a.cta-squared, button.cta-rounded, input[type='button'].cta-rounded, a[role='button'].cta-rounded, a.cta-rounded, button.cta-tertiary, input[type='button'].cta-tertiary, a[role='button'].cta-tertiary, a.cta-tertiary, .cupra-offer-page button[type='submit'], .dynamic-form-multi-step .newBookTestDrive .btn-continue, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem {
        padding: 12px 16px 16px 16px;
        font-size: 16px;
        max-height: 44px
    }
}

button.cta-squared span, input[type='button'].cta-squared span, a[role='button'].cta-squared span, a.cta-squared span, button.cta-rounded span, input[type='button'].cta-rounded span, a[role='button'].cta-rounded span, a.cta-rounded span, button.cta-tertiary span, input[type='button'].cta-tertiary span, a[role='button'].cta-tertiary span, a.cta-tertiary span, .cupra-offer-page button[type='submit'] span, .dynamic-form-multi-step .newBookTestDrive .btn-continue span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem span {
    font-size: 14px;
    font-family: 'CupraRegular', sans-serif;
    display: block;
    line-height: 16px;
    max-height: 16px;
    overflow: hidden
}

@media (min-width: 1016px) {
    button.cta-squared span, input[type='button'].cta-squared span, a[role='button'].cta-squared span, a.cta-squared span, button.cta-rounded span, input[type='button'].cta-rounded span, a[role='button'].cta-rounded span, a.cta-rounded span, button.cta-tertiary span, input[type='button'].cta-tertiary span, a[role='button'].cta-tertiary span, a.cta-tertiary span, .cupra-offer-page button[type='submit'] span, .dynamic-form-multi-step .newBookTestDrive .btn-continue span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem span {
        font-size: 16px;
        line-height: 20px;
        max-height: 20px
    }
}

button.cta-smallest.cta-squared, input.cta-smallest[type='button'].cta-squared, a.cta-smallest.cta-squared, button.cta-smallest.cta-rounded, input.cta-smallest[type='button'].cta-rounded, a.cta-smallest.cta-rounded, button.cta-smallest.cta-tertiary, input.cta-smallest[type='button'].cta-tertiary, a.cta-smallest.cta-tertiary, .cupra-offer-page button.cta-smallest[type='submit'], .dynamic-form-multi-step .newBookTestDrive .cta-smallest.btn-continue, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-smallest.ctaItem {
    padding: 8px 16px
}

@media (min-width: 1016px) {
    button.cta-smallest.cta-squared, input.cta-smallest[type='button'].cta-squared, a.cta-smallest.cta-squared, button.cta-smallest.cta-rounded, input.cta-smallest[type='button'].cta-rounded, a.cta-smallest.cta-rounded, button.cta-smallest.cta-tertiary, input.cta-smallest[type='button'].cta-tertiary, a.cta-smallest.cta-tertiary, .cupra-offer-page button.cta-smallest[type='submit'], .dynamic-form-multi-step .newBookTestDrive .cta-smallest.btn-continue, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-smallest.ctaItem {
        font-size: 14px;
        padding: 8px 16px
    }
}

button.cta-smallest.cta-squared span, input.cta-smallest[type='button'].cta-squared span, a.cta-smallest.cta-squared span, button.cta-smallest.cta-rounded span, input.cta-smallest[type='button'].cta-rounded span, a.cta-smallest.cta-rounded span, button.cta-smallest.cta-tertiary span, input.cta-smallest[type='button'].cta-tertiary span, a.cta-smallest.cta-tertiary span, .cupra-offer-page button.cta-smallest[type='submit'] span, .dynamic-form-multi-step .newBookTestDrive .cta-smallest.btn-continue span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-smallest.ctaItem span {
    font-size: 14px
}

@media (min-width: 1016px) {
    button.cta-smallest.cta-squared span, input.cta-smallest[type='button'].cta-squared span, a.cta-smallest.cta-squared span, button.cta-smallest.cta-rounded span, input.cta-smallest[type='button'].cta-rounded span, a.cta-smallest.cta-rounded span, button.cta-smallest.cta-tertiary span, input.cta-smallest[type='button'].cta-tertiary span, a.cta-smallest.cta-tertiary span, .cupra-offer-page button.cta-smallest[type='submit'] span, .dynamic-form-multi-step .newBookTestDrive .cta-smallest.btn-continue span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-smallest.ctaItem span {
        font-size: 14px
    }
}

button.cta-squared.cta-light.cta-primary, input[type='button'].cta-squared.cta-light.cta-primary, a[role='button'].cta-squared.cta-light.cta-primary, a.cta-squared.cta-light.cta-primary, button.cta-rounded.cta-light, input[type='button'].cta-rounded.cta-light, a[role='button'].cta-rounded.cta-light, a.cta-rounded.cta-light {
    background-color: #dbd3cb;
    color: #000
}

    button.cta-squared.cta-light.cta-primary span, input[type='button'].cta-squared.cta-light.cta-primary span, a[role='button'].cta-squared.cta-light.cta-primary span, a.cta-squared.cta-light.cta-primary span, button.cta-rounded.cta-light span, input[type='button'].cta-rounded.cta-light span, a[role='button'].cta-rounded.cta-light span, a.cta-rounded.cta-light span {
        color: #000
    }

    button.cta-squared.cta-light.cta-primary:hover, input[type='button'].cta-squared.cta-light.cta-primary:hover, a.cta-squared.cta-light.cta-primary:hover, button.cta-rounded.cta-light:hover, input[type='button'].cta-rounded.cta-light:hover, a.cta-rounded.cta-light:hover {
        background-color: #fff
    }

    button.cta-squared.cta-light.cta-primary:disabled, input[type='button'].cta-squared.cta-light.cta-primary:disabled, a.cta-squared.cta-light.cta-primary:disabled, button.cta-rounded.cta-light:disabled, input[type='button'].cta-rounded.cta-light:disabled, a.cta-rounded.cta-light:disabled, button.disabled.cta-squared.cta-light.cta-primary, input.disabled[type='button'].cta-squared.cta-light.cta-primary, a.disabled.cta-squared.cta-light.cta-primary, button.disabled.cta-rounded.cta-light, input.disabled[type='button'].cta-rounded.cta-light, a.disabled.cta-rounded.cta-light {
        background-color: #f8f6f5;
        color: #d1d1d1;
        cursor: not-allowed
    }

        button.cta-squared.cta-light.cta-primary:disabled span, input[type='button'].cta-squared.cta-light.cta-primary:disabled span, a.cta-squared.cta-light.cta-primary:disabled span, button.cta-rounded.cta-light:disabled span, input[type='button'].cta-rounded.cta-light:disabled span, a.cta-rounded.cta-light:disabled span, button.disabled.cta-squared.cta-light.cta-primary span, input.disabled[type='button'].cta-squared.cta-light.cta-primary span, a.disabled.cta-squared.cta-light.cta-primary span, button.disabled.cta-rounded.cta-light span, input.disabled[type='button'].cta-rounded.cta-light span, a.disabled.cta-rounded.cta-light span {
            color: #d1d1d1
        }

        button.cta-squared.cta-light.cta-primary:disabled:hover, input[type='button'].cta-squared.cta-light.cta-primary:disabled:hover, a.cta-squared.cta-light.cta-primary:disabled:hover, button.cta-rounded.cta-light:disabled:hover, input[type='button'].cta-rounded.cta-light:disabled:hover, a.cta-rounded.cta-light:disabled:hover, button.cta-squared.cta-light.cta-primary:disabled:focus, input[type='button'].cta-squared.cta-light.cta-primary:disabled:focus, a.cta-squared.cta-light.cta-primary:disabled:focus, button.cta-rounded.cta-light:disabled:focus, input[type='button'].cta-rounded.cta-light:disabled:focus, a.cta-rounded.cta-light:disabled:focus, button.disabled.cta-squared.cta-light.cta-primary:hover, input.disabled[type='button'].cta-squared.cta-light.cta-primary:hover, a.disabled.cta-squared.cta-light.cta-primary:hover, button.disabled.cta-rounded.cta-light:hover, input.disabled[type='button'].cta-rounded.cta-light:hover, a.disabled.cta-rounded.cta-light:hover, button.disabled.cta-squared.cta-light.cta-primary:focus, input.disabled[type='button'].cta-squared.cta-light.cta-primary:focus, a.disabled.cta-squared.cta-light.cta-primary:focus, button.disabled.cta-rounded.cta-light:focus, input.disabled[type='button'].cta-rounded.cta-light:focus, a.disabled.cta-rounded.cta-light:focus {
            background-color: #f8f6f5
        }

button.cta-plus-icon.cta-squared.cta-light.cta-primary:before, input.cta-plus-icon[type='button'].cta-squared.cta-light.cta-primary:before, a.cta-plus-icon.cta-squared.cta-light.cta-primary:before, button.cta-plus-icon.cta-rounded.cta-light:before, input.cta-plus-icon[type='button'].cta-rounded.cta-light:before, a.cta-plus-icon.cta-rounded.cta-light:before {
    content: '';
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/plus-icon-black.svg) center no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    background-size: cover
}

button.cta-plus-icon.cta-squared.cta-light.cta-primary span, input.cta-plus-icon[type='button'].cta-squared.cta-light.cta-primary span, a.cta-plus-icon.cta-squared.cta-light.cta-primary span, button.cta-plus-icon.cta-rounded.cta-light span, input.cta-plus-icon[type='button'].cta-rounded.cta-light span, a.cta-plus-icon.cta-rounded.cta-light span {
    text-align: left;
    max-width: 80%
}

button.cta-squared.cta-dark.cta-primary, input[type='button'].cta-squared.cta-dark.cta-primary, a[role='button'].cta-squared.cta-dark.cta-primary, a.cta-squared.cta-dark.cta-primary, button.cta-rounded.cta-dark, input[type='button'].cta-rounded.cta-dark, a[role='button'].cta-rounded.cta-dark, a.cta-rounded.cta-dark, .cupra-offer-page button[type='submit'], .dynamic-form-multi-step .newBookTestDrive .btn-continue, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary {
    background-color: #1b1b1b;
    color: #fff
}

    button.cta-squared.cta-dark.cta-primary span, input[type='button'].cta-squared.cta-dark.cta-primary span, a[role='button'].cta-squared.cta-dark.cta-primary span, a.cta-squared.cta-dark.cta-primary span, button.cta-rounded.cta-dark span, input[type='button'].cta-rounded.cta-dark span, a[role='button'].cta-rounded.cta-dark span, a.cta-rounded.cta-dark span, .cupra-offer-page button[type='submit'] span, .dynamic-form-multi-step .newBookTestDrive .btn-continue span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary span {
        color: #fff
    }

    button.cta-squared.cta-dark.cta-primary:hover, input[type='button'].cta-squared.cta-dark.cta-primary:hover, a.cta-squared.cta-dark.cta-primary:hover, button.cta-rounded.cta-dark:hover, input[type='button'].cta-rounded.cta-dark:hover, a.cta-rounded.cta-dark:hover, .cupra-offer-page button[type='submit']:hover, .dynamic-form-multi-step .newBookTestDrive .btn-continue:hover, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary:hover {
        background-color: #494949
    }

    button.cta-squared.cta-dark.cta-primary:disabled, input[type='button'].cta-squared.cta-dark.cta-primary:disabled, a.cta-squared.cta-dark.cta-primary:disabled, button.cta-rounded.cta-dark:disabled, input[type='button'].cta-rounded.cta-dark:disabled, a.cta-rounded.cta-dark:disabled, .cupra-offer-page button[type='submit']:disabled, .dynamic-form-multi-step .newBookTestDrive .btn-continue:disabled, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary:disabled, button.disabled.cta-squared.cta-dark.cta-primary, input.disabled[type='button'].cta-squared.cta-dark.cta-primary, a.disabled.cta-squared.cta-dark.cta-primary, button.disabled.cta-rounded.cta-dark, input.disabled[type='button'].cta-rounded.cta-dark, a.disabled.cta-rounded.cta-dark, .cupra-offer-page button.disabled[type='submit'], .dynamic-form-multi-step .newBookTestDrive .disabled.btn-continue, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem.cta-primary {
        background-color: #d1d1d1;
        color: #fff;
        cursor: not-allowed
    }

        button.cta-squared.cta-dark.cta-primary:disabled span, input[type='button'].cta-squared.cta-dark.cta-primary:disabled span, a.cta-squared.cta-dark.cta-primary:disabled span, button.cta-rounded.cta-dark:disabled span, input[type='button'].cta-rounded.cta-dark:disabled span, a.cta-rounded.cta-dark:disabled span, .cupra-offer-page button[type='submit']:disabled span, .dynamic-form-multi-step .newBookTestDrive .btn-continue:disabled span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary:disabled span, button.disabled.cta-squared.cta-dark.cta-primary span, input.disabled[type='button'].cta-squared.cta-dark.cta-primary span, a.disabled.cta-squared.cta-dark.cta-primary span, button.disabled.cta-rounded.cta-dark span, input.disabled[type='button'].cta-rounded.cta-dark span, a.disabled.cta-rounded.cta-dark span, .cupra-offer-page button.disabled[type='submit'] span, .dynamic-form-multi-step .newBookTestDrive .disabled.btn-continue span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem.cta-primary span {
            color: #fff
        }

        button.cta-squared.cta-dark.cta-primary:disabled:hover, input[type='button'].cta-squared.cta-dark.cta-primary:disabled:hover, a.cta-squared.cta-dark.cta-primary:disabled:hover, button.cta-rounded.cta-dark:disabled:hover, input[type='button'].cta-rounded.cta-dark:disabled:hover, a.cta-rounded.cta-dark:disabled:hover, .cupra-offer-page button[type='submit']:disabled:hover, .dynamic-form-multi-step .newBookTestDrive .btn-continue:disabled:hover, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary:disabled:hover, button.cta-squared.cta-dark.cta-primary:disabled:focus, input[type='button'].cta-squared.cta-dark.cta-primary:disabled:focus, a.cta-squared.cta-dark.cta-primary:disabled:focus, button.cta-rounded.cta-dark:disabled:focus, input[type='button'].cta-rounded.cta-dark:disabled:focus, a.cta-rounded.cta-dark:disabled:focus, .cupra-offer-page button[type='submit']:disabled:focus, .dynamic-form-multi-step .newBookTestDrive .btn-continue:disabled:focus, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary:disabled:focus, button.disabled.cta-squared.cta-dark.cta-primary:hover, input.disabled[type='button'].cta-squared.cta-dark.cta-primary:hover, a.disabled.cta-squared.cta-dark.cta-primary:hover, button.disabled.cta-rounded.cta-dark:hover, input.disabled[type='button'].cta-rounded.cta-dark:hover, a.disabled.cta-rounded.cta-dark:hover, .cupra-offer-page button.disabled[type='submit']:hover, .dynamic-form-multi-step .newBookTestDrive .disabled.btn-continue:hover, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem.cta-primary:hover, button.disabled.cta-squared.cta-dark.cta-primary:focus, input.disabled[type='button'].cta-squared.cta-dark.cta-primary:focus, a.disabled.cta-squared.cta-dark.cta-primary:focus, button.disabled.cta-rounded.cta-dark:focus, input.disabled[type='button'].cta-rounded.cta-dark:focus, a.disabled.cta-rounded.cta-dark:focus, .cupra-offer-page button.disabled[type='submit']:focus, .dynamic-form-multi-step .newBookTestDrive .disabled.btn-continue:focus, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem.cta-primary:focus {
            background-color: #d1d1d1
        }

button.cta-plus-icon.cta-squared.cta-dark.cta-primary:before, input.cta-plus-icon[type='button'].cta-squared.cta-dark.cta-primary:before, a.cta-plus-icon.cta-squared.cta-dark.cta-primary:before, button.cta-plus-icon.cta-rounded.cta-dark:before, input.cta-plus-icon[type='button'].cta-rounded.cta-dark:before, a.cta-plus-icon.cta-rounded.cta-dark:before, .cupra-offer-page button.cta-plus-icon[type='submit']:before, .dynamic-form-multi-step .newBookTestDrive .cta-plus-icon.btn-continue:before, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-plus-icon.ctaItem.cta-primary:before {
    content: '';
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/plus-icon-white.png) center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    background-size: cover
}

button.cta-plus-icon.cta-squared.cta-dark.cta-primary span, input.cta-plus-icon[type='button'].cta-squared.cta-dark.cta-primary span, a.cta-plus-icon.cta-squared.cta-dark.cta-primary span, button.cta-plus-icon.cta-rounded.cta-dark span, input.cta-plus-icon[type='button'].cta-rounded.cta-dark span, a.cta-plus-icon.cta-rounded.cta-dark span, .cupra-offer-page button.cta-plus-icon[type='submit'] span, .dynamic-form-multi-step .newBookTestDrive .cta-plus-icon.btn-continue span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-plus-icon.ctaItem.cta-primary span {
    text-align: left;
    max-width: 80%
}

button.cta-squared.cta-light.cta-secondary, input[type='button'].cta-squared.cta-light.cta-secondary, a[role='button'].cta-squared.cta-light.cta-secondary, a.cta-squared.cta-light.cta-secondary {
    background-color: transparent;
    color: #fff;
    outline: solid 1px #dbd3cb
}

    button.cta-squared.cta-light.cta-secondary span, input[type='button'].cta-squared.cta-light.cta-secondary span, a[role='button'].cta-squared.cta-light.cta-secondary span, a.cta-squared.cta-light.cta-secondary span {
        color: #fff
    }

    button.cta-squared.cta-light.cta-secondary:hover, input[type='button'].cta-squared.cta-light.cta-secondary:hover, a.cta-squared.cta-light.cta-secondary:hover, button.cta-squared.cta-light.cta-secondary:focus, input[type='button'].cta-squared.cta-light.cta-secondary:focus, a.cta-squared.cta-light.cta-secondary:focus {
        outline: solid 2px #fff
    }

    button.cta-squared.cta-light.cta-secondary:disabled, input[type='button'].cta-squared.cta-light.cta-secondary:disabled, a.cta-squared.cta-light.cta-secondary:disabled, button.disabled.cta-squared.cta-light.cta-secondary, input.disabled[type='button'].cta-squared.cta-light.cta-secondary, a.disabled.cta-squared.cta-light.cta-secondary {
        background-color: #fff;
        color: #666;
        cursor: not-allowed
    }

        button.cta-squared.cta-light.cta-secondary:disabled span, input[type='button'].cta-squared.cta-light.cta-secondary:disabled span, a.cta-squared.cta-light.cta-secondary:disabled span, button.disabled.cta-squared.cta-light.cta-secondary span, input.disabled[type='button'].cta-squared.cta-light.cta-secondary span, a.disabled.cta-squared.cta-light.cta-secondary span {
            color: #666
        }

        button.cta-squared.cta-light.cta-secondary:disabled:hover, input[type='button'].cta-squared.cta-light.cta-secondary:disabled:hover, a.cta-squared.cta-light.cta-secondary:disabled:hover, button.cta-squared.cta-light.cta-secondary:disabled:focus, input[type='button'].cta-squared.cta-light.cta-secondary:disabled:focus, a.cta-squared.cta-light.cta-secondary:disabled:focus, button.disabled.cta-squared.cta-light.cta-secondary:hover, input.disabled[type='button'].cta-squared.cta-light.cta-secondary:hover, a.disabled.cta-squared.cta-light.cta-secondary:hover, button.disabled.cta-squared.cta-light.cta-secondary:focus, input.disabled[type='button'].cta-squared.cta-light.cta-secondary:focus, a.disabled.cta-squared.cta-light.cta-secondary:focus {
            outline: solid 1px #dbd3cb
        }

button.cta-squared.cta-dark.cta-secondary, input[type='button'].cta-squared.cta-dark.cta-secondary, a[role='button'].cta-squared.cta-dark.cta-secondary, a.cta-squared.cta-dark.cta-secondary, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem {
    background-color: transparent;
    color: #000;
    outline: solid 1px #000
}

    button.cta-squared.cta-dark.cta-secondary span, input[type='button'].cta-squared.cta-dark.cta-secondary span, a[role='button'].cta-squared.cta-dark.cta-secondary span, a.cta-squared.cta-dark.cta-secondary span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem span {
        color: #000
    }

    button.cta-squared.cta-dark.cta-secondary:hover, input[type='button'].cta-squared.cta-dark.cta-secondary:hover, a.cta-squared.cta-dark.cta-secondary:hover, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:hover, button.cta-squared.cta-dark.cta-secondary:focus, input[type='button'].cta-squared.cta-dark.cta-secondary:focus, a.cta-squared.cta-dark.cta-secondary:focus, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:focus {
        outline: solid 2px #000
    }

    button.cta-squared.cta-dark.cta-secondary:disabled, input[type='button'].cta-squared.cta-dark.cta-secondary:disabled, a.cta-squared.cta-dark.cta-secondary:disabled, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:disabled, button.disabled.cta-squared.cta-dark.cta-secondary, input.disabled[type='button'].cta-squared.cta-dark.cta-secondary, a.disabled.cta-squared.cta-dark.cta-secondary, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem {
        background-color: transparent;
        color: #d1d1d1;
        cursor: not-allowed
    }

        button.cta-squared.cta-dark.cta-secondary:disabled span, input[type='button'].cta-squared.cta-dark.cta-secondary:disabled span, a.cta-squared.cta-dark.cta-secondary:disabled span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:disabled span, button.disabled.cta-squared.cta-dark.cta-secondary span, input.disabled[type='button'].cta-squared.cta-dark.cta-secondary span, a.disabled.cta-squared.cta-dark.cta-secondary span, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem span {
            color: #d1d1d1
        }

        button.cta-squared.cta-dark.cta-secondary:disabled:hover, input[type='button'].cta-squared.cta-dark.cta-secondary:disabled:hover, a.cta-squared.cta-dark.cta-secondary:disabled:hover, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:disabled:hover, button.cta-squared.cta-dark.cta-secondary:disabled:focus, input[type='button'].cta-squared.cta-dark.cta-secondary:disabled:focus, a.cta-squared.cta-dark.cta-secondary:disabled:focus, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:disabled:focus, button.disabled.cta-squared.cta-dark.cta-secondary:hover, input.disabled[type='button'].cta-squared.cta-dark.cta-secondary:hover, a.disabled.cta-squared.cta-dark.cta-secondary:hover, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem:hover, button.disabled.cta-squared.cta-dark.cta-secondary:focus, input.disabled[type='button'].cta-squared.cta-dark.cta-secondary:focus, a.disabled.cta-squared.cta-dark.cta-secondary:focus, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem:focus {
            outline: solid 1px #000
        }

button.cta-squared, input[type='button'].cta-squared, a[role='button'].cta-squared, a.cta-squared {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

button.cta-rounded, input[type='button'].cta-rounded, a[role='button'].cta-rounded, a.cta-rounded {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px 13px 16px;
    border-radius: 24px
}

@media (min-width: 1016px) {
    button.cta-rounded, input[type='button'].cta-rounded, a[role='button'].cta-rounded, a.cta-rounded {
        padding: 13px 16px 15px 16px;
        border-radius: 24px
    }
}

button.cta-tertiary, input[type='button'].cta-tertiary, a[role='button'].cta-tertiary, a.cta-tertiary {
    text-align: left;
    min-width: unset;
    padding: 0;
    padding-right: 24px;
    transition: unset;
    position: relative;
    background: none
}

    button.cta-tertiary:after, input[type='button'].cta-tertiary:after, a[role='button'].cta-tertiary:after, a.cta-tertiary:after {
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: -2px;
        right: 0
    }

    button.cta-tertiary.cta-light, input[type='button'].cta-tertiary.cta-light, a[role='button'].cta-tertiary.cta-light, a.cta-tertiary.cta-light {
        color: white
    }

        button.cta-tertiary.cta-light span, input[type='button'].cta-tertiary.cta-light span, a[role='button'].cta-tertiary.cta-light span, a.cta-tertiary.cta-light span {
            color: white
        }

        button.cta-tertiary.cta-light:after, input[type='button'].cta-tertiary.cta-light:after, a[role='button'].cta-tertiary.cta-light:after, a.cta-tertiary.cta-light:after {
            content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E")
        }

        button.cta-tertiary.cta-light:hover, input[type='button'].cta-tertiary.cta-light:hover, a[role='button'].cta-tertiary.cta-light:hover, a.cta-tertiary.cta-light:hover {
            color: #a3a3a3
        }

            button.cta-tertiary.cta-light:hover span, input[type='button'].cta-tertiary.cta-light:hover span, a[role='button'].cta-tertiary.cta-light:hover span, a.cta-tertiary.cta-light:hover span {
                color: #a3a3a3
            }

            button.cta-tertiary.cta-light:hover:after, input[type='button'].cta-tertiary.cta-light:hover:after, a[role='button'].cta-tertiary.cta-light:hover:after, a.cta-tertiary.cta-light:hover:after {
                content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23A3A3A3%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
            }

        button.cta-tertiary.cta-light:disabled, button.cta-tertiary.cta-light.disabled, input[type='button'].cta-tertiary.cta-light:disabled, input[type='button'].cta-tertiary.cta-light.disabled, a[role='button'].cta-tertiary.cta-light:disabled, a[role='button'].cta-tertiary.cta-light.disabled, a.cta-tertiary.cta-light:disabled, a.cta-tertiary.cta-light.disabled {
            color: #f8f6f5
        }

            button.cta-tertiary.cta-light:disabled span, button.cta-tertiary.cta-light.disabled span, input[type='button'].cta-tertiary.cta-light:disabled span, input[type='button'].cta-tertiary.cta-light.disabled span, a[role='button'].cta-tertiary.cta-light:disabled span, a[role='button'].cta-tertiary.cta-light.disabled span, a.cta-tertiary.cta-light:disabled span, a.cta-tertiary.cta-light.disabled span {
                color: #f8f6f5
            }

            button.cta-tertiary.cta-light:disabled:after, button.cta-tertiary.cta-light.disabled:after, input[type='button'].cta-tertiary.cta-light:disabled:after, input[type='button'].cta-tertiary.cta-light.disabled:after, a[role='button'].cta-tertiary.cta-light:disabled:after, a[role='button'].cta-tertiary.cta-light.disabled:after, a.cta-tertiary.cta-light:disabled:after, a.cta-tertiary.cta-light.disabled:after {
                content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23f8f6f5%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
            }

    button.cta-tertiary.cta-dark, input[type='button'].cta-tertiary.cta-dark, a[role='button'].cta-tertiary.cta-dark, a.cta-tertiary.cta-dark {
        color: #000000
    }

        button.cta-tertiary.cta-dark span, input[type='button'].cta-tertiary.cta-dark span, a[role='button'].cta-tertiary.cta-dark span, a.cta-tertiary.cta-dark span {
            color: #000000
        }

        button.cta-tertiary.cta-dark:after, input[type='button'].cta-tertiary.cta-dark:after, a[role='button'].cta-tertiary.cta-dark:after, a.cta-tertiary.cta-dark:after {
            content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
        }

        button.cta-tertiary.cta-dark:hover, input[type='button'].cta-tertiary.cta-dark:hover, a[role='button'].cta-tertiary.cta-dark:hover, a.cta-tertiary.cta-dark:hover {
            color: #494949
        }

            button.cta-tertiary.cta-dark:hover span, input[type='button'].cta-tertiary.cta-dark:hover span, a[role='button'].cta-tertiary.cta-dark:hover span, a.cta-tertiary.cta-dark:hover span {
                color: #494949
            }

            button.cta-tertiary.cta-dark:hover:after, input[type='button'].cta-tertiary.cta-dark:hover:after, a[role='button'].cta-tertiary.cta-dark:hover:after, a.cta-tertiary.cta-dark:hover:after {
                content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23494949%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
            }

        button.cta-tertiary.cta-dark:disabled, button.cta-tertiary.cta-dark.disabled, input[type='button'].cta-tertiary.cta-dark:disabled, input[type='button'].cta-tertiary.cta-dark.disabled, a[role='button'].cta-tertiary.cta-dark:disabled, a[role='button'].cta-tertiary.cta-dark.disabled, a.cta-tertiary.cta-dark:disabled, a.cta-tertiary.cta-dark.disabled {
            color: #d1d1d1
        }

            button.cta-tertiary.cta-dark:disabled span, button.cta-tertiary.cta-dark.disabled span, input[type='button'].cta-tertiary.cta-dark:disabled span, input[type='button'].cta-tertiary.cta-dark.disabled span, a[role='button'].cta-tertiary.cta-dark:disabled span, a[role='button'].cta-tertiary.cta-dark.disabled span, a.cta-tertiary.cta-dark:disabled span, a.cta-tertiary.cta-dark.disabled span {
                color: #d1d1d1
            }

            button.cta-tertiary.cta-dark:disabled:after, button.cta-tertiary.cta-dark.disabled:after, input[type='button'].cta-tertiary.cta-dark:disabled:after, input[type='button'].cta-tertiary.cta-dark.disabled:after, a[role='button'].cta-tertiary.cta-dark:disabled:after, a[role='button'].cta-tertiary.cta-dark.disabled:after, a.cta-tertiary.cta-dark:disabled:after, a.cta-tertiary.cta-dark.disabled:after {
                content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23D1D1D1%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
            }

.cupra-offer-page button[type='submit'] {
    border-radius: 0
}

.seatComponents-grid-container .card.section {
    border-radius: 3px;
    border: none;
    margin: 0;
    overflow: hidden;
    background-color: #f4f4f3;
    height: 100%
}

    .seatComponents-grid-container .card.section:hover {
        border: solid 1px black;
        margin: -1px;
        cursor: pointer
    }

    .seatComponents-grid-container .card.section .image-container {
        position: relative
    }

        .seatComponents-grid-container .card.section .image-container .badge {
            position: absolute;
            top: 0;
            left: 0;
            margin: 16px;
            background: black;
            color: white;
            padding: 3px 8px 5px 8px;
            border-radius: 0
        }

            .seatComponents-grid-container .card.section .image-container .badge p {
                font-family: 'CupraRegular', sans-serif;
                font-size: 14px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.14;
                letter-spacing: normal;
                color: white;
                margin: 0
            }

body {
    font: 100% sans-serif;
    color: #335
}

.seatComponents-secondary-navigation {
    height: 56px;
    display: flex
}

    .seatComponents-secondary-navigation .secondary-nav.visible-lg.onlyTitle, .seatComponents-secondary-navigation .secondary-nav.hidden-lg.onlyTitle {
        padding: 16px
    }

@media (min-width: 764px) {
    .seatComponents-secondary-navigation .secondary-nav.visible-lg.onlyTitle, .seatComponents-secondary-navigation .secondary-nav.hidden-lg.onlyTitle {
        padding: 32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation .secondary-nav.visible-lg.onlyTitle .base, .seatComponents-secondary-navigation .secondary-nav.hidden-lg.onlyTitle .base {
        padding: 0 32px 0 0 !important
    }
}

.seatComponents-secondary-navigation .secondary-nav.visible-lg.onlyTitle .title, .seatComponents-secondary-navigation .secondary-nav.hidden-lg.onlyTitle .title {
    font-family: 'CupraMedium';
    font-size: 14px;
    line-height: 16px;
    padding: 0
}

.seatComponents-secondary-navigation .secondary-nav.visible-lg.onlyTitle .ctaList, .seatComponents-secondary-navigation .secondary-nav.hidden-lg.onlyTitle .ctaList {
    position: relative
}

    .seatComponents-secondary-navigation .secondary-nav.visible-lg.onlyTitle .ctaList a, .seatComponents-secondary-navigation .secondary-nav.hidden-lg.onlyTitle .ctaList a {
        width: 136px
    }

@media (min-width: 764px) {
    .seatComponents-secondary-navigation .secondary-nav.visible-lg.onlyTitle .ctaList a, .seatComponents-secondary-navigation .secondary-nav.hidden-lg.onlyTitle .ctaList a {
        width: 212px
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation .secondary-nav.visible-lg.onlyTitle .ctaList a, .seatComponents-secondary-navigation .secondary-nav.hidden-lg.onlyTitle .ctaList a {
        width: 132px
    }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation .secondary-nav.visible-lg.onlyTitle .ctaList a, .seatComponents-secondary-navigation .secondary-nav.hidden-lg.onlyTitle .ctaList a {
        width: 202px
    }
}

.seatComponents-secondary-navigation .dropdown-menu {
    background-color: #f5f5f5
}

.seatComponents-secondary-navigation .title, .seatComponents-secondary-navigation a.dropdown-toggle, .seatComponents-secondary-navigation li.anchor &gt; a {
    color: #fff
}

.seatComponents-secondary-navigation .visible-lg, .seatComponents-secondary-navigation .visible-lg-clone {
    display: none
}

.seatComponents-secondary-navigation .hidden-lg {
    display: inline-block;
    width: 100%;
    transition: top 0.3s linear
}

    .seatComponents-secondary-navigation .hidden-lg a.dropdown-toggle {
        font-family: 'CupraMedium', serif;
        color: #1b1b1b;
        line-height: 16px;
        font-size: 14px;
        margin-left: 16px
    }

    .seatComponents-secondary-navigation .hidden-lg .base {
        padding-left: 0
    }

        .seatComponents-secondary-navigation .hidden-lg .base .dropdown {
            text-align: left !important
        }

            .seatComponents-secondary-navigation .hidden-lg .base .dropdown.hidden {
                display: none
            }

            .seatComponents-secondary-navigation .hidden-lg .base .dropdown .dropdown-toggle {
                background-repeat: no-repeat;
                background-size: auto;
                display: inline-block;
                overflow: hidden;
                padding: 0 16px 0 0;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 150px;
                text-align: left
            }

                .seatComponents-secondary-navigation .hidden-lg .base .dropdown .dropdown-toggle::after {
                    padding-bottom: 17px;
                    margin-left: 0px;
                    border-top: none;
                    border-right: 1.5em solid transparent;
                    border-left: none;
                    background-image: url("../../../../content/dam/react-cupra/icons/arrow-down-small.svg")
                }

        .seatComponents-secondary-navigation .hidden-lg .base .ctaList {
            margin-left: auto;
            position: relative
        }

            .seatComponents-secondary-navigation .hidden-lg .base .ctaList a {
                width: 42.5vw;
                white-space: normal
            }

                .seatComponents-secondary-navigation .hidden-lg .base .ctaList a span {
                    max-height: 16px;
                    display: block;
                    overflow: hidden
                }

                .seatComponents-secondary-navigation .hidden-lg .base .ctaList a.secondary {
                    display: none
                }

    .seatComponents-secondary-navigation .hidden-lg .dropdown-menu {
        right: 0px;
        top: 0px;
        left: 0px;
        bottom: 0px;
        position: fixed !important;
        max-height: 100vh !important;
        will-change: unset !important;
        transform: translate3d(0px, 0px, 0px) !important;
        padding-top: 56px !important;
        background-color: #f5f5f5
    }

        .seatComponents-secondary-navigation .hidden-lg .dropdown-menu .secondary-close-button {
            height: 42px;
            width: 42px;
            border-radius: 24px;
            cursor: pointer;
            top: 0;
            right: 0;
            position: absolute;
            margin: 16px;
            background-image: url("../../../../content/dam/react-cupra/icons/close_black.svg")
        }

    .seatComponents-secondary-navigation .hidden-lg .anchor {
        height: 25px;
        margin-top: 32px;
        margin-left: 16px;
        margin-right: 16px
    }

        .seatComponents-secondary-navigation .hidden-lg .anchor a {
            font-family: 'CupraBook', serif;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            color: #000
        }

        .seatComponents-secondary-navigation .hidden-lg .anchor.activeLink &gt; a {
            font-family: 'CupraMedium', serif
        }

    .seatComponents-secondary-navigation .hidden-lg &gt; .ctaList {
        display: none
    }

    .seatComponents-secondary-navigation .hidden-lg.light {
        border-bottom: 1px solid #dbd3cb;
        background-color: #f5f5f5
    }

        .seatComponents-secondary-navigation .hidden-lg.light .dropdown-menu {
            background-color: #f5f5f5
        }

        .seatComponents-secondary-navigation .hidden-lg.light .title, .seatComponents-secondary-navigation .hidden-lg.light a.dropdown-toggle, .seatComponents-secondary-navigation .hidden-lg.light li.anchor &gt; a {
            color: #000;
            padding: 18px 16px;
            font-family: 'CupraMedium';
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.43;
            letter-spacing: normal
        }

@media (min-width: 764px) {
    .seatComponents-secondary-navigation .hidden-lg.light .title, .seatComponents-secondary-navigation .hidden-lg.light a.dropdown-toggle, .seatComponents-secondary-navigation .hidden-lg.light li.anchor &gt; a {
        padding: 29px 32px;
        line-height: 1.14
    }
}

.seatComponents-secondary-navigation .hidden-lg.light .base .dropdown .dropdown-toggle::after {
    background-repeat: no-repeat;
    background-image: url("../../../../content/dam/react-cupra/icons/arrow-down-small-black.svg")
}

.seatComponents-secondary-navigation .hidden-lg.dark {
    border-bottom: 1px solid #dbd3cb33;
    background-color: #1b1b1b
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .seatComponents-secondary-navigation .hidden-lg.dark {
        border-bottom: 1px solid #75787b
    }
}

.seatComponents-secondary-navigation .hidden-lg.dark .dropdown-menu {
    background-color: #1b1b1b
}

    .seatComponents-secondary-navigation .hidden-lg.dark .dropdown-menu .secondary-close-button {
        background-image: url("../../../../content/dam/react-cupra/icons/close_white.svg")
    }

.seatComponents-secondary-navigation .hidden-lg.dark .title, .seatComponents-secondary-navigation .hidden-lg.dark a.dropdown-toggle, .seatComponents-secondary-navigation .hidden-lg.dark li.anchor &gt; a {
    color: #fff;
    padding: 18px 16px;
    font-family: 'CupraMedium';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation .hidden-lg.dark .title, .seatComponents-secondary-navigation .hidden-lg.dark a.dropdown-toggle, .seatComponents-secondary-navigation .hidden-lg.dark li.anchor &gt; a {
        padding: 29px 32px;
        line-height: 1.14
    }
}

.seatComponents-secondary-navigation .hidden-lg.dark .base .dropdown .dropdown-toggle::after {
    background-repeat: no-repeat;
    background-image: url("../../../../content/dam/react-cupra/icons/arrow-down-small-white.svg")
}

.seatComponents-secondary-navigation .hidden-lg.transparent .dropdown-menu {
    background-color: #1b1b1b
}

    .seatComponents-secondary-navigation .hidden-lg.transparent .dropdown-menu .secondary-close-button {
        background-image: url("../../../../content/dam/react-cupra/icons/close_white.svg")
    }

.seatComponents-secondary-navigation .hidden-lg.transparent .title, .seatComponents-secondary-navigation .hidden-lg.transparent a.dropdown-toggle, .seatComponents-secondary-navigation .hidden-lg.transparent li.anchor &gt; a {
    color: #f5f5f5
}

.seatComponents-secondary-navigation .black-overlay {
    display: none
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation {
        height: 74px
    }

        .seatComponents-secondary-navigation .hidden-lg a.dropdown-toggle {
            margin-left: 32px
        }

        .seatComponents-secondary-navigation .hidden-lg .dropdown-menu .secondary-close-button {
            margin: 32px
        }

        .seatComponents-secondary-navigation .hidden-lg .base .dropdown {
            height: 74px
        }

            .seatComponents-secondary-navigation .hidden-lg .base .dropdown .dropdown-toggle {
                max-height: 16px;
                width: 200px;
                padding: 20px 0 26px 0
            }

        .seatComponents-secondary-navigation .hidden-lg .base .ctaList {
            margin-right: 32px
        }

            .seatComponents-secondary-navigation .hidden-lg .base .ctaList a {
                width: 27.75vw
            }

        .seatComponents-secondary-navigation .hidden-lg .anchor {
            margin-left: 32px;
            width: 334px
        }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation {
        height: 80px;
        display: block
    }

        .seatComponents-secondary-navigation .visible-lg, .seatComponents-secondary-navigation .visible-lg-clone {
            width: 100%;
            height: inherit;
            display: block
        }

            .seatComponents-secondary-navigation .visible-lg.light, .seatComponents-secondary-navigation .visible-lg-clone.light {
                border-top: 1px solid #dbd3cb;
                border-bottom: 1px solid #dbd3cb;
                background-color: #f5f5f5
            }

                .seatComponents-secondary-navigation .visible-lg.light .dropdown-menu, .seatComponents-secondary-navigation .visible-lg-clone.light .dropdown-menu {
                    background-color: #f5f5f5
                }

                .seatComponents-secondary-navigation .visible-lg.light .title, .seatComponents-secondary-navigation .visible-lg.light a.dropdown-toggle, .seatComponents-secondary-navigation .visible-lg-clone.light .title, .seatComponents-secondary-navigation .visible-lg-clone.light a.dropdown-toggle {
                    color: #000
                }

            .seatComponents-secondary-navigation .visible-lg.dark, .seatComponents-secondary-navigation .visible-lg-clone.dark {
                border-top: 1px solid #dbd3cb33;
                border-bottom: 1px solid #dbd3cb33;
                background-color: #1b1b1b
            }
}

@media screen and (min-width: 1016px) and (-ms-high-contrast: active), (min-width: 1016px) and (-ms-high-contrast: none) {
    .seatComponents-secondary-navigation .visible-lg.dark, .seatComponents-secondary-navigation .visible-lg-clone.dark {
        border-top: 1px solid #75787b;
        border-bottom: 1px solid #75787b
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation .visible-lg.dark .dropdown-menu, .seatComponents-secondary-navigation .visible-lg-clone.dark .dropdown-menu {
        background-color: #1b1b1b
    }

    .seatComponents-secondary-navigation .visible-lg.dark .title, .seatComponents-secondary-navigation .visible-lg.dark a.dropdown-toggle, .seatComponents-secondary-navigation .visible-lg-clone.dark .title, .seatComponents-secondary-navigation .visible-lg-clone.dark a.dropdown-toggle {
        color: #fff
    }

    .seatComponents-secondary-navigation .visible-lg.hidden-lateral li, .seatComponents-secondary-navigation .visible-lg-clone.hidden-lateral li {
        display: none
    }

    .seatComponents-secondary-navigation .visible-lg.hidden-clone, .seatComponents-secondary-navigation .visible-lg-clone.hidden-clone {
        display: none
    }

    .seatComponents-secondary-navigation .visible-lg .base, .seatComponents-secondary-navigation .visible-lg-clone .base {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 16px 32px !important
    }

        .seatComponents-secondary-navigation .visible-lg .base .title, .seatComponents-secondary-navigation .visible-lg .base .ctaList, .seatComponents-secondary-navigation .visible-lg-clone .base .title, .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList {
            display: inline-block
        }

        .seatComponents-secondary-navigation .visible-lg .base h2.title, .seatComponents-secondary-navigation .visible-lg .base h1.title, .seatComponents-secondary-navigation .visible-lg-clone .base h2.title, .seatComponents-secondary-navigation .visible-lg-clone .base h1.title {
            font-family: 'CupraMedium', serif;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 0;
            text-transform: uppercase;
            width: 460px;
            overflow: hidden;
            max-height: 20px
        }

        .seatComponents-secondary-navigation .visible-lg .base .ctaList, .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList {
            right: 32px
        }

            .seatComponents-secondary-navigation .visible-lg .base .ctaList a, .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList a {
                width: 13vw;
                margin-right: 32px;
                white-space: normal
            }

                .seatComponents-secondary-navigation .visible-lg .base .ctaList a.secondary, .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList a.secondary {
                    display: inline-block
                }

                .seatComponents-secondary-navigation .visible-lg .base .ctaList a:last-child, .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList a:last-child {
                    margin-right: 0
                }

                .seatComponents-secondary-navigation .visible-lg .base .ctaList a span, .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList a span {
                    display: block;
                    max-height: 20px;
                    overflow: hidden
                }

        .seatComponents-secondary-navigation .visible-lg .base ul.nav, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav {
            width: calc(19.2913386% - 32px);
            position: absolute;
            display: flex;
            flex-direction: column;
            top: 105px;
            left: 32px
        }

            .seatComponents-secondary-navigation .visible-lg .base ul.nav li, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li {
                margin-bottom: 8px;
                width: calc(100% - 32px);
                height: 28px;
                padding: 4px 0 !important
            }

                .seatComponents-secondary-navigation .visible-lg .base ul.nav li h2, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li h2 {
                    position: relative;
                    bottom: 12px
                }

                .seatComponents-secondary-navigation .visible-lg .base ul.nav li a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li a {
                    vertical-align: middle;
                    font-family: 'CupraBook', serif;
                    font-size: 16px;
                    line-height: 20px;
                    padding-left: 12px;
                    color: #000;
                    opacity: 0.6;
                    transition: all 0s
                }

                .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light {
                    border-left: 2px solid #00000033
                }
}

@media screen and (min-width: 1016px) and (-ms-high-contrast: active), (min-width: 1016px) and (-ms-high-contrast: none) {
    .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light {
        border-left: 2px solid #75787b
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light:hover a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light:hover a {
        color: #000;
        opacity: 0.6
    }

    .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light.anchor.activeLink, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light.anchor.activeLink {
        border-left: 2px solid #000
    }

        .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light.anchor.activeLink a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light.anchor.activeLink a {
            color: #000;
            font-family: 'CupraMedium', serif;
            opacity: 1
        }

        .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light.anchor.activeLink:hover a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light.anchor.activeLink:hover a {
            opacity: 1
        }

    .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark {
        border-left: 2px solid #ffffff33
    }
}

@media screen and (min-width: 1016px) and (-ms-high-contrast: active), (min-width: 1016px) and (-ms-high-contrast: none) {
    .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark {
        border-left: 2px solid #75787b
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark:hover a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark:hover a {
        color: #fff;
        opacity: 0.6
    }

    .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark.anchor.activeLink, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark.anchor.activeLink {
        border-left: 2px solid #fff
    }

        .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark.anchor.activeLink a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark.anchor.activeLink a {
            color: #fff;
            font-family: 'CupraMedium', serif;
            opacity: 1
        }

        .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark.anchor.activeLink:hover a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark.anchor.activeLink:hover a {
            opacity: 1
        }

    .seatComponents-secondary-navigation .visible-lg .base ul.nav li.transparent, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.transparent {
        color: transparent;
        border-left: 2px solid transparent
    }

        .seatComponents-secondary-navigation .visible-lg .base ul.nav li.transparent a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.transparent a {
            color: transparent
        }

        .seatComponents-secondary-navigation .visible-lg .base ul.nav li.transparent:hover a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.transparent:hover a {
            color: transparent
        }

        .seatComponents-secondary-navigation .visible-lg .base ul.nav li.transparent.anchor.activeLink a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.transparent.anchor.activeLink a {
            color: transparent;
            font-family: 'CupraMedium', serif
        }

    .seatComponents-secondary-navigation .visible-lg .base ul.nav.hiddenAnchor li &gt; a, .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav.hiddenAnchor li &gt; a {
        opacity: 0;
        transition: opacity 0.3 ease-in
    }

    .seatComponents-secondary-navigation .hidden-lg {
        display: none
    }

    .seatComponents-secondary-navigation .visible-lg-clone {
        position: absolute
    }

        .seatComponents-secondary-navigation .visible-lg-clone .base {
            max-width: 1440px;
            margin-right: auto;
            margin-left: auto
        }

            .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav &gt; li {
                border-left: 2px solid #00000033
            }

                .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav &gt; li a {
                    color: #000;
                    opacity: 0.6
                }
}

@media screen and (min-width: 1016px) and (-ms-high-contrast: active), (min-width: 1016px) and (-ms-high-contrast: none) {
    .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav &gt; li {
        border-left: 2px solid #75787b
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav &gt; li.anchor.activeLink {
        border-left: 2px solid #000
    }

        .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav &gt; li.anchor.activeLink a {
            color: #000;
            opacity: 1;
            font-family: 'CupraMedium', serif
        }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation .base.container-fluid h2.title, .seatComponents-secondary-navigation .base.container-fluid h1.title {
        width: 670px
    }

    .seatComponents-secondary-navigation .base.container-fluid .ctaList a {
        width: 14.1vw;
        max-width: 202px
    }

    .seatComponents-secondary-navigation .base.container-fluid ul.nav {
        width: calc(18.5236769% - 32px)
    }
}

.seatComponents-secondary-navigation.cupra-navbar {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 100;
    background-color: #1b1b1b;
    display: block;
    transition: top 0.3s linear
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar {
        height: 64px
    }
}

.seatComponents-secondary-navigation.cupra-navbar.hidden {
    display: none
}

.seatComponents-secondary-navigation.cupra-navbar::-webkit-scrollbar {
    height: 0px;
    background: transparent
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar.initial {
        top: 116px
    }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation.cupra-navbar.initial {
        top: 141px
    }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation.cupra-navbar.initial .cupra-navbar-container {
        max-width: 1436px;
        position: relative;
        margin: auto
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(0, auto);
    grid-template-rows: auto auto;
    gap: 0 8px
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 0 0
    }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container {
        grid-template-columns: repeat(6, 1fr);
        max-width: 1436px;
        position: relative;
        margin: auto
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .title {
    flex: 0 0 auto;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    justify-content: center
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .title {
        justify-content: center;
        margin-top: 0;
        padding-right: 7px;
        padding-left: 32px;
        max-width: 163px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .title .title_h1 {
    margin: 0;
    max-height: 16px;
    font-family: 'CupraMedium';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    max-width: 136px
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .title .title_h1 {
        width: 124px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .title span {
    font-family: 'CupraBook';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    width: 100%;
    max-height: 16px;
    overflow: hidden;
    color: #ffffff;
    margin-top: 4px
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .title span {
        margin-top: 0px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list {
    display: inline-flex;
    width: 95%;
    height: auto;
    grid-column: 1 / 3;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list {
        width: 97%;
        grid-column: 1 / 5
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list .links-item {
    margin: 8px 0 12px 24px;
    height: 16px;
    font-family: 'CupraBook';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #ffffff;
    float: left
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list .links-item {
        margin-left: 32px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list .links-item:first-of-type {
    margin-left: 22px
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list .links-item:first-of-type {
        margin-left: 38px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list .activeLink {
    font-family: 'CupraMedium';
    font-size: 14px;
    font-weight: 500;
    position: relative
}

    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list .activeLink::after {
        position: absolute;
        content: '';
        border-bottom: solid 2px #ffffff;
        width: 100%;
        bottom: -12px;
        left: 0
    }

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list .gradient-container {
    width: 32px;
    height: 36px;
    position: absolute;
    right: 0;
    background-image: linear-gradient(to right, rgba(27,27,27,0), #1b1b1b)
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list .gradient-container {
        width: 40px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown {
    display: none;
    grid-column: 2 / 5
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown {
        position: fixed;
        left: 163px;
        width: 180px;
    }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown {
        position: initial
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown-selected {
    margin: 22px 0 22px 0px;
    height: 20px;
    display: inline-flex
}

    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown-selected .links-dropdown-bar {
        width: 1px;
        height: 24px;
        border-left: 1px solid #ffffff;
        margin-right: 24px
    }

    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown-selected .links-dropdown-text {
        height: 20px;
        font-family: 'CupraBook';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #ffffff
    }

    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown-selected .links-dropdown-icon {
        height: 20px;
        width: 20px;
        float: right;
        margin-left: 12px;
        background-image: url("clientlibs/resources/images/internal-arrow-down.svg")
    }

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown {
    position: absolute;
    background-color: #1b1b1b;
    list-style-type: none;
    padding-top: 4px;
    display: none
}

    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown li {
        margin: 12px 24px 0px 24px
    }

        .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown li h2 {
            max-height: 20px;
            font-size: initial
        }

        .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown li a {
            height: 16px;
            font-family: 'CupraBook';
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.43;
            letter-spacing: normal;
            color: #ffffff
        }

            .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown li a.link-selected {
                font-family: 'CupraMedium';
                font-size: 14px;
                font-weight: 500
            }

            .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown li a.activeLink {
                font-family: 'CupraMedium';
                font-size: 14px;
                font-weight: 500;
                background-color: red
            }

        .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .links-section-dropdown .links-dropdown li:last-child {
            margin-bottom: 32px
        }

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container {
    width: 100%;
    grid-column: 2;
    grid-row: 1;
    background-color: #1b1b1b;
    padding-right: 16px;
    flex-direction: row;
    display: flex;
    margin: 8px 0
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container {
        grid-column: 4 / 4;
        height: 56px;
        margin: 0;
        padding: 8px 0 0
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container {
        grid-column: 6 / 7;
        margin: 8px 0;
        padding: 0 0 0 20px
    }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container {
        grid-column: 8 / 8
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container.visible .ctaList-dropdown {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container.visible .ctaList-dropdown {
        position: relative;
        width: auto
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container.visible &gt; .ctaList {
    margin-right: 14px
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container.visible &gt; .ctaList {
        margin-right: 38px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container.visible &gt; .ctaList a.primary {
    margin-right: 0
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container.visible &gt; .ctaList a.primary {
        width: 208px
    }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container.visible &gt; .ctaList a.primary {
        width: 196px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown {
    display: none
}

    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList {
        display: none
    }

        .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList.visible {
            display: flex;
            flex-direction: column;
            background-color: #1b1b1b;
            right: 20px;
            padding: 52px 16px 16px;
            margin-right: 0;
            width: 100%
        }

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList.visible {
        padding: 0 0 16px 16px;
        width: 266px
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList.visible {
        width: 262px
    }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList.visible {
        width: 250px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList a {
    margin-bottom: 16px;
    margin-right: 0;
    width: 100%
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList a {
        width: 212px
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList a {
        width: 208px
    }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList a {
        width: 196px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList a.primary {
    order: -1
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.open {
    border: none;
    padding: 7px 12px;
    width: auto;
    height: 40px;
    background-color: transparent;
    position: absolute;
    right: 0;
    margin-top: 8px
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.open {
        margin: 0 4px
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.open {
        height: 48px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.open:focus {
    outline: none
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.open .button-bullet {
    width: 6px;
    height: 6px;
    background-color: #fff;
    margin: 4px 0 0;
    border-radius: 5px
}

    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.open .button-bullet:first-of-type {
        margin: 0
    }

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.open .button-cross {
    display: none
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.closed {
    background: transparent;
    width: 24px;
    height: 24px;
    margin-top: 16px;
    border: none;
    right: 0px;
    top: 0px;
    margin-right: 16px;
    padding: 0;
    position: absolute
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.closed {
        margin-top: 8px;
        margin-right: 8px
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.closed {
        width: 25px;
        height: 25px;
        margin-top: 11px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.closed:focus {
    outline: none
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.closed .button-cross {
    display: block
}

    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.closed .button-cross svg {
        width: 24px;
        height: 24px
    }

@media (min-width: 1015px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList-dropdown .ctaList-button.closed .button-cross svg {
        width: 25px;
        height: 25px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container a {
    display: inline-block;
    margin: 0;
    font-family: 'CupraRegular';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000000;
    max-height: 16px;
    overflow: hidden
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container a {
        margin-right: 32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container a {
        font-size: 16px;
        line-height: 1.43;
        max-height: 20px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList {
    margin-left: auto
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList {
        margin-right: 28px
    }
}

@media (min-width: 1015px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList {
        margin-right: 33px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList a {
    max-height: 40px;
    width: 130px;
    padding: 10px 16px 14px;
    font-size: 14px;
    line-height: 1.14;
    border: 1px solid #dbd3cb
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList a {
        width: 212px
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList a {
        width: 177px;
        max-height: 48px;
        font-size: 16px;
        line-height: 1.25;
        padding: 12px 16px 16px
    }
}

@media (min-width: 1436px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList a {
        width: 197px
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList a.primary {
    background-color: #dbd3cb;
    color: #000;
    order: -1
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList a.primary {
        order: initial
    }
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList a.secondary {
    background-color: transparent;
    color: #fff
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList a:last-of-type {
    margin-right: 0;
    margin-bottom: 0
}

.seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList.hide, .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container .ctaList .hide {
    display: none
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar .cupra-navbar-container .ctas-container &gt; .ctaList {
        padding-left: 16px;
        margin-right: 32px
    }
}

.seatComponents-secondary-navigation.cupra-navbar.lead-acquisition {
    display: flex;
    height: 56px
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar.lead-acquisition {
        height: 64px
    }
}

.seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .cupra-navbar-container {
    display: flex
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .cupra-navbar-container {
        grid-template-rows: none
    }
}

.seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .cupra-navbar-container .ctas-container.visible {
    justify-content: flex-end;
    margin: 0
}

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .cupra-navbar-container .ctas-container.visible {
        padding: 0 32px 0 0;
        height: auto
    }
}

.seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .cupra-navbar-container .ctas-container.visible .ctaList {
    margin: 0;
    align-items: center;
    justify-content: center
}

    .seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .cupra-navbar-container .ctas-container.visible .ctaList a {
        width: 138px
    }

@media (min-width: 764px) {
    .seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .cupra-navbar-container .ctas-container.visible .ctaList a {
        width: 212px;
        margin: 0
    }
}

@media (min-width: 1016px) {
    .seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .cupra-navbar-container .ctas-container.visible .ctaList a {
        width: 202px
    }
}

.seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .links-section-list, .seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .links-section-dropdown, .seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .ctaList-button.open {
    display: none !important
}

.seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .title {
    align-items: center;
    justify-content: center
}

    .seatComponents-secondary-navigation.cupra-navbar.lead-acquisition .title h2 {
        margin: 0
    }

.seatComponents-content-landing {
    width: 100%;
    position: relative
}

    .seatComponents-content-landing.light-gray {
        background-color: #f4f4f3
    }

    .seatComponents-content-landing.white {
        background-color: #ffffff
    }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .title-wrapper &gt; h2, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .title-wrapper &gt; h2, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .title-wrapper &gt; h2, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .title-wrapper &gt; h2, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .title-wrapper &gt; h2, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .title-wrapper &gt; h2, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .title-wrapper &gt; h2, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .title-wrapper &gt; h2 {
            color: #000000
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .title-wrapper &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .title-wrapper &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .title-wrapper &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .title-wrapper &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .title-wrapper &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .title-wrapper &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .title-wrapper &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .title-wrapper &gt; p {
            color: #666666
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block h4 {
            color: #000000
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .block p {
            color: #666666
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4 {
            color: #000000
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block &gt; .four-features-block-text p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; .four-features-block-text p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block &gt; .four-features-block-text p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; .four-features-block-text p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block &gt; .four-features-block-text p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; .four-features-block-text p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block &gt; .four-features-block-text p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block &gt; .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block &gt; .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block &gt; .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets-block &gt; .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; .four-features-block-text p {
            color: #666666
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li h4 {
            color: #000000
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li p {
            color: #666666
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li:before, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li:before, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li:before, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li:before, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li:before, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li:before, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li:before, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-sequence ol &gt; li:before {
            color: #000000
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets h4 {
            color: #000000
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets &gt; ul &gt; li, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets &gt; ul &gt; li, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets &gt; ul &gt; li, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets &gt; ul &gt; li, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets &gt; ul &gt; li, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets &gt; ul &gt; li, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets &gt; ul &gt; li, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-bullets &gt; ul &gt; li {
            color: #666666
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features h4, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text h4 {
            color: #000000
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p {
            color: #666666
        }

            .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p a, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p a, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p a, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p a, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p a, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p a, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p a, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p a, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p a, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p a, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p a, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p a, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p a, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p a, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-features &gt; p a, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper &gt; .four-features-texts-wrapper &gt; .four-features-only-texts-wrapper &gt; .four-features-block-text &gt; p a {
                color: #666666;
                border-bottom: 1px solid #666666
            }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper .four-features-block-text p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper .four-features-block-text p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper .four-features-block-text p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .features-wrapper .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .features-wrapper .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .features-wrapper .four-features-block-text p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .features-wrapper .four-features-block-text p {
            color: #666666
        }

        .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.four-features &gt; .one-paragraph-paragraph &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .one-paragraph-paragraph &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.four-features &gt; .one-paragraph-paragraph &gt; p, .seatComponents-content-landing.white &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .one-paragraph-paragraph &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.four-features &gt; .one-paragraph-paragraph &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-12.one-paragraph &gt; .one-paragraph-paragraph &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.four-features &gt; .one-paragraph-paragraph &gt; p, .seatComponents-content-landing.light-gray &gt; .content-landing-wrapper.col-10.one-paragraph &gt; .one-paragraph-paragraph &gt; p {
            color: #666666
        }

    .seatComponents-content-landing .content-landing-wrapper {
        padding: 64px 16px;
        display: flex;
        flex-wrap: wrap
    }

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper {
        padding: 64px 32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.col-10 {
        padding: 104px 32px 104px 19.3%;
        max-width: 100%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.col-10 {
        padding: 104px 32px 104px 266px;
        max-width: 1440px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.col-12 {
        padding: 104px 32px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.col-12 {
        padding: 104px 32px;
        max-width: 1440px
    }
}

.seatComponents-content-landing .content-landing-wrapper .title-wrapper .title-wrapper_h3 {
    max-height: 64px
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper .title-wrapper .title-wrapper_h3 {
        max-height: 88px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper .title-wrapper .title-wrapper_h3 {
        max-height: 104px
    }
}

.seatComponents-content-landing .content-landing-wrapper.four-features .features-wrapper .four-features-video {
    display: flex;
    justify-content: center;
    position: relative
}

.seatComponents-content-landing .title-wrapper .title-wrapper_h3 {
    font-family: 'CupraBook';
    font-size: 30px;
    line-height: 1.07;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    max-height: 128px;
    overflow: hidden
}

@media (min-width: 764px) {
    .seatComponents-content-landing .title-wrapper .title-wrapper_h3 {
        font-family: 'CupraLight';
        font-size: 40px;
        line-height: 1.1;
        font-weight: 300;
        max-height: 172px;
        overflow: hidden
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .title-wrapper .title-wrapper_h3 {
        font-size: 48px;
        line-height: 1.08;
        max-height: 104px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .title-wrapper .title-wrapper_h3 {
        font-size: 60px;
        line-height: 1.07;
        max-height: 128px
    }
}

.seatComponents-content-landing .title-wrapper &gt; p {
    font-family: 'CupraBook';
    font-size: 16px;
    line-height: 1.25;
    margin: 16px 0 0 0;
    color: #666666;
    max-height: 80px;
    overflow: hidden
}

@media (min-width: 764px) {
    .seatComponents-content-landing .title-wrapper &gt; p {
        max-height: 40px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .title-wrapper &gt; p {
        font-size: 20px;
        line-height: 1.2;
        max-height: 72px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .title-wrapper &gt; p {
        max-height: 48px
    }
}

.seatComponents-content-landing .small-media {
    display: block
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .small-media {
        display: none
    }
}

.seatComponents-content-landing .large-media {
    display: none
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .large-media {
        display: block
    }
}

.seatComponents-content-landing .title-wrapper.one-paragraph {
    width: 100%;
    max-height: 96px
}

    .seatComponents-content-landing .title-wrapper.one-paragraph &gt; p {
        margin-top: 0;
        margin-bottom: 16px;
        max-height: 24px;
        font-size: 16px;
        line-height: 1.25;
        color: #000000
    }

@media (min-width: 764px) {
    .seatComponents-content-landing .title-wrapper.one-paragraph {
        width: 578px;
        max-height: 88px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .title-wrapper.one-paragraph {
        max-width: 378px;
        height: auto;
        max-height: inherit
    }

        .seatComponents-content-landing .title-wrapper.one-paragraph .title-wrapper_h3 {
            margin-bottom: 16px
        }

        .seatComponents-content-landing .title-wrapper.one-paragraph &gt; p {
            margin-top: 40px;
            margin-bottom: 16px;
            font-size: 20px;
            line-height: 1.2
        }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .title-wrapper.one-paragraph {
        max-width: 553px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .image-right .one-paragraph-image {
        position: relative;
        bottom: 460px
    }
}

.seatComponents-content-landing .image-right .one-paragraph-image img {
    margin: 40px 0 24px;
    width: 100%;
    object-fit: cover
}

@media (min-width: 764px) {
    .seatComponents-content-landing .image-right .one-paragraph-image img {
        margin: 48px 0 24px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .image-right .one-paragraph-image img {
        margin: 0 0 0 0;
        float: right;
        display: flex
    }
}

.seatComponents-content-landing .image-left .one-paragraph-image img {
    margin: 48px 0 24px;
    width: 100%;
    object-fit: cover
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .image-left .one-paragraph-image img {
        margin: 0 0 0 0;
        float: right;
        display: flex
    }
}

.seatComponents-content-landing .one-paragraph-paragraph {
    overflow: hidden;
    max-height: 180px
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .one-paragraph-paragraph {
        max-width: 45.2vw
    }
}

@media (min-width: 764px) {
    .seatComponents-content-landing .one-paragraph-paragraph {
        width: 75.66vw;
        max-height: 100px
    }
}

.seatComponents-content-landing .one-paragraph-paragraph &gt; p {
    font-family: 'CupraBook';
    font-size: 14px;
    line-height: 1.43;
    color: #666666
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .one-paragraph-paragraph &gt; p {
        font-size: 16px;
        line-height: 1.5
    }
}

.seatComponents-content-landing .one-paragraph-paragraph &gt; p a {
    color: #000000;
    border-bottom: #000000 1px solid
}

    .seatComponents-content-landing .one-paragraph-paragraph &gt; p a:hover {
        border-bottom: #d1d1d1 1px solid
    }

.seatComponents-content-landing .one-paragraph-cta {
    margin-top: 40px;
    width: 100%
}

@media (min-width: 764px) {
    .seatComponents-content-landing .one-paragraph-cta {
        width: 212px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .col-10.content-landing-wrapper.one-paragraph {
        height: 744px;
        display: flex;
        flex-direction: column
    }

    .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left {
        display: flex
    }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper {
            margin-left: 32px;
            width: 378px;
            justify-content: flex-end;
            flex-direction: column;
            display: flex
        }

            .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph {
                padding-top: 0
            }

                .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph .title-wrapper_h3 {
                    max-height: 156px
                }

            .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .one-paragraph-paragraph {
                max-height: 144px;
                width: auto
            }

            .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .one-paragraph-paragraphsmall-media {
                margin-top: 16px
            }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-image img {
            width: 378px;
            height: 550px;
            padding: 0px;
            margin: 0px
        }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-cta {
            width: 214px;
            padding: 13px 11px 15px 11px
        }

    .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right {
        max-width: 788px
    }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .one-paragraph-paragraph-wrapper {
            width: 378px;
            justify-content: flex-end;
            flex-direction: column;
            display: flex;
            height: 550px
        }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .title-wrapper.one-paragraph &gt; p {
            max-width: 378px;
            max-height: 24px
        }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .title-wrapper.one-paragraph .title-wrapper_h3 {
            max-width: 378px;
            max-height: 156px
        }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .one-paragraph-paragraph {
            max-height: 216px;
            max-width: 378px
        }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .one-paragraph-image {
            right: 0;
            bottom: 0;
            position: relative
        }

            .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .one-paragraph-image img {
                width: 378px;
                height: 550px;
                padding: 0px;
                margin: 0px
            }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .one-paragraph-cta {
            width: 319px
        }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .col-10.content-landing-wrapper.one-paragraph {
        height: 968px;
        display: flex;
        flex-direction: column
    }

    .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left {
        display: flex
    }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper {
            margin-left: 32px;
            width: 553px;
            justify-content: flex-end;
            flex-direction: column;
            display: flex
        }

            .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph {
                width: auto;
                max-height: inherit
            }

                .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph .title-wrapper_h3 {
                    max-height: 193px
                }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-image img {
            width: 553px;
            height: 800px
        }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-left .one-paragraph-cta {
            width: 319px
        }

    .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .one-paragraph-paragraph-wrapper {
        width: 553px;
        justify-content: flex-end;
        flex-direction: column;
        display: flex;
        height: 800px
    }

    .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .title-wrapper.one-paragraph &gt; p {
        max-width: 553px;
        max-height: 24px
    }

    .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .title-wrapper.one-paragraph .title-wrapper_h3 {
        max-width: 553px;
        max-height: 192px
    }

    .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .one-paragraph-paragraph {
        max-height: 144px;
        max-width: 553px
    }

    .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .one-paragraph-image {
        right: 32px;
        bottom: 65px;
        position: absolute
    }

        .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .one-paragraph-image img {
            width: 553px;
            height: 800px;
            padding: 0px;
            margin: 0px
        }

    .seatComponents-content-landing .col-10 .one-paragraph-wrapper.image-right .one-paragraph-cta {
        width: 319px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .col-12.content-landing-wrapper.one-paragraph {
        height: 758px;
        display: flex;
        flex-direction: column
    }

    .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left {
        display: flex
    }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper {
            margin-left: 32px;
            justify-content: flex-end;
            flex-direction: column;
            display: flex
        }

            .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph {
                width: 460px;
                margin-top: auto;
                padding-top: 0;
                max-height: inherit
            }

                .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph &gt; p {
                    max-width: 460px;
                    max-height: 24px
                }

                .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph .title-wrapper_h3 {
                    max-width: 460px;
                    max-height: 156px
                }

            .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .one-paragraph-paragraph {
                max-height: 192px;
                max-width: 460px
            }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-image img {
            width: 460px;
            height: 550px
        }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-cta {
            width: 214px;
            padding: 13px 11px 15px 11px
        }

    .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right {
        max-width: 952px
    }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-paragraph-wrapper {
            justify-content: flex-end;
            flex-direction: column;
            display: flex;
            height: 550px
        }

            .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph {
                margin-top: auto;
                padding-top: 0;
                max-height: inherit
            }

                .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph &gt; p {
                    width: 460px;
                    max-height: 24px
                }

                .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph .title-wrapper_h3 {
                    width: 460px;
                    max-height: 156px
                }

            .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-paragraph-wrapper .one-paragraph-paragraph {
                max-height: 192px;
                width: 460px
            }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-image {
            right: 0;
            bottom: 0;
            position: relative
        }

            .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-image img {
                width: 460px;
                height: 550px;
                padding: 0px;
                margin: 0px
            }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-cta {
            width: 214px;
            padding: 13px 11px 15px 11px
        }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .col-12.content-landing-wrapper.one-paragraph {
        height: 1008px;
        display: flex;
        flex-direction: column
    }

    .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left {
        display: flex
    }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper {
            margin-left: 32px;
            justify-content: flex-end;
            flex-direction: column;
            display: flex
        }

            .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph &gt; p {
                max-width: 553px;
                max-height: 24px
            }

            .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph .title-wrapper_h3 {
                max-width: 553px;
                max-height: 193px
            }

            .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-paragraph-wrapper .one-paragraph-paragraph {
                max-height: 168px;
                max-width: 553px
            }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-image img {
            width: 670px;
            height: 800px
        }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-left .one-paragraph-cta {
            width: 319px
        }

    .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-paragraph-wrapper {
        justify-content: flex-end;
        flex-direction: column;
        display: flex;
        height: 800px
    }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph &gt; p {
            max-width: 553px;
            max-height: 24px
        }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-paragraph-wrapper .title-wrapper.one-paragraph .title-wrapper_h3 {
            max-width: 553px;
            max-height: 193px
        }

    .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-paragraph {
        max-height: 168px;
        max-width: 553px
    }

    .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-image {
        right: 32px;
        bottom: 104px;
        position: absolute
    }

        .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-image img {
            width: 670px;
            height: 800px;
            padding: 0px;
            margin: 0px
        }

    .seatComponents-content-landing .col-12 .one-paragraph-wrapper.image-right .one-paragraph-cta {
        width: 319px
    }
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features {
        display: flex
    }
}

.seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper {
    display: flex;
    flex-direction: column
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper {
        flex-direction: row
    }
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper.image-right {
        flex-direction: row-reverse
    }
}

&gt; .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper.image-right.basic-features .four-features-texts-wrapper {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 764px) {
    &gt; .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper.image-right.basic-features .four-features-texts-wrapper {
        margin-left: 0;
        margin-right: 32px
    }
}

.seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper h4 {
    font-family: 'CupraRegular';
    font-size: 16px;
    line-height: 1.25;
    color: #000;
    margin: 24px 0 0 0;
    max-height: 20px;
    overflow: hidden
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper h4 {
        margin: 32px 0 0 0
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper h4 {
        font-size: 20px;
        line-height: 1.2;
        max-height: 24px
    }
}

.seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper .four-features-features &gt; p, .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper .four-features-features &gt; p a, .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper .four-features-block-text &gt; p, .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper .four-features-block-text &gt; p a {
    font-family: 'CupraBook';
    font-size: 14px;
    line-height: 1.43;
    color: #666666;
    margin: 8px 0 0 0;
    overflow: hidden
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper .four-features-features &gt; p, .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper .four-features-features &gt; p a, .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper .four-features-block-text &gt; p, .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper .four-features-block-text &gt; p a {
        font-size: 16px;
        line-height: 1.5
    }
}

.seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper .four-features-features &gt; p a, .seatComponents-content-landing .content-landing-wrapper &gt; .features-wrapper .four-features-block-text &gt; p a {
    border-bottom: 1px solid #666;
    text-decoration: none
}

.seatComponents-content-landing .title-wrapper.four-features {
    width: 90vw
}

@media (min-width: 764px) {
    .seatComponents-content-landing .title-wrapper.four-features {
        width: 75.66vw
    }
}

.seatComponents-content-landing .four-features-image img {
    width: 90vw;
    height: auto;
    margin: 40px 0 16px
}

@media (min-width: 764px) {
    .seatComponents-content-landing .four-features-image img {
        width: 43.7vw;
        margin: 40px 0 0 0
    }
}

.seatComponents-content-landing .four-features-texts-wrapper {
    width: 90vw
}

@media (min-width: 764px) {
    .seatComponents-content-landing .four-features-texts-wrapper {
        width: 43.7vw;
        margin-left: 4.1vw;
        margin-top: 8px
    }
}

.seatComponents-content-landing .four-features-texts-wrapper .four-features-only-texts-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
}

.seatComponents-content-landing .four-features-texts-wrapper .four-features-features {
    width: 100%
}

.seatComponents-content-landing .four-features-texts-wrapper .four-features-cta {
    margin-top: 40px;
    width: 100%;
    max-height: 40px
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .four-features-texts-wrapper .four-features-cta {
        max-height: 48px
    }
}

.seatComponents-content-landing .four-features-texts-wrapper .four-features-cta &gt; span {
    display: inline-block;
    max-height: 16px;
    overflow: hidden;
    max-width: 80%;
    line-height: 16px
}

@media (min-width: 764px) {
    .seatComponents-content-landing .four-features-texts-wrapper .four-features-cta &gt; span {
        max-width: 84%
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .four-features-texts-wrapper .four-features-cta &gt; span {
        line-height: 20px;
        max-height: 20px;
        max-width: 89%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .four-features-texts-wrapper .four-features-cta &gt; span {
        max-width: 82%
    }
}

.seatComponents-content-landing .col-10 {
    max-width: 100%
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .col-10 .title-wrapper.four-features {
        width: 100%;
        display: block
    }

        .seatComponents-content-landing .col-10 .title-wrapper.four-features &gt; p {
            width: 45.27vw
        }

        .seatComponents-content-landing .col-10 .title-wrapper.four-features .title-wrapper_h3 {
            width: 45.27vw
        }

    .seatComponents-content-landing .col-10 .four-features-image img {
        width: 29.13vw;
        margin-top: 40px
    }

    .seatComponents-content-landing .col-10 .four-features-texts-wrapper {
        margin-left: 3.15vw;
        margin-top: 40px;
        max-width: 45.27vw;
        width: auto
    }

        .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-features {
            width: 21.06vw
        }

            .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-features:nth-child(odd) {
                margin-right: 3.15vw
            }

        .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-cta {
            width: 29.13vw
        }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .col-10 {
        margin: 0 auto
    }

        .seatComponents-content-landing .col-10 .title-wrapper.four-features {
            width: 100%;
            display: block
        }

            .seatComponents-content-landing .col-10 .title-wrapper.four-features .title-wrapper_h3 {
                max-height: 128px;
                width: 670px
            }

            .seatComponents-content-landing .col-10 .title-wrapper.four-features &gt; p {
                width: 670px
            }

        .seatComponents-content-landing .col-10 .four-features-image img {
            width: 436px;
            margin-top: 64px
        }

        .seatComponents-content-landing .col-10 .four-features-texts-wrapper {
            margin-left: 32px;
            margin-top: 24px;
            max-width: 670px
        }

            .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-features {
                width: 319px
            }

                .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-features:nth-child(odd) {
                    margin-right: 32px
                }

            .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-cta {
                width: 319px;
                margin-top: 64px
            }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .col-12 .title-wrapper.four-features {
        width: 93.69vw;
        display: block
    }

        .seatComponents-content-landing .col-12 .title-wrapper.four-features &gt; p {
            width: 61.41vw
        }

        .seatComponents-content-landing .col-12 .title-wrapper.four-features .title-wrapper_h3 {
            width: 61.41vw;
            max-height: 104px
        }

    .seatComponents-content-landing .col-12 .four-features-image img {
        width: 29.13vw;
        margin-top: 40px
    }

    .seatComponents-content-landing .col-12 .four-features-texts-wrapper {
        margin-left: 3.15vw;
        margin-top: 16px;
        max-width: 61.41vw;
        width: auto
    }

        .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-features {
            width: 29.13vw
        }

            .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-features:nth-child(odd) {
                margin-right: 3.15vw
            }

        .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-cta {
            width: 29.13vw
        }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .col-12 {
        margin: 0 auto
    }

        .seatComponents-content-landing .col-12 .title-wrapper.four-features {
            width: 100%;
            display: block
        }

            .seatComponents-content-landing .col-12 .title-wrapper.four-features .title-wrapper_h3 {
                max-height: 128px;
                width: 904px
            }

            .seatComponents-content-landing .col-12 .title-wrapper.four-features &gt; p {
                width: 904px
            }

        .seatComponents-content-landing .col-12 .four-features-image img {
            width: 436px;
            margin-top: 64px
        }

        .seatComponents-content-landing .col-12 .four-features-texts-wrapper {
            margin-left: 32px;
            margin-top: 24px;
            max-width: 904px
        }

            .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-features {
                width: 436px
            }

                .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-features:nth-child(odd) {
                    margin-right: 32px
                }

            .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-cta {
                margin-top: 64px;
                width: 319px
            }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-texts-wrapper {
        margin-top: 8px;
        position: relative
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-only-texts-wrapper {
        flex-direction: row;
        justify-content: space-between
    }
}

.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-block-text {
    margin-bottom: 8px
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-block-text {
        margin-bottom: 0
    }
}

.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-block-text &gt; p {
    max-height: unset
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-block-text &gt; p {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px
    }
}

.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets &gt; ul {
    padding-left: 0;
    margin-bottom: 0
}

    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets &gt; ul &gt; li {
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: #666666;
        font-family: 'CupraBook', sans-serif;
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
        list-style-type: none;
        list-style-position: inside;
        padding-left: 22px;
        margin-bottom: 16px;
        position: relative
    }

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets &gt; ul &gt; li {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 24px;
        max-height: 48px
    }
}

.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets &gt; ul &gt; li:before {
    content: '\00B7';
    font-size: 40px;
    position: absolute;
    left: 6px
}

.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets &gt; ul &gt; li:first-child {
    margin-top: 8px
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets &gt; ul &gt; li:first-child {
        margin-top: 12px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets &gt; ul &gt; li:first-child {
        margin-top: 8px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets &gt; ul &gt; li:first-child {
        margin-top: 16px
    }
}

.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets &gt; ul &gt; li:last-child {
    margin-bottom: 0
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .title-wrapper .title-wrapper_h3 {
        max-width: 542px;
        width: 542px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .title-wrapper .title-wrapper_h3 {
        max-width: 670px;
        width: 670px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .title-wrapper &gt; p {
        max-width: 542px;
        width: 542px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .title-wrapper &gt; p {
        max-height: 72px;
        max-width: 670px;
        width: 670px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .features-wrapper .four-features-texts-wrapper {
        margin-top: 92px
    }
}

.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .features-wrapper .four-features-only-texts-wrapper &gt; div {
    max-width: 100%
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .features-wrapper .four-features-only-texts-wrapper &gt; div {
        flex: 46.5% 0;
        max-width: 50%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .features-wrapper .four-features-only-texts-wrapper &gt; div {
        flex: 47.6% 0
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .features-wrapper .four-features-cta {
        margin-top: 64px;
        bottom: 0
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .title-wrapper .title-wrapper_h3 {
        max-width: 624px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .title-wrapper .title-wrapper_h3 {
        max-width: 904px;
        max-height: 128px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .title-wrapper &gt; p {
        max-width: 624px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .title-wrapper &gt; p {
        max-width: 904px;
        max-height: 48px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .features-wrapper .four-features-texts-wrapper {
        margin-top: 116px
    }
}

.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .features-wrapper .four-features-only-texts-wrapper &gt; div {
    max-width: 100%
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .features-wrapper .four-features-only-texts-wrapper &gt; div {
        flex: 47.5% 0;
        max-width: 50%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .features-wrapper .four-features-only-texts-wrapper &gt; div {
        flex: 48.2% 0
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .features-wrapper .four-features-cta {
        bottom: 0
    }
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .image-right.text-bullets .four-features-texts-wrapper {
        margin-left: 0;
        margin-right: 32px
    }
}

.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between
}

    .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-image img {
        margin: 40px 0 8px
    }

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-image img {
        margin: 40px 0 0 0
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-image img {
        margin: 64px 0 0 0
    }
}

.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    margin-left: 0
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper {
        align-content: flex-start
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper {
        align-content: flex-end
    }
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper {
        justify-content: space-between
    }
}

.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block h4 {
    margin: 32px 0 0 0
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block h4 {
        margin: 0 0 0 0;
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        max-height: 24px
    }
}

.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
    font-family: 'CupraBook';
    font-size: 14px;
    line-height: 1.43;
    color: #666666;
    margin: 8px 0 0 0;
    max-height: none;
    overflow: hidden
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
        max-height: none
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
        margin: 16px 0 0 0;
        font-size: 16px;
        line-height: 24px
    }
}

.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features &gt; p {
    max-height: inherit;
    margin: 0 0 0 0;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    max-width: 100%
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features &gt; p {
        width: 68.79%;
        max-width: 68.79%
    }

        .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features &gt; p &gt; p {
            max-height: 72px
        }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features &gt; p {
        width: 670px;
        max-width: 670px;
        max-height: 72px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features .title-wrapper_h3 {
        width: 68.79%;
        max-width: 68.79%
    }

        .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features .title-wrapper_h3 &gt; p {
            max-height: 72px
        }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features .title-wrapper_h3 {
        width: 670px;
        max-width: 670px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper {
        width: 58.37%;
        max-width: 58.37%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper {
        margin-top: 64px;
        width: 670px;
        max-width: 670px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block {
        width: 46.52%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block {
        width: 319px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
        max-height: none;
        width: 100%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
        max-height: none
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .title-wrapper.four-features .title-wrapper_h3 {
        width: 65.55%;
        max-width: 65.55%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .title-wrapper.four-features .title-wrapper_h3 {
        max-height: 128px;
        width: 904px;
        max-width: 904px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .title-wrapper.four-features &gt; p {
        width: 65.55%;
        max-width: 65.55%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .title-wrapper.four-features &gt; p {
        width: 904px;
        max-width: 904px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper {
        width: 65.546%;
        max-width: 65.546%;
        margin-top: 40px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper {
        width: 904px;
        max-width: 904px;
        margin-top: 64px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block {
        width: 47.436%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block {
        width: 436px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
        max-height: none
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
        max-height: none
    }
}

.seatComponents-content-landing.dark {
    background-color: #1b1b1b
}

    .seatComponents-content-landing.dark .title-wrapper.four-features p {
        color: #a3a3a3
    }

    .seatComponents-content-landing.dark .title-wrapper.one-paragraph p {
        color: #fff
    }

    .seatComponents-content-landing.dark .title-wrapper .title-wrapper_h3 {
        color: #fff
    }

    .seatComponents-content-landing.dark .one-paragraph-paragraph p {
        color: #a3a3a3
    }

    .seatComponents-content-landing.dark .features-wrapper h4 {
        color: #fff
    }

    .seatComponents-content-landing.dark .features-wrapper .four-features-features p, .seatComponents-content-landing.dark .features-wrapper .four-features-features p a, .seatComponents-content-landing.dark .features-wrapper .four-features-bullets-block p, .seatComponents-content-landing.dark .features-wrapper .four-features-bullets-block p a {
        color: #a3a3a3
    }

    .seatComponents-content-landing.dark .features-wrapper .four-features-bullets .four-features-bullet-list li, .seatComponents-content-landing.dark .features-wrapper .four-features-bullets .four-features-bullet-list li::before, .seatComponents-content-landing.dark .features-wrapper .four-features-sequence .four-features-sequence-list li p {
        color: #a3a3a3 !important
    }

    .seatComponents-content-landing.dark .features-wrapper li:before {
        color: #fff
    }

.modal-view-overlay .seatComponents-content-landing.dark .title-wrapper.four-features p {
    color: #a3a3a3
}

.modal-view-overlay .seatComponents-content-landing.dark .title-wrapper.one-paragraph p {
    color: #fff
}

.modal-view-overlay .seatComponents-content-landing.dark .title-wrapper .title-wrapper_h3 {
    color: #fff
}

.modal-view-overlay .seatComponents-content-landing.white .title-wrapper.four-features p {
    color: #1b1b1b
}

.modal-view-overlay .seatComponents-content-landing.white .title-wrapper.one-paragraph p {
    color: #1b1b1b
}

.modal-view-overlay .seatComponents-content-landing.white .title-wrapper .title-wrapper_h3 {
    color: #1b1b1b
}

.modal-view-overlay .seatComponents-content-landing.light-gray .title-wrapper.four-features p {
    color: #1b1b1b
}

.modal-view-overlay .seatComponents-content-landing.light-gray .title-wrapper.one-paragraph p {
    color: #1b1b1b
}

.modal-view-overlay .seatComponents-content-landing.light-gray .title-wrapper .title-wrapper_h3 {
    color: #1b1b1b
}

.seatComponents-content-landing .content-landing-wrapper.sequence .title-wrapper.four-features &gt; p {
    max-width: fit-content;
    width: fit-content;
    max-height: 128px
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .title-wrapper.four-features &gt; p {
        max-height: 72px
    }
}

.seatComponents-content-landing .content-landing-wrapper.sequence .title-wrapper.four-features .title-wrapper_h3 {
    max-width: fit-content;
    width: fit-content;
    max-height: 128px
}

.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between
}

    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-image img {
        margin: 40px 0 0
    }

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-image img {
        margin: 64px 0 0
    }
}

.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-left: 0
}

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper {
        margin-top: 0px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper {
        align-content: flex-end
    }
}

.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence {
    width: 100%
}

    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol {
        counter-reset: listOptions;
        list-style: none;
        padding-left: 0px;
        margin-top: 40px;
        margin-bottom: 0px;
        font-size: 0
    }

@media (min-width: 764px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol {
        margin-top: 40px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol {
        margin-top: 64px
    }
}

.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li {
    counter-increment: listOptions;
    margin-top: 24px;
    display: flex;
    flex-flow: wrap;
    width: 100%
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li {
        margin-top: 32px
    }
}

.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li h4 {
    margin: 0px;
    display: inline-block;
    align-self: flex-end;
    max-width: calc(100% - 43px);
    width: calc(100% - 43px)
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li h4 {
        line-height: 24px;
        max-height: 24px
    }
}

.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li p {
    margin-top: 12px;
    max-height: 40px;
    color: #666666;
    max-width: 100%;
    width: 100%
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li p {
        margin-top: 4px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li p {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        margin-top: 12px
    }
}

.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:before {
    content: counter(listOptions);
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 64px;
    font-family: 'CupraLight';
    width: 43px;
    align-self: center;
    margin-bottom: -4px
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:before {
        position: absolute;
        display: block;
        width: 4.93%;
        text-align: right;
        margin-bottom: 0px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:before {
        font-size: 76px;
        line-height: 80px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:first-child {
        margin-top: 0px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:first-child {
        margin-top: 30px
    }

        .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:first-child h4, .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:first-child p {
            margin-left: 123px
        }

        .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:first-child:before {
            margin-left: -11px
        }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li.point-1 h4, .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li.point-1 p {
        margin-left: 123px
    }

    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li.point-1:before {
        margin-left: -5px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li.point-2 h4, .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li.point-2 p {
        margin-left: 125px
    }

    .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li.point-2:before {
        margin-left: -7px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .title-wrapper.four-features {
        max-width: 68.78%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .title-wrapper.four-features {
        max-width: 670px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-image img {
        width: 553px;
        max-width: 553px;
        height: auto
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper {
        max-width: 58.37%;
        width: 58.37%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper {
        max-width: 553px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li h4, .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li p {
        margin-left: 17.88%;
        width: calc(100% - 17.88%);
        max-width: calc(100% - 17.88%)
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li h4, .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li p {
        margin-left: 118px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:before {
        width: 4.93%;
        margin-top: -1px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:before {
        width: 85px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-cta {
        margin-left: 17.38%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-cta {
        margin-left: 118px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .title-wrapper.four-features {
        max-width: 65.56%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .title-wrapper.four-features {
        max-width: 670px
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper {
        justify-content: flex-start
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-image {
        max-width: 39.705%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-image {
        width: 670px;
        max-width: 670px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-image img {
        width: 100%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-image img {
        width: 100%;
        height: auto
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper {
        max-width: 56.93%;
        width: 56.93%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper {
        align-content: flex-end;
        margin-left: 32px;
        max-width: 553px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li h4, .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li p {
        margin-left: 15.13%;
        max-width: calc(100% - 15.13%);
        width: calc(100% - 15.13%)
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li h4, .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li p {
        margin-left: 118px;
        max-width: 436px;
        width: 436px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:before {
        width: 4.93%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence &gt; ol &gt; li:before {
        width: 85px
    }
}

@media (min-width: 1016px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-cta {
        margin-left: 15.13%
    }
}

@media (min-width: 1436px) {
    .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-cta {
        margin-left: 118px
    }
}

.seatComponents-data-table.aplyGo table.dataTable thead .sorting_asc::after, .seatComponents-data-table.aplyGo table.dataTable thead .sorting_desc::after, .seatComponents-data-table.aplyGo table.dataTable thead .sorting::after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 27px;
    position: absolute;
    top: 50%;
    margin-left: 16px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media (min-width: 764px) {
    .seatComponents-data-table.aplyGo table.dataTable thead .sorting_asc::after, .seatComponents-data-table.aplyGo table.dataTable thead .sorting_desc::after, .seatComponents-data-table.aplyGo table.dataTable thead .sorting::after {
        height: 31px
    }
}

.seatComponents-data-table.aplyGo {
    width: 100%;
    position: relative
}

    .seatComponents-data-table.aplyGo .aply-go-wrapper {
        padding: 64px 16px 80px 16px;
        background-color: #f4f4f3
    }

@media (min-width: 764px) {
    .seatComponents-data-table.aplyGo .aply-go-wrapper {
        padding: 64px 32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo .aply-go-wrapper {
        padding: 104px 32px
    }
}

.seatComponents-data-table.aplyGo .title-wrapper h2 {
    width: 90vw;
    font-family: 'CupraBook';
    font-size: 30px;
    line-height: 1.07;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    max-height: 64.2px;
    overflow: hidden
}

.seatComponents-data-table.aplyGo .title-wrapper p {
    width: 90vw;
    font-family: 'CupraBook';
    font-size: 16px;
    line-height: 1.25;
    margin: 16px 0 0 0;
    color: #666;
    font-weight: normal;
    max-height: 60px;
    overflow: hidden
}

@media (min-width: 764px) {
    .seatComponents-data-table.aplyGo .title-wrapper h2 {
        width: 75.66vw;
        font-family: 'CupraLight';
        font-size: 40px;
        line-height: 1.1;
        font-weight: 300;
        max-height: 88px
    }

    .seatComponents-data-table.aplyGo .title-wrapper p {
        width: 75.66vw;
        max-height: 40px
    }
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo .title-wrapper h2 {
        width: 61.41vw;
        font-size: 48px;
        line-height: 1.08;
        max-height: 104px
    }

    .seatComponents-data-table.aplyGo .title-wrapper p {
        width: 61.41vw;
        font-size: 20px;
        line-height: 1.2;
        max-height: 48px
    }
}

@media (min-width: 1436px) {
    .seatComponents-data-table.aplyGo .title-wrapper h2 {
        width: 54.82vw;
        font-size: 60px;
        line-height: 1.07;
        max-height: 128px
    }

    .seatComponents-data-table.aplyGo .title-wrapper p {
        width: 54.82vw
    }
}

.seatComponents-data-table.aplyGo table.dataTable {
    margin-top: 24px;
    display: block
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable {
        display: table;
        border-collapse: collapse
    }

        .seatComponents-data-table.aplyGo table.dataTable th, .seatComponents-data-table.aplyGo table.dataTable td {
            box-sizing: border-box
        }
}

.seatComponents-data-table.aplyGo table.dataTable.dataTable_empty thead tr {
    border-bottom: transparent 1px solid
}

.seatComponents-data-table.aplyGo table.dataTable.dataTable_empty tbody tr {
    background-color: transparent;
    text-transform: uppercase
}

    .seatComponents-data-table.aplyGo table.dataTable.dataTable_empty tbody tr td {
        text-align: left
    }

@media (min-width: 764px) and (max-width: 1015px) {
    .seatComponents-data-table.aplyGo table.dataTable.dataTable_empty tbody tr td:nth-child(1) {
        max-height: 20px
    }
}

.seatComponents-data-table.aplyGo table.dataTable thead {
    font-family: 'CupraRegular';
    max-height: 16px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #666;
    overflow: hidden
}

    .seatComponents-data-table.aplyGo table.dataTable thead tr {
        display: block;
        line-height: 1.14;
        border-bottom: #d1d1d1 1px solid;
        position: sticky;
        top: 60px;
        transition: top .3s linear;
        background-color: #f4f4f3;
        margin-left: -24px;
        padding: 24px;
        margin-bottom: 0
    }

@media (min-width: 764px) {
    .seatComponents-data-table.aplyGo table.dataTable thead tr {
        line-height: 1.25;
        padding: 32px;
        margin-bottom: 0;
        margin-left: -32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable thead tr {
        display: flex;
        font-size: 16px;
        margin-bottom: 0px;
        margin-left: 0;
        padding: 46px 0;
        top: 84px
    }

        .seatComponents-data-table.aplyGo table.dataTable thead tr :nth-child(1) {
            width: 51.16%;
            padding-left: 16px;
            padding-right: 32px
        }

        .seatComponents-data-table.aplyGo table.dataTable thead tr :nth-child(2) {
            width: 17.05%;
            padding-right: 32px
        }

        .seatComponents-data-table.aplyGo table.dataTable thead tr :nth-child(3) {
            width: 17.05%;
            padding-right: 32px
        }
}

.seatComponents-data-table.aplyGo table.dataTable thead tr th {
    display: block;
    width: 90vw;
    padding: 0;
    border-bottom: none;
    position: relative;
    overflow: hidden;
    max-height: 18px
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable thead tr th {
        max-height: 23px;
        width: 14.2%
    }
}

.seatComponents-data-table.aplyGo table.dataTable thead .sorting_asc::after {
    background-image: url("../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/down-table-icon.svg")
}

.seatComponents-data-table.aplyGo table.dataTable thead .sorting_desc::after {
    background-image: url("../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/up-table-icon.svg")
}

.seatComponents-data-table.aplyGo table.dataTable thead .sorting::after {
    background-image: url("../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/sort-table-icon.svg")
}

.seatComponents-data-table.aplyGo table.dataTable thead .sorting_asc, .seatComponents-data-table.aplyGo table.dataTable thead .sorting_desc {
    color: #000
}

.seatComponents-data-table.aplyGo table.dataTable tbody {
    cursor: pointer
}

    .seatComponents-data-table.aplyGo table.dataTable tbody tr {
        display: block;
        width: 100vw;
        margin-left: -16px;
        padding-bottom: 24px
    }

@media (min-width: 764px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr {
        margin-left: -32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr {
        display: flex;
        padding: 32px 0px;
        width: 100%;
        margin-left: 0px;
        min-height: 84px;
        max-height: 104px;
        line-height: 1.25
    }
}

@media (min-width: 1436px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr {
        min-height: 88px;
        max-height: 112px
    }
}

.seatComponents-data-table.aplyGo table.dataTable tbody tr td {
    display: block;
    padding: 0 16px
}

@media (min-width: 764px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td {
        padding: 0 32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td {
        padding: 0px;
        margin: 0px;
        font-size: 16px
    }
}

.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(1) {
    max-height: 60px;
    font-family: 'CupraMedium';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000;
    overflow: hidden;
    padding-top: 24px
}

@media (min-width: 764px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(1) {
        max-height: 40px
    }
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(1) {
        padding: 0px;
        margin: 0px;
        width: 51.68%;
        padding-left: 16px;
        padding-right: 32px;
        max-height: 48px
    }
}

@media (min-width: 1436px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(1) {
        font-size: 20px;
        width: 51.16%
    }
}

.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n+2), .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n+3) {
    max-height: 48px;
    font-family: 'CupraBook';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #666;
    overflow: hidden
}

@media (min-width: 764px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n+2), .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n+3) {
        max-height: 48px;
        font-size: 16px;
        line-height: 1.5
    }
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n+2), .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n+3) {
        padding: 0px;
        margin: 0px;
        line-height: 1.25
    }
}

@media (min-width: 1436px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n+2), .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n+3) {
        font-size: 20px
    }
}

.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(2) {
    margin-top: 16px
}

@media (min-width: 764px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(2) {
        margin-top: 8px
    }
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(2) {
        padding: 0px;
        margin: 0px;
        width: 17.22%;
        padding-right: 32px
    }
}

@media (min-width: 1436px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(2) {
        font-size: 20px;
        width: 17.05%
    }
}

.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(3) {
    margin-top: 8px;
    max-height: 16px
}

@media (min-width: 764px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(3) {
        max-height: 24px
    }
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(3) {
        padding: 0px;
        margin: 0px;
        width: 17.22%;
        padding-right: 32px
    }
}

@media (min-width: 1436px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(3) {
        font-size: 20px;
        width: 17.05%
    }
}

.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4) {
    max-height: 16px;
    font-family: 'CupraRegular';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000;
    overflow: hidden;
    margin-top: 16px
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4) {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
        line-height: 1.25;
        max-height: 20px;
        width: 13.86%;
        padding-right: 16px
    }
}

@media (min-width: 1436px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4) {
        width: 14.72%
    }
}

.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4) a {
    font-family: 'CupraRegular';
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    padding: 0;
    min-width: unset;
    pointer-events: none
}

@media (min-width: 1016px) {
    .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4) a {
        font-size: 16px
    }
}

.seatComponents-data-table.aplyGo table.dataTable tbody .odd {
    background-color: #fff
}

.seatComponents-data-table.aplyGo table.dataTable tbody .even {
    background-color: #f4f4f3
}

.seatComponents-data-table.aplyGo table.dataTable.no-footer {
    border-bottom: none
}

.cupra-modal .general-modal .fullWidthModal {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: #1b1b1b
}

    .cupra-modal .general-modal .fullWidthModal::-webkit-scrollbar {
        display: none
    }

@media (min-width: 764px) {
    .cupra-modal .general-modal .fullWidthModal {
        overflow: hidden
    }
}

.cupra-modal .general-modal .fullWidthModal .icon-close {
    position: fixed;
    right: 16px;
    top: 16px;
    margin-right: 0px;
    margin-top: 0px;
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/close-icon-white.svg) no-repeat;
    background-size: contain
}

@media (min-width: 764px) {
    .cupra-modal .general-modal .fullWidthModal .icon-close {
        right: 32px;
        top: 32px
    }
}

.cupra-modal .general-modal .fullWidthModal.video-mode .icon-close {
    width: 20px;
    height: 20px
}

@media (min-width: 764px) {
    .cupra-modal .general-modal .fullWidthModal.video-mode .icon-close {
        width: 32px;
        height: 32px
    }
}

.cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video {
    height: 100%;
    display: flex
}

@media (min-width: 1436px) {
    .cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video {
        max-width: 1436px;
        margin: 0 auto
    }
}

.cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video .plyr__video-wrapper {
    width: 100%;
    align-self: center
}

.cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video .plyr__control--overlaid, .cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video .plyr__control--overlaid:hover, .cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video .plyr__control--overlaid:focus, .cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video .plyr__control:hover {
    background-color: #dbd3cb
}

.cupra-modal .general-modal .fullWidthModal .imageAdapter.img-horizontal {
    height: 100vh;
    display: flex;
    align-items: center
}

@media (min-width: 764px) {
    .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-horizontal {
        justify-content: center
    }
}

.cupra-modal .general-modal .fullWidthModal .imageAdapter.img-horizontal img {
    width: auto;
    height: 100vh
}

@media (min-width: 764px) {
    .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-horizontal img {
        width: 100vw;
        height: auto;
        max-height: 100vh;
        object-fit: contain
    }
}

@media (min-width: 1436px) {
    .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-horizontal img {
        max-width: 1436px;
        margin: 0 auto
    }
}

.cupra-modal .general-modal .fullWidthModal .imageAdapter.img-vertical img {
    width: auto;
    height: 100vh;
    right: 32px;
    display: block;
    margin: 0 auto
}

@media (min-width: 764px) {
    .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-vertical img {
        max-width: 100vw;
        object-fit: contain
    }
}

.cupra-modal .general-modal .fullWidthModal .imageAdapter.img-square {
    height: 100vh;
    display: flex;
    align-items: center
}

@media (min-width: 1016px) {
    .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-square {
        justify-content: center
    }
}

.cupra-modal .general-modal .fullWidthModal .imageAdapter.img-square img {
    width: auto;
    height: 100vh
}

@media (min-width: 764px) {
    .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-square img {
        width: 100vw;
        height: auto;
        max-height: 100vh;
        object-fit: contain
    }
}

@media (min-width: 1016px) {
    .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-square img {
        width: auto;
        max-width: 100vw;
        height: 100vh
    }
}

.icon-fullscreen {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 8px;
    top: 8px;
    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/full-screen-icon.svg);
    background-size: cover;
    background-repeat: center no-repeat
}

@media (min-width: 764px) {
    .icon-fullscreen {
        right: 16px;
        top: 16px;
        width: 40px;
        height: 40px
    }
}

@media (min-width: 1436px) {
    .icon-fullscreen {
        width: 48px;
        height: 48px
    }
}

.img-with-fullscreen, .isVideo {
    cursor: pointer
}

.cupra-gallery .icon-video.isVideo {
    width: 32px;
    height: 32px;
    position: absolute;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/video-play-icon.svg);
    background-size: cover
}

@media (min-width: 764px) {
    .cupra-gallery .icon-video.isVideo {
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        width: 40px;
        height: 40px
    }
}

@media (min-width: 1016px) {
    .cupra-gallery .icon-video.isVideo {
        left: calc(50% - 24px);
        top: calc(50% - 24px);
        width: 48px;
        height: 48px
    }
}

@media (min-width: 1436px) {
    .cupra-gallery .icon-video.isVideo {
        left: calc(50% - 28px);
        top: calc(50% - 28px);
        width: 56px;
        height: 56px
    }
}

.seatComponents-banner {
    background-color: #dbd3cb
}

    .seatComponents-banner .wrapper .banner-icon {
        margin-left: 36px;
        margin-right: 16px;
        height: 32px;
        width: 32px;
        background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/info-signal-32px.png)
    }

@media (min-width: 1436px) {
    .seatComponents-banner .wrapper .banner-icon {
        margin-left: 36px;
        height: 40px;
        width: 40px;
        margin-right: 16px;
        background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/info-signal-40px.png)
    }
}

.seatComponents-banner .wrapper .notice {
    font-family: 'CupraMedium';
    color: #000;
    max-width: 199px
}

@media (min-width: 1436px) {
    .seatComponents-banner .wrapper .notice {
        max-width: 228px
    }
}

.seatComponents-banner .wrapper .descriptionNotice {
    font-family: 'CupraRegular';
    color: #000
}

@media (min-width: 1436px) {
    .seatComponents-banner .wrapper .descriptionNotice {
        max-width: 539px
    }
}

.seatComponents-banner .wrapper .banner-browsers a.browser-choice p {
    font-family: 'CupraRegular';
    color: #190f14;
    max-height: 12px;
    overflow: hidden
}

.seatComponents-banner .wrapper .banner-close {
    background-size: contain;
    right: 24px;
    height: 24px;
    width: 24px;
    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/close-icon-banner-24px.png);
    top: 16px
}

@media (min-width: 1436px) {
    .seatComponents-banner .wrapper .banner-close {
        right: 32px;
        height: 32px;
        width: 32px;
        background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/close-icon-banner-32px.png)
    }
}

#smartbanner {
    font-family: 'CupraRegular', sans-serif
}

    #smartbanner .sbi2, #smartbanner .sbi3, #smartbanner .sb-button span {
        font-family: 'CupraRegular', sans-serif
    }

.seat-components-card .card-item.card-offer {
    margin: 0
}

    .seat-components-card .card-item.card-offer .image-container {
        position: relative
    }

        .seat-components-card .card-item.card-offer .image-container .card-image {
            margin: 0
        }

            .seat-components-card .card-item.card-offer .image-container .card-image img {
                height: 188px;
                object-fit: cover;
                width: 100%
            }

@media (min-width: 764px) {
    .seat-components-card .card-item.card-offer .image-container .card-image img {
        height: 207px
    }
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-offer .image-container .card-image img {
        height: 213px
    }
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-offer .image-container .card-image img {
        height: 256px
    }
}

.seat-components-card .card-item.card-offer .card-body {
    margin: 0;
    padding: 16px
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-offer .card-body {
        padding: 24px
    }
}

.seat-components-card .card-item.card-offer .card-body .offer-header {
    margin-bottom: 24px
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-offer .card-body .offer-header {
        margin-bottom: 32px
    }
}

.seat-components-card .card-item.card-offer .card-body .offer-header .offer-eyebrow {
    font-family: 'CupraBook', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #666666;
    text-transform: uppercase;
    overflow: hidden;
    max-height: 16px
}

@media (min-width: 764px) {
    .seat-components-card .card-item.card-offer .card-body .offer-header .offer-eyebrow {
        margin-bottom: 4px;
        font-size: 14px
    }
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-offer .card-body .offer-header .offer-eyebrow {
        font-size: 16px;
        max-height: 20px;
        line-height: 1.25
    }
}

.seat-components-card .card-item.card-offer .card-body .offer-header .offer-title {
    font-family: 'CupraMedium', sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 4px;
    overflow: hidden;
    max-height: 48px
}

@media (min-width: 764px) {
    .seat-components-card .card-item.card-offer .card-body .offer-header .offer-title {
        margin-bottom: 8px;
        font-size: 24px;
        max-height: 56px
    }
}

.seat-components-card .card-item.card-offer .card-body .offer-header .offer-subtitle {
    font-family: 'CupraBook', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0;
    overflow: hidden;
    max-height: 32px
}

@media (min-width: 764px) {
    .seat-components-card .card-item.card-offer .card-body .offer-header .offer-subtitle {
        font-size: 16px;
        max-height: 40px;
        line-height: 1.25
    }
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-offer .card-body .offer-header .offer-subtitle {
        font-size: 20px;
        max-height: 48px;
        line-height: 1.2
    }
}

.seat-components-card .card-item.card-offer .card-body .offer-middle {
    display: grid;
    margin-bottom: 4px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-gap: 16px;
    align-items: end
}

@media (min-width: 764px) {
    .seat-components-card .card-item.card-offer .card-body .offer-middle {
        margin-bottom: 12px;
        grid-template-columns: repeat(auto-fit, minmax(0, 1.12fr) minmax(0, 1fr))
    }
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-offer .card-body .offer-middle {
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr) minmax(0, 1.13fr))
    }
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-offer .card-body .offer-middle {
        grid-gap: 32px;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
    }
}

.seat-components-card .card-item.card-offer .card-body .offer-middle .offer-fee .offer-fee-label {
    font-family: 'CupraBook', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #666666;
    overflow: hidden;
    max-height: 16px
}

@media (min-width: 764px) {
    .seat-components-card .card-item.card-offer .card-body .offer-middle .offer-fee .offer-fee-label {
        font-size: 14px
    }
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-offer .card-body .offer-middle .offer-fee .offer-fee-label {
        font-size: 16px;
        line-height: 1.25;
        max-height: 20px
    }
}

.seat-components-card .card-item.card-offer .card-body .offer-middle .offer-fee .offer-fee-amount {
    font-family: 'CupraRegular', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000000;
    overflow: hidden;
    max-height: 28px
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-offer .card-body .offer-middle .offer-fee .offer-fee-amount {
        font-size: 30px;
        max-height: 32px;
        line-height: 1.07
    }
}

.seat-components-card .card-item.card-offer .card-body .offer-middle .offer-cta {
    display: block;
    max-height: 36px;
    text-align: right;
    overflow: hidden
}

    .seat-components-card .card-item.card-offer .card-body .offer-middle .offer-cta button {
        text-align: right;
        height: 18px
    }

.seat-components-card .card-item.card-offer .card-body .offer-disclaimer {
    font-family: 'CupraBook', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #666666;
    overflow: hidden;
    max-height: 48px
}

.specs-card-variant.s-slider-cupra .row {
    margin-bottom: 98px
}

@media (min-width: 764px) {
    .specs-card-variant.s-slider-cupra .row {
        margin-bottom: 32px
    }
}

@media (min-width: 1016px) {
    .specs-card-variant.s-slider-cupra .row {
        margin-bottom: 72px
    }
}

.specs-card-variant.s-slider-cupra .row .slick-dots {
    bottom: -39px
}

.specs-card-variant .card.section {
    border-radius: 0
}

    .specs-card-variant .card.section:hover {
        border: none;
        margin: 0;
        cursor: auto
    }

.seat-components-card .card-item.card-prebook {
    margin: 0
}

    .seat-components-card .card-item.card-prebook .image-container {
        position: relative
    }

        .seat-components-card .card-item.card-prebook .image-container .card-image {
            margin: 0
        }

            .seat-components-card .card-item.card-prebook .image-container .card-image img {
                height: 152px;
                object-fit: cover;
                width: 100%
            }

@media (min-width: 764px) {
    .seat-components-card .card-item.card-prebook .image-container .card-image img {
        height: 255px
    }
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-prebook .image-container .card-image img {
        height: 211px
    }
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-prebook .image-container .card-image img {
        height: 309px
    }
}

.seat-components-card .card-item.card-prebook .card-body {
    margin: 0;
    padding: 0
}

    .seat-components-card .card-item.card-prebook .card-body .prebook-header {
        margin: 24px 0
    }

@media (min-width: 764px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-header {
        margin: 40px 0 24px 0
    }
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-header {
        margin: 48px 0 40px 0
    }
}

.seat-components-card .card-item.card-prebook .card-body .prebook-header .prebook-title {
    font-family: 'CupraMedium', serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    overflow: hidden;
    max-height: 56px;
    margin-bottom: 4px
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-header .prebook-title {
        font-size: 30px;
        line-height: 1.07;
        max-height: 64px;
        margin-bottom: 8px
    }
}

.seat-components-card .card-item.card-prebook .card-body .prebook-header .prebook-subtitle {
    font-family: 'CupraBook', serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    overflow: hidden;
    max-height: 48px;
    margin: 0
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-header .prebook-subtitle {
        font-size: 20px;
        line-height: 1.2
    }
}

.seat-components-card .card-item.card-prebook .card-body .prebook-middle {
    margin-bottom: 32px
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-middle {
        margin-bottom: 40px
    }
}

.seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-label-prop {
    font-family: 'CupraMedium';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    max-height: 20px;
    overflow: hidden;
    margin-bottom: 12px
}

@media (min-width: 764px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-label-prop {
        margin-bottom: 16px
    }
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-label-prop {
        max-height: 24px;
        line-height: 1.2;
        font-size: 20px
    }
}

.seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-value-prop {
    font-family: 'CupraBook';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    max-height: 56px;
    overflow: hidden;
    margin-bottom: 8px
}

@media (min-width: 764px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-value-prop {
        max-height: 28px
    }
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-value-prop {
        max-height: 64px;
        font-size: 30px;
        line-height: 1.07
    }
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-value-prop {
        max-height: 32px
    }
}

.seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-subtitle-prop {
    font-family: 'CupraBook', serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #666666;
    max-height: 20px;
    overflow: hidden
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-subtitle-prop {
        max-width: 319px
    }
}

.seat-components-card .card-item.card-prebook a.btn {
    width: 100%
}

@media (min-width: 764px) {
    .seat-components-card .card-item.card-prebook a.btn {
        width: 73.02%
    }
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-prebook a.btn {
        width: 78.31%
    }
}

@media (min-width: 1436px) {
    .seat-components-card .card-item.card-prebook a.btn {
        width: 57.68%
    }
}

.seat-components-card .card-item.card-prebook a.btn span {
    max-height: 16px
}

@media (min-width: 1016px) {
    .seat-components-card .card-item.card-prebook a.btn span {
        max-height: 20px
    }
}

.grid-container.section .seatComponents-grid-container.two-columns-cupra, .specs-card-variant {
    background-color: #f4f4f3
}

    .grid-container.section .seatComponents-grid-container.two-columns-cupra .row, .specs-card-variant .row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 16px 0;
        padding: 16px;
        margin: 0
    }

@media (min-width: 764px) {
    .grid-container.section .seatComponents-grid-container.two-columns-cupra .row, .specs-card-variant .row {
        grid-template-columns: repeat(2, 1fr);
        padding: 16px 32px 32px 32px;
        grid-gap: 32px
    }
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.two-columns-cupra .row, .specs-card-variant .row {
        grid-template-columns: repeat(2, 1fr);
        padding: 32px
    }
}

.grid-container.section .seatComponents-grid-container.two-columns-cupra .row .col, .specs-card-variant .row .col {
    padding: 0;
    display: grid
}

.grid-container.section .seatComponents-grid-container.two-columns-cupra .slick-initialized, .specs-card-variant .slick-initialized {
    padding: 0
}

    .grid-container.section .seatComponents-grid-container.two-columns-cupra .slick-initialized .col, .specs-card-variant .slick-initialized .col {
        width: calc(90vw - 16px);
        margin-left: 16px
    }

.grid-container.section .seatComponents-grid-container.left-margin-cupra, .specs-card-variant {
    background-color: #f4f4f3
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.left-margin-cupra .row, .specs-card-variant .row {
        margin-left: 16.14%
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.left-margin-cupra .row, .specs-card-variant .row {
        margin-left: 16.29%
    }
}

.grid-container.section {
    background-color: white
}

    .grid-container.section .seatComponents-grid-container.three-columns-cupra .row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 16px 0;
        padding: 16px;
        margin: 0
    }

@media (min-width: 764px) {
    .grid-container.section .seatComponents-grid-container.three-columns-cupra .row {
        grid-template-columns: repeat(2, 1fr);
        padding: 16px 32px 32px 32px;
        grid-gap: 32px
    }
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.three-columns-cupra .row {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 32px;
        padding: 32px
    }
}

.grid-container.section .seatComponents-grid-container.three-columns-cupra .row .col {
    padding: 0;
    display: grid
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .fullContainer {
    overflow: hidden
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .fullContainer .col {
        flex-grow: 0
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper.light-gray {
    background-color: #f4f4f3
}

    .grid-container.section .seatComponents-grid-container.conversion-wrapper.light-gray .swiper-scrollbar-drag {
        border: solid 1px #1b1b1b;
        background: #1b1b1b
    }

    .grid-container.section .seatComponents-grid-container.conversion-wrapper.light-gray .swiper-scrollbar {
        border: solid 1px #d1d1d1;
        background: #d1d1d1
    }

.grid-container.section .seatComponents-grid-container.conversion-wrapper.dark {
    background-color: #1b1b1b;
    position: relative;
    top: -2px
}

    .grid-container.section .seatComponents-grid-container.conversion-wrapper.dark .swiper-scrollbar-drag {
        border: solid 1px #fff;
        background: #fff
    }

    .grid-container.section .seatComponents-grid-container.conversion-wrapper.dark .swiper-scrollbar {
        border: solid 1px #75787b;
        background: #75787b
    }

.grid-container.section .seatComponents-grid-container.conversion-wrapper.white {
    background-color: #ffffff
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .row {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 12px 16px 96px 16px
}

@media (min-width: 764px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .row {
        padding: 12px 32px 120px 32px
    }
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .row {
        padding: 16px 32px 176px 32px
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .row {
        padding: 16px 32px 208px 32px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .row .col {
    padding: 0
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .row .swiper-scrollbar-drag {
    left: 0;
    top: -1px
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .row .swiper-scrollbar {
    width: 85%;
    height: 1px;
    left: 8%;
    bottom: 7.5%
}

@media (min-width: 764px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .row .swiper-scrollbar {
        width: 84%;
        bottom: 7.5%
    }
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .row .swiper-scrollbar {
        bottom: 11%
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section {
    width: 280px;
    background-color: #ffffff;
    height: auto
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section {
        width: 378px
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section {
        width: 553px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion {
    margin: 0
}

    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body {
        padding: 16px;
        margin: 0
    }

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body {
        padding: 24px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-header h3 {
    font-family: 'CupraMedium';
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 16px;
    max-height: 48px;
    overflow: hidden
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-header h3 {
        max-height: 56px;
        font-size: 24px;
        line-height: 1.17
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-header h3 {
        max-height: 64px;
        font-size: 30px;
        line-height: 1.07;
        margin-bottom: 24px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-header h4 {
    max-height: 48px;
    font-family: 'CupraBook';
    font-size: 14px;
    line-height: 1.14;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000000;
    overflow: hidden;
    margin-bottom: 24px
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-header h4 {
        font-size: 16px;
        line-height: 1.5;
        color: #666666
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-header h4 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 32px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle {
    margin-bottom: 32px
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle {
        margin-bottom: 40px
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle {
        margin-bottom: 56px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle .conversion-highlight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle .conversion-highlight {
        grid-column-gap: 16px;
        grid-row-gap: 4px
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle .conversion-highlight {
        grid-column-gap: 32px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle .conversion-highlight .conversion-highlight-label {
    height: 16px;
    font-family: 'CupraBook';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000000;
    overflow: hidden
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle .conversion-highlight .conversion-highlight-label {
        height: 20px;
        font-size: 16px;
        line-height: 1.25
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle .conversion-highlight .conversion-highlight-value {
    grid-row-start: 2;
    height: 28px;
    font-family: 'CupraBook';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000000
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle .conversion-highlight .conversion-highlight-value {
        height: 32px;
        font-size: 30px;
        line-height: 1.07
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle .conversion-highlight .conversion-highlight-value span {
    font-family: 'CupraBook';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #666666
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-middle .conversion-highlight .conversion-highlight-value span {
        font-size: 16px;
        line-height: 1.25;
        color: #888888
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-price {
    height: 20px;
    font-family: 'CupraMedium';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 16px;
    overflow: hidden
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-price {
        height: 24px;
        font-size: 16px;
        line-height: 1.5;
        max-width: 256px
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-price {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 1.2;
        max-width: unset
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-price.two-ctas {
    margin-top: 0
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-price.one-cta {
    margin-top: 80px
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-price.one-cta {
        margin-top: 0
    }
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-ctas {
        display: block
    }
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-ctas-two-ctas {
        display: flex
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-ctas-two-ctas .conversionCta.primary {
    background-color: #1b1b1b;
    color: #ffffff
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-ctas-two-ctas .conversionCta.primary {
        width: 165px;
        height: 48px;
        margin-right: 16px
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-ctas-two-ctas .conversionCta.primary {
        width: 245px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-ctas-two-ctas .conversionCta.secondary {
    color: #1b1b1b;
    background-color: #ffffff
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-ctas-two-ctas .conversionCta.secondary {
        width: 165px;
        height: 48px
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-ctas-two-ctas .conversionCta.secondary {
        width: 245px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-ctas .conversionCta.primary {
    background-color: #1b1b1b;
    color: #ffffff
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-ctas .conversionCta.primary {
        height: 48px
    }
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-cta1 {
        position: relative;
        left: 180px
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-cta1 {
        left: 262px
    }
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-cta2 {
        position: relative;
        right: 180px
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-cta2 {
        right: 262px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversionCta {
    width: 100%;
    height: 40px;
    padding: 10px 16px 14px;
    font-family: 'CupraRegular';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 8px;
    border: solid 1px #1b1b1b;
    overflow: hidden
}

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversionCta {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversionCta {
        margin-bottom: 12px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-disclaimer {
    height: 16px;
    font-family: 'CupraBook';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #9c9c9c;
    overflow: hidden;
    margin-top: 4px
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-body .conversion-disclaimer {
        margin-top: 8px
    }
}

.grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-image {
    margin: 0
}

    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-image img {
        height: 188px;
        transform: scaleX(1.15)
    }

@media (min-width: 1016px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-image img {
        height: 211px;
        transform: none
    }
}

@media (min-width: 1436px) {
    .grid-container.section .seatComponents-grid-container.conversion-wrapper .card.section .card-item.card-conversion .card-image img {
        height: 309px
    }
}

.aem-AuthorLayer-Edit .seatComponents-grid-container.conversion-wrapper .row {
    flex-wrap: wrap !important
}

    .aem-AuthorLayer-Edit .seatComponents-grid-container.conversion-wrapper .row .col .new.section {
        min-width: 200px
    }

.modal-subscription {
    width: inherit;
    overflow-y: auto
}

    .modal-subscription .modal-view-wrapper {
        margin: auto
    }

    .modal-subscription .modal-view-content {
        padding: 8px
    }

@media (min-width: 764px) {
    .modal-subscription .modal-view-content {
        padding: 32px
    }
}

@media (min-width: 1016px) {
    .modal-subscription .modal-view-content {
        padding: 24px
    }
}

.modal-subscription .modal-view-dialog {
    overflow-y: auto
}

.modal-subscription .modal-subscription-title p {
    margin-bottom: 0px;
    margin-top: 48px;
    font-family: 'CupraBook', serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #000;
    overflow: hidden;
    max-height: 112px
}

@media (min-width: 764px) {
    .modal-subscription .modal-subscription-title p {
        margin-top: 24px;
        font-size: 30px;
        line-height: 1.07;
        max-height: 96px
    }
}

@media (min-width: 1016px) {
    .modal-subscription .modal-subscription-title p {
        margin-top: 40px;
        font-size: 24px;
        line-height: 1.17;
        max-height: 56px
    }
}

@media (min-width: 1016px) {
    .modal-subscription .modal-subscription-title p {
        margin-top: 40px;
        font-size: 30px;
        line-height: 1.07;
        max-height: 64px
    }
}

.modal-subscription .modal-subscription-message p {
    margin-bottom: 0px;
    margin-top: 24px;
    font-family: 'CupraBook', serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #666;
    overflow: hidden;
    max-height: 100px
}

@media (min-width: 764px) {
    .modal-subscription .modal-subscription-message p {
        max-height: 60px
    }
}

@media (min-width: 1016px) {
    .modal-subscription .modal-subscription-message p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.5;
        max-height: 48px
    }
}

@media (min-width: 764px) {
    .modal-subscription .seatComponent-dynamic-form .newBookTestDrive .panel-body {
        padding-top: 24px
    }
}

@media (min-width: 1016px) {
    .modal-subscription .seatComponent-dynamic-form .newBookTestDrive .panel-body {
        padding-top: 16px
    }
}

.modal-subscription .seatComponent-dynamic-form .newBookTestDrive .panel-body .col-12 {
    padding: 0
}

@media (min-width: 764px) {
    .modal-subscription .seatComponent-dynamic-form .newBookTestDrive .panel-body .inline-column.col-12 .seatComponentField.section.col-12 {
        margin-left: 16px;
        padding: 0px
    }
}

@media (min-width: 1016px) {
    .modal-subscription .seatComponent-dynamic-form .newBookTestDrive .panel-body .inline-column.col-12 .seatComponentField.section.col-12 {
        margin-left: 0
    }
}

.modal-subscription .dynamic-form-builder {
    background-color: #fff
}

@media (min-width: 1016px) {
    .modal-subscription .dynamic-form-builder {
        max-width: 460px;
        margin: auto
    }
}

@media (min-width: 1436px) {
    .modal-subscription .dynamic-form-builder {
        max-width: 436px
    }
}

.modal-subscription .dynamic-form-builder .col-lg-10, .modal-subscription .dynamic-form-builder .col-xl-8 {
    padding: 0
}

.modal-subscription .dynamic-form-builder .col-12 {
    padding: 0 16px
}

@media (min-width: 764px) {
    .modal-subscription .dynamic-form-builder .col-12 {
        padding: 0
    }
}

.modal-subscription .dynamic-form-builder .dynamic-form-multi-step {
    padding-bottom: 8px
}

@media (min-width: 764px) {
    .modal-subscription .dynamic-form-builder .dynamic-form-multi-step {
        padding-top: 0
    }
}

@media (min-width: 1016px) {
    .modal-subscription .dynamic-form-builder .dynamic-form-multi-step .container-fluid {
        padding: 0
    }
}

@media (min-width: 1016px) {
    .modal-subscription .dynamic-form-builder .dynamic-form-multi-step .container-fluid .justify-content-center {
        justify-content: unset !important
    }
}

@media (min-width: 1016px) {
    .modal-subscription .dynamic-form-builder .dynamic-form-multi-step .container-fluid .row {
        display: unset;
        flex-wrap: initial;
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width: 1016px) {
    .modal-subscription .dynamic-form-builder .dynamic-form-multi-step .container-fluid .row .col-lg-10 {
        max-width: 100%
    }
}

.modal-subscription .dynamic-form-builder .dynamic-form-multi-step .findDealerFieldComponent .dealerList {
    margin-top: 24px
}

    .modal-subscription .dynamic-form-builder .dynamic-form-multi-step .findDealerFieldComponent .dealerList .dealerItem {
        margin-bottom: 24px
    }

        .modal-subscription .dynamic-form-builder .dynamic-form-multi-step .findDealerFieldComponent .dealerList .dealerItem .dealerDistance, .modal-subscription .dynamic-form-builder .dynamic-form-multi-step .findDealerFieldComponent .dealerList .dealerItem .dealerBody {
            color: #666666
        }

.modal-subscription .dynamic-form-builder .dynamic-form-multi-step .newBookTestDrive .panel-body &gt; .container-form-elements {
    display: unset
}

.modal-subscription .dynamic-form-builder .dynamic-form-multi-step .newBookTestDrive .btn-continue {
    margin-top: 4px;
    width: 100%
}

.modal-subscription .dynamic-form-builder .dynamic-form-multi-step .newBookTestDrive .options {
    margin: 0;
    max-width: 100%
}

.modal-subscription-redirection {
    margin: auto
}

@media (min-width: 764px) {
    .modal-subscription-redirection .modal-view-body {
        padding: 24px 32px 32px 32px !important
    }
}

@media (min-width: 1016px) {
    .modal-subscription-redirection .modal-view-body {
        padding: 16px 24px 24px 24px !important
    }
}

.modal-subscription-redirection .modal-subscription-redirection-image {
    margin-top: 16px;
    width: 93px;
    height: 56px
}

@media (min-width: 764px) {
    .modal-subscription-redirection .modal-subscription-redirection-image {
        margin-top: 0;
        width: 107px;
        height: 64px
    }
}

@media (min-width: 1436px) {
    .modal-subscription-redirection .modal-subscription-redirection-image {
        width: 133px;
        height: 80px
    }
}

.modal-subscription-redirection .modal-subscription-redirection-title {
    margin-top: 24px;
    font-family: 'CupraBook', serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    overflow: hidden;
    max-height: 84px;
    color: #000
}

@media (min-width: 764px) {
    .modal-subscription-redirection .modal-subscription-redirection-title {
        margin-top: 32px;
        font-size: 30px;
        line-height: 1.07;
        max-height: 96px
    }
}

@media (min-width: 1016px) {
    .modal-subscription-redirection .modal-subscription-redirection-title {
        font-size: 24px;
        line-height: 1.17;
        max-height: 56px
    }
}

@media (min-width: 1436px) {
    .modal-subscription-redirection .modal-subscription-redirection-title {
        margin-top: 40px;
        font-size: 30px;
        line-height: 1.07;
        max-height: 64px
    }
}

.modal-subscription-redirection .modal-subscription-redirection-title-bold {
    font-weight: bold
}

.modal-subscription-redirection .modal-subscription-redirection-description {
    margin-top: 24px;
    font-family: 'CupraBook', serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    overflow: hidden;
    max-height: 100px;
    color: #666
}

@media (min-width: 764px) {
    .modal-subscription-redirection .modal-subscription-redirection-description {
        max-height: 60px
    }
}

@media (min-width: 1016px) {
    .modal-subscription-redirection .modal-subscription-redirection-description {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.5;
        max-height: 48px
    }
}

@media (min-width: 1436px) {
    .modal-subscription-redirection .modal-subscription-redirection-description {
        margin-top: 24px
    }
}

.modal-subscription-redirection .modal-subscription-redirection-cta {
    margin-top: 32px;
    width: 100%;
    height: 40px;
    background-color: #1b1b1b
}

@media (min-width: 1016px) {
    .modal-subscription-redirection .modal-subscription-redirection-cta {
        margin-top: 40px;
        width: 296px;
        height: 48px;
        float: right;
        margin-bottom: 16px
    }
}

@media (min-width: 1436px) {
    .modal-subscription-redirection .modal-subscription-redirection-cta {
        margin-top: 24px;
        width: 319px;
        margin-bottom: 24px
    }
}

.modal-subscription-redirection .modal-subscription-redirection-cta span {
    display: table;
    margin: auto;
    padding: 13px 0;
    font-family: 'CupraRegular', serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    overflow: hidden;
    max-height: 16px;
    color: #fff
}

@media (min-width: 1016px) {
    .modal-subscription-redirection .modal-subscription-redirection-cta span {
        font-size: 16px;
        line-height: 1.25;
        max-height: 20px
    }
}

.grid-container .modal-view-overlay .modal-view-container .modal-view-dialog {
    margin: auto
}

@media (min-width: 1016px) {
    .grid-container .modal-view-dialog.modal-load-overload.modal-hide-header {
        padding: 0
    }
}

.modal-subscription-equipment {
    overflow: auto;
    padding-top: 51px;
    padding-bottom: 48px
}

@media (min-width: 764px) {
    .modal-subscription-equipment {
        margin: auto;
        padding: 0
    }
}

.modal-subscription-equipment p {
    width: 100%;
    max-height: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
    font-family: 'CupraMedium';
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
    overflow: hidden
}

@media (min-width: 1016px) {
    .modal-subscription-equipment p {
        max-width: 296px
    }
}

@media (min-width: 1436px) {
    .modal-subscription-equipment p {
        max-width: 319px
    }
}

.modal-subscription-equipment ul {
    padding-left: 16px;
    list-style-position: initial !important
}

@media (min-width: 1016px) {
    .modal-subscription-equipment ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 32px
    }
}

.modal-subscription-equipment ul li {
    width: 100%;
    max-height: 48px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-family: 'CupraBook';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #666
}

@media (min-width: 1016px) {
    .modal-subscription-equipment ul li {
        width: 272px
    }
}

@media (min-width: 1436px) {
    .modal-subscription-equipment ul li {
        width: 295px
    }
}

.modal-subscription-equipment ul li:last-child {
    margin-bottom: 24px
}

.modal-subscription-equipment .modal-subscription-equipment-title {
    width: 216px;
    max-height: 84px;
    line-height: 1.17;
    font-size: 24px;
    margin-bottom: 24px;
    font-family: 'CupraBook';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    overflow: hidden;
    color: #000
}

@media (min-width: 764px) {
    .modal-subscription-equipment .modal-subscription-equipment-title {
        width: 456px;
        max-height: 56px;
        margin-bottom: 32px
    }
}

@media (min-width: 1016px) {
    .modal-subscription-equipment .modal-subscription-equipment-title {
        width: 592px;
        max-height: 28px
    }
}

@media (min-width: 1436px) {
    .modal-subscription-equipment .modal-subscription-equipment-title {
        width: 630px
    }
}

.pac-container.pac-logo {
    z-index: 9999999 !important;
    top: 56px !important;
    left: 0px !important;
    padding: 0px;
    margin-left: 0px
}

.seatComponents-homepage-stock {
    max-width: 1436px;
    margin-left: auto;
    margin-right: auto
}

    .seatComponents-homepage-stock .homepage_stock {
        padding: 40px 16px;
        background-color: #fff;
        display: grid;
        grid-gap: 16px;
        grid-template: "title" auto "filters " auto "legal" auto / 1fr
    }

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock {
        margin: 0px 32px;
        padding: 16px
    }
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock {
        grid-gap: 24px;
        padding: 24px 24px 16px 24px
    }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock {
        grid-column-gap: 32px;
        grid-template: "title filters" auto "legal legal" auto / 412px 1fr
    }
}

.seatComponents-homepage-stock .homepage_stock .sl-home-title {
    grid-area: title;
    text-align: start
}

    .seatComponents-homepage-stock .homepage_stock .sl-home-title .title {
        font-family: "CupraMedium";
        font-size: 24px;
        font-stretch: normal;
        line-height: 28px;
        margin-bottom: 4px;
        color: #000
    }

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-title .title {
        font-size: 30px;
        line-height: 32px
    }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-title .title {
        font-size: 40px;
        line-height: 44px
    }
}

.seatComponents-homepage-stock .homepage_stock .sl-home-title .subtitle {
    font-size: 14px;
    line-height: 20px;
    font-family: "CupraRegular";
    color: #666
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-title .subtitle {
        font-size: 16px;
        line-height: 24px
    }
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters {
    grid-area: filters;
    align-items: start;
    overflow: hidden
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-filters {
        display: flex;
        align-items: flex-end;
        margin: 0px;
        overflow: visible
    }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-filters {
        justify-content: flex-end
    }
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .title-filter {
    position: relative;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #d1d1d1
}

    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .title-filter .control-label {
        position: absolute;
        top: 4px;
        margin-bottom: 0;
        font-family: "CupraRegular";
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 24px);
        color: #666;
        pointer-events: none
    }

    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .title-filter .selectpicker {
        border: none
    }

        .seatComponents-homepage-stock .homepage_stock .sl-home-filters .title-filter .selectpicker::-ms-expand {
            display: none
        }

        .seatComponents-homepage-stock .homepage_stock .sl-home-filters .title-filter .selectpicker .option {
            font-family: "CupraBook";
            color: #000;
            font-size: 16px;
            line-height: 20px
        }

    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .title-filter select.form-control {
        margin-right: 8px;
        padding: 20px 24px 8px 0px;
        font-family: "CupraBook";
        font-size: 16px;
        line-height: 20px;
        -webkit-appearance: none;
        box-sizing: border-box;
        height: 100%;
        color: #000
    }

    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .title-filter .form-control:focus {
        box-shadow: none
    }

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 40px
}

    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location {
        padding: 8px 0;
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #d1d1d1;
        width: 100%;
        height: 48px;
        margin-right: 8px;
        position: relative;
        align-items: center
    }

        .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .group-location {
            width: 100%;
            height: 100%;
            margin-right: 8px;
            border-left: 1px solid #d1d1d1;
            padding-left: 8px
        }

            .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .group-location .label-location {
                font-family: "CupraRegular";
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 100%;
                font-size: 16px;
                line-height: 20px;
                position: absolute;
                top: 50%;
                transform: translate(0%, -50%);
                transition: all 0.5s ease-in-out;
                max-width: calc(100% - 78px);
                color: #666
            }

            .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .group-location .option-location {
                display: flex;
                font-family: "CupraBook";
                font-size: 16px;
                line-height: 20px;
                width: 100%;
                position: absolute;
                z-index: 2;
                bottom: 50%;
                transform: translate(0%, 50%);
                max-width: calc(100% - 78px)
            }

        .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .titleFilter {
            display: inline
        }

        .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location input {
            background: transparent;
            border: 0
        }

            .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location input:focus {
                outline: none
            }

            .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location input.buttonGPS[type="button"] {
                background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/location-icon-black.svg) center center no-repeat;
                margin: 0 12px 0 10px;
                padding: 0px;
                width: 16px;
                height: 16px;
                flex: 0 0 16px;
                cursor: pointer
            }

        .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location {
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
            justify-content: center;
            margin-right: 8px
        }

            .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location.vertical {
                margin-right: 16px
            }

                .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location.vertical .searchButton {
                    display: none
                }

            .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location .clearButton {
                width: 12px;
                height: 12px;
                position: relative;
                display: flex;
                align-items: center;
                flex: 0 0 12px;
                cursor: pointer
            }

                .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location .clearButton &gt; div {
                    width: 100%;
                    height: 1px;
                    background: #6f6f6f;
                    position: absolute;
                    transform: rotate(45deg)
                }

                    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location .clearButton &gt; div:first-child {
                        transform: rotate(-45deg)
                    }

            .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location input.searchButton[type="button"] {
                background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/search.svg) center center no-repeat;
                width: 16px;
                height: 16px;
                padding: 0px;
                margin: 0px;
                cursor: pointer;
                flex: 0 0 16px
            }

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location {
        padding-left: 0px
    }
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg.validated .location {
    border-color: none
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg.error {
        margin-bottom: 0px
    }
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg.error .location {
    border-color: #e34343
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg.active .location .group-location .label-location {
    top: 4px;
    transform: none;
    font-size: 12px;
    line-height: 16px
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg.show-label .location .group-location .option-location {
    bottom: 8px;
    transform: none
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-loc-msg .sl-error-msg {
    color: #e34343;
    font-size: 12px;
    line-height: 16px;
    font-family: "CupraBook";
    position: absolute;
    bottom: -20px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-home-btn {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #1b1b1b;
    background-color: #1b1b1b;
    min-width: 125px;
    width: 100%;
    cursor: pointer;
    margin-top: 16px;
    padding: 0px 16px
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-home-btn {
        margin-top: 0px;
        margin-right: 0px
    }
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-home-btn {
        height: 48px
    }
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-home-btn a {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    font-family: "CupraRegular"
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-home-btn a {
        font-size: 16px;
        line-height: 20px
    }
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-home-btn:hover {
    color: #fff;
    background-color: #a3a3a3;
    border: 1px solid #a3a3a3;
    outline: none;
    border-radius: 0;
    box-shadow: 0 0 0 0
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-filter {
    margin-top: 8px
}

    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-filter:first-child {
        margin-top: 0px
    }

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-filter {
        margin-bottom: 0px;
        margin-top: 0px
    }
}

.seatComponents-homepage-stock .homepage_stock .sl-home-filters .sl-filter .icon-select {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/arrow-down.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 8px;
    right: 0px;
    pointer-events: none
}

.seatComponents-homepage-stock .homepage_stock .sl-home-footer {
    grid-area: legal;
    text-align: start
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-footer {
        margin-top: 8px
    }
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-footer {
        margin-top: 0px
    }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock .sl-home-footer {
        text-align: right
    }
}

.seatComponents-homepage-stock .homepage_stock .sl-home-footer .sl-home-legal {
    font-family: "CupraBook";
    font-size: 12px;
    font-stretch: normal;
    line-height: 16px;
    color: #666
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock.show-0 .sl-home-filters .sl-home-btn {
        max-width: 212px
    }
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock.show-0 .sl-home-filters .sl-home-btn {
        max-width: 214px
    }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock.show-0 .sl-home-filters .sl-home-btn {
        max-width: 202px
    }
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock.show-1 .sl-home-filters .sl-filter {
        max-width: 196px;
        margin-right: 32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock.show-1 .sl-home-filters .sl-filter {
        max-width: 272px
    }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock.show-1 .sl-home-filters .sl-filter {
        max-width: 202px
    }
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock.show-1 .sl-home-filters .sl-home-btn {
        max-width: 212px
    }
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock.show-1 .sl-home-filters .sl-home-btn {
        max-width: 214px
    }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock.show-1 .sl-home-filters .sl-home-btn {
        max-width: 202px
    }
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock.show-2 .sl-home-filters .sl-filter {
        max-width: 196px;
        margin-right: 32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock.show-2 .sl-home-filters .sl-filter {
        max-width: 272px
    }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock.show-2 .sl-home-filters .sl-filter {
        max-width: 202px
    }
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock.show-2 .sl-home-filters .sl-home-btn {
        max-width: 196px
    }

        .seatComponents-homepage-stock .homepage_stock.show-2 .sl-home-filters .sl-home-btn:not(:only-child) {
            margin-left: 16px
        }
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock.show-2 .sl-home-filters .sl-home-btn {
        max-width: 214px
    }

        .seatComponents-homepage-stock .homepage_stock.show-2 .sl-home-filters .sl-home-btn:not(:only-child) {
            margin-left: 24px
        }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock.show-2 .sl-home-filters .sl-home-btn {
        max-width: 202px
    }

        .seatComponents-homepage-stock .homepage_stock.show-2 .sl-home-filters .sl-home-btn:not(:only-child) {
            margin-left: 0px
        }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock.show-3 .sl-home-filters {
        justify-content: flex-end
    }
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock.show-3 .sl-home-filters .sl-filter {
        max-width: 168px;
        margin-right: 8px
    }
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock.show-3 .sl-home-filters .sl-filter {
        max-width: 194px
    }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock.show-3 .sl-home-filters .sl-filter {
        max-width: 202px
    }
}

@media (min-width: 764px) {
    .seatComponents-homepage-stock .homepage_stock.show-3 .sl-home-filters .sl-home-btn {
        max-width: 132px
    }

        .seatComponents-homepage-stock .homepage_stock.show-3 .sl-home-filters .sl-home-btn:not(:only-child) {
            margin-left: 8px
        }
}

@media (min-width: 1016px) {
    .seatComponents-homepage-stock .homepage_stock.show-3 .sl-home-filters .sl-home-btn {
        max-width: 259px
    }

        .seatComponents-homepage-stock .homepage_stock.show-3 .sl-home-filters .sl-home-btn:not(:only-child) {
            margin-left: 40px
        }
}

@media (min-width: 1436px) {
    .seatComponents-homepage-stock .homepage_stock.show-3 .sl-home-filters .sl-home-btn {
        max-width: 210px
    }

        .seatComponents-homepage-stock .homepage_stock.show-3 .sl-home-filters .sl-home-btn:not(:only-child) {
            margin-left: 16px
        }
}

.dynamic-form-builder .panel-body .section:first-child, .dynamic-form-builder .panel-body .section:not(:first-child) {
    min-height: unset;
    margin: 8px 0;
    padding: 0
}

@media (min-width: 1016px) {
    .dynamic-form-builder .panel-body .section:first-child, .dynamic-form-builder .panel-body .section:not(:first-child) {
        margin: 16px 0
    }
}

.dynamic-form-builder .panel-body .section.seatComponentField.col-12:first-child, .dynamic-form-builder .panel-body .section.seatComponentField.col-12:not(:first-child), .dynamic-form-builder .panel-body .section.col-12.col-md-6 {
    padding: 0
}

.dynamic-form-builder .formStates .question {
    font-family: 'CupraRegular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #666666
}

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates .question {
        font-size: 16px;
        line-height: 1.25
    }
}

.dynamic-form-builder .formStates textarea.form-control {
    padding: 16px 16px 4px 16px
}

.dynamic-form-builder .formStates .richtext {
    margin-bottom: 32px
}

    .dynamic-form-builder .formStates .richtext p {
        font-family: 'CupraRegular', serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #000000;
        margin-bottom: 24px
    }

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates .richtext p {
        font-size: 16px;
        line-height: 1.5
    }
}

.dynamic-form-builder .formStates .richtext:last-child {
    margin-bottom: 0
}

.dynamic-form-builder .formStates .error {
    font-family: 'CupraBook', sans-serif;
    color: #e34343;
    line-height: 1.33;
    margin-top: 4px;
    position: relative
}

.dynamic-form-builder .formStates .valid {
    color: #008a96
}

.dynamic-form-builder .formStates .findDealerFieldComponent .input-group label {
    top: 6px;
    margin-left: 45px;
    max-width: 54.7%;
    overflow: hidden
}

@media (min-width: 764px) {
    .dynamic-form-builder .formStates .findDealerFieldComponent .input-group label {
        max-width: 82.3%
    }
}

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates .findDealerFieldComponent .input-group label {
        max-width: 83.4%
    }
}

@media (min-width: 1436px) {
    .dynamic-form-builder .formStates .findDealerFieldComponent .input-group label {
        max-width: 85.7%
    }
}

.dynamic-form-builder .formStates .form-group label {
    top: 22px
}

.dynamic-form-builder .formStates .form-group, .dynamic-form-builder .formStates .input-group {
    margin-bottom: 32px;
    min-height: 45px;
    max-height: 65px
}

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates .form-group, .dynamic-form-builder .formStates .input-group {
        min-height: 49px;
        max-height: 69px
    }
}

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates .form-group, .dynamic-form-builder .formStates .input-group {
        margin-bottom: 40px
    }
}

.dynamic-form-builder .formStates .form-group label, .dynamic-form-builder .formStates .input-group label {
    max-height: 20px;
    font-family: 'CupraRegular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #666666;
    top: 22px;
    overflow: hidden
}

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates .form-group label, .dynamic-form-builder .formStates .input-group label {
        font-size: 16px;
        line-height: 1.14
    }
}

.dynamic-form-builder .formStates .form-group label.active, .dynamic-form-builder .formStates .form-group label.fixed, .dynamic-form-builder .formStates .form-group label.lc--active, .dynamic-form-builder .formStates .input-group label.active, .dynamic-form-builder .formStates .input-group label.fixed, .dynamic-form-builder .formStates .input-group label.lc--active {
    font-size: 12px;
    line-height: 1.33;
    top: 0;
    max-height: 16px;
    overflow: hidden
}

.dynamic-form-builder .formStates .form-group input, .dynamic-form-builder .formStates .input-group input {
    padding-top: 20px;
    margin-top: 0
}

.dynamic-form-builder .formStates .form-group .input-group-addon, .dynamic-form-builder .formStates .input-group .input-group-addon {
    height: auto;
    right: 0;
    top: 20px
}

    .dynamic-form-builder .formStates .form-group .input-group-addon button.btn span img, .dynamic-form-builder .formStates .input-group .input-group-addon button.btn span img {
        width: 20px;
        height: 20px;
        display: flex
    }

.dynamic-form-builder .formStates .form-group .input-group-btn, .dynamic-form-builder .formStates .input-group .input-group-btn {
    top: 20px
}

    .dynamic-form-builder .formStates .form-group .input-group-btn button, .dynamic-form-builder .formStates .input-group .input-group-btn button {
        height: auto
    }

        .dynamic-form-builder .formStates .form-group .input-group-btn button span.eye, .dynamic-form-builder .formStates .input-group .input-group-btn button span.eye {
            width: 20px;
            height: 20px;
            background-size: 20px 20px
        }

.dynamic-form-builder .formStates .form-group .inputDescription, .dynamic-form-builder .formStates .input-group .inputDescription {
    font-family: 'CupraBook', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #666666;
    margin-top: 4px;
    max-height: 16px;
    overflow: hidden
}

.dynamic-form-builder .formStates .form-control {
    font-family: 'CupraBook', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #000000;
    border-bottom: 1px solid #d1d1d1
}

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates .form-control {
        font-size: 16px;
        line-height: 1.25
    }
}

.dynamic-form-builder .formStates .form-control.error {
    color: #000000;
    border-bottom: 1px solid #e34343
}

.dynamic-form-builder .formStates .form-control.valid {
    color: #000000;
    border-bottom: 1px solid #008a96
}

.dynamic-form-builder .formStates .form-control-feedback {
    width: 20px;
    height: 20px;
    top: 20px
}

    .dynamic-form-builder .formStates .form-control-feedback .icon-ok {
        height: 20px;
        width: 20px;
        bottom: 0;
        right: 0;
        background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/check-icon-black.svg) center center no-repeat
    }

.dynamic-form-builder .formStates legend {
    font-family: 'CupraRegular', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    max-height: 20px;
    overflow: hidden
}

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates legend {
        margin-bottom: 8px
    }
}

.seatComponent-dynamic-form .seatComponentField .textareaComponent .form-group {
    max-height: none
}

.seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent {
    margin-bottom: 56px;
    max-width: 90vw
}

    .seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .dealersList {
        margin-top: 24px;
        margin-bottom: 56px
    }

        .seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .dealersList .dealerItem .dealerBox {
            height: auto;
            border-radius: 0
        }

            .seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .dealersList .dealerItem .dealerBox .dealerTitle {
                font-family: 'CupraMedium', sans-serif;
                color: #000000;
                font-size: 14px;
                font-weight: 500;
                line-height: 1.14
            }

                .seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .dealersList .dealerItem .dealerBox .dealerTitle .dealerDistance {
                    font-family: 'CupraBook', sans-serif;
                    font-size: 12px;
                    line-height: 1.33
                }

            .seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .dealersList .dealerItem .dealerBox .dealerBody {
                font-family: 'CupraBook', sans-serif;
                font-size: 14px;
                line-height: 1.43
            }

    .seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .delete {
        right: 48px;
        top: 6px
    }

.seatComponent-dynamic-form .seatComponentField .input-group.find-dealer-input {
    margin-bottom: 0
}

.seatComponent-dynamic-form .seatComponentField .input-group .location-dealer.geolocated {
    height: 32px;
    padding-top: 18px
}

.seatComponent-dynamic-form .radio-inline .inputDescription {
    max-height: 24px;
    overflow: hidden
}

.dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading {
    cursor: auto;
    pointer-events: none;
    padding: 0;
    border: none
}

    .dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading .panel-title {
        left: 0;
        max-height: unset;
        width: 100%
    }

        .dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading .panel-title &gt; span {
            display: block
        }

        .dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading .panel-title .panel-span-title {
            width: 100%;
            font-family: 'CupraBook', sans-serif;
            font-size: 30px;
            line-height: 1.07;
            text-transform: uppercase
        }

        .dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading .panel-title .panel-subtitle {
            font-family: 'CupraBook', sans-serif;
            font-size: 16px;
            line-height: 1.5;
            color: #666666;
            margin-top: 24px;
            width: 100%
        }

        .dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading .panel-title.hide-arrow &gt; span:before {
            background: none;
            width: 0;
            height: 0
        }

.dynamic-form-multi-step .newBookTestDrive .panel-heading {
    margin: 0 auto
}

@media (min-width: 764px) {
    .dynamic-form-multi-step .newBookTestDrive .panel-heading {
        max-width: 456px
    }
}

@media (min-width: 1016px) {
    .dynamic-form-multi-step .newBookTestDrive .panel-heading {
        max-width: 624px
    }
}

@media (min-width: 1436px) {
    .dynamic-form-multi-step .newBookTestDrive .panel-heading {
        max-width: 670px
    }
}

.dynamic-form-multi-step .newBookTestDrive .panel-body {
    padding: 0
}

    .dynamic-form-multi-step .newBookTestDrive .panel-body &gt; .container-form-elements {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 0
    }

@media (min-width: 1016px) {
    .dynamic-form-multi-step .newBookTestDrive .panel-body &gt; .container-form-elements {
        grid-column-gap: 48px;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr) minmax(0, 1fr))
    }
}

.dynamic-form-multi-step .newBookTestDrive .panel-body .column.section {
    width: 100%;
    margin: 0
}

@media (min-width: 764px) {
    .dynamic-form-multi-step .newBookTestDrive .panel-body .column.section {
        max-width: 456px
    }
}

@media (min-width: 1016px) {
    .dynamic-form-multi-step .newBookTestDrive .panel-body .column.section {
        max-width: 624px
    }
}

@media (min-width: 1436px) {
    .dynamic-form-multi-step .newBookTestDrive .panel-body .column.section {
        max-width: 670px
    }
}

@media (min-width: 1016px) {
    .dynamic-form-multi-step .newBookTestDrive .panel-body .col-12 {
        padding: 0 16px
    }
}

.dynamic-form-multi-step .newBookTestDrive .options {
    margin: 0 auto
}

@media (min-width: 764px) {
    .dynamic-form-multi-step .newBookTestDrive .options {
        max-width: 456px
    }
}

@media (min-width: 1016px) {
    .dynamic-form-multi-step .newBookTestDrive .options {
        max-width: 624px
    }
}

@media (min-width: 1436px) {
    .dynamic-form-multi-step .newBookTestDrive .options {
        max-width: 670px
    }
}

.dynamic-form-multi-step .newBookTestDrive .btn-continue {
    margin-top: 64px;
    border-radius: 0;
    max-width: unset;
    width: 100%
}

@media (min-width: 764px) {
    .dynamic-form-multi-step .newBookTestDrive .btn-continue {
        min-width: 212px;
        margin-top: 72px;
        width: auto
    }
}

@media (min-width: 1016px) {
    .dynamic-form-multi-step .newBookTestDrive .btn-continue {
        max-height: 48px;
        margin-top: 64px
    }
}

@media (min-width: 1436px) {
    .dynamic-form-multi-step .newBookTestDrive .btn-continue {
        margin-top: 72px
    }
}

.dynamic-form-multi-step.edit-mode .newBookTestDrive .panel-body &gt; .container-form-elements {
    display: initial
}

.dynamic-form-builder .character-required-hidden .formStates .dynamic-form-label::after {
    content: none
}

.dynamic-form-builder .formStates .dynamic-form-label::after {
    content: '*'
}

.dynamic-form-builder .panel-body .seatComponentField .dateandtimeComponent, .dynamic-form-builder .panel-body .seatComponentField .emailFieldComponent, .dynamic-form-builder .panel-body .seatComponentField .passwordFieldComponent, .dynamic-form-builder .panel-body .seatComponentField .phoneNumberFieldComponent, .dynamic-form-builder .panel-body .seatComponentField .textFieldComponent, .dynamic-form-builder .panel-body .seatComponentField .zipcodeComponent {
    min-height: 45px;
    max-height: 65px
}

@media (min-width: 1016px) {
    .dynamic-form-builder .panel-body .seatComponentField .dateandtimeComponent, .dynamic-form-builder .panel-body .seatComponentField .emailFieldComponent, .dynamic-form-builder .panel-body .seatComponentField .passwordFieldComponent, .dynamic-form-builder .panel-body .seatComponentField .phoneNumberFieldComponent, .dynamic-form-builder .panel-body .seatComponentField .textFieldComponent, .dynamic-form-builder .panel-body .seatComponentField .zipcodeComponent {
        min-height: 49px;
        max-height: 69px
    }
}

.dynamic-form-builder .panel-body .seatComponentField .textLabelComponent {
    padding-top: 48px;
    margin-bottom: 24px
}

    .dynamic-form-builder .panel-body .seatComponentField .textLabelComponent h4 {
        font-family: 'CupraBook', sans-serif;
        font-size: 20px;
        line-height: 1.2;
        color: #000000;
        text-transform: uppercase
    }

@media (min-width: 1016px) {
    .dynamic-form-builder .panel-body .seatComponentField .textLabelComponent h4 {
        font-size: 24px;
        line-height: 1.17
    }
}

.dynamic-form-builder .panel-body .seatComponentField .textLabelComponent h4.subtitle {
    color: #666666
}

.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #d5d5d5
}

    .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.has-scroll {
        max-height: 139px;
        overflow-y: scroll;
        overflow-x: hidden
    }

@media (min-width: 764px) {
    .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.has-scroll {
        max-height: 200px
    }
}

@media (min-width: 1016px) {
    .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.has-scroll {
        max-height: 60px
    }
}

@media (min-width: 1436px) {
    .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.has-scroll {
        max-height: 103px
    }
}

@media (min-width: 764px) {
    .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.has-scroll .richtext {
        margin-right: 24px
    }
}

.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.richtext-light p {
    color: #666666
}

.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent h4 {
    font-family: 'CupraMedium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14;
    color: #000000;
    margin-bottom: 24px
}

@media (min-width: 1016px) {
    .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent h4 {
        font-size: 16px;
        line-height: 1.25
    }
}

.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent p {
    font-family: 'CupraBook', sans-serif;
    font-size: 12px;
    line-height: 1.33
}

@media (min-width: 1016px) {
    .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent p {
        font-size: 14px;
        line-height: 1.43
    }
}

.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent p b {
    color: #000000
}

.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent .richtext-separator {
    display: none
}

.dynamic-form-builder .formStates .form-group .input-group-btn .icon-calendar, .dynamic-form-builder .formStates .input-group .input-group-btn .icon-calendar {
    width: 20px;
    height: 20px;
    background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/calendar-icon-black.svg) no-repeat scroll top left;
    background-size: 20px 20px
}

.dynamic-form-builder .formStates .form-group .input-group-btn .icon-time, .dynamic-form-builder .formStates .form-group .input-group-btn .geolocating, .dynamic-form-builder .formStates .input-group .input-group-btn .icon-time, .dynamic-form-builder .formStates .input-group .input-group-btn .geolocating {
    width: 20px;
    height: 20px;
    background-size: 20px 20px
}

.dynamic-form-builder .formStates .form-group .input-group-btn .icon-time, .dynamic-form-builder .formStates .input-group .input-group-btn .icon-time {
    background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/time-icon-black.svg) no-repeat scroll top left;
    margin: 0
}

.dynamic-form-builder .formStates .form-group .input-group-btn .eye, .dynamic-form-builder .formStates .input-group .input-group-btn .eye {
    background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/password-hide-icon-black.svg) no-repeat scroll top left;
    margin: 0;
    margin-bottom: -4px
}

    .dynamic-form-builder .formStates .form-group .input-group-btn .eye.open, .dynamic-form-builder .formStates .input-group .input-group-btn .eye.open {
        background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/password-show-icon-black.svg) no-repeat scroll top left
    }

.dynamic-form-builder .formStates .form-group .input-group-btn .geolocating, .dynamic-form-builder .formStates .input-group .input-group-btn .geolocating {
    background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/location-icon-black.svg) no-repeat scroll top left
}

.dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-calendar, .dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-calendar {
    background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/calendar-icon-black.svg) no-repeat scroll top left
}

.dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-time, .dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-time {
    background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/time-icon-black.svg) no-repeat scroll top left
}

.dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-calendar, .dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-time, .dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-calendar, .dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-time {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: block
}

    .dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-calendar img, .dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-time img, .dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-calendar img, .dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-time img {
        display: none
    }

.dynamic-form-builder input[type='date']::-webkit-calendar-picker-indicator {
    background: none
}

.dynamic-form-builder input[type='time']::-webkit-calendar-picker-indicator {
    background: none
}

.dynamic-form-builder .panel-body .section .radioGroupComponent {
    padding: 8px 0;
    margin-bottom: 32px
}

@media (min-width: 1016px) {
    .dynamic-form-builder .panel-body .section .radioGroupComponent {
        padding: 16px 0px;
        margin-bottom: 40px
    }
}

.dynamic-form-builder .formStates .radio input[type='radio']:disabled:checked + label::after {
    background: #75787b
}

.dynamic-form-builder .formStates .radio input[type='radio']:disabled:not(:checked) + label {
    font-family: 'CupraBook', sans-serif;
    color: #666666
}

.dynamic-form-builder .formStates .radio-inline {
    margin-bottom: 0
}

    .dynamic-form-builder .formStates .radio-inline .radio {
        margin-bottom: 8px
    }

        .dynamic-form-builder .formStates .radio-inline .radio input[type='radio']:not(:checked) + label::before, .dynamic-form-builder .formStates .radio-inline .radio input[type='radio']:checked + label::before {
            width: 20px;
            height: 20px;
            border: 1px solid #75787b;
            font-size: 20px
        }

        .dynamic-form-builder .formStates .radio-inline .radio input[type='radio']:not(:checked) + label::after, .dynamic-form-builder .formStates .radio-inline .radio input[type='radio']:checked + label::after {
            top: 2px;
            left: 0px;
            border: 6px solid #fff
        }

        .dynamic-form-builder .formStates .radio-inline .radio label {
            font-family: 'CupraBook', sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.43;
            letter-spacing: normal;
            color: #666666
        }

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates .radio-inline .radio label {
        font-size: 16px;
        line-height: 1.5
    }
}

.dynamic-form-builder .formStates .radio-inline .inputDescription {
    margin-top: 4px
}

.dynamic-form-builder .formStates .seatComponents-code-check-form .code_check_form {
    padding-top: 0
}

    .dynamic-form-builder .formStates .seatComponents-code-check-form .code_check_form .codeInput {
        margin: 0
    }

.dynamic-form-builder .panel-body .seatComponentField .checkbox-inline, .dynamic-form-builder .panel-body .seatComponentField .checkboxPopupComponentGroup {
    min-height: 20px;
    margin: 0;
    margin-bottom: 18px
}

@media (min-width: 1016px) {
    .dynamic-form-builder .panel-body .seatComponentField .checkbox-inline, .dynamic-form-builder .panel-body .seatComponentField .checkboxPopupComponentGroup {
        min-height: 24px
    }
}

.dynamic-form-builder .panel-body .seatComponentField .checkbox-inline .form-control-feedback-2 span, .dynamic-form-builder .panel-body .seatComponentField .checkboxPopupComponentGroup .form-control-feedback-2 span {
    padding-left: 32px
}

.dynamic-form-builder .formStates .checkbox {
    margin: 0
}

    .dynamic-form-builder .formStates .checkbox label, .dynamic-form-builder .formStates .checkbox a {
        font-family: 'CupraBook', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal
    }

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates .checkbox label, .dynamic-form-builder .formStates .checkbox a {
        font-size: 16px;
        line-height: 1.5
    }
}

.dynamic-form-builder .formStates .checkbox label {
    color: #666666;
    padding-left: 32px
}

.dynamic-form-builder .formStates .checkbox a {
    color: #1b1b1b
}

.dynamic-form-builder .formStates .checkbox input[type='checkbox']:checked + label:after {
    background: #1b1b1b url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/check-icon-white.svg) left center no-repeat
}

.dynamic-form-builder .formStates .checkbox input[type='checkbox']:not(:checked) + label:before {
    border: 1px solid #75787b
}

.dynamic-form-builder .formStates .checkbox input[type='checkbox']:disabled:not(:checked) + label, .dynamic-form-builder .formStates .checkbox input[type='checkbox']:disabled:checked + label {
    opacity: 0.4;
    color: #666666;
    font-family: 'CupraBook', sans-serif
}

    .dynamic-form-builder .formStates .checkbox input[type='checkbox']:disabled:not(:checked) + label a, .dynamic-form-builder .formStates .checkbox input[type='checkbox']:disabled:checked + label a {
        color: #1b1b1b
    }

.dynamic-form-builder .formStates .checkbox input[type='checkbox']:indeterminate + label:after {
    opacity: 1;
    background: #1b1b1b url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/indeterminate-checkbox-icon-white.svg) left center no-repeat
}

.dynamic-form-builder .formStates .checkbox input[type='checkbox'].error + label:before {
    border: 1px solid #e34343
}

.simple-contentbox.top-banner-sticky + .simple-contentbox.top-banner-sticky {
    margin-left: 0
}

.top-banner-sticky {
    position: sticky;
    z-index: 50;
    top: 0
}

@media (min-width: 1016px) {
    .top-banner-sticky {
        top: 84px
    }
}

.top-banner-sticky.scrollDown {
    top: 55px
}

@media (min-width: 764px) {
    .top-banner-sticky.scrollDown {
        top: 74px
    }
}

.top-banner-sticky.scrollUp {
    top: 115px
}

@media (min-width: 764px) {
    .top-banner-sticky.scrollUp {
        top: 134px
    }
}

@media (min-width: 1016px) {
    .top-banner-sticky.scrollUp, .top-banner-sticky.scrollDown {
        top: 164px
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic {
    padding: 16px
}

@media (min-width: 764px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1.87fr) minmax(0, 1fr));
        padding: 24px 32px
    }
}

@media (min-width: 1016px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic {
        grid-template-columns: repeat(auto-fit, minmax(0, 2.87fr) minmax(0, 1fr))
    }
}

@media (min-width: 1436px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic {
        grid-template-columns: repeat(auto-fit, minmax(0, 2.9fr) minmax(0, 1fr))
    }
}

@media (min-width: 764px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic.basic-banner-no-cta {
        padding: 32px
    }
}

@media (min-width: 1016px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic.basic-banner-no-cta {
        padding: 30px 32px
    }
}

@media (min-width: 1436px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic.basic-banner-no-cta {
        padding: 28px 32px
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-text-wrapper {
    overflow: hidden
}

@media (min-width: 764px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-text-wrapper {
        grid-column: 1/2;
        grid-row: 1/3;
        align-self: center
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper {
    font-family: 'CupraMedium', sans-serif;
    font-size: 14px;
    line-height: 16px;
    max-height: 48px;
    margin: 0
}

@media (min-width: 764px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper {
        max-height: 32px
    }
}

@media (min-width: 1016px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper {
        font-size: 16px;
        line-height: 20px;
        max-height: 40px
    }
}

@media (min-width: 1436px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper {
        font-size: 20px;
        line-height: 24px;
        max-height: 24px
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper .simple-contentbox-title {
    font-family: 'CupraMedium', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 0
}

@media (min-width: 1016px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper .simple-contentbox-title {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 1436px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper .simple-contentbox-title {
        font-size: 20px;
        line-height: 24px
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper {
    font-family: 'CupraBook', sans-serif;
    font-size: 12px;
    line-height: 16px;
    max-height: 64px;
    margin-top: 8px;
    margin-bottom: 0
}

@media (min-width: 764px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper {
        max-height: 48px
    }
}

@media (min-width: 1016px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper {
        font-size: 14px;
        line-height: 20px;
        max-height: 40px
    }
}

@media (min-width: 1436px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        margin-top: 12px
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper .simple-contentbox-subtitle {
    font-family: 'CupraBook', sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0
}

@media (min-width: 1016px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper .simple-contentbox-subtitle {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width: 1436px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper .simple-contentbox-subtitle {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px
    }
}

@media (min-width: 764px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body {
        grid-column: 2/3;
        align-self: start;
        grid-row: 1/3;
        margin-left: 32px
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .simple-contentbox-wrapper {
    display: none
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList {
    display: flex;
    grid-area: buttons;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px
}

@media (min-width: 764px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList {
        flex-direction: column;
        margin-top: 0
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem {
    flex: 1 47.22%;
    height: unset
}

@media (min-width: 764px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem {
        width: 100%
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:hover, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:focus {
    border: none;
    padding: 8px 16px
}

@media (min-width: 1016px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:hover, .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:focus {
        padding: 8px 16px
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary {
    border: none;
    outline: none
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem + .ctaItem {
    margin: 0
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:nth-child(2) {
    margin-left: 16px
}

@media (min-width: 764px) {
    .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:nth-child(2) {
        margin-top: 16px;
        margin-left: 0
    }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:nth-child(n+3) {
    display: none
}

.dynamic-form-builder .formStates .filterContainer .special-drop {
    display: none
}

.dynamic-form-builder .formStates .filterContainer select.form-control {
    display: block;
    font-family: 'CupraRegular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #666666;
    height: unset;
    padding: 20px 0 8px 0;
    background-position-x: 100%;
    background-position-y: 24px;
    background-size: 16px 7px;
    background-color: transparent
}

@-moz-document url-prefix() {
    .dynamic-form-builder .formStates .filterContainer select.form-control {
        text-indent: -2px
    }
}

@media (min-width: 1016px) {
    .dynamic-form-builder .formStates .filterContainer select.form-control {
        font-size: 16px;
        line-height: 1.25;
        background-position-y: 28px
    }
}

.dynamic-form-builder .formStates .filterContainer select.form-control.active {
    color: #000000;
    font-family: 'CupraBook', sans-serif
}

.dynamic-form-builder .formStates .filterContainer select.form-control.valid {
    border-bottom: 1px solid #008a96
}

.dynamic-form-builder .formStates .filterContainer label.dropdown-menu-label {
    display: block
}

body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content {
    overflow: initial
}

    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal {
        height: 100vh;
        display: flex;
        justify-content: center
    }

        body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content {
            border-radius: 0;
            align-self: center;
            position: absolute;
            width: 100.7%
        }

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content {
        width: 110.8%
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content {
        width: 144.4%
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content {
        width: 768px
    }
}

body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body {
    padding: 16px 16px 0px 16px
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body {
        padding: 48px 48px 0px 48px
    }
}

body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-icon img {
    margin-bottom: 24px
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-icon img {
        height: 64px;
        width: 64px;
        margin-bottom: 40px
    }
}

body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-title {
    text-transform: uppercase;
    font-family: 'CupraBook';
    font-size: 24px;
    line-height: 1.17;
    color: #000000;
    margin-bottom: 24px;
    max-height: 56px;
    overflow: hidden
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-title {
        font-size: 30px;
        line-height: 1.07;
        margin-bottom: 40px;
        max-height: 32px
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-title {
        font-size: 24px;
        line-height: 1.17;
        max-height: 28px
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-title {
        font-size: 30px;
        line-height: 1.07;
        max-height: 32px
    }
}

body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-message {
    font-family: 'CupraBook';
    font-size: 14px;
    line-height: 1.43;
    color: #717171;
    margin-bottom: 8px
}

@media (min-width: 1016px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-message {
        font-size: 16px;
        line-height: 1.5
    }
}

body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer {
    padding: 16px;
    border-top: none
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer {
        padding: 32px 48px 48px 48px
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer {
        padding: 40px 48px 48px 48px
    }
}

body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer a.btn-standard {
    background-color: #1b1b1b;
    color: #ffffff;
    font-family: 'CupraRegular';
    font-size: 14px;
    line-height: 16px;
    border-radius: 0px;
    width: 100%;
    padding: 10px 16px 14px 16px;
    border-bottom: 0px
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer a.btn-standard {
        width: 46.52%
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer a.btn-standard {
        padding: 16px;
        font-size: 16px;
        width: 32.42%
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer a.btn-standard {
        width: 202px
    }
}

body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content {
    overflow: initial
}

    body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center
    }

        body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .col-12.col-lg-10.col-xl-8 {
            padding: 0;
            max-width: unset
        }

        body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module {
            background: white;
            padding: 16px
        }

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module {
        width: 552px;
        padding: 48px
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module {
        width: 720px
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module {
        width: 766px
    }
}

body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .success-icon img {
    margin-bottom: 24px;
    height: 48px;
    width: 48px
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .success-icon img {
        height: 64px;
        width: 64px;
        margin-bottom: 40px
    }
}

body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .title {
    text-transform: uppercase;
    font-family: 'CupraBook';
    font-size: 24px;
    line-height: 1.17;
    color: #000000;
    margin-bottom: 24px;
    max-height: 112px;
    overflow: hidden
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .title {
        font-size: 30px;
        line-height: 1.07;
        margin-bottom: 40px;
        max-height: 64px
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .title {
        font-size: 24px;
        line-height: 1.17;
        max-height: 28px
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .title {
        font-size: 30px;
        line-height: 1.07;
        max-height: 32px
    }
}

body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .message {
    font-family: 'CupraBook';
    font-size: 14px;
    line-height: 1.43;
    color: #717171;
    margin-bottom: 8px
}

@media (min-width: 1016px) {
    body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .message {
        font-size: 16px;
        line-height: 1.5
    }
}

.cupraDealerCard {
    font-family: CupraRegular, serif;
    font-size: 16px;
    background-color: white;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    border: 1px solid white
}

@media (min-width: 764px) {
    .cupraDealerCard {
        justify-content: space-between;
        min-height: 247px
    }
}

@media (max-width: 1015px) {
    .cupraDealerCard {
        padding: 12px
    }
}

@media (min-width: 1016px) and (max-width: 1435px) {
    .cupraDealerCard {
        padding: 16px;
        justify-content: space-between
    }
}

@media (min-width: 1436px) {
    .cupraDealerCard {
        padding: 24px;
        justify-content: space-between
    }
}

@media (min-width: 764px) {
    .cupraDealerCard.cupraCardSelected {
        border-color: #1b1b1b
    }
}

.cupraDealerCard .card-label {
    font-family: CupraRegular;
    font-size: 12px;
    line-height: 1.33
}

.cupraDealerCard .card-label-open {
    color: #008a96
}

.cupraDealerCard .card-label-closed {
    color: #e34343
}

@media (max-width: 763px) {
    .cupraDealerCard .card-label {
        text-align: right;
        height: 16px
    }
}

@media (min-width: 764px) {
    .cupraDealerCard .card-label {
        position: absolute;
        right: 4px;
        top: 4px
    }
}

@media (min-width: 1016px) {
    .cupraDealerCard .card-label {
        right: 8px;
        top: 8px
    }
}

@media (min-width: 1436px) {
    .cupraDealerCard .card-label {
        font-size: 14px;
        line-height: 1.14;
        right: 24px;
        top: 24px
    }
}

.cupraDealerCard .information {
    width: 100%
}

    .cupraDealerCard .information p {
        margin: 0
    }

    .cupraDealerCard .information .contactInfo {
        background-color: white;
        text-align: center;
        word-break: break-all;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

        .cupraDealerCard .information .contactInfo .card-images {
            width: 100%;
            display: flex;
            position: relative;
            justify-content: center
        }

@media (max-width: 763px) {
    .cupraDealerCard .information .contactInfo .card-images {
        width: 80px;
        height: 56px;
        display: inline-flex
    }
}

.cupraDealerCard .information .contactInfo .card-images .primary-card-image, .cupraDealerCard .information .contactInfo .card-images .secondary-card-image {
    border-radius: 50%;
    background-size: contain
}

.cupraDealerCard .information .contactInfo .card-images .primary-card-image {
    width: 96px;
    height: 96px
}

    .cupraDealerCard .information .contactInfo .card-images .primary-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        overflow: hidden;
        border-radius: 50%;
        border: solid 1px #1b1b1b
    }

@media (max-width: 1435px) {
    .cupraDealerCard .information .contactInfo .card-images .primary-card-image {
        width: 72px;
        height: 72px
    }
}

@media (max-width: 763px) {
    .cupraDealerCard .information .contactInfo .card-images .primary-card-image {
        width: 56px;
        height: 56px;
        left: 50%
    }
}

.cupraDealerCard .information .contactInfo .card-images .secondary-card-image {
    width: 80px;
    height: 80px;
    margin-top: 1.85%
}

    .cupraDealerCard .information .contactInfo .card-images .secondary-card-image img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: solid 1px #1b1b1b
    }

@media (max-width: 1435px) {
    .cupraDealerCard .information .contactInfo .card-images .secondary-card-image img {
        width: 56px;
        height: 56px
    }
}

@media (max-width: 763px) {
    .cupraDealerCard .information .contactInfo .card-images .secondary-card-image img {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 1435px) {
    .cupraDealerCard .information .contactInfo .card-images .secondary-card-image {
        width: 56px;
        height: 56px;
        margin-top: 3.85%
    }
}

@media (max-width: 763px) {
    .cupraDealerCard .information .contactInfo .card-images .secondary-card-image {
        width: 40px;
        height: 40px;
        margin-top: 7.85%
    }
}

.cupraDealerCard .information .contactInfo .personInfo {
    display: inline-block;
    margin-top: 24px;
    width: 100%
}

    .cupraDealerCard .information .contactInfo .personInfo .personName {
        font-size: 20px;
        line-height: 1.2;
        max-height: 24px;
        height: 24px;
        overflow: hidden;
        color: #000000;
        font-family: CupraRegular, serif;
        text-transform: capitalize
    }

@media (max-width: 1435px) {
    .cupraDealerCard .information .contactInfo .personInfo .personName {
        font-size: 16px;
        line-height: 20px;
        max-height: 20px;
        height: 20px
    }
}

@media (max-width: 763px) {
    .cupraDealerCard .information .contactInfo .personInfo .personName {
        width: 100%;
        line-height: 16px
    }
}

.cupraDealerCard .information .contactInfo .personInfo .personPosition {
    font-size: 14px;
    line-height: 1.14;
    max-height: 16px;
    height: 16px;
    color: #666666;
    font-family: CupraBook, serif;
    overflow: hidden
}

@media (max-width: 1435px) {
    .cupraDealerCard .information .contactInfo .personInfo .personPosition {
        font-size: 12px;
        line-height: 16px;
        max-height: 16px;
        height: 16px
    }
}

@media (max-width: 763px) {
    .cupraDealerCard .information .contactInfo .personInfo .personPosition {
        width: 100%
    }
}

.cupraDealerCard .information .contactInfo .infoData {
    display: flex;
    flex-direction: column;
    width: 100%
}

    .cupraDealerCard .information .contactInfo .infoData .phone-list {
        display: flex;
        justify-content: center;
        margin-top: 12px;
        font-family: 'CupraRegular';
        font-size: 14px;
        line-height: 16px;
        color: #000000
    }

@media (min-width: 764px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list {
        flex-direction: column;
        align-items: center
    }
}

@media (min-width: 1016px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list {
        flex-direction: row
    }
}

@media (min-width: 1436px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list {
        font-size: 16px;
        line-height: 20px
    }
}

.cupraDealerCard .information .contactInfo .infoData .phone-list .show-phone, .cupraDealerCard .information .contactInfo .infoData .phone-list .show-whatsapp, .cupraDealerCard .information .contactInfo .infoData .phone-list .call-whatsapp, .cupraDealerCard .information .contactInfo .infoData .phone-list .call-phone {
    max-height: 16px;
    overflow: hidden;
    cursor: pointer
}

@media (min-width: 1436px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list .show-phone, .cupraDealerCard .information .contactInfo .infoData .phone-list .show-whatsapp, .cupraDealerCard .information .contactInfo .infoData .phone-list .call-whatsapp, .cupraDealerCard .information .contactInfo .infoData .phone-list .call-phone {
        max-height: 20px
    }
}

.cupraDealerCard .information .contactInfo .infoData .phone-list a {
    font-family: 'CupraRegular';
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    border-bottom: 1px solid black
}

    .cupraDealerCard .information .contactInfo .infoData .phone-list a:hover {
        text-decoration: none
    }

@media (min-width: 1436px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list a {
        font-size: 16px;
        line-height: 20px
    }
}

.cupraDealerCard .information .contactInfo .infoData .phone-list .phone, .cupraDealerCard .information .contactInfo .infoData .phone-list .whatsapp {
    padding-left: 25px;
    height: 24px;
    display: flex;
    align-items: center
}

@media (min-width: 1016px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list .phone, .cupraDealerCard .information .contactInfo .infoData .phone-list .whatsapp {
        max-width: calc(50% - 12px)
    }
}

@media (min-width: 1436px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list .phone, .cupraDealerCard .information .contactInfo .infoData .phone-list .whatsapp {
        max-width: calc(50% - 16px)
    }
}

.cupraDealerCard .information .contactInfo .infoData .phone-list .phone {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/phone.svg) no-repeat left center
}

.cupraDealerCard .information .contactInfo .infoData .phone-list .whatsapp {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/whatsapp-grey.svg) no-repeat left center;
    margin-left: 20px
}

@media (min-width: 764px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list .whatsapp {
        margin-left: 0px;
        margin-top: 6px
    }
}

@media (min-width: 1016px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list .whatsapp {
        margin-top: 0px;
        margin-left: 24px
    }
}

@media (min-width: 1436px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list .whatsapp {
        margin-left: 32px
    }
}

@media (min-width: 764px) {
    .cupraDealerCard .information .contactInfo .infoData .phone-list .call-whatsapp, .cupraDealerCard .information .contactInfo .infoData .phone-list .call-phone {
        display: none
    }
}

.cupraDealerCard .information .contactInfo .name {
    font-family: CupraRegular;
    font-size: 16px;
    color: #000000;
    line-height: 1.25;
    max-height: 20px;
    margin-top: 25px;
    overflow: hidden;
    width: 100%;
    text-transform: capitalize
}

@media (max-width: 1435px) {
    .cupraDealerCard .information .contactInfo .name {
        margin-top: 18px;
        font-size: 14px;
        line-height: 16px;
        max-height: 16px
    }
}

@media (max-width: 763px) {
    .cupraDealerCard .information .contactInfo .name {
        margin-top: 14px
    }
}

.cupraDealerCard .information .contactInfo .cupraDealerStarRating {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    width: 100%
}

@media (max-width: 1435px) {
    .cupraDealerCard .information .contactInfo .cupraDealerStarRating {
        height: 20px
    }
}

@media (max-width: 763px) {
    .cupraDealerCard .information .contactInfo .cupraDealerStarRating {
        margin-top: 0px
    }
}

.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingEmpty, .cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingFull, .cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingHalf {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

@media (max-width: 1435px) {
    .cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingEmpty, .cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingFull, .cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingHalf {
        margin-top: 0px;
        height: 20px;
        width: 20px
    }
}

.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingEmpty:last-child, .cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingFull:last-child, .cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingHalf:last-child {
    margin-right: 0px
}

.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingFull {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/full-star.svg) no-repeat
}

.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingHalf {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/half-star.svg) no-repeat
}

.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingEmpty {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/empty-star.svg) no-repeat
}

.cupraDealerCard .information .contactInfo .address {
    width: 100%;
    margin-top: 8px
}

@media (min-width: 1436px) {
    .cupraDealerCard .information .contactInfo .address {
        margin-top: 4px
    }
}

@media (max-width: 763px) {
    .cupraDealerCard .information .contactInfo .address {
        margin-top: 4px
    }
}

.cupraDealerCard .information .contactInfo .address .address-link {
    word-break: break-word;
    font-family: CupraBook, serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.43;
    text-transform: capitalize;
    text-align: center;
    text-decoration: underline
}

@media (max-width: 1435px) {
    .cupraDealerCard .information .contactInfo .address .address-link {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width: 763px) {
    .cupraDealerCard .information .contactInfo .address .address-link {
        font-size: 12px
    }
}

.cupraDealerCard .buttons {
    width: 100%;
    display: flex;
    flex-direction: column
}

@media (min-width: 1436px) {
    .cupraDealerCard .buttons {
        flex-direction: row;
        margin-top: 18px
    }
}

@media (max-width: 1435px) {
    .cupraDealerCard .buttons {
        margin-top: 14px
    }
}

.cupraDealerCard .buttons a {
    width: 100%
}

@media (max-width: 763px) {
    .cupraDealerCard .buttons a {
        height: 32px
    }
}

.cupraDealerCard .buttons a:nth-child(2) {
    margin-top: 8px
}

@media (min-width: 1436px) {
    .cupraDealerCard .buttons a:nth-child(2) {
        margin-left: 16px;
        margin-top: 0px
    }
}

.swiper-slide {
    height: auto
}

.cupraDealerInputMaps {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #1b1b1b;
    padding: 11px 16px
}

@media (max-width: 1435px) {
    .cupraDealerInputMaps {
        padding: 11px 16px
    }
}

@media (max-width: 1015px) {
    .cupraDealerInputMaps {
        padding: 11px 8px
    }
}

@media (max-width: 763px) {
    .cupraDealerInputMaps {
        padding: 6px 8px
    }
}

.cupraDealerInputMaps .cupraDealerInputText {
    background-color: #f4f4f3;
    width: 100%;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    font-family: CupraRegular, serif;
    color: #000;
    border: none
}

@media (max-width: 1435px) {
    .cupraDealerInputMaps .cupraDealerInputText {
        font-family: CupraBook, serif;
        font-size: 16px;
        line-height: 20px;
        height: 20px
    }
}

@media (max-width: 763px) {
    .cupraDealerInputMaps .cupraDealerInputText {
        font-size: 14px;
        line-height: 16px;
        height: auto;
        margin: 4px 0px
    }
}

.cupraDealerInputMaps .cupraDealerInputText:focus {
    outline: none
}

.cupraDealerInputMaps .cupraDealerInputText.disabled {
    color: rgba(102,102,102,0.7);
    cursor: default
}

.cupraDealerInputMaps .my-location-button {
    border: none;
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/location-icon-black.svg) no-repeat;
    background-color: #f4f4f3;
    background-size: contain;
    cursor: pointer;
    display: inline-flex;
    height: 32px;
    margin-left: 24px;
    padding: 0;
    width: 32px
}

@media (max-width: 1435px) {
    .cupraDealerInputMaps .my-location-button {
        height: 24px;
        margin-left: 0px;
        width: 28px
    }
}

.cupraDealerInputMaps .my-location-button:focus {
    outline: none
}

.pac-container-default {
    background: transparent;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
    font-family: sans-serif;
    margin-top: 12px;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

@media (min-width: 1436px) {
    .pac-container-default {
        margin-top: 16px;
        margin-left: -16px;
        width: 30% !important
    }
}

@media (min-width: 1016px) and (max-width: 1435px) {
    .pac-container-default {
        margin-top: 14px;
        margin-left: -16px;
        width: 29% !important
    }
}

@media (min-width: 764px) and (max-width: 1015px) {
    .pac-container-default {
        margin-top: 14px;
        margin-left: -16px;
        width: 28.2% !important
    }
}

@media (max-width: 763px) {
    .pac-container-default {
        width: 89.5% !important;
        margin-left: -8px
    }
}

.pac-container-default .pac-item {
    background-position-x: 24px !important;
    padding: 8px 8px 8px 40px;
    list-style: none;
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/dealers-location/icon-location.svg) 16px 15px no-repeat #fff !important;
    background-size: 10px 15px !important;
    border: none;
    cursor: pointer;
    min-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    font-size: 11px;
    color: #999
}

    .pac-container-default .pac-item .pac-icon {
        display: none
    }

    .pac-container-default .pac-item .pac-item-query .pac-matched {
        font-weight: 700 !important
    }

    .pac-container-default .pac-item span {
        font-weight: 100;
        font-size: 16px;
        line-height: 26px;
        font-family: "CupraLight",serif;
        margin: 0;
        color: #242221;
        overflow: hidden;
        padding-right: 3px;
        transition: all .3s ease-in
    }

    .pac-container-default .pac-item:hover, .pac-container-default .pac-item .pac-item-selected {
        background-color: #dedad4 !important
    }

.cupraDealerCardsList {
    width: 100%
}

@media (max-width: 763px) {
    .cupraDealerCardsList {
        position: absolute;
        bottom: 0
    }

        .cupraDealerCardsList .swiper-wrapper .swiper-slide {
            width: calc(100% - 48px)
        }
}

@media (min-width: 764px) {
    .cupraDealerCardsList {
        overflow-y: scroll;
        overflow-x: hidden;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: min-content;
        grid-gap: 32px;
        background-color: #f4f4f3;
        max-height: 680px;
        scrollbar-width: thin;
        scrollbar-color: #1b1b1b #e1e1e1;
        padding-right: 24px
    }
}

.cupraDealerCardsList::-webkit-scrollbar {
    width: 3px
}

@media (max-width: 763px) {
    .cupraDealerCardsList::-webkit-scrollbar {
        width: 0px
    }
}

.cupraDealerCardsList::-webkit-scrollbar-track {
    background: #e1e1e1
}

.cupraDealerCardsList::-webkit-scrollbar-thumb {
    background-color: #1b1b1b;
    border-radius: 12px
}

.cupraDealerButton {
    width: 88px;
    height: 40px;
    text-align: center;
    font-family: CupraRegular, serif;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.14
}

@media (min-width: 764px) {
    .cupraDealerButton {
        width: 214px;
        height: 48px
    }
}

@media (min-width: 1436px) {
    .cupraDealerButton {
        width: 202px;
        height: 56px
    }
}

.cupraDealerButton span {
    overflow: hidden;
    max-height: 16px;
    display: block;
    word-break: break-all
}

.cupraDealerButton:focus {
    outline: 0
}

.cupraDealerButton.primary {
    border: solid 1px #1b1b1b
}

    .cupraDealerButton.primary.fullwidth {
        width: 100%
    }

    .cupraDealerButton.primary.filled {
        background-color: #1b1b1b;
        color: #ffffff
    }

        .cupraDealerButton.primary.filled:hover {
            background-color: #494949
        }

    .cupraDealerButton.primary.outlined {
        background-color: #ffffff;
        color: #000000
    }

        .cupraDealerButton.primary.outlined:hover {
            border: solid 2px #1b1b1b
        }

    .cupraDealerButton.primary.text {
        border: none;
        background: none
    }

.dealer-search-wrapper .results-wrapper {
    height: 80vh;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 8px;
    margin-left: 32px
}

@media (max-width: 763px) {
    .dealer-search-wrapper .results-wrapper {
        position: relative;
        display: flex;
        width: 100%;
        margin-left: 0;
        flex-wrap: wrap-reverse
    }
}

.dealer-search-wrapper .results-wrapper .map {
    width: 100%
}

.dealer-directory.section, .dealer-results.section {
    margin-top: 88px
}

@media screen and (max-width: 763px) {
    .dealer-directory.section, .dealer-results.section {
        margin-top: -4px
    }
}

.dealer-directory.section .dealer-search-wrapper, .dealer-results.section .dealer-search-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: CupraRegular, serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    background-color: #f4f4f3
}

    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper {
        padding: 32px 32px 0px 32px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper {
        padding: 12px 16px 16px 16px
    }
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .title, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .title {
    width: 79.2%;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: normal;
    color: #000;
    font-family: CupraLight, serif;
    height: 46px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width: 1435px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .title, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .title {
        width: 100%;
        font-size: 30px;
        line-height: 32px;
        height: 35px;
        font-family: CupraBook, serif;
        margin-bottom: 32px
    }
}

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .title, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .title {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        margin-bottom: 12px
    }
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerCheckbox, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerCheckbox {
    display: none
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons {
    width: 31.78%;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons {
        width: 100%;
        justify-content: center;
        margin-bottom: 8px
    }
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer {
    display: grid;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-family: CupraBook, serif;
    line-height: 24px;
    white-space: nowrap;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 50%;
    overflow: hidden;
    color: #666666
}

@media (max-width: 1435px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer {
        font-size: 14px;
        line-height: 16px;
        overflow: hidden
    }
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer input, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer input:checked ~ .checkmark, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer input:checked ~ .checkmark {
        background-color: #f4f4f3
    }

        .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer input:checked ~ .checkmark:after, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer input:checked ~ .checkmark:after {
            display: block
        }

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark {
    grid-column: 1;
    position: relative;
    display: block;
    height: 24px;
    width: 24px;
    margin-top: auto;
    margin-right: 6px;
    margin-bottom: auto;
    background-color: #f4f4f3;
    border-radius: 50%;
    border: solid #75787b 1px
}

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark {
        height: 20px;
        width: 20px
    }
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark:after, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    background-color: black;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 6px;
    left: 6px
}

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark:after, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark:after {
        width: 7px;
        height: 7px;
        top: 5px;
        left: 5px
    }
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer span:last-child, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer span:last-child {
    grid-column: 2
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer:nth-child(2), .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer:nth-child(2) {
    margin-left: 24px
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .color-label-grey, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .color-label-grey {
    color: #666666
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .color-label-black, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .color-label-black {
    color: #000000
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .location, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .location {
    width: 31.78%
}

@media (max-width: 1435px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .location, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .location {
        width: 31.09%
    }
}

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .location, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .location {
        width: 66.67%
    }
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .location .cupraDealerInputMaps, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .location .cupraDealerInputMaps {
    width: 100%
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit {
    width: 31.78%;
    display: flex;
    justify-content: flex-start
}

@media (max-width: 1435px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit {
        width: 31.09%
    }
}

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit {
        width: 30.56%
    }
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit .cupraDealerButton.primary.filled span, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit .cupraDealerButton.primary.filled span {
    font-family: cupraRegular;
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    max-height: 24px
}

@media (max-width: 1435px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit .cupraDealerButton.primary.filled span, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit .cupraDealerButton.primary.filled span {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
        max-height: 20px
    }
}

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit .cupraDealerButton.primary.filled span, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit .cupraDealerButton.primary.filled span {
        font-size: 14px;
        line-height: 16px;
        height: 16px;
        max-height: 16px
    }
}

.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit button, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit button {
    height: 56px
}

@media (max-width: 1435px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit button, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit button {
        height: 48px
    }
}

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit button, .dealer-results.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit button {
        height: 40px
    }
}

.dealer-directory.section .dealer-search-wrapper .countResults, .dealer-results.section .dealer-search-wrapper .countResults {
    padding: 24px 32px 32px;
    width: 100%;
    text-align: center
}

    .dealer-directory.section .dealer-search-wrapper .countResults .text, .dealer-results.section .dealer-search-wrapper .countResults .text {
        font-family: cupraBook;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        overflow: hidden;
        max-height: 24px;
        white-space: nowrap
    }

@media (max-width: 1435px) {
    .dealer-directory.section .dealer-search-wrapper .countResults .text, .dealer-results.section .dealer-search-wrapper .countResults .text {
        font-size: 16px;
        line-height: 20px;
        max-height: 20px
    }
}

@media (max-width: 1435px) {
    .dealer-directory.section .dealer-search-wrapper .countResults, .dealer-results.section .dealer-search-wrapper .countResults {
        padding: 16px 32px 32px
    }
}

@media (max-width: 763px) {
    .dealer-directory.section .dealer-search-wrapper .countResults, .dealer-results.section .dealer-search-wrapper .countResults {
        display: none
    }
}

.dealer-directory.section .dealer-search-wrapper .loading-screen, .dealer-results.section .dealer-search-wrapper .loading-screen {
    height: 80vh;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center
}

    .dealer-directory.section .dealer-search-wrapper .loading-screen .ws-loader, .dealer-results.section .dealer-search-wrapper .loading-screen .ws-loader {
        width: 60%
    }

@media (min-width: 764px) {
    .dealer-directory.section .dealer-search-wrapper .loading-screen .ws-loader, .dealer-results.section .dealer-search-wrapper .loading-screen .ws-loader {
        width: 40%
    }
}

@media (min-width: 1016px) {
    .dealer-directory.section .dealer-search-wrapper .loading-screen .ws-loader, .dealer-results.section .dealer-search-wrapper .loading-screen .ws-loader {
        width: 25%
    }
}

.dealers-navbar.section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    z-index: 10;
    color: #666666
}

    .dealers-navbar.section .dealers-navbar-content {
        background-color: #ffffff;
        text-align: -webkit-center
    }

@media (max-width: 763px) {
    .dealers-navbar.section .dealers-navbar-content {
        height: 56px
    }
}

.dealers-navbar.section .dealers-navbar-content.homepage {
    background-color: transparent
}

    .dealers-navbar.section .dealers-navbar-content.homepage .logo-title .logo {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(252deg) brightness(104%) contrast(104%)
    }

    .dealers-navbar.section .dealers-navbar-content.homepage .logo-title .title {
        color: #ffffff
    }

    .dealers-navbar.section .dealers-navbar-content.homepage .hamburger {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(252deg) brightness(104%) contrast(104%)
    }

    .dealers-navbar.section .dealers-navbar-content.homepage .link-list .navbar-link:hover {
        color: #ffffff
    }

.dealers-navbar.section .dealers-navbar-content .content-wrapper {
    padding: 12px 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.7s;
    max-width: 1436px
}

@media (max-width: 763px) {
    .dealers-navbar.section .dealers-navbar-content .content-wrapper {
        height: 56px
    }
}

.dealers-navbar.section .dealers-navbar-content .logo-title {
    display: flex;
    align-items: center
}

    .dealers-navbar.section .dealers-navbar-content .logo-title .logo {
        height: 24px;
        margin-right: 8px;
        text-decoration: none
    }

        .dealers-navbar.section .dealers-navbar-content .logo-title .logo img {
            height: 100%
        }

    .dealers-navbar.section .dealers-navbar-content .logo-title .title {
        font-family: "CupraBook";
        font-style: italic;
        text-decoration: none;
        font-size: 12px;
        line-height: 16px;
        color: #666666;
        height: 24px;
        padding: 3px 0 5px
    }

.dealers-navbar.section .dealers-navbar-content .hamburger {
    width: 32px;
    height: 32px;
    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/hamburger.svg);
    background-size: cover;
    background-repeat: center no-repeat
}

    .dealers-navbar.section .dealers-navbar-content .hamburger.is-active {
        background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/cross.svg)
    }

.dealers-navbar.section .dealers-navbar-content .link-list {
    display: none
}

    .dealers-navbar.section .dealers-navbar-content .link-list .navbar-link {
        color: #666666;
        text-decoration: none;
        font-family: "CupraBook";
        font-size: 16px;
        line-height: 20px;
        cursor: pointer
    }

        .dealers-navbar.section .dealers-navbar-content .link-list .navbar-link:hover {
            color: #000000
        }

.dealers-navbar.section .mobile-link-list-container {
    background-color: #ffffff;
    width: 68%;
    height: 100vh;
    overflow: auto;
    transition: 0.6s;
    float: right
}

    .dealers-navbar.section .mobile-link-list-container.hide {
        width: 0
    }

    .dealers-navbar.section .mobile-link-list-container .mobile-link-list {
        padding: 32px 24px;
        display: grid;
        grid-row-gap: 40px
    }

    .dealers-navbar.section .mobile-link-list-container .navbar-link {
        color: #666666;
        text-decoration: none;
        font-family: "CupraBook";
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        text-align: left
    }

@media (min-width: 764px) {
    .dealers-navbar.section {
        height: 88px
    }

        .dealers-navbar.section .dealers-navbar-content .content-wrapper {
            padding: 20px 32px
        }

        .dealers-navbar.section .dealers-navbar-content .logo-title .logo {
            height: 40px;
            margin-right: 16px
        }

        .dealers-navbar.section .dealers-navbar-content .logo-title .title {
            font-size: 16px;
            line-height: 20px;
            height: 40px;
            padding: 10px 0
        }

        .dealers-navbar.section .dealers-navbar-content .hamburger {
            width: 48px;
            height: 48px
        }

        .dealers-navbar.section .mobile-link-list-container {
            width: 52%
        }

            .dealers-navbar.section .mobile-link-list-container .mobile-link-list {
                padding: 56px 32px;
                grid-row-gap: 48px
            }

            .dealers-navbar.section .mobile-link-list-container .navbar-link {
                font-size: 24px;
                line-height: 28px
            }
}

@media (min-width: 1016px) {
    .dealers-navbar.section .dealers-navbar-content.homepage .link-list .navbar-link {
        color: #a3a3a3
    }

    .dealers-navbar.section .dealers-navbar-content .content-wrapper {
        padding: 24px 32px
    }

    .dealers-navbar.section .dealers-navbar-content .hamburger {
        display: none
    }

    .dealers-navbar.section .dealers-navbar-content .link-list {
        display: grid;
        grid-auto-flow: column;
        grid-column-gap: 32px
    }

    .dealers-navbar.section .mobile-link-list-container {
        display: none
    }
}

@media (min-width: 1436px) {
    .dealers-navbar.section .dealers-navbar-content .logo-title .logo {
        margin-right: 24px
    }

    .dealers-navbar.section .dealers-navbar-content .link-list {
        grid-column-gap: 56px
    }
}

@keyframes scroll-animation {
    0% {
        top: -20px
    }

    100% {
        top: 100%
    }
}

.dealers-homepage-component {
    position: relative
}

    .dealers-homepage-component.dealers-homepage-component-fixed-height {
        height: 750px !important
    }

    .dealers-homepage-component .image-background {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden
    }

        .dealers-homepage-component .image-background .gradient {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0.65;
            background-color: #1b1b1b
        }

        .dealers-homepage-component .image-background .background-image {
            object-fit: cover;
            height: 100%;
            width: 100%
        }

    .dealers-homepage-component .dealers-homepage-container {
        position: relative;
        text-align: center;
        padding: 0 16px;
        height: 100%
    }

        .dealers-homepage-component .dealers-homepage-container .title {
            font-family: "CupraBook";
            font-size: 30px;
            line-height: 32px;
            color: #ffffff;
            max-height: 64px;
            overflow: hidden
        }

        .dealers-homepage-component .dealers-homepage-container .subtitle {
            font-family: "CupraRegular";
            font-size: 16px;
            line-height: 20px;
            color: #a3a3a3;
            margin-top: 20px;
            margin-bottom: 0;
            max-height: 40px;
            overflow: hidden
        }

        .dealers-homepage-component .dealers-homepage-container .radio-buttons {
            display: flex;
            justify-content: center;
            margin-top: 40px;
            width: 100%;
            max-width: 100%;
            overflow: hidden
        }

            .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio {
                flex: 1 1 0px;
                max-width: 50%
            }

                .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio.first {
                    margin-right: 32px;
                    display: flex;
                    justify-content: flex-end
                }

                .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"] {
                    position: absolute;
                    opacity: 0
                }

                    .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label {
                        display: flex;
                        align-items: flex-start;
                        margin-bottom: 0;
                        max-width: calc(100% - 24px);
                        overflow: hidden
                    }

                        .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label:before {
                            content: "";
                            display: inline-block;
                            margin-right: 8px;
                            min-width: 20px;
                            height: 20px;
                            border-radius: 100%;
                            background: transparent;
                            border: solid 1px #d1d1d1;
                            cursor: pointer
                        }

                        .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label:empty:before {
                            margin-right: 0
                        }

                        .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label .text {
                            color: #a3a3a3;
                            font-family: "CupraBook";
                            font-size: 16px;
                            line-height: 20px;
                            text-align: left;
                            word-wrap: break-word;
                            overflow-wrap: break-word;
                            -webkit-hyphens: auto;
                            -moz-hyphens: auto;
                            hyphens: auto
                        }

                    .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"]:checked + .radio-label:after {
                        content: "";
                        position: absolute;
                        background-color: white;
                        width: 8px;
                        height: 8px;
                        margin: 6px;
                        border-radius: 50%;
                        cursor: pointer
                    }

                    .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"]:checked + .radio-label .text {
                        color: #ffffff
                    }

                    .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"]:focus + .radio-label:before {
                        outline: none;
                        border-color: #ffffff
                    }

                    .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"]:disabled + .radio-label:before {
                        box-shadow: inset 0 0 0 4px #ffffff;
                        border-color: #bfbfbf;
                        background: #bfbfbf
                    }

        .dealers-homepage-component .dealers-homepage-container .search-section {
            margin-top: 24px
        }

            .dealers-homepage-component .dealers-homepage-container .search-section .location-form {
                width: 100%;
                height: 48px;
                margin-bottom: 12px;
                position: relative
            }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form input {
                    width: 100%;
                    display: flex;
                    border: solid 1px #ffffff;
                    border-radius: 0;
                    background-color: rgba(27,27,27,0.6);
                    outline: none;
                    padding: 16px 36px 16px 12px;
                    color: #ffffff;
                    font-family: "CupraBook";
                    font-size: 14px;
                    line-height: 16px
                }

                    .dealers-homepage-component .dealers-homepage-container .search-section .location-form input::-webkit-input-placeholder {
                        color: #a3a3a3;
                        font-family: "CupraBook";
                        font-size: 14px;
                        line-height: 16px
                    }

                    .dealers-homepage-component .dealers-homepage-container .search-section .location-form input::-moz-placeholder {
                        color: #a3a3a3;
                        font-family: "CupraBook";
                        font-size: 14px;
                        line-height: 16px;
                        opacity: 1
                    }

                    .dealers-homepage-component .dealers-homepage-container .search-section .location-form input.active {
                        border-bottom: none
                    }

                        .dealers-homepage-component .dealers-homepage-container .search-section .location-form input.active::after {
                            content: "";
                            position: absolute;
                            top: 0;
                            padding: 12px;
                            height: 1px;
                            width: 100%;
                            background-color: #ffffff
                        }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form .geolocation-button {
                    position: absolute;
                    width: 24px;
                    height: 24px;
                    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/location-icon-white.svg) no-repeat;
                    background-size: cover;
                    top: 12px;
                    right: 12px;
                    cursor: pointer
                }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form .bottom-border-wrapper {
                    position: absolute;
                    z-index: 13;
                    bottom: 0;
                    right: 0;
                    width: 100%;
                    height: 1px;
                    padding: 0 12px
                }

                    .dealers-homepage-component .dealers-homepage-container .search-section .location-form .bottom-border-wrapper .bottom-border {
                        background-color: #ffffff;
                        width: 100%;
                        height: 100%
                    }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container {
                    position: relative !important;
                    top: -13px !important;
                    width: 100% !important;
                    background: none !important;
                    background-color: rgba(27,27,27,0.9) !important;
                    border: solid 1px #ffffff !important;
                    border-radius: 0 !important;
                    border-top: none !important;
                    padding: 8px 0 !important;
                    z-index: 12 !important
                }

                    .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container .pac-item {
                        padding: 8px 12px !important;
                        color: #a3a3a3 !important;
                        background: none !important;
                        background-color: transparent !important;
                        display: flex !important;
                        align-items: center !important
                    }

                        .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container .pac-item .pac-item-query {
                            min-width: fit-content !important
                        }

                        .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container .pac-item * {
                            text-overflow: ellipsis !important;
                            white-space: nowrap !important;
                            overflow: hidden !important;
                            font-family: "CupraBook" !important;
                            font-size: 14px !important;
                            line-height: 16px !important;
                            color: #a3a3a3 !important;
                            transition: none !important;
                            min-width: 0
                        }

                        .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container .pac-item.pac-item-selected, .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container .pac-item:hover {
                            background-color: #75787b !important
                        }

                            .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container .pac-item.pac-item-selected span, .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container .pac-item:hover span {
                                color: #ffffff !important
                            }

            .dealers-homepage-component .dealers-homepage-container .search-section .search-button {
                text-align: center;
                width: 100%;
                height: 40px;
                padding: 12px 16px;
                background-color: #ffffff;
                font-family: "CupraRegular";
                color: #000000;
                font-size: 14px;
                line-height: 16px;
                text-decoration: none;
                display: inline-block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis
            }

                .dealers-homepage-component .dealers-homepage-container .search-section .search-button:hover {
                    opacity: 0.6
                }

        .dealers-homepage-component .dealers-homepage-container .scroll-down-section {
            width: 100%;
            display: flex;
            flex-flow: column;
            align-items: center
        }

            .dealers-homepage-component .dealers-homepage-container .scroll-down-section .text {
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                font-family: "CupraRegular";
                font-size: 14px;
                line-height: 16px;
                max-height: 16px;
                color: #a3a3a3;
                margin-bottom: 8px
            }

            .dealers-homepage-component .dealers-homepage-container .scroll-down-section .line {
                width: 1px;
                height: 48px;
                background-color: #75787b;
                position: relative;
                overflow-y: hidden
            }

            .dealers-homepage-component .dealers-homepage-container .scroll-down-section .line-thumb {
                animation: scroll-animation 2s infinite;
                background-color: white;
                height: 20px;
                left: 0;
                position: absolute;
                width: 1px
            }

@media (min-width: 764px) {
    .dealers-homepage-component .dealers-homepage-container {
        padding: 0 32px
    }

        .dealers-homepage-component .dealers-homepage-container .title {
            font-family: "CupraLight";
            font-size: 48px;
            line-height: 52px;
            color: #ffffff;
            max-height: 108px
        }

        .dealers-homepage-component .dealers-homepage-container .subtitle {
            font-size: 20px;
            line-height: 24px;
            margin-top: 32px;
            max-height: 48px
        }

        .dealers-homepage-component .dealers-homepage-container .radio-buttons {
            margin-top: 56px
        }

            .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio.first {
                margin-right: 40px
            }

            .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label:before {
                min-width: 24px;
                height: 24px
            }

            .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label:empty:before {
                margin-right: 0
            }

            .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label .text {
                font-size: 20px;
                line-height: 24px
            }

            .dealers-homepage-component .dealers-homepage-container .radio-buttons .radio input[type="radio"]:checked + .radio-label:after {
                width: 10px;
                height: 10px;
                margin: 7px
            }

        .dealers-homepage-component .dealers-homepage-container .search-section {
            display: flex;
            justify-content: center;
            margin-top: 32px;
            padding: 0 24px;
            height: 64px
        }

            .dealers-homepage-component .dealers-homepage-container .search-section .location-form {
                width: 57.6vw;
                height: 100%;
                margin-bottom: 0;
                margin-right: 24px
            }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form input {
                    font-family: "CupraBook";
                    font-size: 20px;
                    line-height: 24px;
                    padding: 20px 84px 20px 20px
                }

                    .dealers-homepage-component .dealers-homepage-container .search-section .location-form input::-webkit-input-placeholder {
                        font-family: "CupraBook";
                        font-size: 20px;
                        line-height: 24px
                    }

                    .dealers-homepage-component .dealers-homepage-container .search-section .location-form input::-moz-placeholder {
                        font-family: "CupraBook";
                        font-size: 20px;
                        line-height: 24px
                    }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form .geolocation-button {
                    width: 32px;
                    height: 32px;
                    top: 16px;
                    right: 20px
                }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form .bottom-border-wrapper {
                    padding: 0 20px
                }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container {
                    top: -1px !important
                }

                    .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container .pac-item {
                        padding: 8px 19px !important
                    }

                        .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container .pac-item * {
                            font-size: 20px !important;
                            line-height: 24px !important
                        }

            .dealers-homepage-component .dealers-homepage-container .search-section .search-button {
                width: 24.6vw;
                height: 100%;
                padding: 20px 16px;
                font-size: 20px;
                line-height: 24px
            }

        .dealers-homepage-component .dealers-homepage-container .scroll-down-section .text {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 16px;
            max-height: 20px
        }

        .dealers-homepage-component .dealers-homepage-container .scroll-down-section .line {
            height: 56px
        }
}

@media (min-width: 1016px) {
    .dealers-homepage-component .dealers-homepage-container {
        padding: 0 32px;
        display: flex;
        flex-flow: column;
        align-items: center
    }

        .dealers-homepage-component .dealers-homepage-container .subtitle {
            margin-top: 24px
        }

        .dealers-homepage-component .dealers-homepage-container .radio-buttons {
            margin-top: 32px
        }

        .dealers-homepage-component .dealers-homepage-container .search-section {
            padding: 0 24px;
            height: 64px
        }

            .dealers-homepage-component .dealers-homepage-container .search-section .location-form {
                width: 38vw
            }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form input {
                    padding: 20px 60px 20px 20px
                }

            .dealers-homepage-component .dealers-homepage-container .search-section .search-button {
                width: 21.1vw
            }
}

@media (min-width: 1436px) {
    .dealers-homepage-component .dealers-homepage-container {
        padding: 0 266px
    }

        .dealers-homepage-component .dealers-homepage-container .title {
            font-size: 60px;
            line-height: 64px;
            width: 63vw;
            max-height: 128px
        }

        .dealers-homepage-component .dealers-homepage-container .subtitle {
            margin-top: 16px;
            width: 63vw
        }

        .dealers-homepage-component .dealers-homepage-container .radio-buttons {
            width: 63vw
        }

        .dealers-homepage-component .dealers-homepage-container .search-section {
            margin-top: 32px;
            height: 72px
        }

            .dealers-homepage-component .dealers-homepage-container .search-section .location-form {
                width: 30.9vw
            }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form input {
                    padding: 24px 76px 24px 24px
                }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form .geolocation-button {
                    top: 20px;
                    right: 24px
                }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form .bottom-border-wrapper {
                    padding: 0 24px
                }

                .dealers-homepage-component .dealers-homepage-container .search-section .location-form .pac-container .pac-item {
                    padding: 8px 22px 8px 24px !important
                }

            .dealers-homepage-component .dealers-homepage-container .search-section .search-button {
                width: 14.1vw;
                padding: 24px 16px
            }

        .dealers-homepage-component .dealers-homepage-container .scroll-down-section .text {
            width: 46.7vw;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 16px;
            max-height: 20px
        }
}

.dealers-steps.section .dealers-steps-container {
    width: 100%;
    height: 100%;
    padding: 40px 16px;
    background-color: #ffffff;
    color: #000000
}

    .dealers-steps.section .dealers-steps-container .title {
        font-family: "CupraBook";
        color: #000000;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 40px;
        text-align: center
    }

    .dealers-steps.section .dealers-steps-container .steps-cards {
        display: grid;
        grid-auto-flow: row;
        grid-row-gap: 40px
    }

        .dealers-steps.section .dealers-steps-container .steps-cards .steps-card {
            width: 100%
        }

            .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .image-container {
                width: 100%;
                height: 66.25vw;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 16px
            }

                .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .image-container .image {
                    object-fit: cover;
                    width: 100%;
                    height: 100%
                }

            .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container {
                display: flex;
                align-content: center;
                font-family: "CupraRegular";
                font-size: 20px;
                line-height: 24px
            }

                .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container .checkbox {
                    min-width: 20px;
                    height: 17px;
                    margin: 3px 8px 4px 0;
                    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/checked-box-black.svg);
                    background-repeat: no-repeat;
                    background-position: bottom;
                    background-size: contain
                }

                .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container .card-title {
                    width: 100%;
                    margin-bottom: 0
                }

            .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-content {
                font-family: "CupraBook";
                font-size: 14px;
                line-height: 20px;
                color: #666666;
                margin-top: 8px
            }

@media (min-width: 764px) {
    .dealers-steps.section .dealers-steps-container {
        padding: 80px 32px
    }

        .dealers-steps.section .dealers-steps-container .title {
            font-family: "CupraLight";
            font-size: 40px;
            line-height: 44px;
            margin-bottom: 48px;
            text-align: center
        }

        .dealers-steps.section .dealers-steps-container .steps-cards {
            grid-auto-flow: column;
            grid-template-columns: repeat(3, 1fr);
            grid-row-gap: 0;
            grid-column-gap: 32px
        }

            .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .image-container {
                height: 20.42vw;
                margin-bottom: 24px
            }

            .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-content {
                margin-top: 16px
            }
}

@media (min-width: 1016px) {
    .dealers-steps.section .dealers-steps-container {
        padding: 51px 32px
    }

        .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .image-container {
            height: 21.35vw
        }

        .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container {
            font-size: 24px;
            line-height: 28px
        }

            .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container .checkbox {
                min-width: 23px;
                height: 20px;
                margin: 4px 8px 4px 0
            }

        .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-content {
            font-size: 16px;
            line-height: 24px;
            margin-top: 16px
        }
}

@media (min-width: 1436px) {
    .dealers-steps.section .dealers-steps-container {
        padding: 96px 32px
    }

        .dealers-steps.section .dealers-steps-container .title-wrapper {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            grid-column-gap: 32px
        }

            .dealers-steps.section .dealers-steps-container .title-wrapper .title {
                grid-column: 2 / 11
            }

        .dealers-steps.section .dealers-steps-container .title {
            font-size: 48px;
            line-height: 52px;
            margin: 0 auto 56px;
            width: 79.2vw
        }

        .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .image-container {
            height: 22.28vw;
            margin-bottom: 32px
        }

        .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container {
            font-size: 30px;
            line-height: 32px
        }

            .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container .checkbox {
                min-width: 26px;
                height: 23px;
                margin: 4px 8px 5px 0
            }

        .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-content {
            font-size: 20px;
            line-height: 24px;
            margin-top: 20px
        }
}

.dealersLocationCupra {
    font-family: "CupraRegular", sans-serif;
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 32px;
    background: #f7f7f7
}

    .dealersLocationCupra .container-fluid {
        max-width: 1436px;
        margin: auto
    }

    .dealersLocationCupra .col-12 {
        text-align: center
    }

        .dealersLocationCupra .col-12 .card-locator {
            text-align: left
        }

    .dealersLocationCupra #map-dl {
        width: 100%;
        height: 536px
    }

    .dealersLocationCupra .mapposition {
        width: 100%;
        height: auto;
        min-height: 540px;
        padding: 16px;
        position: relative;
        max-width: 440px;
        margin: auto
    }

@media (max-width: 763px) {
    .dealersLocationCupra .mapposition.none {
        display: none
    }
}

.dealersLocationCupra .btn {
    left: 50%;
    transform: translateX(-50%);
    background-color: #0f0f0f;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 0 24px
}

.dealersLocationCupra .listsvg {
    position: absolute;
    bottom: 24px
}

.dealersLocationCupra .worldsvg {
    position: absolute;
    bottom: 4px
}

.dealersLocationCupra .eyebrow {
    font-family: "CupraLight";
    font-size: 16px;
    color: #242221;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px
}

.dealersLocationCupra .title {
    font-family: "CupraLight";
    font-size: 28px;
    color: #0f0f0f;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    margin-bottom: 25px
}

.dealersLocationCupra .eyebrow, .dealersLocationCupra .title {
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 764px) {
    .dealersLocationCupra .eyebrow, .dealersLocationCupra .title {
        max-width: 700px
    }
}

@media (min-width: 1016px) {
    .dealersLocationCupra .eyebrow, .dealersLocationCupra .title {
        max-width: 788px
    }
}

@media (min-width: 1436px) {
    .dealersLocationCupra .eyebrow, .dealersLocationCupra .title {
        max-width: 904px
    }
}

.dealersLocationCupra .car-icon {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/dealers-location/fd-icon_car.svg) no-repeat 0px center;
    padding-left: 32px;
    background-size: 25px 20px
}

.dealersLocationCupra .taller-icon {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/dealers-location/fd-icon_services.svg) no-repeat 0px center;
    padding-left: 30px;
    background-size: 22px 22px
}

.dealersLocationCupra .rlj-icon {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/dealers-location/fd-icon_express_services.svg) no-repeat 0px center;
    padding-left: 24px;
    background-size: 16px 16px
}

.dealersLocationCupra .tlf-icon {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/dealers-location/fd-icon_telephone.svg) no-repeat 0px center;
    padding-left: 24px;
    background-size: 16px 16px
}

.dealersLocationCupra .list {
    max-width: 440px;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(15,15,15,0.2)
}

.dealersLocationCupra .card-locator {
    padding: 16px;
    background: #fff
}

    .dealersLocationCupra .card-locator:last-child .separator {
        display: none
    }

    .dealersLocationCupra .card-locator.active {
        background: rgba(222,218,212,0.2)
    }

    .dealersLocationCupra .card-locator .name {
        font-family: "CupraRegular";
        font-size: 14px;
        color: #242221;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 8px
    }

    .dealersLocationCupra .card-locator .direction {
        font-family: "CupraLight";
        font-size: 12px;
        color: #242221;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 8px
    }

        .dealersLocationCupra .card-locator .direction .d1, .dealersLocationCupra .card-locator .direction .d2 {
            display: block
        }

    .dealersLocationCupra .card-locator .link-container {
        margin-bottom: 8px
    }

    .dealersLocationCupra .card-locator .maplink {
        font-family: "CupraRegular";
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        text-decoration: none;
        text-align: left;
        min-width: unset;
        padding: 0;
        padding-right: 24px;
        transition: unset;
        position: relative;
        background: 0;
        cursor: pointer
    }

        .dealersLocationCupra .card-locator .maplink::after {
            content: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/right-black-arrow.svg);
            position: absolute;
            width: 20px;
            height: 20px;
            bottom: -2px;
            right: 0
        }

@media (min-width: 1016px) {
    .dealersLocationCupra .card-locator .maplink {
        font-size: 16px;
        line-height: 20px
    }
}

.dealersLocationCupra .card-locator .tel-container {
    margin-bottom: 8px
}

    .dealersLocationCupra .card-locator .tel-container a {
        font-family: "CupraLight";
        font-size: 12px;
        line-height: 20px;
        color: #242221
    }

@media (min-width: 764px) {
    .dealersLocationCupra .card-locator .tel-container a {
        font-size: 14px;
        line-height: 24px
    }
}

.dealersLocationCupra .card-locator .schedule h4 {
    font-size: 14px;
    color: #0f0f0f;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: bold
}

.dealersLocationCupra .card-locator .schedule p {
    font-size: 14px;
    color: rgba(15,15,15,0.6);
    letter-spacing: 0;
    line-height: 26px;
    padding-left: 24px
}

.dealersLocationCupra .card-locator .separator {
    background: #d8d8d8;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 16px;
    margin-bottom: -16px
}

.dealersLocationCupra .mobileinfo {
    display: none;
    position: absolute;
    width: calc(100% - 32px);
    height: 93px;
    padding: 8px;
    background: #fff;
    flex-direction: column;
    justify-content: space-between;
    bottom: 16px;
    right: 16px
}

    .dealersLocationCupra .mobileinfo .direction {
        font-family: "CupraLight";
        font-size: 12px;
        color: #242221;
        letter-spacing: 0;
        line-height: 20px;
        flex: 1 1 100%
    }

    .dealersLocationCupra .mobileinfo .tlf {
        font-family: "CupraLight";
        font-size: 12px;
        line-height: 20px;
        color: #242221
    }

@media (min-width: 764px) {
    .dealersLocationCupra .mobileinfo .tlf {
        font-size: 14px;
        line-height: 24px
    }
}

.dealersLocationCupra .mobileinfo.show {
    display: flex
}

.dealersLocationCupra .mobileinfo .divFooter {
    display: flex;
    justify-content: space-between
}

    .dealersLocationCupra .mobileinfo .divFooter .see-details {
        font-family: "CupraRegular";
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        text-decoration: none;
        align-self: center;
        text-align: left;
        min-width: unset;
        padding: 0;
        padding-right: 24px;
        transition: unset;
        position: relative;
        background: 0;
        cursor: pointer
    }

        .dealersLocationCupra .mobileinfo .divFooter .see-details::after {
            content: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/right-black-arrow.svg);
            position: absolute;
            width: 20px;
            height: 20px;
            bottom: -2px;
            right: 0
        }

@media (min-width: 1016px) {
    .dealersLocationCupra .mobileinfo .divFooter .see-details {
        font-size: 16px;
        line-height: 20px
    }
}

@media (min-width: 764px) {
    .dealersLocationCupra {
        padding-top: 64px;
        padding-bottom: 64px
    }

        .dealersLocationCupra .container-fluid {
            padding-left: 32px;
            padding-right: 32px
        }

        .dealersLocationCupra .eyebrow {
            text-align: center;
            line-height: 26px
        }

        .dealersLocationCupra .title {
            font-size: 36px;
            line-height: 50px;
            margin-bottom: 40px
        }

        .dealersLocationCupra .mapposition {
            display: block;
            height: 752px;
            padding: 0px 16px 0px 0px;
            max-width: none
        }
}

@media (min-width: 764px) and (min-width: 1016px) {
    .dealersLocationCupra .mapposition {
        padding: 0px 16px 0px 16px
    }
}

@media (min-width: 764px) {
    .dealersLocationCupra #map-dl {
        height: 100%
    }

    .dealersLocationCupra .listsvg {
        display: none
    }

    .dealersLocationCupra .worldsvg {
        display: none
    }

    .dealersLocationCupra .list {
        height: auto;
        max-height: 752px;
        overflow-y: auto;
        max-width: none
    }

    .dealersLocationCupra .card-locator .name {
        font-size: 16px;
        line-height: 26px
    }

    .dealersLocationCupra .card-locator .direction {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px
    }

    .dealersLocationCupra .card-locator .link-container {
        margin-bottom: 8px
    }

    .dealersLocationCupra .card-locator .tel-container {
        display: block
    }

    .dealersLocationCupra .mobileinfo {
        display: none
    }
}

@media (min-width: 1016px) {
    .dealersLocationCupra .title {
        font-size: 48px;
        color: #0f0f0f;
        text-align: center;
        line-height: 65px;
        margin-bottom: 50px
    }

    .dealersLocationCupra .eyebrow {
        color: #242221;
        text-align: center;
        margin-bottom: 16px
    }

    .dealersLocationCupra .card-locator {
        padding: 24px
    }

        .dealersLocationCupra .card-locator .name {
            font-size: 16px;
            color: #242221;
            line-height: 26px;
            margin-bottom: 16px
        }

        .dealersLocationCupra .card-locator .direction {
            font-size: 14px;
            color: #242221;
            line-height: 24px;
            margin-bottom: 16px
        }

        .dealersLocationCupra .card-locator .link-container {
            margin-bottom: 16px
        }

        .dealersLocationCupra .card-locator .maplink {
            font-size: 14px;
            line-height: 26px
        }

        .dealersLocationCupra .card-locator .tel-container {
            margin-bottom: 16px
        }

            .dealersLocationCupra .card-locator .tel-container a {
                font-size: 14px;
                line-height: 24px
            }

        .dealersLocationCupra .card-locator .schedule h4 {
            font-size: 14px;
            line-height: 26px
        }

        .dealersLocationCupra .card-locator .schedule p {
            font-size: 14px;
            color: #242221;
            line-height: 26px
        }

        .dealersLocationCupra .card-locator .separator {
            margin-bottom: -24px
        }
}

@media (min-width: 1436px) {
    .dealersLocationCupra .title {
        line-height: 58px
    }

    .dealersLocationCupra .card-locator .direction {
        line-height: 24px
    }
}

@font-face {
    font-family: "CupraBook";
    src: url("../../../../etc/designs/seat/font/Cupra-Book.eot");
    src: url("../../../../etc/designs/seat/font/Cupra-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.cmp-seo-copy p {
    color: #666666;
    font-family: "CupraRegular", sans-serif;
    margin-bottom: 0px
}

.cmp-seo-copy h1, .cmp-seo-copy h2 {
    color: #000000;
    font-family: "CupraBook", sans-serif
}

@media screen and (max-width: 763px) {
    .cmp-seo-copy {
        padding: 0px 16px
    }

        .cmp-seo-copy p {
            font-size: 14px;
            line-height: 1.43;
            padding-bottom: 32px
        }

        .cmp-seo-copy h1, .cmp-seo-copy h2 {
            font-size: 20px;
            line-height: 1.2;
            margin-bottom: 16px;
            padding-top: 20px
        }
}

@media screen and (min-width: 764px) and (max-width: 1015px) {
    .cmp-seo-copy {
        padding: 0px 32px
    }

        .cmp-seo-copy p {
            font-size: 16px;
            line-height: 1.5;
            padding-bottom: 64px
        }

        .cmp-seo-copy h1, .cmp-seo-copy h2 {
            font-size: 24px;
            line-height: 1.17;
            margin-bottom: 32px;
            padding-top: 40px
        }
}

@media screen and (min-width: 1016px) and (max-width: 1435px) {
    .cmp-seo-copy {
        padding: 0px 32px
    }

        .cmp-seo-copy p {
            font-size: 16px;
            line-height: 1.5;
            padding-bottom: 72px
        }

        .cmp-seo-copy h1, .cmp-seo-copy h2 {
            font-size: 24px;
            line-height: 1.17;
            margin-bottom: 32px;
            padding-top: 48px
        }

    .cmp-seo-copy-grid-container {
        display: grid;
        grid-column-gap: 32px;
        grid-template-columns: repeat(12, 1fr)
    }

    .cmp-seo-copy-grid-content {
        grid-column-start: 1;
        grid-column-end: 11
    }
}

@media screen and (min-width: 1436px) {
    .cmp-seo-copy {
        width: 1436px;
        margin: 0 auto;
        padding: 0px 32px
    }

        .cmp-seo-copy p {
            font-size: 16px;
            line-height: 1.5;
            padding-bottom: 72px
        }

        .cmp-seo-copy h1, .cmp-seo-copy h2 {
            font-size: 30px;
            line-height: 1.07;
            margin-bottom: 40px;
            padding-top: 48px
        }

    .cmp-seo-copy-grid-container {
        display: grid;
        grid-column-gap: 32px;
        grid-template-columns: repeat(12, 1fr)
    }

    .cmp-seo-copy-grid-content {
        grid-column-start: 1;
        grid-column-end: 9
    }
}

@font-face {
    font-family: "CupraBook";
    src: url("../../../../etc/designs/cupra/main/fonts/Cupra-Book.eot");
    src: url("../../../../etc/designs/cupra/main/fonts/Cupra-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@media (min-width: 1436px) {
    .section.seo-listing-cupra {
        display: flex;
        justify-content: center
    }
}

.slc-grid-container, .ws-ll-mobile-swiper {
    display: none
}

.ws-ll-mobile-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 16px
}

.ws-ll-item {
    display: block;
    margin-bottom: 12px
}

.ws-ll-swiper-scrollbar {
    position: absolute;
    background: #d1d1d1;
    height: 2px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important
}

    .ws-ll-swiper-scrollbar .swiper-scrollbar-drag {
        background: #1b1b1b
    }

.slc-grid {
    display: grid;
    grid-row-gap: 12px;
    grid-column-gap: 32px
}

.slc-link {
    font-family: CupraRegular;
    letter-spacing: normal;
    color: #666666
}

    .slc-link:hover {
        color: #000000
    }

.slc-title-container {
    display: grid
}

@media (max-width: 763px) {
    .slc-title-container {
        grid-column-gap: 16px;
        grid-template-columns: repeat(2, 1fr)
    }

        .slc-title-container .slc-title {
            grid-column-start: 1;
            grid-column-end: 3
        }
}

@media (min-width: 764px) and (max-width: 1015px) {
    .slc-title-container {
        grid-column-gap: 32px;
        grid-template-columns: repeat(6, 1fr)
    }

        .slc-title-container .slc-title {
            grid-column-start: 1;
            grid-column-end: 7
        }
}

@media (min-width: 1016px) and (max-width: 1435px) {
    .slc-title-container {
        grid-column-gap: 32px;
        grid-template-columns: repeat(12, 1fr)
    }

        .slc-title-container .slc-title {
            grid-column-start: 1;
            grid-column-end: 11
        }
}

@media (min-width: 1436px) {
    .slc-title-container {
        grid-column-gap: 32px;
        grid-template-columns: repeat(12, 1fr)
    }

        .slc-title-container .slc-title {
            grid-column-start: 1;
            grid-column-end: 9
        }
}

.slc-title {
    font-family: CupraBook;
    color: #000000
}

@media (max-width: 763px) {
    .slc-grid {
        grid-column-gap: 16px
    }

    .slc-grid-container {
        box-sizing: border-box;
        width: 100%;
        scrollbar-color: #1b1b1b #d1d1d1;
        scrollbar-width: thin
    }

        .slc-grid-container::-webkit-scrollbar:vertical {
            width: 2px
        }

        .slc-grid-container::-webkit-scrollbar:horizontal {
            height: 2px
        }

        .slc-grid-container::-webkit-scrollbar {
            height: 2px
        }

        .slc-grid-container::-webkit-scrollbar-track {
            background-color: #d1d1d1
        }

        .slc-grid-container::-webkit-scrollbar-thumb {
            background-color: #1b1b1b;
            border-radius: 0px;
            border: 0px
        }

    .slc-grid-container-overflow {
        overflow-x: scroll
    }

        .slc-grid-container-overflow .slc-grid {
            padding-bottom: 16px
        }

    .slc-container {
        padding: 0px 16px;
        padding-bottom: 20px
    }

    .slc-link {
        font-size: 12px;
        line-height: 16px
    }

    .slc-title {
        padding-top: 32px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.2
    }

    .slc-grid-item {
        min-height: 16px
    }
}

@media (min-width: 764px) and (max-width: 1015px) {
    .slc-container {
        padding: 0px 32px;
        padding-bottom: 40px
    }

    .slc-link {
        font-size: 14px;
        line-height: 16px
    }

    .slc-title {
        font-size: 24px;
        line-height: 1.17;
        margin-bottom: 32px;
        padding-top: 64px
    }

    .slc-grid-item {
        min-height: 16px
    }
}

@media (min-width: 1016px) and (max-width: 1435px) {
    .slc-container {
        padding: 0px 32px;
        padding-bottom: 48px
    }

    .slc-link {
        font-size: 14px;
        line-height: 16px
    }

    .slc-title {
        font-size: 24px;
        line-height: 1.17;
        margin-bottom: 32px;
        padding-top: 64px
    }

    .slc-grid-item {
        min-height: 16px
    }
}

@media (min-width: 1436px) {
    .slc-container {
        margin: 0 auto;
        padding: 0px 32px;
        padding-bottom: 48px;
        width: 1436px
    }

    .slc-link {
        font-size: 16px;
        line-height: 20px
    }

    .slc-title {
        font-size: 30px;
        line-height: 1.07;
        margin-bottom: 40px;
        padding-top: 72px
    }

    .slc-grid-item {
        min-height: 20px
    }
}

@media (max-width: 763px) {
    .slc-grid-mobile-1-rows {
        grid-template-rows: repeat(1, 1fr)
    }

    .slc-grid-mobile-2-rows {
        grid-template-rows: repeat(2, 1fr)
    }

    .slc-grid-mobile-3-rows {
        grid-template-rows: repeat(3, 1fr)
    }

    .slc-grid-mobile-4-rows {
        grid-template-rows: repeat(4, 1fr)
    }

    .slc-grid-mobile-5-rows {
        grid-template-rows: repeat(5, 1fr)
    }

    .slc-grid-mobile-6-rows {
        grid-template-rows: repeat(6, 1fr)
    }

    .slc-grid-mobile-7-rows {
        grid-template-rows: repeat(7, 1fr)
    }

    .slc-grid-mobile-8-rows {
        grid-template-rows: repeat(8, 1fr)
    }

    .slc-grid-mobile-9-rows {
        grid-template-rows: repeat(9, 1fr)
    }

    .slc-grid-mobile-10-rows {
        grid-template-rows: repeat(10, 1fr)
    }

    .slc-grid-mobile-11-rows {
        grid-template-rows: repeat(11, 1fr)
    }

    .slc-grid-mobile-2-cols {
        width: 100%;
        grid-template-columns: repeat(2, 1fr)
    }

    .slc-grid-mobile-3-cols {
        width: 150%;
        grid-template-columns: repeat(3, 1fr)
    }

    .slc-grid-mobile-4-cols {
        width: 200%;
        grid-template-columns: repeat(4, 1fr)
    }

    .slc-grid-mobile-5-cols {
        width: 250%;
        grid-template-columns: repeat(5, 1fr)
    }

    .slc-grid-mobile-6-cols {
        width: 300%;
        grid-template-columns: repeat(6, 1fr)
    }

    .slc-grid-mobile-7-cols {
        width: 350%;
        grid-template-columns: repeat(7, 1fr)
    }

    .slc-grid-mobile-8-cols {
        width: 400%;
        grid-template-columns: repeat(8, 1fr)
    }

    .slc-grid-mobile-9-cols {
        width: 450%;
        grid-template-columns: repeat(9, 1fr)
    }

    .slc-grid-mobile-10-cols {
        width: 500%;
        grid-template-columns: repeat(10, 1fr)
    }

    .slc-grid-mobile-11-cols {
        width: 550%;
        grid-template-columns: repeat(11, 1fr)
    }

    .slc-grid-mobile-12-cols {
        width: 600%;
        grid-template-columns: repeat(12, 1fr)
    }

    .slc-grid-mobile-13-cols {
        width: 650%;
        grid-template-columns: repeat(13, 1fr)
    }

    .slc-grid-mobile-14-cols {
        width: 700%;
        grid-template-columns: repeat(14, 1fr)
    }

    .slc-grid-mobile-15-cols {
        width: 750%;
        grid-template-columns: repeat(15, 1fr)
    }

    .slc-grid-mobile-16-cols {
        width: 800%;
        grid-template-columns: repeat(16, 1fr)
    }

    .slc-grid-mobile-17-cols {
        width: 850%;
        grid-template-columns: repeat(17, 1fr)
    }

    .slc-grid-mobile-18-cols {
        width: 900%;
        grid-template-columns: repeat(18, 1fr)
    }

    .slc-grid-mobile-19-cols {
        width: 950%;
        grid-template-columns: repeat(19, 1fr)
    }

    .slc-grid-mobile-20-cols {
        width: 1000%;
        grid-template-columns: repeat(20, 1fr)
    }

    .slc-grid-mobile-21-cols {
        width: 1050%;
        grid-template-columns: repeat(21, 1fr)
    }

    .slc-grid-mobile-22-cols {
        width: 1100%;
        grid-template-columns: repeat(22, 1fr)
    }

    .slc-grid-mobile-23-cols {
        width: 1150%;
        grid-template-columns: repeat(23, 1fr)
    }

    .slc-grid-mobile-24-cols {
        width: 1200%;
        grid-template-columns: repeat(24, 1fr)
    }

    .slc-grid-mobile-25-cols {
        width: 1250%;
        grid-template-columns: repeat(25, 1fr)
    }

    .slc-grid-mobile-26-cols {
        width: 1300%;
        grid-template-columns: repeat(26, 1fr)
    }

    .slc-grid-mobile-27-cols {
        width: 1350%;
        grid-template-columns: repeat(27, 1fr)
    }

    .slc-grid-mobile-28-cols {
        width: 1400%;
        grid-template-columns: repeat(28, 1fr)
    }

    .slc-grid-mobile-29-cols {
        width: 1450%;
        grid-template-columns: repeat(29, 1fr)
    }

    .slc-grid-mobile-30-cols {
        width: 1500%;
        grid-template-columns: repeat(30, 1fr)
    }
}

@media screen and (min-width: 764px) {
    .slc-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .slc-grid-desktop-1-rows {
        grid-template-rows: repeat(1, 1fr)
    }

    .slc-grid-desktop-2-rows {
        grid-template-rows: repeat(2, 1fr)
    }

    .slc-grid-desktop-3-rows {
        grid-template-rows: repeat(3, 1fr)
    }

    .slc-grid-desktop-4-rows {
        grid-template-rows: repeat(4, 1fr)
    }

    .slc-grid-desktop-5-rows {
        grid-template-rows: repeat(5, 1fr)
    }

    .slc-grid-desktop-6-rows {
        grid-template-rows: repeat(6, 1fr)
    }

    .slc-grid-desktop-7-rows {
        grid-template-rows: repeat(7, 1fr)
    }

    .slc-grid-desktop-8-rows {
        grid-template-rows: repeat(8, 1fr)
    }

    .slc-grid-desktop-9-rows {
        grid-template-rows: repeat(9, 1fr)
    }

    .slc-grid-desktop-10-rows {
        grid-template-rows: repeat(10, 1fr)
    }

    .slc-grid-desktop-11-rows {
        grid-template-rows: repeat(11, 1fr)
    }

    .slc-grid-desktop-12-rows {
        grid-template-rows: repeat(12, 1fr)
    }

    .slc-grid-desktop-13-rows {
        grid-template-rows: repeat(13, 1fr)
    }

    .slc-grid-desktop-14-rows {
        grid-template-rows: repeat(14, 1fr)
    }

    .slc-grid-desktop-15-rows {
        grid-template-rows: repeat(15, 1fr)
    }

    .slc-grid-desktop-16-rows {
        grid-template-rows: repeat(16, 1fr)
    }

    .slc-grid-desktop-17-rows {
        grid-template-rows: repeat(17, 1fr)
    }

    .slc-grid-desktop-18-rows {
        grid-template-rows: repeat(18, 1fr)
    }

    .slc-grid-desktop-19-rows {
        grid-template-rows: repeat(19, 1fr)
    }

    .slc-grid-desktop-20-rows {
        grid-template-rows: repeat(20, 1fr)
    }

    .slc-grid-desktop-21-rows {
        grid-template-rows: repeat(21, 1fr)
    }

    .slc-grid-desktop-22-rows {
        grid-template-rows: repeat(22, 1fr)
    }

    .slc-grid-desktop-23-rows {
        grid-template-rows: repeat(23, 1fr)
    }

    .slc-grid-desktop-24-rows {
        grid-template-rows: repeat(24, 1fr)
    }

    .slc-grid-desktop-25-rows {
        grid-template-rows: repeat(25, 1fr)
    }

    .slc-grid-desktop-26-rows {
        grid-template-rows: repeat(26, 1fr)
    }

    .slc-grid-desktop-27-rows {
        grid-template-rows: repeat(27, 1fr)
    }

    .slc-grid-desktop-28-rows {
        grid-template-rows: repeat(28, 1fr)
    }

    .slc-grid-desktop-29-rows {
        grid-template-rows: repeat(29, 1fr)
    }

    .slc-grid-desktop-30-rows {
        grid-template-rows: repeat(30, 1fr)
    }
}

@media (max-width: 763px) {
    .slc-grid-mobile-col-1 {
        grid-column: 1
    }

    .slc-grid-mobile-col-2 {
        grid-column: 2
    }

    .slc-grid-mobile-col-3 {
        grid-column: 3
    }

    .slc-grid-mobile-col-4 {
        grid-column: 4
    }

    .slc-grid-mobile-col-5 {
        grid-column: 5
    }

    .slc-grid-mobile-col-6 {
        grid-column: 6
    }

    .slc-grid-mobile-col-7 {
        grid-column: 7
    }

    .slc-grid-mobile-col-8 {
        grid-column: 8
    }

    .slc-grid-mobile-col-9 {
        grid-column: 9
    }

    .slc-grid-mobile-col-10 {
        grid-column: 10
    }

    .slc-grid-mobile-col-11 {
        grid-column: 11
    }

    .slc-grid-mobile-col-12 {
        grid-column: 12
    }

    .slc-grid-mobile-col-13 {
        grid-column: 13
    }

    .slc-grid-mobile-col-14 {
        grid-column: 14
    }

    .slc-grid-mobile-col-15 {
        grid-column: 15
    }

    .slc-grid-mobile-col-16 {
        grid-column: 16
    }

    .slc-grid-mobile-col-17 {
        grid-column: 17
    }

    .slc-grid-mobile-col-18 {
        grid-column: 18
    }

    .slc-grid-mobile-col-19 {
        grid-column: 19
    }

    .slc-grid-mobile-col-20 {
        grid-column: 20
    }

    .slc-grid-mobile-col-21 {
        grid-column: 21
    }

    .slc-grid-mobile-col-22 {
        grid-column: 22
    }

    .slc-grid-mobile-col-23 {
        grid-column: 23
    }

    .slc-grid-mobile-col-24 {
        grid-column: 24
    }

    .slc-grid-mobile-col-25 {
        grid-column: 25
    }

    .slc-grid-mobile-col-26 {
        grid-column: 26
    }

    .slc-grid-mobile-col-27 {
        grid-column: 27
    }

    .slc-grid-mobile-col-28 {
        grid-column: 28
    }

    .slc-grid-mobile-col-29 {
        grid-column: 29
    }

    .slc-grid-mobile-col-30 {
        grid-column: 30
    }

    .slc-grid-mobile-row-1 {
        grid-row: 1
    }

    .slc-grid-mobile-row-2 {
        grid-row: 2
    }

    .slc-grid-mobile-row-3 {
        grid-row: 3
    }

    .slc-grid-mobile-row-4 {
        grid-row: 4
    }

    .slc-grid-mobile-row-5 {
        grid-row: 5
    }

    .slc-grid-mobile-row-6 {
        grid-row: 6
    }

    .slc-grid-mobile-row-7 {
        grid-row: 7
    }

    .slc-grid-mobile-row-8 {
        grid-row: 8
    }

    .slc-grid-mobile-row-9 {
        grid-row: 9
    }

    .slc-grid-mobile-row-10 {
        grid-row: 10
    }

    .slc-grid-mobile-row-11 {
        grid-row: 11
    }
}

@media screen and (min-width: 764px) {
    .slc-grid-desktop-col-1 {
        grid-column: 1
    }

    .slc-grid-desktop-col-2 {
        grid-column: 2
    }

    .slc-grid-desktop-col-3 {
        grid-column: 3
    }

    .slc-grid-desktop-col-4 {
        grid-column: 4
    }

    .slc-grid-desktop-col-5 {
        grid-column: 5
    }

    .slc-grid-desktop-col-6 {
        grid-column: 6
    }

    .slc-grid-desktop-row-1 {
        grid-row: 1
    }

    .slc-grid-desktop-row-2 {
        grid-row: 2
    }

    .slc-grid-desktop-row-3 {
        grid-row: 3
    }

    .slc-grid-desktop-row-4 {
        grid-row: 4
    }

    .slc-grid-desktop-row-5 {
        grid-row: 5
    }

    .slc-grid-desktop-row-6 {
        grid-row: 6
    }

    .slc-grid-desktop-row-7 {
        grid-row: 7
    }

    .slc-grid-desktop-row-8 {
        grid-row: 8
    }

    .slc-grid-desktop-row-9 {
        grid-row: 9
    }

    .slc-grid-desktop-row-10 {
        grid-row: 10
    }

    .slc-grid-desktop-row-11 {
        grid-row: 11
    }

    .slc-grid-desktop-row-12 {
        grid-row: 12
    }

    .slc-grid-desktop-row-13 {
        grid-row: 13
    }

    .slc-grid-desktop-row-14 {
        grid-row: 14
    }

    .slc-grid-desktop-row-15 {
        grid-row: 15
    }

    .slc-grid-desktop-row-16 {
        grid-row: 16
    }

    .slc-grid-desktop-row-17 {
        grid-row: 17
    }

    .slc-grid-desktop-row-18 {
        grid-row: 18
    }

    .slc-grid-desktop-row-19 {
        grid-row: 19
    }

    .slc-grid-desktop-row-20 {
        grid-row: 20
    }

    .slc-grid-desktop-row-21 {
        grid-row: 21
    }

    .slc-grid-desktop-row-22 {
        grid-row: 22
    }

    .slc-grid-desktop-row-23 {
        grid-row: 23
    }

    .slc-grid-desktop-row-24 {
        grid-row: 24
    }

    .slc-grid-desktop-row-25 {
        grid-row: 25
    }

    .slc-grid-desktop-row-26 {
        grid-row: 26
    }

    .slc-grid-desktop-row-27 {
        grid-row: 27
    }

    .slc-grid-desktop-row-28 {
        grid-row: 28
    }

    .slc-grid-desktop-row-29 {
        grid-row: 29
    }

    .slc-grid-desktop-row-30 {
        grid-row: 30
    }
}

.seatComponents-info-suscription {
    padding: 0;
    margin: 0
}

    .seatComponents-info-suscription .infoModule-wrapper {
        background-color: #f4f4f3;
        padding: 64px 16px 68px 16px
    }

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper {
        padding: 64px 32px 52px 32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper {
        padding: 104px 32px 97px 32px
    }
}

@media (min-width: 1436px) {
    .seatComponents-info-suscription .infoModule-wrapper {
        margin: 0 auto;
        max-width: 1436px;
        padding: 104px 32px 179px 32px
    }
}

.seatComponents-info-suscription .infoModule-wrapper h2 {
    color: #000;
    font-family: 'CupraLight';
    font-size: 30px;
    font-weight: normal;
    line-height: 1.07;
    margin-bottom: 16px;
    max-height: 128px;
    overflow: hidden
}

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper h2 {
        font-size: 40px;
        font-weight: 300;
        line-height: 1.08;
        max-height: 132px
    }
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper h2 {
        font-size: 48px;
        line-height: 1.1;
        max-height: 156px
    }
}

@media (min-width: 1436px) {
    .seatComponents-info-suscription .infoModule-wrapper h2 {
        font-size: 60px;
        line-height: 1.07;
        max-height: 192px
    }
}

.seatComponents-info-suscription .infoModule-wrapper p {
    color: #000;
    font-family: 'CupraBook';
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 0;
    max-height: 100px;
    opacity: 0.6;
    overflow: hidden
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper p {
        font-size: 20px;
        line-height: 1.2;
        max-height: 72px;
        color: #666;
        opacity: 1
    }
}

@media (min-width: 1436px) {
    .seatComponents-info-suscription .infoModule-wrapper p {
        max-height: 48px
    }
}

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper h2, .seatComponents-info-suscription .infoModule-wrapper p {
        width: 82.5714%
    }
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper h2, .seatComponents-info-suscription .infoModule-wrapper p {
        width: 56.9327%
    }
}

@media (min-width: 1436px) {
    .seatComponents-info-suscription .infoModule-wrapper h2, .seatComponents-info-suscription .infoModule-wrapper p {
        width: 57.3615%
    }
}

.seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper, .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper {
    margin-top: 48px
}

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper, .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper {
        margin-top: 64px
    }
}

@media (min-width: 1436px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper, .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper {
        margin-top: 80px
    }
}

.seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper h3, .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper h3 {
    color: #000;
    font-family: 'CupraMedium';
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 32px;
    max-height: 24px;
    overflow: hidden
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper h3, .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper h3 {
        font-size: 24px;
        line-height: 1.17;
        max-height: 28px
    }
}

.seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper {
    display: grid;
    font-family: 'CupraBook';
    grid-gap: 16px 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-gap: 20px
    }
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper {
        grid-gap: 32px
    }
}

.seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper {
    align-items: center;
    border: solid #d5d5d5 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 8px
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper {
        padding: 12px 16px 14px 16px
    }
}

.seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper &gt; span {
    text-align: center
}

.seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper .plan-number {
    font-size: 30px;
    height: 44px;
    line-height: 1.07;
    overflow: hidden;
    width: 50.8474%
}

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper .plan-number {
        width: 59.1549%
    }
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper .plan-number {
        font-family: 'CupraLight';
        font-size: 40px;
        font-weight: 300;
        line-height: 1.1;
        width: 36.6667%
    }
}

@media (min-width: 1436px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper .plan-number {
        width: 60%
    }
}

.seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper .plan-month {
    font-size: 16px;
    height: 24px;
    line-height: 1.5;
    margin-top: -8px;
    overflow: hidden;
    width: 85.5932%
}

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper .plan-month {
        margin-top: -2px;
        width: 88.0281%
    }
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper .plan-month {
        margin-top: -2px;
        width: 100%
    }
}

.seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper .plan-text {
    color: #666;
    font-size: 12px;
    line-height: 1.33;
    margin-top: 8px;
    max-height: 16px;
    overflow: hidden;
    width: 100%
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper .plans-wrapper .plan-wrapper .plan-text {
        font-size: 14px;
        height: 20px;
        line-height: 1.43
    }
}

.seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper p {
    color: #666;
    font-size: 12px;
    line-height: 1.33;
    margin-top: 32px;
    max-height: 48px;
    width: 100%
}

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper p {
        margin-top: 24px;
        max-height: 32px
    }
}

@media (min-width: 1436px) {
    .seatComponents-info-suscription .infoModule-wrapper .plan-component-wrapper p {
        max-height: 16px
    }
}

.seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 16px
}

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 4px 32px
    }
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper {
        grid-gap: 32px 32px
    }
}

@media (min-width: 1436px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper {
        grid-gap: 0 32px
    }
}

.seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content {
        padding-right: 8px;
        position: relative;
        width: 83.5%
    }

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content {
        width: 77.3458%
    }
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content {
        padding-right: 16px;
        width: 81.0810%
    }
}

@media (min-width: 1436px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content {
        width: 87.1559%
    }
}

.seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content::before {
    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/checked-white-circle.svg);
    background-size: 100%;
    border-radius: 25px;
    content: "";
    display: block;
    height: 24px;
    left: calc(-24px - 16px);
    position: absolute;
    top: 8px;
    width: 24px
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content::before {
        height: 32px;
        left: calc(-32px - 16px);
        width: 32px
    }
}

.seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content h4 {
    color: #000;
    font-family: 'CupraRegular';
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0 4px 0;
    max-height: 24px;
    overflow: hidden
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content h4 {
        font-size: 20px;
        line-height: 1.2;
        margin: 8px 0 8px 0
    }
}

.seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.43;
    margin: 0 0 8px 0;
    max-height: 40px;
    overflow: hidden;
    width: 100%
}

@media (min-width: 764px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content p {
        margin: 0;
        max-height: 60px
    }
}

@media (min-width: 1016px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content p {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 8px 0;
        max-height: 48px
    }
}

@media (min-width: 1436px) {
    .seatComponents-info-suscription .infoModule-wrapper .bennefits-component-wrapper .bennefits-wrapper .bennefit-block .bennefit-content p {
        margin: 0 0 40px 0
    }
}

.seatComponents-info-suscription .infoModule-wrapper .info-suscription-edit {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

    .seatComponents-info-suscription .infoModule-wrapper .info-suscription-edit span {
        color: #1b1b1b;
        font-family: 'CupraRegular';
        font-size: 20px
    }

@keyframes heroStickyBarActiveS {
    from {
        height: 0
    }

    to {
        height: 56px
    }
}

@keyframes heroStickyBarActiveM {
    from {
        height: 0
    }

    to {
        height: 72px
    }
}

@keyframes heroStickyBarActiveL {
    from {
        height: 0
    }

    to {
        height: 80px
    }
}

.subscription-module {
    background-color: #1b1b1b !important
}

    .subscription-module .hero-background {
        display: block;
        margin: 0 auto;
        max-width: 1436px;
        position: sticky;
        top: 0
    }

        .subscription-module .hero-background picture {
            height: auto
        }

    .subscription-module .hero-content.heroSubscription {
        display: block;
        margin: 0 auto;
        max-width: 1436px;
        position: relative
    }

        .subscription-module .hero-content.heroSubscription .block-content.cupra-container {
            display: flex;
            flex-direction: column;
            padding: 40px 16px
        }

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container {
        column-gap: 32px;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        padding: 40px 32px;
        row-gap: 16px
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container {
        grid-template-columns: repeat(12, 1fr);
        padding: 48px 32px
    }
}

@media (min-width: 1436px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container {
        padding: 64px 32px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container h2.title {
    color: #fff;
    font-family: 'CupraBook';
    font-size: 30px;
    font-weight: normal;
    line-height: 1.07;
    margin: 0;
    max-height: 64px;
    order: 1;
    overflow: hidden;
    text-transform: uppercase
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container h2.title {
        font-family: 'CupraLight';
        font-size: 40px;
        grid-column: 1/5;
        line-height: 44px;
        max-height: 88px
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container h2.title {
        font-size: 48px;
        grid-column: 1/7;
        line-height: 52px;
        max-height: 104px
    }
}

@media (min-width: 1436px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container h2.title {
        font-size: 60px;
        line-height: 64px;
        max-height: 128px;
        width: 670px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .description {
    height: auto;
    margin: 16px 0 0;
    order: 2
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .description {
        grid-column: 1/5;
        margin: 0;
        order: 3
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .description {
        grid-column: 1/7
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .description p {
    color: #a3a3a3;
    font-family: 'CupraBook';
    font-size: 16px;
    line-height: 1.25;
    margin: 0;
    max-height: 80px;
    overflow: hidden
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .description p {
        max-height: 60px
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .description p {
        font-size: 20px;
        line-height: 24px;
        max-height: 72px
    }
}

@media (min-width: 1436px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .description p {
        max-height: 48px;
        width: 670px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .cupra-subscription-hero-info {
    margin: 40px 0 0;
    order: 4;
    width: 47.22%
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .cupra-subscription-hero-info {
        grid-column: 5 / 7;
        justify-self: end;
        margin: 0;
        width: 132px;
        order: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .cupra-subscription-hero-info {
        grid-column: 11 / 13
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .cupra-subscription-hero-info .cupra-hero__bottom__info__title {
    margin: 0 0 8px;
    width: 100%
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .cupra-subscription-hero-info .cupra-hero__bottom__info__title {
        font-size: 14px;
        line-height: 16px;
        max-height: 16px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .cupra-subscription-hero-info .cupra-hero__bottom__info__info {
    margin: 0 0 4px;
    width: 100%;
    font-family: 'CupraBook'
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .cupra-subscription-hero-info .cupra-hero__bottom__info__info {
        font-size: 30px;
        line-height: 32px;
        max-height: 32px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .video-button {
    border-radius: 24px;
    border: 1px solid #dbd3cb;
    height: 40px;
    margin: 24px 0 0;
    max-width: 100%;
    order: 3;
    padding: 10px 24px;
    width: max-content
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .video-button {
        order: 5;
        grid-column: 1 / 7;
        margin: 8px 0 0
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .video-button {
        padding: 11px 30px 13px 31px;
        height: 48px;
        margin: 16px 0 0
    }
}

@media (min-width: 1436px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .video-button {
        margin: 32px 0 0
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .video-button span {
    color: #fff;
    display: inline-block;
    font-family: 'CupraBook';
    font-size: 14px;
    line-height: 1.43;
    max-height: 20px;
    overflow: hidden;
    pointer-events: none
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .video-button span {
        font-size: 16px;
        line-height: 24px;
        max-height: 24px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .video-button span::before {
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0px;
    margin: 0 8px 0 0;
    position: relative;
    width: 0px
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .video-button span::before {
        border-bottom: 7px solid transparent;
        border-left: 16px solid #fff;
        border-top: 7px solid transparent
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container a.cta.classes {
    background-color: #dbd3cb;
    margin: 32px 0 0;
    max-height: 40px;
    order: 5;
    padding: 10px 16px 14px;
    text-align: center
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container a.cta.classes {
        grid-column: 5 / 7;
        margin: 0;
        order: 4
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container a.cta.classes {
        grid-column: 10/13;
        max-height: 48px;
        padding: 12px 16px 16px
    }
}

@media (min-width: 1436px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container a.cta.classes {
        grid-column: 11/13;
        width: 214px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container a.cta.classes span {
    color: #000;
    display: block;
    font-family: 'CupraRegular';
    font-size: 14px;
    line-height: 16px;
    max-height: 16px;
    overflow: hidden;
    padding-left: 0
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container a.cta.classes span {
        font-size: 16px;
        line-height: 20px;
        max-height: 20px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container a.cta.classes::after {
    content: none
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription {
    background-color: #1b1b1b;
    bottom: 0px;
    height: 56px;
    left: 0;
    opacity: 0;
    position: fixed;
    top: unset;
    transition: top 0.3s linear;
    width: 100%;
    z-index: -1
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription {
        bottom: unset;
        height: 72px;
        top: 0
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription {
        height: 80px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription.active {
    background-color: #1b1b1b;
    opacity: 1;
    z-index: 2;
    animation-name: heroStickyBarActiveS;
    animation-duration: 0.2s
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription.active {
        animation-name: heroStickyBarActiveM
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription.active {
        animation-name: heroStickyBarActiveL
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 8px 20px 8px 16px
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper {
        padding: 16px 32px
    }
}

@media (min-width: 1436px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper {
        width: 1436px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper .sticky-bar-subscription-title {
    align-self: center;
    color: #fff;
    display: none;
    font-family: "cupraMedium";
    font-size: 16px;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper .sticky-bar-subscription-title {
        display: block;
        width: 65.1428%
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper .sticky-bar-subscription-title {
        font-size: 14px;
        line-height: 16px;
        max-height: 16px;
        width: 65.5462%
    }
}

@media (min-width: 1436px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper .sticky-bar-subscription-title {
        width: 904px
    }
}

.subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper a.cta.classes {
    margin: 0;
    width: 100%
}

@media (min-width: 764px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper a.cta.classes {
        width: 30.2425%
    }
}

@media (min-width: 1016px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper a.cta.classes {
        width: 22.4789%
    }
}

@media (min-width: 1436px) {
    .subscription-module .hero-content.heroSubscription .block-content.cupra-container .sticky-bar-subscription .sticky-bar-subscription-wrapper a.cta.classes {
        width: 214px
    }
}

.features-wrapper .four-features-play-button {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/play-subscription-button.svg);
    background-size: cover;
    pointer-events: none
}

@media (min-width: 764px) {
    .features-wrapper .four-features-play-button {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 1016px) {
    .features-wrapper .four-features-play-button {
        width: 48px;
        height: 48px
    }
}

@media (min-width: 1436px) {
    .features-wrapper .four-features-play-button {
        width: 56px;
        height: 56px
    }
}

body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-icon-close {
    background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/close-icon-white.svg) center no-repeat;
    width: 32px;
    height: 32px;
    transition: unset;
    position: absolute
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-icon-close {
        visibility: hidden
    }
}

body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content {
    overflow: visible
}

    body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div {
        height: 100vh;
        display: flex;
        justify-content: center
    }

        body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module {
            background-color: #1b1b1b;
            align-self: center;
            position: fixed;
            padding: 168px 16px 8px 16px;
            width: 100%;
            height: 100vh
        }

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module {
        position: relative;
        width: 68.27%;
        padding: 110px 90px 8px 90px;
        top: 8px;
        height: auto
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module {
        width: 47.28%;
        padding: 110px 32px 8px 32px;
        top: 11px
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module {
        width: 436px;
        padding: 110px 85px 8px 85px;
        top: 5px
    }
}

body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module .title {
    color: #ffffff;
    font-family: 'CupraLight';
    font-size: 40px;
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 16px
}

body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module .message {
    color: #a3a3a3;
    font-family: 'CupraBook';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 156px
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module .message {
        margin-bottom: 72px
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module .message {
        margin-bottom: 80px
    }
}

body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module .btn-standard {
    line-height: 20px;
    padding: 11px 16px 15px;
    margin-bottom: 16px;
    font-family: 'CupraRegular';
    border-radius: 0px;
    font-size: 16px;
    position: fixed;
    width: 90%
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module .btn-standard {
        width: 100%;
        margin-bottom: 24px;
        position: relative
    }
}

body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module .btn-standard:nth-child(4) {
    color: white;
    border-color: #dbd3cb;
    bottom: 72px
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module .btn-standard:nth-child(4) {
        bottom: 0px
    }
}

body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module .btn-standard:nth-child(5) {
    color: #000000;
    background-color: #dbd3cb;
    bottom: 8px
}

@media (min-width: 764px) {
    body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row &gt; div .content-module .btn-standard:nth-child(5) {
        bottom: 0px
    }
}

.cupra-offer-page .seatComponent-dynamic-form {
    padding: 32px 0
}

@media (min-width: 764px) {
    .cupra-offer-page .seatComponent-dynamic-form {
        padding: 40px 0 0 0
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form {
        padding-top: 64px
    }
}

.cupra-offer-page .seatComponent-dynamic-form &gt; .col-12 {
    padding: 0 16px
}

.cupra-offer-page .seatComponent-dynamic-form .panel-body, .cupra-offer-page .seatComponent-dynamic-form .container-fluid.container-form-elements {
    padding: 0
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form &gt; .container-fluid {
        padding: 0 16px
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form &gt; .container-fluid .row &gt; .col-12.col-lg-10 {
        flex: 0 100%;
        max-width: 100%;
        padding: 0 16px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form &gt; .container-fluid .row &gt; .col-12.col-lg-10 {
        padding: 0 32px
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form &gt; .container-fluid .panel-body .col-12 {
        padding: 0 16px
    }
}

.cupra-offer-page .seatComponent-dynamic-form .panel-group &gt; .seatComponentField.section {
    padding: 0
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-group &gt; .seatComponentField.section {
        margin-top: 24px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-group &gt; .seatComponentField.section {
        margin-top: 40px
    }
}

.cupra-offer-page .seatComponent-dynamic-form .panel-heading {
    padding: 0;
    margin: 0;
    border-bottom: none
}

    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 {
        margin-bottom: 16px;
        max-height: none;
        left: 0;
        width: 100%
    }

@media (min-width: 764px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 {
        margin-bottom: 20px
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 {
        margin-bottom: 10px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 {
        margin-bottom: 80px
    }
}

.cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 span {
    width: 100%;
    display: blocK;
    margin-bottom: 16px;
    border-bottom: none;
    font-family: 'CupraBook', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    overflow: hidden;
    max-height: 28px
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 span {
        font-family: 'CupraRegular', sans-serif;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 8px;
        max-height: 24px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 span {
        font-size: 24px;
        line-height: 1.17;
        margin-bottom: 16px;
        max-height: 28px
    }
}

.cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 span ::before {
    background: none;
    width: 100%;
    height: 100%
}

.cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-subtitle {
    font-family: 'CupraBook', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    max-height: 24px;
    overflow: hidden;
    margin-bottom: 8px
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-subtitle {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 4px;
        max-height: 24px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-subtitle {
        font-size: 24px;
        line-height: 1.17;
        margin-bottom: 8px;
        max-height: 28px
    }
}

.cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-subtitle:before {
    background: none;
    width: 100%;
    height: 100%
}

.cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-description {
    font-family: 'CupraBook', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #666666;
    max-height: 40px
}

@media (min-width: 764px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-description {
        margin-bottom: 20px;
        max-height: 20px
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-description {
        font-size: 12px;
        line-height: 1.33;
        margin-bottom: 10px;
        height: 32px;
        max-height: 32px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-description {
        font-size: 14px;
        line-height: 1.14;
        margin-bottom: 0
    }
}

.cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-description:before {
    background: none;
    width: 100%;
    height: 100%
}

.cupra-offer-page .seatComponent-dynamic-form .seatComponentField {
    min-height: unset
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .seatComponentField:not(:first-child) {
        margin-top: 32px
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .seatComponentField:not(:first-child) {
        margin-top: 32px
    }
}

@media (min-width: 1016px) and (max-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form .seatComponentField:nth-child(n+3) {
        margin-top: 16px
    }
}

@media (min-width: 764px) {
    .cupra-offer-page .seatComponent-dynamic-form .seatComponentField.col-12 {
        padding: 0
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .seatComponentField.col-12.section {
        padding: 0 16px 0 0;
        margin-top: 0;
        margin-bottom: 8px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form .seatComponentField.col-12.section {
        padding: 0;
        margin-bottom: 16px
    }
}

.cupra-offer-page .seatComponent-dynamic-form .seatComponentField.col-12 .form-group {
    margin-top: 4px
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .seatComponentField.col-12 .form-group {
        margin-bottom: 8px
    }
}

.cupra-offer-page .seatComponent-dynamic-form .container-form-elements h4 {
    font-family: 'CupraRegular', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 8px;
    margin-top: 0
}

@media (min-width: 764px) {
    .cupra-offer-page .seatComponent-dynamic-form .container-form-elements h4 {
        margin-bottom: 4px
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .container-form-elements h4 {
        margin-top: 0;
        margin-bottom: 4px;
        height: 20px;
        font-size: 16px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form .container-form-elements h4 {
        height: 24px;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 12px
    }
}

.cupra-offer-page .seatComponent-dynamic-form .container-form-elements .nativeDatePicker .icon-time {
    background: none
}

.cupra-offer-page .seatComponent-dynamic-form .options {
    position: relative;
    text-align: center
}

@media (min-width: 764px) {
    .cupra-offer-page .seatComponent-dynamic-form .options {
        position: inherit;
        background: none;
        text-align: left;
        padding: 0
    }
}

.cupra-offer-page .seatComponent-dynamic-form .options.fixed {
    position: fixed;
    background-color: white;
    bottom: 0;
    width: 100vw;
    left: 0;
    z-index: 1;
    padding: 8px 16px
}

@media (min-width: 764px) {
    .cupra-offer-page .seatComponent-dynamic-form .options.fixed {
        position: inherit
    }
}

.cupra-offer-page .seatComponent-dynamic-form .options button[type='submit'] {
    width: 100%;
    margin-bottom: 8px
}

@media (min-width: 764px) {
    .cupra-offer-page .seatComponent-dynamic-form .options button[type='submit'] {
        width: 47.7%;
        max-width: unset;
        margin-top: 0;
        margin-bottom: 16px
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .options button[type='submit'] {
        width: 100%
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .seatComponent-dynamic-form .options button[type='submit'] {
        margin-bottom: 8px
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent .richtext-block {
        margin-bottom: 0
    }
}

.cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent.richtext-light p {
    color: #666666
}

.cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent p {
    margin-bottom: 14px;
    font-family: 'CupraBook', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    color: #000000
}

@media (min-width: 764px) {
    .cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent p {
        margin-bottom: 16px
    }
}

.cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent + hr.richtext-separator {
    height: 1px;
    width: 100%;
    border-color: #d1d1d1;
    margin: 32px 0
}

@media (min-width: 764px) {
    .cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent + hr.richtext-separator {
        margin: 40px 0
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent + hr.richtext-separator {
        height: 0;
        margin: 24px 0 0 0;
        border-color: transparent
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .richtext-dark .richtext.richtext-block.rhr-parent-black p {
        font-size: 14px;
        line-height: 1.43
    }
}

.cupra-offer-page .richtext.richtext-block.rhr-parent-black {
    margin-bottom: 48px;
    margin-top: 32px
}

@media (min-width: 764px) {
    .cupra-offer-page .richtext.richtext-block.rhr-parent-black {
        margin-bottom: 40px
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .richtext.richtext-block.rhr-parent-black {
        margin-bottom: 24px;
        margin-top: 16px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .richtext.richtext-block.rhr-parent-black {
        margin-top: 32px;
        margin-bottom: 56px
    }
}

.cupra-offer-page .dynamic-form-builder .panel-body .section:first-child {
    margin-bottom: 0;
    margin-top: 0
}

.cupra-offer-page .dynamic-form-multi-step {
    background-color: white
}

.cupra-offer-page h2 {
    color: #000000;
    font-family: 'CupraRegular', 'sans-serif';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal
}

@media (min-width: 1016px) {
    .cupra-offer-page h2 {
        font-size: 24px;
        line-height: 1.17
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page h2 {
        font-size: 30px;
        line-height: 1.07
    }
}

.cupra-offer-page h3 {
    color: #000000;
    font-family: 'CupraRegular', 'sans-serif';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    overflow: hidden
}

@media (min-width: 1016px) {
    .cupra-offer-page h3 {
        width: 246px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page h3 {
        width: 317px;
        font-size: 20px;
        line-height: 1.2
    }
}

.cupra-offer-page ul {
    overflow: hidden;
    margin-left: -40px;
    max-height: 184px
}

    .cupra-offer-page ul li {
        color: #666666;
        font-family: 'CupraBook', 'sans-serif';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 20px;
        letter-spacing: normal;
        list-style-type: none;
        list-style-position: inside
    }

@media (min-width: 1016px) {
    .cupra-offer-page ul li {
        font-size: 16px;
        line-height: 20px
    }
}

.cupra-offer-page ul li:before {
    content: '\00B7';
    font-size: 20pt;
    margin-right: 4px;
    vertical-align: top
}

.cupra-offer-page .seatComponents-advanced-richtext p {
    font-family: 'CupraRegular', 'sans-serif';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #666666
}

.seatComponents-advanced-richtext.offers-result {
    margin: 0 auto;
    padding: 0 16px;
    background: white
}

    .seatComponents-advanced-richtext.offers-result.white {
        background-color: #ffffff
    }

    .seatComponents-advanced-richtext.offers-result.light-gray {
        background-color: #f4f4f3
    }

    .seatComponents-advanced-richtext.offers-result.dark {
        background-color: #1b1b1b;
        position: relative;
        top: -1px
    }

        .seatComponents-advanced-richtext.offers-result.dark p {
            color: #ffffff
        }

            .seatComponents-advanced-richtext.offers-result.dark p b {
                background-color: #dbd3cb;
                color: #0d0d0d
            }

@media (min-width: 764px) {
    .seatComponents-advanced-richtext.offers-result {
        padding: 0 32px
    }
}

.seatComponents-advanced-richtext.offers-result div {
    width: 288px
}

@media (min-width: 1016px) {
    .seatComponents-advanced-richtext.offers-result div {
        width: 460px
    }
}

@media (min-width: 1436px) {
    .seatComponents-advanced-richtext.offers-result div {
        width: 670px
    }
}

.seatComponents-advanced-richtext.offers-result p {
    font-family: 'CupraMedium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
    display: flex
}

@media (min-width: 1016px) {
    .seatComponents-advanced-richtext.offers-result p {
        font-size: 20px
    }
}

.seatComponents-advanced-richtext.offers-result p b {
    color: white;
    background-color: #000000;
    border-radius: 50%;
    min-width: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    font-size: 14px;
    justify-content: space-around;
    align-items: center;
    margin-right: 8px
}

@media (min-width: 1016px) {
    .seatComponents-advanced-richtext.offers-result p b {
        font-size: 16px;
        min-width: 24px;
        width: 24px;
        height: 24px
    }
}

.cupra-offer-page .equipment-highlights {
    padding: 24px 16px 40px
}

@media (min-width: 764px) {
    .cupra-offer-page .equipment-highlights {
        padding: 32px 32px 48px 32px
    }
}

@media (min-width: 1016px) {
    .cupra-offer-page .equipment-highlights {
        padding: 32px 32px 56px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .equipment-highlights {
        padding: 40px 32px 56px
    }
}

.cupra-offer-page .equipment-highlights .col:first-child {
    width: 100%;
    flex: 1 100%;
    max-height: 48px;
    margin-bottom: 16px;
    overflow: hidden
}

@media (min-width: 1016px) {
    .cupra-offer-page .equipment-highlights .col:first-child {
        margin-bottom: 24px;
        max-height: 56px
    }
}

@media (min-width: 1436px) {
    .cupra-offer-page .equipment-highlights .col:first-child {
        max-height: 68px
    }
}

.cupra-offer-page .equipment-highlights .col {
    width: 100%;
    flex: 1 100%;
    padding-bottom: 24px
}

@media (min-width: 764px) {
    .cupra-offer-page .equipment-highlights .col {
        width: 50%;
        flex: 1 50%;
        padding-bottom: 0
    }
}

.cupra-offer-page .equipment-highlights .col:last-child {
    padding-bottom: 0
}

#cupra-offer-page .seatComponents-separator-bar .separator-bar {
    margin: 0 16px
}

@media (min-width: 764px) {
    #cupra-offer-page .seatComponents-separator-bar .separator-bar {
        margin: 0 32px
    }
}

#cupra-offer-page .rich-text-description h2 {
    margin: 32px 16px 16px
}

@media (min-width: 764px) {
    #cupra-offer-page .rich-text-description h2 {
        margin: 40px 32px 16px
    }
}

@media (min-width: 1016px) {
    #cupra-offer-page .rich-text-description h2 {
        margin: 56px 32px 16px
    }
}

@media (min-width: 1436px) {
    #cupra-offer-page .rich-text-description h2 {
        margin: 64px 32px 24px
    }
}

#cupra-offer-page .rich-text-description p {
    font-size: 14px;
    line-height: 1.43;
    margin: 0px 16px 24px
}

@media (min-width: 764px) {
    #cupra-offer-page .rich-text-description p {
        padding-bottom: 0;
        margin: 0px 32px 32px
    }
}

@media (min-width: 1016px) {
    #cupra-offer-page .rich-text-description p {
        font-size: 16px;
        line-height: 1.5
    }
}

@media (min-width: 1436px) {
    #cupra-offer-page .rich-text-description p {
        margin: 0px 32px 40px
    }
}

.lead-generator {
    background-color: #f5f5f5
}

    .lead-generator .col-12, .lead-generator .row, .lead-generator .col {
        margin: 0;
        padding: 0
    }

    .lead-generator &gt; div &gt; .row &gt; .col.item-0 {
        position: sticky;
        height: 100%;
        top: 0;
        z-index: 15;
        flex: 100%
    }

@media (min-width: 1016px) {
    .lead-generator &gt; div &gt; .row &gt; .col.item-0 {
        flex: 1.3;
        top: 84px
    }
}

@media (min-width: 1436px) {
    .lead-generator &gt; div &gt; .row &gt; .col.item-0 {
        flex: 1
    }
}

.lead-generator &gt; div &gt; .row &gt; .col.item-1 {
    flex: 100%
}

@media (min-width: 1016px) {
    .lead-generator &gt; div &gt; .row &gt; .col.item-1 {
        flex: 1
    }
}

@media (min-width: 1436px) {
    .lead-generator &gt; div &gt; .row &gt; .col.item-1 {
        flex: 1.045
    }
}

.lead-generator .container-fluid {
    margin: 0;
    padding: 0
}

.lead-generator .row.justify-content-center .col-12, .lead-generator .row.justify-content-center .col-lg-10, .lead-generator .row.justify-content-center .col-xl-8 {
    flex: 1;
    max-width: unset;
    margin: 0;
    padding: 0
}

.lead-generator .dynamic-form-multi-step {
    padding: 24px 16px
}

@media (min-width: 764px) {
    .lead-generator .dynamic-form-multi-step {
        padding: 72px 154px
    }
}

@media (min-width: 1016px) {
    .lead-generator .dynamic-form-multi-step {
        padding: 32px
    }
}

@media (min-width: 1436px) {
    .lead-generator .dynamic-form-multi-step {
        padding: 80px 149px
    }
}

.lead-generator .dynamic-form-multi-step .newBookTestDrive .panel-body {
    padding: 0
}

    .lead-generator .dynamic-form-multi-step .newBookTestDrive .panel-body .section:first-child {
        margin: 0
    }

.lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading {
    padding: 0;
    border: none
}

    .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-title {
        left: 0;
        max-height: unset;
        width: 100%
    }

    .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-span-title {
        display: block;
        width: 100%;
        font-family: 'CupraBook', sans-serif;
        font-size: 30px;
        line-height: 1.07;
        color: #000000;
        margin-bottom: 24px;
        max-height: 96px;
        overflow: hidden
    }

@media (min-width: 764px) {
    .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-span-title {
        font-family: 'CupraLight', sans-serif;
        font-size: 40px;
        line-height: 1.1;
        max-height: 88px;
        margin-bottom: 32px
    }
}

@media (min-width: 1016px) {
    .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-span-title {
        max-height: 132px
    }
}

@media (min-width: 1436px) {
    .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-span-title {
        font-size: 48px;
        line-height: 1.08;
        max-height: 156px
    }
}

.lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-description {
    display: block;
    font-family: 'CupraBook', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    max-height: 192px;
    overflow: hidden;
    width: 100%
}

@media (min-width: 764px) {
    .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-description {
        max-height: 120px
    }
}

@media (min-width: 1016px) {
    .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-description {
        max-height: 144px
    }
}

@media (min-width: 1436px) {
    .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-description {
        max-height: 120px
    }
}

.lead-generator .dynamic-form-multi-step .newBookTestDrive .container-fluid.container-form-elements, .lead-generator .dynamic-form-multi-step .newBookTestDrive .col-12 {
    margin: 0;
    padding: 0
}

body .modal-view-overlay .modal-view-centered .modal-engine-details .category-title {
    font-family: 'CupraMedium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #242221;
    max-height: 20px;
    margin-bottom: 16px;
    overflow: hidden
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-title {
        font-size: 16px;
        line-height: 1.63;
        max-height: 26px
    }
}

body .modal-view-overlay .modal-view-centered .modal-engine-details .category-title:first-child {
    margin-top: 24px
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-title:first-child {
        margin-top: 40px
    }
}

body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list {
    padding-left: 0;
    display: grid;
    grid-row-gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(216,216,216,0.6)
}

    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list:last-child {
        margin: 0;
        border: none;
        padding: 0
    }

    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li {
        display: grid;
        grid-template-columns: 1fr;
        align-items: baseline
    }

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 32px
    }
}

@media (min-width: 1016px) {
    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li {
        grid-template-columns: 1fr 1.76fr
    }
}

@media (min-width: 1436px) {
    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li {
        grid-template-columns: 1fr 2.15fr
    }
}

body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li span {
    font-family: 'CupraRegular', sans-serif;
    font-size: 12px;
    line-height: 1.67;
    color: #242221
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li span {
        font-size: 14px;
        line-height: 1.71
    }
}

body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li div {
    display: grid;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap
}

    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li div p {
        font-family: 'CupraLight', sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.33;
        color: #242221;
        margin: 0;
        max-height: 34px;
        overflow: hidden;
        flex: auto 0
    }

        body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li div p:nth-child(2) {
            font-size: 12px;
            font-weight: 300;
            line-height: 2;
            margin-left: 4px;
            max-height: 24px
        }

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li div p:nth-child(2) {
        font-size: 16px;
        line-height: 1.5
    }
}

body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li img {
    grid-column: 1;
    height: 104px;
    margin-top: 8px;
    max-width: 158px;
    object-fit: contain
}

@media (min-width: 764px) {
    body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li img {
        grid-column: 2
    }
}
</pre></body></html>