.simplebar-track.simplebar-horizontal {
background: #fdf3f773;
border-radius: 40px;
position: relative;
margin-top: 1.6vw;
}    
.simplebar-scrollbar.simplebar-visible {
background: var(--c3-3-pink);
border-radius: 40px;
}
.simplebar-scrollbar:before {
position: absolute;
content: '';
background: var(--c3-4-pink);
opacity: 100% !important;
}
.simplebar-scrollbar {
cursor: grab;
}
.nav-link.w--current {
color: var(--c2-fiolet) !important;
}
@media screen and (max-width: 767px){
.simplebar-track.simplebar-horizontal {
margin-top: 3vw;
}
}
@media screen and (max-width: 480px){
.simplebar-track.simplebar-horizontal {
margin-top: 5vw;
}
}
.swiper-scrollbar {
left: 0px !important;
background-color: #fdf3f773 !important;
border-radius: 10px !important;
width: 100% !important;
height: 11px !important;
position: relative !important;
bottom: 0px !important; 
transition: transform 0.3s ease !important;
padding: 1px 0px !important;
}
.swiper-scrollbar-drag {
border-radius: 10px !important;
min-width: 50px;
height: 9px !important;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
background-color: #fdf3f7;
border-radius: 10px !important;
}