.footer-link{position:relative;display:inline-block}.footer-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:rgb(31 41 55);transform:scaleX(0);transform-origin:left;transition:transform .3s ease-out}.dark .footer-link:after{background-color:white}.footer-link:hover:after{transform:scaleX(1)}.footer-legal-link{position:relative;display:inline-block;overflow:hidden;padding:.25rem .5rem}.footer-legal-link:before{content:"";position:absolute;inset:0;background-color:rgb(31 41 55);transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease-out;z-index:0}.dark .footer-legal-link:before{background-color:white}.footer-legal-link:hover:before{transform:scaleY(1)}.footer-legal-link-text{position:relative;z-index:10;color:rgb(31 41 55);transition:color .3s ease-out}.dark .footer-legal-link-text,.footer-legal-link:hover .footer-legal-link-text{color:white}.dark .footer-legal-link:hover .footer-legal-link-text{color:rgb(31 41 55)}.footer-legal-link-underline{position:absolute;bottom:0;left:0;right:0;height:1px;background-color:rgb(31 41 55)}.dark .footer-legal-link-underline{background-color:white}