.text-block{margin:7vw;max-width:800px;font-family:monospace;font-size:clamp(14px,4vw,32px);color:#fff}.char{will-change:transform;display:inline-block}.carousel-container{max-width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask-image:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}.scroller{display:flex;width:max-content;flex-wrap:nowrap}@keyframes scroll{to{transform:translate(calc(-50% - .5rem * var(--logo-count)))}}.carousel-container[data-animated=true] .scroller{--logo-count:10;animation:scroll 40s linear infinite}.logo-item{display:flex;align-items:center;padding:1rem 2rem;flex-shrink:0}.carousel-container:hover .scroller{animation-play-state:paused}@media (prefers-reduced-motion){.carousel-container[data-animated=true] .scroller{animation:none}}