.footer-socials{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.footer-socials a{display:grid!important;width:40px;height:40px;box-sizing:border-box;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.08);color:#fff!important;transition:transform .18s ease,background .18s ease,border-color .18s ease}
.footer-socials a:hover,.footer-socials a:focus-visible{transform:translateY(-2px);border-color:#c9e75d;background:#c9e75d;color:#10254a!important}
.footer-socials svg{width:20px;height:20px;overflow:visible;fill:currentColor;stroke:currentColor;stroke-width:0}
.footer-socials svg rect,.footer-socials svg circle{fill:none;stroke:currentColor;stroke-width:2}
.footer-socials svg .fill{fill:currentColor;stroke:none}
@media(max-width:700px){.footer-socials{justify-content:center}}
