.rg-wrapper-8f81d717 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.rg-pills-8f81d717 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.rg-pill-8f81d717 {
    background-color: #f1f1f1;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #333;
}
.rg-pill-8f81d717.active {
    background-color: #333;
    color: #fff;
}
.rg-carousels-8f81d717 {
    position: relative;
}
.rg-carousel-section-8f81d717 {
    display: none;
    position: relative;
    align-items: center;
}
.rg-carousel-section-8f81d717.active {
    display: flex;
}
.rg-track-8f81d717 {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 10px;
    scrollbar-width: none;
    flex: 1;
    scroll-behavior: smooth;
}
.rg-track-8f81d717::-webkit-scrollbar {
    display: none;
}
.rg-slide-8f81d717 {
    scroll-snap-align: center;
    flex: 0 0 auto;
}
.rg-slide-img-8f81d717 {
    height: 300px;
    width: auto;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}
.rg-nav-8f81d717 {
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    flex-shrink: 0;
}
.rg-nav-8f81d717:hover {
    background: rgba(0,0,0,0.8);
}