@keyframes twinkle{0%,to{opacity:0}20%{opacity:.2}35%{opacity:.4}50%{opacity:1}}.animate-twinkle{animation:twinkle 2s infinite}.animate-spin-slow{animation:spin 8s linear infinite}.animate-spin-slower{animation:spin 12s linear infinite}.animate-spin-slowest{animation:spin 16s linear infinite}@keyframes cycleText{0%,20%{transform:translateY(0)}25%,45%{transform:translateY(-2rem)}50%,70%{transform:translateY(-4rem)}75%,95%{transform:translateY(-6rem)}to{transform:translateY(-8rem)}}.animate-cycle-text,.animate-cycle-text-2{animation:cycleText 16s cubic-bezier(.4,0,.2,1) infinite}@keyframes textGlow{0%,to{text-shadow:0 0 8px rgba(0,178,178,.7)}50%{text-shadow:0 0 16px rgba(0,178,178,.9)}}.animate-text-glow{animation:textGlow 2s ease-in-out infinite}