@keyframes fx-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fx-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fx-shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.fx-fade-up{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) both fx-fade-up}.fx-delay-1{animation-delay:.1s}.fx-delay-2{animation-delay:.22s}.fx-delay-3{animation-delay:.36s}.fx-delay-4{animation-delay:.5s}.fx-delay-5{animation-delay:.66s}.fx-gradient-text{color:#0000;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#fffffff2 0%,#fff 35%,#60a5faf2 55%,#3b82f6e6 72%,#ffffffeb 100%);background-position:0%;background-size:220% 100%;-webkit-background-clip:text;background-clip:text;animation:7s ease-in-out infinite fx-shimmer}@media (prefers-reduced-motion:reduce){.fx-fade-up,.fx-gradient-text{opacity:1;animation:none}}
