.carousel-container{width:100%;display:flex;position:relative;flex-direction:column}.carousel-wrapper{display:flex;width:100%;position:relative}.carousel-content-wrapper{overflow:hidden;width:100%;height:100%}.carousel-content{display:flex;transition:all .25s linear;-ms-overflow-style:none;scrollbar-width:none}.carousel-content::-webkit-scrollbar{display:none}.carousel-content>*{width:100%;flex-shrink:0;flex-grow:1}.carousel-content.show-2>*{width:50%}.carousel-content.show-3>*{width:calc(100% / 3)}.carousel-content.show-4>*{width:25%}.carousel-content.show-5>*{width:20%}.carousel-content.show-6>*{width:calc(100% / 6)}.left-arrow,.right-arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:24px;background-color:#fff;border:1px solid #ddd;margin-top:0!important}.left-arrow{left:-20px}.right-arrow{right:-20px}@media(hover:none)and (pointer:coarse){.left-arrow,.right-arrow{display:none}}
