.footer{padding-inline:var(--pd-x);background-color:var(--secondary-color);padding-bottom:5vh}.footer-homepage{padding-top:20vh}.footer-other{padding-top:5vh}.footer-container{display:flex;align-items:flex-start;justify-content:space-between;gap:3rem;max-width:1400px;margin:0 auto}.footer-logo{flex-shrink:0;mix-blend-mode:color-dodge}.footer-section{flex:1 1;display:flex;flex-direction:column;gap:1rem}.footer-section h3{color:white;font-size:1.125rem;font-weight:400;margin:0}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-contact a,.footer-links a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-contact a:hover,.footer-links a:hover{color:white}.footer-contact{display:flex;flex-direction:column;gap:.75rem}@media (max-width:1024px){.footer-container{gap:2rem}.footer-section{min-width:140px}}@media (max-width:768px){.footer-container{flex-direction:column;gap:2rem;text-align:center}.footer-logo{align-self:center}.footer-section{align-items:center}}.nav{display:flex;justify-content:space-between;padding:10px;position:fixed;width:calc(100% - var(--pd-x) * 2 + 20px);max-width:calc(1600px - var(--pd-x) * 2 + 20px);top:3%;left:50%;transform:translateX(-50%);z-index:100;border-radius:var(--br-1);transition:all .3s ease}.nav.scrolled{top:0;width:100%;background-color:rgb(255,255,255);padding-inline:var(--pd-x);max-width:1600px}.nav .links{display:flex;align-items:center;padding-inline:1rem;gap:20px;background-color:var(--tertiary-color);border-radius:var(--br-1)}.nav .cta{display:flex;gap:10px}.nav .cta .user{width:50px;height:50px;border-radius:var(--br-1);background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}