.custom-slide-wrapper{display:flex;flex-direction:row;overflow:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;flex-wrap:nowrap}.custom-slider-block{scroll-snap-align:start}.custom-slide-init{position:relative;overflow:hidden}.custom-dots-wrapper{position:absolute;bottom:0;width:100%;display:flex;justify-content:center;gap:10px}.custom-dots-wrapper .custom-dot{width:12px;height:12px;background-color:#cdcdcd;border-radius:50px;display:block;cursor:pointer}.custom-dots-wrapper .custom-dot.active{background-color:#000}button.custom-arrow-prev.prev-slide{top:50%;left:0;position:absolute;margin:0 5px;z-index:2}button.custom-arrow-next.next-slide{top:50%;right:0;position:absolute;margin:0 5px;z-index:2}.custom-arrows button svg{width:18px;height:18px}.custom-arrows button{border:none;background-color:#fff;padding:8px;aspect-ratio:1/1;border-radius:60px;display:flex;justify-content:center;align-items:center}.custom-arrow-next{transform:rotate(-90deg)}.custom-arrow-prev{transform:rotate(90deg)}.custom-slide-wrapper::-webkit-scrollbar{display:none}.custom-slide-wrapper::-webkit-scrollbar-track{display:none}.custom-slide-wrapper::-webkit-scrollbar-thumb{display:none}