.rts-hero-slider-active .rts-slider-arrow {
    opacity: 1;
    transition: #09a24f;
}
.rt-slider-btn:hover {
    background: #09a24f;
    border-color:#09a24f;
}
.rt-slider-btn {
    position: absolute;
    top: 50%;
    background: transparent;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: white;
    left: 100px;
    z-index: 9;
    transform: translateY(-50%);
    font-size: 24px;
    transition: #09a24f;
    border: 1px solid #09a24f;
    display: grid;
    place-items: center;
    cursor: pointer;
}
.rt-slider-btn.rt-prev {
    left: auto;
    right: 100px;
}
.rts-hero-slider-active .rts-swiper-dots {
    max-width: max-content;
    position: absolute;
    right: 20%;
    bottom: 85px;
    left: auto;
    z-index: 1;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.rts-swiper-dots {
    display: flex;
    gap: 15px;
    max-width: max-content;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}