/* Banner Swiper Block - m7k4p2 */

.banner-swiper-m7k4p2 {
    position: relative;
}

.banner-swiper-m7k4p2 .swiper-slide {
    height: 480px;
}

/* Pagination bullets */
.banner-bullet-m7k4p2 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CCC;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-bullet-active-m7k4p2 {
    background-color: #B2D234;
    width: 48px;
    border-radius: calc(infinity * 1px);
}
