.marquee_block{padding-bottom:11.25rem;padding-top:6.25rem}@media screen and (max-width:1024px){.marquee_block{padding-bottom:3.75rem;padding-top:1.875rem}}.marquee_block .marquee{align-items:center;display:flex;justify-content:flex-start;overflow:hidden}.marquee_block .marquee span{animation:marquee 10s linear infinite;color:#fff;font-family:Vulf Sans Demo;font-size:7.5rem;font-style:normal;font-weight:400;letter-spacing:-.02em;line-height:96%;text-transform:uppercase;transform:translateX(0);white-space:nowrap;will-change:transform}@media screen and (max-width:600px){.marquee_block .marquee span{font-size:75.7895px}}.marquee_block .container{justify-content:center;margin-top:4.0625rem;width:100%}@media screen and (max-width:600px){.marquee_block .container{margin-top:2.5rem}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}