.carousel-container{align-items:center;background:transparent;display:flex;justify-content:center;margin:0 auto;max-width:900px;position:relative;width:100%}.carousel-wrapper{height:100px;overflow:hidden;position:relative;width:100%}.carousel-track{display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);width:200%}.carousel-slide{display:flex;height:100%;position:relative;width:50%}.carousel-slide .slide-group{display:flex;height:100%;width:100%}.carousel-slide .slide-item{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:10px;width:25%}.slide-item img{background:#fff;border-radius:10px;display:block;height:100%;object-fit:contain;width:100%}.carousel-nav{background:#fff;border:none;border-radius:50%;color:#333;cursor:pointer;flex-shrink:0;font-size:24px;height:45px;position:static;transform:none;transition:all .3s ease;width:45px;z-index:3}.carousel-nav:hover{background:rgba(0,0,0,.2);transform:scale(1.1)}.carousel-nav.prev{margin-right:10px}.carousel-nav.next{margin-left:10px}.carousel-controls,.play-pause-btn{display:none}.control-btn{background:hsla(0,0%,100%,.3);border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.control-btn.active{background:#fff;transform:scale(1.2)}.control-btn:hover{background:hsla(0,0%,100%,.7)}@media (max-width:768px){.carousel-wrapper{height:80px}.carousel-nav{font-size:20px;height:35px;width:35px}.carousel-track{display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);width:400%}}