.scroll-marquee-container{width:100%;position:relative;overflow:hidden}.scroll-marquee-content{will-change:transform;gap:24px;animation:40s linear infinite scroll-marquee;display:inline-flex}.scroll-marquee-content>*{flex-shrink:0}.scroll-marquee-content:hover{animation-play-state:paused}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media (max-width:768px){.scroll-marquee-content{animation-duration:35s}}@media (max-width:480px){.scroll-marquee-content{gap:16px;animation-duration:30s}}.animate-pendulum{transform-origin:bottom;animation:4s ease-in-out infinite pendulum}@keyframes pendulum{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}
