@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:.7s ease-out forwards fadeInUp}.text-2xs{font-size:.65rem;line-height:1rem}@media (max-width:640px){.animate-fadeInUp{animation-duration:.5s}.download-popup-root button,.download-popup-root a{min-height:28px}.download-popup-root input{min-height:30px}}
@keyframes fadeInSlide{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate-fadeInSlide{animation:1s ease-out forwards fadeInSlide}.animate-fadeOut{animation:1s ease-out forwards fadeOut}@media (max-width:640px){.animate-fadeInSlide,.animate-fadeOut{animation-duration:.8s}}@media (max-width:480px){button,a{touch-action:manipulation;padding:.5rem 1rem}}
