:root{--primary-color:#f9f9f9;--red-glitch:#ff4f71;--blue-glitch:#00feff}@media only screen and (max-width:1600px){#large-view p{display:none!important}}@media only screen and (min-width:1600px){.mobile p{display:none}}
@keyframes marquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}.animate-marquee{width:100%;animation:10s linear infinite marquee;display:flex}.animate-marquee:hover{animation-play-state:paused}.animate-marquee{will-change:transform}@media (prefers-reduced-motion:reduce){.animate-marquee{animation:none!important}}.marquee:before,.marquee:after{content:"";z-index:1;width:10rem;height:100%;position:absolute;top:0}.marquee:before{background:linear-gradient(90deg,#151516 0%,#0000 100%);left:0}.marquee:after{background:linear-gradient(270deg,#151516 0%,#0000 100%);right:0}

