.section__hero-carousel {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.hero-carousel__desktop__wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-carousel__mobile__wrapper {
    display: none;
}

.hero-carousel__desktop__swiper {
    width: 100%;
    height: 436px;
    position: relative;
}

.hero-carousel__desktop__swiper-wrapper {
    width: 100%;
    height: 100%;
}

.hero-carousel__desktop__swiper-slide {
    background: #fff;
    width: 100% !important;
    border-radius: 10px !important;
    position: relative !important;
}

.hero-carousel__desktop__swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.hero-carousel__desktop__swiper-button-prev,
.hero-carousel__desktop__swiper-button-next{
    color: #FFFFFF !important;
    font-weight: 700 !important;
    width: 20px !important;
    height: 20px !important;
}

.hero-carousel__desktop__swiper-button-prev:after,
.hero-carousel__desktop__swiper-button-next:after {
    font-size: 20px !important;
}

.hero-carousel__desktop__swiper-image {
    height: 100%;
    width: 100%;
    object-fit: fill;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.hero-carousel__desktop__swiper-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: #00000080;
}

.hero-carousel__desktop__swiper-text-wrapper {
    position: absolute;
    bottom: 12.5%;
    left: 0;
    width: 100%;
    padding: 0px 32px;
}

.hero-carousel__desktop__swiper-title-wrapper {
    margin-bottom: 1.25rem;
}

.hero-carousel__desktop__swiper-title-text {
    padding: 0;
    margin: 0;
    font-weight: 900;
    font-size: 32px;
    line-height: auto;
}

.hero-carousel__desktop__swiper-title-link {
    text-decoration: none;
    color: #FFFFFF !important;
}

.hero-carousel__desktop__swiper-kanal-text {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: auto;
    color: #E2E2E2;
}

.hero-carousel__desktop__swiper-kanal-icon {
    height: 20px;
    width: 20px;
}

.hero-carousel__desktop__footer {
    background: linear-gradient(90deg, #00579B 0%, #103462 100%);
    padding: 16px 32px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.hero-carousel__desktop__footer__header {
    margin-bottom: 1.25rem;
}

.hero-carousel__desktop__footer__header__title {
    font-size: 24px;
    font-weight: 600;
    line-height: auto;
}

.hero-carousel__desktop__footer__header__link {
    text-decoration: none !important;
    color: #F4BC19;
}

.hero-carousel__desktop__footer__header__link:hover {
    color: #F4BC19 !important;
}

.hero-carousel__desktop__footer__container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1.25rem;
}

.hero-carousel__desktop__footer__container__title {
    font-size: 16px;
    font-weight: 600;
    line-height: auto;
}

.hero-carousel__desktop__footer__container__link {
    text-decoration: none !important;
    color: #FFFFFF;
}

.hero-carousel__desktop__footer__container__link:hover {
    color: #FFFFFF !important;
}

@media (min-width: 0px) and (max-width: 992px) {
    .section__hero-carousel {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .hero-carousel__desktop__wrapper {
        display: none;
    }

    .hero-carousel__mobile__wrapper {
        display: block;
        background: linear-gradient(180deg, rgba(247, 247, 247, 0.1) 22%, rgba(23, 108, 174, 0.1) 41.5%, rgba(1, 115, 249, 0.1) 81%);
        padding: 0px .5rem;
    }

    .hero-carousel__mobile__swiper {
        width: 100%;
        height: 246px;
        position: relative;
    }

    .hero-carousel__mobile__swiper-wrapper {
        width: 100%;
        height: 216px;
    }

    .hero-carousel__mobile__swiper-slide {
        background: #fff;
        width: 88% !important;
        border-radius: 10px !important;
        position: relative !important;
    }

    .hero-carousel__mobile__swiper-pagination {
        position: absolute !important;
        bottom: 5px !important;
    }

    .hero-carousel__mobile__swiper-image {
        height: 100%;
        width: 100%;
        object-fit: fill;
        border-radius: 10px;
    }

    .hero-carousel__mobile__swiper-text-wrapper {
        position: absolute !important;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 14px 16px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .13) 18%, rgba(0, 0, 0, .33) 36%, rgba(0, 0, 0, .74) 70%, rgba(0, 0, 0, .91) 87%, #000 100%);
    }

    .hero-carousel__mobile__swiper-title-wrapper {
        margin-bottom: 12px;
    }

    .hero-carousel__mobile__swiper-title-text {
        padding: 0;
        margin: 0;
        font-weight: 900;
        font-size: 14px;
        line-height: auto;
    }

    .hero-carousel__mobile__swiper-title-link {
        text-decoration: none;
        color: #FFFFFF;
    }

    .hero-carousel__mobile__swiper-kanal-text {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: auto;
        color: #E2E2E2;
    }

    .hero-carousel__mobile__swiper-kanal-icon {
        width: 16px;
        height: 16px;
    }
}
