footer{background-color:var(--bg);width:100%;height:75svh;color:var(--accent);position:relative;overflow:hidden}footer ::selection{background-color:var(--accent);color:var(--bg)}.footer-container{will-change:transform;flex-direction:column;justify-content:space-between;width:100%;max-width:2000px;height:100%;margin:0 auto;padding:2rem;display:flex;position:relative;transform:translateY(-35%)}.footer-content{z-index:1;flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex;position:relative}.footer-row{justify-content:space-between;display:flex}.footer-row:first-child .footer-col:first-child{flex:3}.footer-row:first-child .footer-col:nth-child(2){flex:2.5;display:flex}.footer-row:first-child .footer-col:nth-child(2) a{font-family:var(--type-2);letter-spacing:-.025rem;text-transform:none;padding:.35rem 0;font-size:1.4rem;font-weight:400;line-height:.95}.footer-sub-col{flex-direction:column;flex:1;display:flex}.footer-sub-col a,.footer-sub-col p{color:var(--accent);padding:0}.footer-row:nth-child(2) p{color:var(--accent)}@media (width<=1000px){.footer-container{transform:translateY(0%)!important}.footer-row:first-child{flex-direction:column;gap:4rem}.footer-row:nth-child(2){flex-direction:column;padding-bottom:6rem}.footer-row h2{width:100%}}
