.footer{background-color:#0a0b0a;position:relative}[data-fls-loaded] .footer{animation:slide-in-right .8s cubic-bezier(.25,.46,.45,.94) both}.footer__container{display:flex;justify-content:end}.footer__body{border:.0625rem solid hsla(43,48%,88%,.149);border-radius:1rem;padding:1.25rem;width:100%}.footer__body,.footer__link{align-items:center;display:flex;gap:1rem;justify-content:center}.footer__link{font-size:.875rem;font-weight:300;line-height:1.5}.footer__link span{border-bottom:.125rem solid transparent;transition:border-color .3s}.footer__link:not(:last-child):after{border:.0625rem solid hsla(43,48%,88%,.149);content:"";height:.5rem;transform:rotate(45deg);width:.5rem}@keyframes slide-in-right{0%{opacity:0;right:-100%}to{opacity:1;right:0}}@media (max-width:34.375em){.footer__body{flex-wrap:wrap;padding:.625rem}}@media (max-width:25em){.footer__link:not(:last-child):after{display:none}}@media (any-hover:hover){.footer__link:hover span{border-color:hsla(43,48%,88%,.149);transition:border-color .3s}}