.carousel-wrapper[data-astro-cid-ssbve4fe]{position:relative;width:100%;overflow:hidden}.carousel-track[data-astro-cid-ssbve4fe]{display:flex;gap:1.5rem;width:fit-content;animation:scroll var(--duration, 60s) linear infinite}.carousel-track[data-astro-cid-ssbve4fe]:hover{animation-play-state:paused}.carousel-item[data-astro-cid-ssbve4fe]{flex-shrink:0;width:500px;height:350px;border-radius:1rem;overflow:hidden;display:block}.carousel-image[data-astro-cid-ssbve4fe]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.carousel-item[data-astro-cid-ssbve4fe]:hover .carousel-image[data-astro-cid-ssbve4fe]{transform:scale(1.05)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.carousel-item[data-astro-cid-ssbve4fe]{width:350px;height:250px}}@media (max-width:480px){.carousel-item[data-astro-cid-ssbve4fe]{width:280px;height:200px}}