.site-footer{width:100%;background-color:#0e0e0e;background-image:linear-gradient(180deg,#0e0e0e 73%,#16161d);display:flex;justify-content:center}.site-footer__container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:1000px;min-height:20em;padding:3em 2em;position:relative}.site-footer__content{display:flex;flex:1}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:1em}.site-footer__logo{opacity:.9;width:290px;max-width:70%;height:auto}.site-footer__smallheader{color:#d3d3d3;margin-bottom:0;font-family:var(--font-geist-mono),ui-monospace,"Basier Mono",monospace;font-size:1em}.site-footer__smallheader.bottom{font-size:.8em}.site-footer__bottom{align-self:stretch;justify-content:space-between;gap:.75em 1.5em}.site-footer__bottom,.site-footer__legal{display:flex;align-items:center;flex-wrap:wrap}.site-footer__legal{gap:1.5em}.site-footer .site-footer__legal-link,.site-footer .site-footer__legal-link:link,.site-footer .site-footer__legal-link:visited{color:#d3d3d3;opacity:.7;font-family:var(--font-geist-mono),ui-monospace,"Basier Mono",monospace;font-size:.8em;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;transition:opacity .15s ease}.site-footer .site-footer__legal-link:hover{opacity:1;text-decoration:underline}@media screen and (max-width:479px){.site-footer__container{padding:3em 1rem}}