@media only screen and (min-width:640px){.scroll-t{overflow:visible;overflow-x:clip}.scroll-t:not(.scroll-ready){opacity:0}}.animated{position:relative}.animated:not(.start) .reveal-c,.animated:not(.ready){opacity:0!important}.reveal-short{--dur:0.2}.reveal-mid{--dur:0.6}.reveal-long{--dur:1.4}.animated .reveal{opacity:0;animation-delay:calc(var(--delay, 0s) * var(--dur, 0.8))!important}.animated .reveal-c .reveal-c_item{position:relative;opacity:0;animation-delay:var(--_delay,0s)!important}.animated.start .reveal{animation:reveal var(--revealDur,0.8s) var(--revealTF,cubic-bezier(.5,1,.5,1)) forwards}.animated.start .reveal-c .reveal-c_item{animation:reveal var(--revealDur,0.6s) var(--revealTF,cubic-bezier(.5,1,.5,1)) forwards}.split-c{--revealTF:cubic-bezier(.5, 1.5, .6, 1)}:where(h1,h2,h3){--revealFrom:translate3d(0, 1em, 0)}@keyframes reveal{from{opacity:0;transform:var(--revealFrom,translate3d(0,20px,0))}to{opacity:1;transform:none}}:where(.reveal,.reveal-c).i-1{--delay:0.01s}:where(.reveal,.reveal-c).i-2{--delay:0.05s}:where(.reveal,.reveal-c).i-3{--delay:0.11s}:where(.reveal,.reveal-c).i-4{--delay:0.19s}:where(.reveal,.reveal-c).i-5{--delay:0.29s}:where(.reveal,.reveal-c).i-6{--delay:0.41s}:where(.reveal,.reveal-c).i-7{--delay:0.55s}:where(.reveal,.reveal-c).i-8{--delay:0.69s}:where(.reveal,.reveal-c).i-9{--delay:0.84s}:where(.reveal,.reveal-c).i-10{--delay:1.00s}:where(.reveal,.reveal-c).i-11{--delay:1.16s}:where(.reveal,.reveal-c).i-12{--delay:1.31s}:where(.reveal,.reveal-c).i-13{--delay:1.45s}:where(.reveal,.reveal-c).i-14{--delay:1.59s}:where(.reveal,.reveal-c).i-15{--delay:1.71s}:where(.reveal,.reveal-c).i-16{--delay:1.81s}:where(.reveal,.reveal-c).i-17{--delay:1.89s}:where(.reveal,.reveal-c).i-18{--delay:1.95s}:where(.reveal,.reveal-c).i-19{--delay:1.99s}:where(.reveal,.reveal-c).i-20{--delay:2.00s}.scrollingText{overflow:hidden;white-space:nowrap;position:relative;width:100%}.scrollingText .block{width:max-content;position:relative;float:right;display:flex;gap:0;flex-direction:row;animation:scroll var(--scroll-duration,5s) linear infinite;will-change:transform}.scrollingText .block:hover{animation-play-state:paused}.scrollingText .block:nth-child(even){--inv:-1;float:left}@keyframes scroll{0%{transform:translatex(0)}100%{transform:translatex(calc(var(--scroll-width, 100px) * var(--inv, 1)))}}