.auth-layout-wrapper{min-height:100vh;display:flex;flex-direction:column}@supports(min-height:100dvh){.auth-layout-wrapper{min-height:100dvh}}footer.footer-container{display:flex;flex-direction:column;padding:8px 0;background-color:var(--primary)}footer.footer-container .footer-content{display:flex;flex-direction:column;gap:20px;padding:24px 72px}footer.footer-container .footer-links-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}footer.footer-container .footer-nav-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}footer.footer-container .footer-nav-links .footer-nav-link{font-family:var(--font-fira-sans-extra-condensed);font-size:15px;font-weight:700;letter-spacing:.3px;color:#fff;text-decoration:none}footer.footer-container .footer-nav-links .footer-nav-link:hover{text-decoration:underline}footer.footer-container .footer-social-links{display:flex;align-items:center;gap:20px}footer.footer-container .footer-social-links .footer-social-icon{width:18px;height:18px;color:#fff;transition:opacity .15s ease}footer.footer-container .footer-social-links a:hover .footer-social-icon{opacity:.75}footer.footer-container .footer-brand-row{justify-content:space-between}footer.footer-container .footer-brand-block,footer.footer-container .footer-brand-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}footer.footer-container .footer-brand-block .footer-logo{position:relative;width:120px;height:18px;flex-shrink:0}footer.footer-container .footer-brand-block .footer-copyright{font-family:var(--font-inter);font-size:12px;font-weight:400;color:hsla(0,0%,97%,.65);margin:0}footer.footer-container .footer-host-link{display:flex;align-items:center;gap:6px;font-family:var(--font-fira-sans-extra-condensed);font-size:13px;font-weight:700;letter-spacing:.2px;color:#d04002;text-decoration:none;white-space:nowrap}footer.footer-container .footer-host-link:hover{text-decoration:underline}footer.footer-container .footer-host-icon{width:14px;height:14px;flex-shrink:0}@media screen and (max-width:1024px){footer.footer-container .footer-content{padding-left:24px;padding-right:24px}}@media screen and (max-width:744px){footer.footer-container .footer-content{padding-left:16px;padding-right:16px}}