.text-type{display:inline-block;white-space:pre-wrap}.text-type__cursor{margin-left:.25rem;display:inline-block;opacity:1}.text-type__cursor--hidden{display:none}.curved-marquee{width:100%;overflow:hidden;white-space:nowrap;display:flex;direction:ltr;mask-image:linear-gradient(90deg,transparent,#fff 8%,#fff 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#fff 8%,#fff 92%,transparent)}.curved-marquee__track{display:flex;flex-shrink:0;min-width:100%;animation:marquee-scroll var(--marquee-duration,60s) linear infinite;will-change:transform}.curved-marquee__item{flex-shrink:0;padding:0 .5rem;font-size:2rem;font-weight:700;letter-spacing:.12em;white-space:nowrap;color:hsla(0,0%,100%,.06);transition:color .5s ease}.curved-marquee:hover .curved-marquee__item{color:rgba(34,197,94,.15)}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.curved-marquee--green .curved-marquee__item{color:rgba(34,197,94,.1)}.curved-marquee--green:hover .curved-marquee__item{color:rgba(34,197,94,.25)}.laser-flow-container{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;z-index:0}