.section-hero-slider .swiper {
    width: 100%;
    max-height: 450px;
}

.section-hero-slider .swiper-slide {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    min-height: 450px;
}

.swiper-slide-content {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.05) 100%);
    margin-top: 4.8rem;
}

.swiper-slide-title {
    font-weight: 700;
    font-size: calc(2.4rem * var(--font-scale));
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.swiper-slide-description {
    font-weight: 400;
    font-size: calc(1.6rem * var(--font-scale));
    line-height: 160%;
    letter-spacing: 0.2px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;

}

.swiper-pagination-bullet-active {
    background: #C5A178;
}

.section-hero-slider .repertuar-cta {
    margin: 24px auto;
    max-width: 480px;
}

.section-hero-slider .repertuar-cta .btn {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .section-hero-slider .swiper-slide {

        min-height: 650px;
    }

    .section-hero-slider .swiper {
        max-height: 650px;
    }
}


@media (min-width: 1200px) {

    .repertuar-cta {
        display: none;
    }
}

/* contrast */

.contrast-yellow-black .swiper-pagination-bullet-active {
    background: var(--wcag-black);
}

.contrast-black-yellow .swiper-pagination-bullet-active {
    background: var(--wcag-yellow);
}

.contrast-yellow-black .swiper-slide-title {
    color: var(--wcag-black);
}

.contrast-yellow-black .swiper-slide-content {
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.8) 0%, rgba(255, 193, 7, 0.8) 50%, rgba(255, 193, 7, 0.8) 100%);
}

.contrast-black-yellow .swiper-slide-title {
    color: var(--wcag-yellow);
}

.contrast-yellow-black .swiper-slide-description {
    color: var(--wcag-black);
}

.contrast-black-yellow .swiper-slide-description {
    color: var(--wcag-yellow);
}

/* contrast */