html{scroll-behavior:smooth}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-marquee{display:flex;width:max-content;animation:marquee 80s linear infinite}@media (max-width:768px){.animate-marquee{animation:marquee 80s linear infinite}}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}@keyframes grow-bar{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}.chart-bar{transform-origin:bottom center;transform:scaleY(0);opacity:0}.chart-bar.animate{animation:grow-bar .8s cubic-bezier(.34,1.56,.64,1) forwards}.chart-bar-1.animate{animation-delay:.1s}.chart-bar-2.animate{animation-delay:.25s}.chart-bar-3.animate{animation-delay:.4s}@keyframes slide-in{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.animate-slide-in{animation:slide-in .5s ease-out forwards;opacity:0}