﻿.cupra__loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    display: grid;
    place-items: center
}

.cupra__loading__loader {
    position: absolute;
    width: 90px;
    height: 90px;
    margin-top: -11vh;
    margin-left: -2vw;
    content: "";
    left: calc(50% - 2vw);
    top: calc(50% - 11vh);
    z-index: 5;
    transform: translate(-50%,-50%);
    background-image: url(../../../../../../etc.clientlibs/private-area/cupra/components/page/base/clientlibs/resources/icons/logo-cupra.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    animation: rotateImageLoading 1.5s linear infinite
}

@keyframes rotateImageLoading {
    0% {
        transform: translate(-50%,-50%) rotateY(0deg) scale(1.01)
    }

    to {
        transform: translate(-50%,-50%) rotateY(1turn) scale(1.01)
    }
}

.seat__loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    display: grid;
    place-items: center;
    --size: 112px
}

.seat__loading__icon {
    position: relative;
    top: -11vh;
    left: -2vw
}

.seat__loading__icon, .seat__loading__icon__anim {
    width: var(--size);
    height: var(--size)
}

.vw-manuals {
    position: relative
}

    .vw-manuals.vw-manuals-loading {
        min-height: 100vh
    }

.vw__manuals {
    font-size: 1pc;
    line-height: 1.2;
    margin: 0 auto
}

    .vw__manuals * {
        box-sizing: border-box;
        margin: 0;
        padding: 0
    }

    .vw__manuals .vw__manuals__screen1 {
        position: relative;
        padding: 0 1pc;
        max-width: 1436px;
        margin: 0 auto;
        opacity: 0;
        transition: opacity 1s ease
    }

@media(min-width:764px) {
    .vw__manuals .vw__manuals__screen1 {
        padding: 0 2pc
    }
}

.vw__manuals .vw__manuals__screen1__sec1 {
    position: relative
}

@media(min-width:1016px) {
    .vw__manuals .vw__manuals__screen1__sec1 {
        max-width: 49pc;
        margin: 0 auto
    }
}

@media(min-width:1436px) {
    .vw__manuals .vw__manuals__screen1__sec1 {
        max-width: 908px
    }
}

.vw__manuals .vw__manuals__screen1__sec1__txt1 {
    position: relative;
    text-align: center
}

.vw__manuals .vw__manuals__screen1__sec1__txt2 {
    position: relative;
    text-align: center;
    margin-top: 1pc
}

.vw__manuals .vw__manuals__screen1__sec1__txt3 {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    opacity: .6;
    text-align: center;
    margin-top: 24px
}

@media(min-width:1016px) {
    .vw__manuals .vw__manuals__screen1__sec1__txt3 {
        font-size: 1pc
    }
}

.vw__manuals .vw__manuals__screen1__sec__intermediate {
    position: relative;
    text-align: center;
    margin-top: 3pc
}

@media(min-width:1016px) {
    .vw__manuals .vw__manuals__screen1__sec__intermediate {
        margin-top: 4pc
    }
}

.vw__manuals .vw__manuals__screen1__sec__intermediate__title {
    font-size: 20px;
    line-height: 1.2
}

@media(min-width:1016px) {
    .vw__manuals .vw__manuals__screen1__sec__intermediate__title {
        font-size: 24px
    }
}

.vw__manuals .vw__manuals__screen1__sec__intermediate__type {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-top: 2pc;
    width: 100%
}

@media(min-width:764px) {
    .vw__manuals .vw__manuals__screen1__sec__intermediate__type {
        margin: 2pc auto 0;
        gap: 2pc;
        max-width: 456px
    }
}

@media(min-width:1016px) {
    .vw__manuals .vw__manuals__screen1__sec__intermediate__type {
        max-width: 434px
    }
}

.vw__manuals .vw__manuals__screen1__sec__intermediate__type__option {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 8px;
    transition: all .3s ease;
    cursor: pointer
}

@media(min-width:1016px) {
    .vw__manuals .vw__manuals__screen1__sec__intermediate__type__option {
        font-size: 1pc
    }
}

.vw__manuals .vw__manuals__screen1__sec__intermediate__type__option:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
    transform-origin: center center
}

.vw__manuals .vw__manuals__screen1__sec2 {
    position: relative;
    padding-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 1pc
}

@media(min-width:764px) {
    .vw__manuals .vw__manuals__screen1__sec2 {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-column-gap: 2pc;
        grid-row-gap: 24px;
        padding-bottom: 2pc
    }
}

@media(min-width:1016px) {
    .vw__manuals .vw__manuals__screen1__sec2 {
        grid-row-gap: 2pc;
        padding-bottom: 3pc
    }
}

@media(min-width:1436px) {
    .vw__manuals .vw__manuals__screen1__sec2 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

.vw__manuals .vw__manuals__screen1__sec2 a {
    text-decoration: none
}

@media(min-width:1016px) {
    .vw__manuals .vw__manuals__screen1__sec2 a {
        transition: all .3s ease
    }

        .vw__manuals .vw__manuals__screen1__sec2 a:hover {
            transform: translateY(-5px);
            box-shadow: 0 60px 65px -50px rgba(0,0,0,.2)
        }
}

.vw__manuals .vw__manuals__screen1__sec2__card {
    position: relative;
    padding: 3pc 0;
    cursor: pointer
}

@media(min-width:764px) {
    .vw__manuals .vw__manuals__screen1__sec2__card {
        padding: 56px 0
    }
}

@media(min-width:1016px) {
    .vw__manuals .vw__manuals__screen1__sec2__card {
        padding: 72px 0
    }
}

.vw__manuals .vw__manuals__screen1__sec2__card__image {
    position: relative;
    width: 100%
}

    .vw__manuals .vw__manuals__screen1__sec2__card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.vw__manuals .vw__manuals__screen1__sec2__card__model {
    position: relative;
    margin-top: 1pc;
    text-align: center;
    padding: 0 1pc
}

@media(min-width:764px) {
    .vw__manuals .vw__manuals__screen1__sec2__card__model {
        margin-top: 24px;
        padding: 0 2pc
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.vw__manuals .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.vw__manuals .swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.vw__manuals .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.vw__manuals .swiper-android .swiper-slide, .vw__manuals .swiper-wrapper {
    transform: translateZ(0)
}

.vw__manuals .swiper-pointer-events {
    touch-action: pan-y
}

    .vw__manuals .swiper-pointer-events.swiper-vertical {
        touch-action: pan-x
    }

.vw__manuals .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.vw__manuals .swiper-slide-invisible-blank {
    visibility: hidden
}

.vw__manuals .swiper-autoheight, .vw__manuals .swiper-autoheight .swiper-slide {
    height: auto
}

    .vw__manuals .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.vw__manuals .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.vw__manuals .swiper-3d, .vw__manuals .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 75pc
}

    .vw__manuals .swiper-3d .swiper-cube-shadow, .vw__manuals .swiper-3d .swiper-slide, .vw__manuals .swiper-3d .swiper-slide-shadow, .vw__manuals .swiper-3d .swiper-slide-shadow-bottom, .vw__manuals .swiper-3d .swiper-slide-shadow-left, .vw__manuals .swiper-3d .swiper-slide-shadow-right, .vw__manuals .swiper-3d .swiper-slide-shadow-top, .vw__manuals .swiper-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .vw__manuals .swiper-3d .swiper-slide-shadow, .vw__manuals .swiper-3d .swiper-slide-shadow-bottom, .vw__manuals .swiper-3d .swiper-slide-shadow-left, .vw__manuals .swiper-3d .swiper-slide-shadow-right, .vw__manuals .swiper-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .vw__manuals .swiper-3d .swiper-slide-shadow {
        background: rgba(0,0,0,.15)
    }

    .vw__manuals .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
    }

    .vw__manuals .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
    }

    .vw__manuals .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
    }

    .vw__manuals .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
    }

.vw__manuals .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .vw__manuals .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .vw__manuals .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.vw__manuals .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.vw__manuals .swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.vw__manuals .swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.vw__manuals .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.vw__manuals .swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.vw__manuals .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.vw__manuals .swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.vw__manuals .swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

:root {
    --cupraBook: "CupraBook",sans-serif;
    --cupraMedium: "CupraMedium",sans-serif;
    --cupraRegular: "CupraRegular",sans-serif;
    --cupraLight: "CupraLight",sans-serif;
    --black: #000;
    --black2: #242221;
    --black3: #1b1b1b;
    --black4: #0f0f0f;
    --grey: #666;
    --grey2: #a3a3a3;
    --grey3: #d1d1d1;
    --greyborder: #75787b;
    --greyhover: #fafafa;
    --greyresults: rgba(15,15,15,0.6);
    --greyborder2: #f4f4f3;
    --white: #fff;
    --cardOpen: #008a96;
    --cardClose: #e34343;
    --cream: #ece9e1;
    --cream2: #dbd3cb;
    --cardDistinction: #003e51
}

.vw__manuals--cupra .cupra__loading {
    background: var(--greyborder2)
}

.vw__manuals--cupra .vw__manuals__screen1__sec1 {
    padding: 24px 0 0
}

@media(min-width:764px) {
    .vw__manuals--cupra .vw__manuals__screen1__sec1 {
        padding-top: 2pc
    }
}

@media(min-width:764px)and (min-width:1016px) {
    .vw__manuals--cupra .vw__manuals__screen1__sec1 {
        padding-top: 3pc
    }
}

.vw__manuals--cupra .vw__manuals__screen1__sec1__txt1 {
    font-family: var(--cupraLight);
    color: var(--black2);
    font-size: 1pc;
    line-height: 26px
}

.vw__manuals--cupra .vw__manuals__screen1__sec1__txt2 {
    font-family: var(--cupraBook);
    color: var(--black4);
    font-size: 24px;
    line-height: 28px
}

@media(min-width:764px) {
    .vw__manuals--cupra .vw__manuals__screen1__sec1__txt2 {
        font-size: 30px;
        line-height: 36px
    }
}

@media(min-width:1016px) {
    .vw__manuals--cupra .vw__manuals__screen1__sec1__txt2 {
        font-family: var(--cupraLight);
        font-size: 3pc;
        line-height: 58px
    }
}

.vw__manuals--cupra .vw__manuals__screen1__sec1__txt3 {
    font-family: var(--cupraBook);
    color: var(--greyresults)
}

@media(min-width:1016px) {
    .vw__manuals--cupra .vw__manuals__screen1__sec1__txt3 {
        font-family: var(--cupraLight);
        line-height: 28px
    }
}

.vw__manuals--cupra .vw__manuals__screen1__sec__intermediate__title {
    font-family: var(--cupraBook);
    color: var(--black4)
}

@media(min-width:1016px) {
    .vw__manuals--cupra .vw__manuals__screen1__sec__intermediate__title {
        font-family: var(--cupraLight)
    }
}

.vw__manuals--cupra .vw__manuals__screen1__sec__intermediate__type__option {
    font-family: var(--cupraMedium);
    color: var(--grey3)
}

    .vw__manuals--cupra .vw__manuals__screen1__sec__intermediate__type__option[data-active=true] {
        color: var(--black4)
    }

        .vw__manuals--cupra .vw__manuals__screen1__sec__intermediate__type__option[data-active=true]:after {
            width: 100%;
            background: var(--black4)
        }

.vw__manuals--cupra .vw__manuals__screen1__sec2 {
    margin-top: 3pc
}

@media(min-width:764px) {
    .vw__manuals--cupra .vw__manuals__screen1__sec2 {
        margin-top: 4pc
    }
}

@media(min-width:1016px) {
    .vw__manuals--cupra .vw__manuals__screen1__sec2 {
        margin-top: 6pc
    }
}

.vw__manuals--cupra .vw__manuals__screen1__sec2 a {
    background: var(--white)
}

.vw__manuals--cupra .vw__manuals__screen1__sec2__card__model {
    font-family: var(--cupraBook);
    color: var(--black3);
    font-size: 20px;
    line-height: 24px
}

@media(min-width:764px) {
    .vw__manuals--cupra .vw__manuals__screen1__sec2__card__model {
        font-size: 24px;
        line-height: 28px
    }
}

@media(min-width:1016px) {
    .vw__manuals--cupra .vw__manuals__screen1__sec2__card__model {
        font-size: 30px;
        line-height: 36px
    }
}
