.footer{position:fixed;bottom:0;left:0;width:100%;z-index:0;padding:1.5rem;background-color:var(--background);color:var(--foreground);overflow:hidden;flex-direction:column;gap:4.5rem}.footer,.footer-socials,.fs-col{display:flex}.fs-col{flex-direction:column}.footer-copy{display:flex;gap:3rem;align-items:flex-end}.fc-col-left{flex:1 1}.fc-col-left,.fc-col-right{display:flex;flex-direction:column}.fc-col-right{align-items:flex-end}.footer a{color:var(--foreground)}.footer-text{overflow:hidden}.footer-text-content{display:inline-block}.footer-legal{display:flex;gap:1.5rem;margin-top:.5rem}.footer-legal a{color:var(--foreground-200);text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:var(--foreground)}.footer--light{background-color:var(--foreground)}.footer--light,.footer--light a{color:var(--background)}.footer--light .footer-legal a{color:rgba(30,30,30,.4)}.footer--light .footer-legal a:hover{color:var(--background)}@media (max-width:1000px){.footer-copy{flex-direction:column;align-items:flex-start;gap:.5rem}}