.slider-dots-wrapper,.slider__arrows{position:absolute;left:0;width:100%;display:flex}.slide-init{overflow-x:auto!important;display:flex;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:16px 10px 64px}.slide-init>.slide-block{scroll-snap-align:start}.slide-init::-webkit-scrollbar{width:0;height:0}.slide-init::-webkit-scrollbar-track{background:0 0}.slide-init::-webkit-scrollbar-thumb{background:0 0}.slide-init::-webkit-scrollbar-thumb:hover{background:0 0}.slider-dots-wrapper>.slide-dot{display:block!important;background-color:#919191;width:12px;height:12px;border-radius:60px;cursor:pointer}.slider-dots-wrapper>.slide-dot.active{background-color:#000}.slider-dots-wrapper{bottom:0;transform:translateY(0);justify-content:center;gap:10px}.slider__arrows{top:50%;transform:translateY(-50%);justify-content:space-between;z-index:10}.slider__arrows button{border:rad;background-color:#fff;cursor:pointer;aspect-ratio:1/1;width:30px;height:30px;display:flex;justify-content:center;align-items:center;overflow:hidden;box-shadow:0 0 8px var(--neutral-color);border-radius:60px}.slider__arrows button svg{width:12px;height:auto;transform:scaleX(1.5)!important;-webkit-transform:scaleX(1.5)!important;-o-transform:scaleX(1.5)!important;-mos-transform:scaleX(1.5)!important;-ms-transform:scaleX(1.5)!important}.slider__arrows .previous__slide{transform:rotate(-180deg)}@media(max-width:600px){.slider__arrows button{width:40px;height:40px}}