@keyframes tech-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.tech-marquee{-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.tech-marquee-track{animation:tech-marquee 32s linear infinite;display:flex;width:-moz-max-content;width:max-content}.tech-marquee:hover .tech-marquee-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.tech-marquee-track{animation:none}}