/**
 * Front Hero Slider styles
 * See docs/HERO_SLIDER.md for handover documentation.
 */
.front-hero {
    position: relative;
    display: flow-root;
    padding-bottom: 40px;
    overflow: visible;
}

.front-hero .swiper {
    overflow: visible;
}

.front-hero .swiper .swiper-wrapper {
    overflow: visible;
}

.front-hero .swiper-wrapper {
    will-change: transform;
}

.front-hero .swiper-image {
    width: 100%;
}

.front-hero .swiper-pagination-bullet-active {
    background-color: #223f83;
}

.front-hero .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.front-hero .hero-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 8px;
    width: auto;
}

.swiper-image-clgp {
    aspect-ratio: 190 / 89;
}

@media screen and (max-width: 768px) {
    .swiper-image-clgp {
        aspect-ratio: 8 / 11;
    }
}

@media (max-width: 767.98px) {
    .front-hero {
        block-size: calc((515 / 375 * 100vw) + 40px);
    }
}

@media (min-width: 768px) {
    .front-hero {
        block-size: calc((600 / 1920 * 100vw) + 40px);
    }
}
