.carousel{height:375px}.carousel,.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner{height:100%;border-radius:0 0 20px 20px}.carousel-item{position:absolute;top:0;left:0;width:100%;height:100%;display:none;transition:opacity .5s ease-in-out}.carousel-item.active{opacity:1;display:block}.carousel-image{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}.carousel-controls{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:center;pointer-events:none;z-index:2}.carousel-control{background-color:hsla(0,0%,100%,.4);border:none;border-radius:50%;width:35px;height:70px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s;pointer-events:auto;z-index:3}.prev{border-radius:0 64px 64px 0;padding-right:10px}.next{border-radius:64px 0 0 64px;padding-left:10px}.next img,.prev img{height:18px}.prev img{transform:rotate(90deg)}.next img{transform:rotate(-90deg)}.carousel-control:hover{background-color:hsla(0,0%,100%,.6)}.carousel-indicators{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.carousel-indicator{width:12px;height:12px;border-radius:50%;background-color:hsla(0,0%,100%,.5);cursor:pointer;transition:background-color .3s,transform .3s}.carousel-indicator.active{background-color:#fff;transform:scale(1.2)}@media (max-width:960px){.carousel{height:415px}}