.mu-app-legal-footer{
  width:100%;margin:32px 0 0;padding:30px 2px calc(30px + var(--mu-dock-height,0px) + env(safe-area-inset-bottom));
  display:grid;grid-template-columns:minmax(170px,.6fr) minmax(0,1.4fr);gap:18px 38px;
  border-top:1px solid #dbe3ea;background:transparent;color:#5f6f8c;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.mu-app-legal-footer__brand strong{display:block;color:#082456;font-size:18px;line-height:1.1;font-weight:820;letter-spacing:-.035em}
.mu-app-legal-footer__brand span{display:block;margin-top:7px;color:#71809a;font-size:13px;line-height:1.4}
.mu-app-legal-footer__links{display:flex;align-items:flex-start;justify-content:flex-end;flex-wrap:wrap;gap:0 18px}
.mu-app-legal-footer__links :is(a,button){min-height:44px;padding:0;display:inline-flex;align-items:center;border:0!important;background:transparent!important;color:#63718a!important;font:inherit;font-size:13px;font-weight:620;line-height:1.25;text-decoration:none!important;box-shadow:none!important;white-space:nowrap;cursor:pointer}
.mu-app-legal-footer__links :is(a,button):is(:hover,:focus-visible){color:#082456!important;text-decoration:underline!important;text-underline-offset:4px}
.mu-app-legal-footer>small{grid-column:1/-1;margin-top:-2px;color:#8a96a8;font-size:12px;line-height:1.4}
body.moveu-public-full-catalog .mu-app-legal-footer{padding-bottom:calc(100px + env(safe-area-inset-bottom))}
body.moveu-services-v8 .mu-app-legal-footer{padding-bottom:30px}
body.moveu-services-sheet-open .mu-app-legal-footer{pointer-events:none}
@media(min-width:900px){.mu-app-legal-footer{padding-bottom:32px}}
@media(max-width:699px){
  .mu-app-legal-footer{margin-top:28px;padding:28px 2px calc(var(--mu-dock-height,76px) + 42px + env(safe-area-inset-bottom));display:block}
  .mu-app-legal-footer__brand span{margin-top:6px}
  .mu-app-legal-footer__links{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}
  .mu-app-legal-footer__links :is(a,button){width:100%;min-width:0;white-space:normal;text-align:left}
  .mu-app-legal-footer>small{display:block;margin-top:13px}
  body.moveu-public-full-catalog .mu-app-legal-footer{padding-bottom:calc(112px + env(safe-area-inset-bottom))}
  body.moveu-services-v8 .mu-app-legal-footer{padding-bottom:28px}
}
@media(max-width:360px){.mu-app-legal-footer__links{grid-template-columns:1fr}}
