.icon{animation:carousel 24s ease-in-out infinite;display:flex;flex-direction:column;align-items:center;justify-content:center}@keyframes carousel{0%{transform:translate(-400px) scale(50%);z-index:-1}8.33%{transform:translate(-200px) scale(75%);z-index:0}16.66%{transform:translate(0) scale(100%);z-index:1}25%{transform:translate(200px) scale(75%);z-index:0}33.33%{transform:translate(400px) scale(50%);z-index:-1}to{transform:translate(-400px) scale(50%);z-index:-1}}.item-1{animation-delay:0s}.item-2{animation-delay:-2s}.item-3{animation-delay:-4s}.item-4{animation-delay:-6s}.item-5{animation-delay:-8s}.item-6{animation-delay:-10s}.item-7{animation-delay:-12s}.item-8{animation-delay:-14s}.item-9{animation-delay:-16s}.item-10{animation-delay:-18s}.item-11{animation-delay:-20s}.item-12{animation-delay:-22s}.item-13{animation-delay:-24s}.item-14{animation-delay:-26s}.item-15{animation-delay:-28s}.item-16{animation-delay:-30s}.Carousel_carouselWrapper__B03Eq{padding:20px 0}.Carousel_carouselContainer__ChFUU,.Carousel_carouselWrapper__B03Eq{position:relative;width:100%;overflow:hidden}.Carousel_carousel__byUE7{display:flex;overflow-x:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth}.Carousel_slide__om4jD{flex:0 0 100%;scroll-snap-align:center}.Carousel_carouselImage____1IY{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 24px rgba(0,0,0,.25);display:block}.Carousel_arrow__VYMAX{position:absolute;top:50%;transform:translateY(-50%);color:#0a3697;font-size:36px;border:none;padding:16px;border-radius:50%;cursor:pointer;z-index:10}.Carousel_left__FsuUz{left:16px}.Carousel_right__1WjSM{right:16px}.Carousel_dots__k0gKN{display:flex;justify-content:center;gap:12px;margin-top:16px;position:relative}.Carousel_dot__uB_0N{width:20px;height:6px;background:grey;border-radius:4px;cursor:pointer}.Carousel_activeDot__d1jZ0{background:#68c568}.Carousel_carousel__byUE7::-webkit-scrollbar{display:none}.Carousel_carousel__byUE7{-ms-overflow-style:none;scrollbar-width:none;height:auto}@media(max-width:768px){.Carousel_arrow__VYMAX{font-size:28px;padding:12px}}