.carousel-container{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.carousel-container::-webkit-scrollbar{display:none}.carousel-item{scroll-snap-align:center}.carousel-indicator{transition:background-color .3s ease}.carousel-container:has(.carousel-item:first-child:target)~.carousel-indicators .carousel-indicator:first-child,.carousel-container:has(.carousel-item:nth-child(2):target)~.carousel-indicators .carousel-indicator:nth-child(2),.carousel-container:has(.carousel-item:nth-child(3):target)~.carousel-indicators .carousel-indicator:nth-child(3){background-color:#04AFFF}@supports (scroll-timeline:works){.carousel-indicator{animation:indicator-pulse .3s ease-in-out}@keyframes indicator-pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}}@media (prefers-reduced-motion:no-preference){.carousel-container{scroll-behavior:smooth}}@media (prefers-contrast:high){.carousel-indicator{border:1px solid}}