.carousel-container{position:relative}.carousel-viewport{overflow:hidden}.carousel-track{display:flex}.carousel-slide{flex-shrink:0}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background-color:rgb(255,255,255);border:1px solid rgb(229,231,235);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s ease}.carousel-arrow:hover{background-color:rgb(249,250,251)}.carousel-arrow-left{left:-24px}.carousel-arrow-right{right:-24px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.carousel-dot{width:8px;height:8px;border-radius:4px;background-color:rgb(209,213,219);border:none;cursor:pointer;transition:all .3s ease}.carousel-dot-active{width:32px;background-color:rgb(20,64,55)}@media screen and (max-width:991px){.carousel-arrow{width:44px;height:44px}.carousel-arrow-left{left:-16px}.carousel-arrow-right{right:-16px}}@media screen and (max-width:767px){.carousel-arrow{width:40px;height:40px}.carousel-arrow-left{left:-8px}.carousel-arrow-right{right:-8px}.carousel-dots{margin-top:24px}}