.shiny-text{color:transparent;background:linear-gradient(135deg,aqua 25%,#eee5ff,aqua 75%);background-size:400% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 3s linear infinite}@keyframes shine{0%{background-position:120%}to{background-position:-120%}}.shiny-text.disabled{animation:none}.intro{animation:intro_ani 1s ease-in-out 0S forwards}.intro_ani2{animation:intro_ani2 1s ease-in-out 1s forwards;transform:translateX(100vw)}@keyframes intro_ani{0%{transform:translateY(-100vw)}to{transform:translateY(0)}}@keyframes intro_ani2{to{transform:translateX(0)}}.what_ani{opacity:0;animation:what_ani 1s ease-in-out 1.8s forwards}@keyframes what_ani{to{opacity:1}}.text-rotate{display:flex;flex-wrap:wrap;white-space:pre-wrap;position:relative}.text-rotate-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-rotate-word{display:inline-flex}.text-rotate-lines{display:flex;flex-direction:column;width:100%}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.scroll-container{display:flex;width:max-content;animation:scroll 20s linear infinite}.scroll-container:hover{animation-play-state:paused}.white-logo{filter:brightness(0) invert(1) sepia(100%) hue-rotate(190deg) saturate(300%)}