/* Executive Program Block - n5w8q2 */

/* Fix swiper breaking layout */
.exec-swiper-n5w8q2 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-bottom: 24px;
}

.exec-swiper-n5w8q2 .swiper-slide {
    width: 100%;
    height: 100%;
}

/* Swiper pagination bullets */
.exec-bullet-n5w8q2 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CDD6B7;
    cursor: pointer;
    transition: all 0.3s ease;
}

.exec-bullet-active-n5w8q2 {
    background-color: #B8C1A2;
    width: 48px;
    border-radius: calc(infinity * 1px);
}
