.site-footer{background:var(--surface-dark);color:var(--text-on-dark);margin-top:auto}.site-footer__subscribe{border-bottom:1px solid var(--line-on-dark)}.site-footer__subscribe-inner{align-items:flex-start;display:flex;flex-direction:column;gap:var(--space-5);justify-content:space-between;padding-block:var(--space-7)}.site-footer__subscribe-heading{color:var(--text-on-dark);font-size:var(--text-xl)}.site-footer__subscribe-copy{color:hsla(0,0%,100%,.7);font-size:var(--text-sm);margin-top:var(--space-1);max-width:28rem}.site-footer__form{display:flex;gap:var(--space-2);max-width:28rem;width:100%}.site-footer__email{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--radius-pill);color:var(--text-on-dark);font:inherit;font-size:var(--text-sm);padding:.65rem 1rem;width:100%}.site-footer__email::placeholder{color:hsla(0,0%,100%,.5)}.site-footer__email:focus{border-color:var(--brand);outline:none}.site-footer__form .btn{flex-shrink:0}.site-footer__form .btn--primary:hover{background:var(--surface-base);color:var(--surface-dark)}.site-footer__form .hs-form{align-items:flex-end;display:flex;flex-wrap:wrap;gap:var(--space-3);width:100%}.site-footer__form .hs-form-field{flex:1 1 auto;min-width:12rem}.site-footer__form .hs-form-field label{color:hsla(0,0%,100%,.7);display:block;font-size:var(--text-xs);margin-bottom:var(--space-2)}.site-footer__form .hs-form-required{color:var(--text-on-dark)}.site-footer__form input.hs-input{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--radius-pill);box-sizing:border-box;color:var(--text-on-dark);font:inherit;font-size:var(--text-sm);padding:.65rem 1rem;width:100%}.site-footer__form input.hs-input::placeholder{color:hsla(0,0%,100%,.5)}.site-footer__form input.hs-input:focus{border-color:var(--brand);outline:none}.site-footer__form .hs-error-msgs{color:var(--text-on-dark);font-size:var(--text-xs);list-style:none;margin:var(--space-1) 0 0;padding:0}.site-footer__form .hs_submit{flex-shrink:0}.site-footer__form input.hs-button{background:var(--brand);border:0;border-radius:var(--radius-pill);color:var(--text-on-dark);cursor:pointer;flex-shrink:0;font:inherit;font-size:var(--text-sm);font-weight:var(--weight-bold);padding:.65rem 1.5rem;transition:background .2s var(--ease-out),color .2s var(--ease-out)}.site-footer__form input.hs-button:hover{background:var(--surface-base);color:var(--surface-dark)}.site-footer__columns{display:grid;gap:var(--space-6);grid-template-columns:repeat(2,1fr);padding-block:var(--space-8)}.site-footer__brand{grid-column:span 2}.site-footer__brand img{height:2.5rem;width:auto}.site-footer__blurb{color:#fff;font-size:var(--text-xs);line-height:var(--leading-body);margin-top:var(--space-3);max-width:22rem}.site-footer__social{display:flex;gap:var(--space-3);margin-top:var(--space-5)}.site-footer__social-link{border:1px solid #fff;border-radius:var(--radius-pill);color:#fff;display:grid;height:2.25rem;place-items:center;transition:color .2s var(--ease-out),border-color .2s var(--ease-out);width:2.25rem}.site-footer__social-link:hover{border-color:var(--text-on-dark);color:var(--text-on-dark)}.site-footer__col-title{color:var(--text-on-dark);font-size:var(--text-sm);font-weight:var(--weight-heading)}.site-footer__col-list{display:flex;flex-direction:column;gap:var(--space-2);list-style:none;margin:var(--space-3) 0 0;padding:0}.site-footer__col-link{color:hsla(0,0%,100%,.7);font-size:var(--text-xs);transition:color .2s var(--ease-out)}.site-footer__col-link:hover{color:var(--text-on-dark)}.site-footer__legal{border-top:1px solid var(--line-on-dark)}.site-footer__legal-inner{align-items:center;color:hsla(0,0%,100%,.5);display:flex;flex-direction:column;font-size:var(--text-xs);gap:var(--space-2);justify-content:space-between;padding-block:var(--space-4)}.site-footer__legal-links{display:flex;gap:var(--space-4)}.site-footer__legal-links a{transition:color .2s var(--ease-out)}.site-footer__legal-links a:hover{color:var(--text-on-dark)}@media (min-width:768px){.site-footer__subscribe-inner{align-items:center;flex-direction:row}.site-footer__columns{grid-template-columns:repeat(5,1fr)}.site-footer__brand{grid-column:span 1}.site-footer__legal-inner{flex-direction:row}}