@keyframes twinkle{0%,to{opacity:.3;transform:translate(0)}50%{opacity:1;transform:translateX(var(--move-x))}}.animate-star{animation:4s ease-in-out infinite twinkle}.animate-star-fast{animation:2s ease-in-out infinite twinkle}.animate-star-slow{animation:6s ease-in-out infinite twinkle}@media (max-width:640px){.animate-star,.animate-star-fast,.animate-star-slow{opacity:.5;animation:none}}
/*# sourceMappingURL=169c8ca2fafdd51a.css.map*/