/* Future Ready Block - k4m7p3 */

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

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