.animated-social-links{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;margin:0 auto;max-width:1200px;padding:1.5rem 1rem;width:100%}.animated-social-links a{align-items:center;animation:slideIn .5s ease forwards;animation-delay:calc(var(--index)*.1s);display:flex;flex-direction:column;padding:.75rem;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.animated-social-links a:active,.animated-social-links a:hover{box-shadow:0 0 12px #60a5fa99;transform:scale(1.1) translateY(-5px)}.animated-social-links a canvas{margin-bottom:.25rem}.animated-social-links a i{color:#60a5fa;font-size:1.75rem;transition:transform .3s ease,color .3s ease}.animated-social-links a:active i,.animated-social-links a:hover i{color:#93c5fd;transform:translateY(-2px)}@media (max-width:768px){.animated-social-links{box-sizing:border-box;gap:1rem;margin:0 auto;max-width:100%;padding:1rem .75rem;width:100%}.animated-social-links a{padding:.5rem}.animated-social-links a canvas{transform:scale(.9)}.animated-social-links a i{font-size:1.5rem}}@media (max-width:640px){.animated-social-links{grid-gap:.75rem;box-sizing:border-box;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));justify-items:center;margin:0 auto;max-width:100%;padding:1rem .5rem;width:100%}}@media (max-width:360px){.animated-social-links{gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));padding:.75rem .25rem}.animated-social-links a canvas{transform:scale(.8)}.animated-social-links a i{font-size:1.25rem}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=331.7148c2c0.chunk.css.map*/