.footer{display:flex;flex-direction:column;justify-content:end;width:100%;background-color:var(--color-footer-bg);margin:0;padding-left:var(--layout-gutter-x);padding-right:var(--layout-gutter-x);color:var(--color-on-dark);--color-footer-text:var(--color-on-dark);--color-footer-link-active:var(--color-brand-secondary)}.footer__logo{margin:auto;width:90%;max-width:1280px;padding:48px 0}.footer__divider{border:1px solid var(--color-footer-divider)}.footer__content{display:grid;grid-template-columns:repeat(2,1fr);max-width:var(--layout-content-max-width-sm);margin-left:auto;margin-right:auto;gap:32px 0;justify-content:space-between;color:var(--color-footer-text);padding:1.5rem 0;padding-top:2rem}.footer__description{width:12rem;color:var(--color-footer-text);font-size:14px}.footer__column{display:flex;flex-direction:column;gap:1.2rem;font-size:16px}.footer__column-title{font-weight:700;color:var(--color-on-dark);letter-spacing:.01em}.footer__column-list{font-weight:400;font-size:14px;display:flex;flex-direction:column;gap:.8rem;color:var(--color-text-on-light-tertiary)}.footer__list-link,.footer__solution-link,.footer__legal-link{text-decoration:none;color:inherit;transition:color .2s ease,opacity .2s ease}.footer__list-link:hover,.footer__solution-link:hover,.footer__legal-link:hover,.footer__list-link:focus-visible,.footer__solution-link:focus-visible,.footer__legal-link:focus-visible{color:var(--color-on-dark)}.footer__list-link.active,.footer__solution-link.active,.footer__legal-link.active{color:var(--color-footer-link-active);font-weight:600;cursor:default}.footer__regulatory{width:100%;max-width:var(--layout-content-max-width-sm);margin-left:auto;margin-right:auto;padding:1.25rem 0 .75rem;display:flex;flex-direction:row;align-items:center;gap:1.25rem;color:var(--color-text-on-light-muted)}.footer__regulatory-text{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.footer__regulatory-line{margin:0;font-size:12px;line-height:160%;color:var(--color-text-on-light-muted)}.footer__regulatory-line a{color:inherit;text-decoration:underline;text-decoration-color:rgba(138,155,170,.4);text-underline-offset:2px;transition:opacity .2s ease}.footer__regulatory-line a:hover,.footer__regulatory-line a:focus-visible{opacity:.7}.footer__bottom{width:100%;padding:1.5rem 0;margin:auto;display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:space-between}.footer__bottom-left{display:flex;align-items:center;gap:1rem}.footer__socials{display:flex;gap:.5rem}.footer__npc-badge{display:inline-flex;align-items:center;justify-content:center;background-color:var(--color-on-dark);border-radius:.5rem;padding:6px 10px;flex-shrink:0;transition:opacity .2s ease,transform .2s ease}.footer__npc-badge img{display:block;height:64px;width:auto}.footer__npc-badge:hover,.footer__npc-badge:focus-visible{opacity:.9;transform:translateY(-1px)}.footer__copyright{color:var(--color-text-on-light-muted);font-size:12px}.footer__socials a{display:flex;text-decoration:none;justify-content:center;align-items:center;background-color:var(--color-footer-social-bg);border-radius:100%;width:2rem;height:2rem;color:var(--color-footer-social-color);transition:color .3s ease}.footer__socials a:hover{background-color:var(--color-footer-social-hover-bg);color:var(--color-footer-social-hover-color)}.footer__contact{grid-column:span 2/span 2}.footer__contact-title{font-weight:700;font-size:20px;margin-bottom:1.1rem;color:var(--color-on-dark);letter-spacing:.01em}.footer__contact-info{font-size:14px;line-height:150%;color:var(--color-text-on-light-tertiary)}.footer__column-link{text-decoration:none;color:inherit;transition:.2s ease}.footer__column-link:hover{opacity:.6}.footer__column-link:visited{color:inherit}.footer__content{align-items:baseline;justify-content:center;width:90%;grid-template-columns:repeat(3,1fr)}@media(max-width:767px){.footer__content{display:grid;align-items:baseline;justify-content:center;width:100%;grid-template-columns:repeat(4,1fr);gap:2rem}.footer__content>*:nth-child(1),.footer__content>*:nth-child(2){grid-column:span 2}.footer__content>*:nth-child(3),.footer__content>*:nth-child(4){grid-column:span 2}.footer__content>*:nth-child(5){grid-column:span 4}}@media(min-width:768px){.footer{padding:0}.footer__content{align-items:baseline;justify-content:center;width:100%;grid-template-columns:1fr 1fr 1fr 1fr auto;padding-left:var(--layout-gutter-x);padding-right:var(--layout-gutter-x)}.footer__regulatory{padding:1.25rem var(--layout-gutter-x).75rem}.footer__bottom{flex-direction:row;max-width:var(--layout-content-max-width-sm);width:100%;margin-left:auto;margin-right:auto;padding-left:var(--layout-gutter-x);padding-right:var(--layout-gutter-x)}}@media(max-width:479px){.footer__bottom{flex-direction:column-reverse;align-items:flex-start}.footer__socials{justify-content:flex-start}.footer__regulatory{flex-direction:column;align-items:flex-start;gap:1rem}}@media(min-width:1025px){.footer{padding:0}.footer__content{grid-template-columns:repeat(4,1fr)}.footer__contact{grid-column:span 1/span 1}.footer__column-list p{font-size:14px}}@media(min-width:1280px){.footer{padding:0}}