/* Partner Swiper Block - h3k9m5 */

/* Marquee container */
.partner-swiper-h3k9m5 {
    overflow: visible;
    padding: 10px 0;
}

.partner-swiper-h3k9m5 .swiper-wrapper {
    align-items: stretch;
}

.partner-swiper-h3k9m5 .swiper-slide {
    width: 200px;
    height: auto;
}

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

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