.home-carousel{flex:1 1 100%;width:100%;height:100%;position:relative}.home-carousel button{transition:all .2s ease-in-out}.home-carousel .items-container{z-index:1;width:100%;height:100%;position:relative;overflow:hidden;touch-action:pan-x}.home-carousel .item{position:absolute;top:0;right:0;bottom:0;left:0;display:none;width:100%;height:100%}.home-carousel .item img{width:100%;height:100%;object-fit:cover;object-position:center}.home-carousel .item.active,.home-carousel .item.move-to-left,.home-carousel .item.move-to-right,.home-carousel .item.move-from-left,.home-carousel .item.move-from-right,.home-carousel .item.next-active-on-swipe{display:block}.home-carousel .item.move-to-left{animation:move-to-left .6s ease-in-out forwards}.home-carousel .item.move-to-right{animation:move-to-right .6s ease-in-out forwards}.home-carousel .item.move-from-left{animation:move-from-left .6s ease-in-out forwards}.home-carousel .item.move-from-right{animation:move-from-right .6s ease-in-out forwards}.home-carousel .item.cur-to-left{animation:cur-to-left .5s ease-out forwards}.home-carousel .item.cur-to-right{animation:cur-to-right .5s ease-out forwards}.home-carousel .item.cur-left-right-to-active{animation:cur-left-right-to-active .5s ease-out forwards}@keyframes move-to-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes move-to-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes move-from-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes move-from-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes cur-to-left{to{transform:translate(-100%)}}@keyframes cur-to-right{to{transform:translate(100%)}}@keyframes cur-left-right-to-active{to{transform:translate(0)}}.home-carousel .control-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.2);z-index:2;width:50px;height:50px;border-radius:25px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:28px}.home-carousel .control-btn img{width:15px;opacity:.7}.home-carousel .control-btn.prev{left:16px}.home-carousel .control-btn.prev img{transform:translate(-1px) rotate(180deg)}.home-carousel .control-btn.next{right:16px}.home-carousel .control-btn.next img{transform:translate(1px)}.home-carousel .control-btn:hover{background:rgba(0,0,0,.6)}.home-carousel .control-btn:hover img{opacity:1}
