*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{overflow-x:hidden;background:0 0!important}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-10px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-pulse{animation:4s ease-in-out infinite pulse}.animate-spin-slow{animation:8s linear infinite spin}.animate-bounce{animation:2s infinite bounce}.animate-fade-in{animation:.8s ease-out fadeIn}html,body{width:100%;max-width:100%;overflow-x:hidden}
