@keyframes marquee-scroll{0%{transform:translate(0%)}to{transform:translate(-50%)}}.animate-marquee-scroll{width:200%;animation:marquee-scroll var(--animation-duration,12s) linear infinite;display:flex}@media (prefers-reduced-motion:reduce){.animate-marquee-scroll{justify-content:flex-start;width:auto;animation:none;overflow-x:auto}.headband-marquee-container{scrollbar-width:thin;overflow-x:auto}.headband-marquee-container::-webkit-scrollbar{height:2px}.headband-marquee-container::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:1px}}.headband-marquee-container{width:100%;position:relative;overflow:hidden}.headband-marquee-container:hover .animate-marquee-scroll{animation-play-state:paused}
.custom-icon svg{width:32px!important;height:32px!important}
