.custom-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);border-radius:50%;border:1px solid hsla(0,0%,100%,.2);cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.3)}.custom-arrow:hover{background:rgba(0,0,0,.7);border-color:hsla(0,0%,100%,.4);transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.4)}.custom-arrow:active{transform:translateY(-50%) scale(.95)}.custom-arrow-prev{left:20px}.custom-arrow-next{right:20px}.custom-arrow svg{width:24px;height:24px;transition:transform .3s ease}.custom-arrow:hover svg{transform:scale(1.1)}@media (min-width:640px){.custom-arrow{width:55px;height:55px}.custom-arrow svg{width:26px;height:26px}.custom-arrow-prev{left:25px}.custom-arrow-next{right:25px}}@media (min-width:1024px){.custom-arrow{width:60px;height:60px}.custom-arrow svg{width:28px;height:28px}.custom-arrow-prev{left:30px}.custom-arrow-next{right:30px}}.slick-next,.slick-next:before,.slick-prev,.slick-prev:before{display:none!important}.carousel-dots-container{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin:24px auto 40px!important;padding:0 16px!important;z-index:20!important;flex-wrap:wrap!important;gap:12px!important}@media (min-width:640px){.carousel-dots-container{padding:0 24px!important;margin:32px auto 48px!important;gap:14px!important}}@media (min-width:1024px){.carousel-dots-container{margin:40px auto 60px!important;gap:16px!important}}.carousel-dots-container button{background:hsla(0,0%,100%,.4)!important;border:2px solid hsla(0,0%,100%,.8)!important;box-shadow:2px 2px 6px rgba(0,0,0,.5)!important;transition:all .3s ease!important;width:14px!important;height:14px!important;margin:0!important;flex-shrink:0!important}@media (min-width:640px){.carousel-dots-container button{width:16px!important;height:16px!important}}@media (min-width:1024px){.carousel-dots-container button{width:18px!important;height:18px!important}}.carousel-dots-container button.bg-white{background:#fff!important;border:2px solid #fff!important;box-shadow:0 0 10px hsla(0,0%,100%,.6)!important;transform:scale(1.2)!important}.carousel-dots-container button.bg-black{background:hsla(0,0%,100%,.3)!important;border:2px solid hsla(0,0%,100%,.6)!important}.carousel-dots-container button:hover{background:hsla(0,0%,100%,.8)!important;border-color:#fff!important;transform:scale(1.1)!important}