h1,h2,h3,h4{font-family:var(--font-poppins);line-height:1.3!important}.marquee-wrapper{height:992px;overflow:hidden;position:relative;width:766px}.marquee{position:absolute;top:0;animation:marquee 80s linear infinite;display:flex;flex-direction:column}@keyframes marquee{0%{top:0}to{top:-200%}}.horizontal-marquee-wrapper{width:100%;overflow:hidden;position:relative;height:333px}.horizontal-marquee{display:flex;width:calc(2142px * 2);animation:horizontal-marquee 60s linear infinite}@keyframes horizontal-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}