.site-footer{display:block;width:100%;border-top:1px solid rgba(255,255,255,.12);padding:44px 0;color:rgba(255,255,255,.62);font-family:inherit}
.site-footer *{box-sizing:border-box}
.site-footer__inner{width:min(640px,calc(100% - 40px));margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}
.site-footer__brand{display:flex;flex-direction:column;align-items:center;gap:9px;color:#fff;text-decoration:none}
.site-footer__logo{display:block;width:56px;height:56px}
.site-footer__logo img{display:block;width:100%;height:100%;object-fit:contain}
.site-footer__brand-copy{display:grid;justify-items:center;gap:3px}
.site-footer__brand-copy strong{font-size:20px;line-height:1.05;font-weight:900;letter-spacing:-.035em}
.site-footer__brand-copy span{color:rgba(255,255,255,.68);font-size:13px;line-height:1.35;font-weight:700}
.site-footer__center{display:flex;flex-direction:column;align-items:center;gap:10px}
.site-footer__nav{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;column-gap:8px;row-gap:2px;font-size:13px;line-height:1.5}
.site-footer__nav a{display:inline-flex;align-items:center;min-height:30px;color:rgba(255,255,255,.68);font-weight:700;text-decoration:none;transition:color .18s ease}
.site-footer__nav a:hover{color:#31d8e5}
.site-footer__separator{color:rgba(255,255,255,.28)}
.site-footer__social{display:flex;align-items:center;justify-content:center;gap:9px}
.site-footer__social a{display:grid;place-items:center;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;max-width:34px!important;max-height:34px!important;padding:0!important;flex:0 0 34px!important;aspect-ratio:1/1;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:rgba(255,255,255,.58);transition:color .18s ease,border-color .18s ease,background .18s ease}
.site-footer__social a:hover{color:#31d8e5;border-color:rgba(49,216,229,.7);background:rgba(49,216,229,.08)}
.site-footer__social a:focus-visible,.site-footer__nav a:focus-visible,.site-footer__brand:focus-visible{outline:2px solid rgba(49,216,229,.78);outline-offset:3px}
.site-footer__social svg{display:block;width:18px;height:18px;fill:currentColor}
.site-footer__disclosure{width:100%;margin-top:2px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.46);font-size:12px;line-height:1.5;text-align:center}
.site-footer__note{width:100%;margin:0;color:rgba(255,255,255,.46);font-size:12px;line-height:1.5;text-align:center}
@media(max-width:900px){
  .site-footer{padding:36px 0}
  .site-footer__inner{width:min(640px,calc(100% - 32px));gap:13px}
}
@media(max-width:520px){
  .site-footer{padding:30px 0}
  .site-footer__inner{width:min(100% - 28px,640px);gap:12px}
  .site-footer__logo{width:52px;height:52px}
  .site-footer__brand-copy strong{font-size:18px}
  .site-footer__brand-copy span{font-size:12px}
  .site-footer__nav{column-gap:7px}
  .site-footer__nav a{min-height:34px}
  body:has(chat-widget) .site-footer{padding-bottom:240px}
}
