.circular-carousel-container{width:100vw;max-width:100vw;height:600px;margin-bottom:-300px;margin-left:calc(50% - 50vw);padding-top:3rem;position:relative;overflow:hidden}.circular-carousel{aspect-ratio:1/2;z-index:1;justify-content:center;width:100%;max-width:1280px;margin-inline:auto;animation:60s linear infinite circularPath;display:flex;position:relative}.circular-carousel__item{--i:0;transform:rotate(calc(var(--i) * 15deg));z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;flex-flow:column;place-content:center space-between;align-items:center;width:fit-content;height:100%;display:flex;position:absolute;overflow:hidden}.circular-carousel__item:first-of-type{--i:0}.circular-carousel__item:nth-of-type(2){--i:1}.circular-carousel__item:nth-of-type(3){--i:2}.circular-carousel__item:nth-of-type(4){--i:3}.circular-carousel__item:nth-of-type(5){--i:4}.circular-carousel__item:nth-of-type(6){--i:5}.circular-carousel__item:nth-of-type(7){--i:6}.circular-carousel__item:nth-of-type(8){--i:7}.circular-carousel__item:nth-of-type(9){--i:8}.circular-carousel__item:nth-of-type(10){--i:9}.circular-carousel__item:nth-of-type(11){--i:10}.circular-carousel__item:nth-of-type(12){--i:11}.circular-carousel__item .image--wrapper{max-width:200px;max-height:320px;display:flex}.circular-carousel__item .image--wrapper img{object-fit:contain;width:100%;height:100%}@keyframes circularPath{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.circular-carousel__item .image--wrapper{max-width:150px}}@media (max-width:800px){.circular-carousel{aspect-ratio:1/2.55}}@media (max-width:620px){.circular-carousel{aspect-ratio:1/3.5}.circular-carousel-container{height:450px;margin-bottom:-225px;padding-top:.25rem}.circular-carousel__item .image--wrapper{max-width:140px}}@media (max-width:450px){.circular-carousel{aspect-ratio:1/4}}
