/* Approved sitewide footer. All selectors are deliberately scoped to this footer. */
html body footer.mw-shared-footer, html body.mw-core-patched footer.mw-shared-footer {
  display: block !important;
  visibility: visible !important;
  pointer-events: auto !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid #e6ecf5 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #0a2540 !important;
  font-family: sohne-var, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  box-shadow: none !important;
  --mw-footer-grid-max: 1266px;
  --mw-footer-grid-inline-padding: 16px;
}
html body footer.mw-shared-footer *,
html body footer.mw-shared-footer *::before,
html body footer.mw-shared-footer *::after { box-sizing: border-box; }
html body footer.mw-shared-footer .mw-shared-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--mw-footer-grid-max);
  width: 100%;
  margin: 0 auto;
  border-left: 0;
  border-right: 0;
}
html body footer.mw-shared-footer .mw-shared-footer__brand,
html body footer.mw-shared-footer .mw-shared-footer__column {
  min-width: 0;
  padding: 62px var(--mw-footer-grid-inline-padding) 72px;
  border-right: 1px solid #e6ecf5;
}
html body footer.mw-shared-footer .mw-shared-footer__column:last-child { border-right: 0; }
html body footer.mw-shared-footer .mw-shared-footer__brand {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}
html body footer.mw-shared-footer .mw-shared-footer__brand-link {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 40px;
  color: inherit;
  text-decoration: none;
}
html body footer.mw-shared-footer .mw-shared-footer__brand-link img {
  display: block;
  width: 138px;
  max-width: 100%;
  height: auto;
}
html body footer.mw-shared-footer .mw-shared-footer__locale {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  width: max-content;
  max-width: none;
  margin: 0;
  white-space: nowrap;
  color: #4f6078 !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
}
html body footer.mw-shared-footer .mw-shared-footer__locale:hover,
html body footer.mw-shared-footer .mw-shared-footer__locale:focus-visible {
  color: #0a2540 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
html body footer.mw-shared-footer .mw-shared-footer__locale-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex: none;
  overflow: visible;
  color: #40526b;
}
html body footer.mw-shared-footer .mw-shared-footer__locale-icon path { fill: currentColor; }
html body footer.mw-shared-footer .mw-shared-footer__locale span { white-space: nowrap; display: inline; }
html body footer.mw-shared-footer .mw-shared-footer__copyright {
  margin: auto 0 0;
  padding-top: 150px;
  color: #95a3b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
html body footer.mw-shared-footer .mw-shared-footer__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}
html body footer.mw-shared-footer .mw-shared-footer__group--spaced { margin-top: 64px; }
html body footer.mw-shared-footer .mw-shared-footer__heading,
html body footer.mw-shared-footer .mw-shared-footer__subheading {
  margin: 0;
  color: #0a2540 !important;
  letter-spacing: -0.012em;
}
html body footer.mw-shared-footer .mw-shared-footer__heading {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}
html body footer.mw-shared-footer .mw-shared-footer__subheading {
  margin-top: 22px;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}
html body footer.mw-shared-footer .mw-shared-footer__group > a {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  color: #52637c !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.42 !important;
  letter-spacing: -0.011em !important;
  text-decoration: none !important;
}
html body footer.mw-shared-footer .mw-shared-footer__group > a:hover,
html body footer.mw-shared-footer .mw-shared-footer__group > a:focus-visible {
  color: #533afd !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
html body footer.mw-shared-footer .mw-shared-footer__signin {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 58px;
  color: #533afd !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.012em;
  text-decoration: none !important;
}
html body footer.mw-shared-footer .mw-shared-footer__signin:hover,
html body footer.mw-shared-footer .mw-shared-footer__signin:focus-visible { color: #3f2cd6 !important; text-decoration: underline !important; text-underline-offset: 3px; }
html body footer.mw-shared-footer a:focus-visible {
  outline: 2px solid #533afd;
  outline-offset: 3px;
  border-radius: 2px;
}
@media (max-width: 599px) {
  html body footer.mw-shared-footer .mw-shared-footer__grid { display: block; border-left: 0; border-right: 0; }
  html body footer.mw-shared-footer .mw-shared-footer__brand,
  html body footer.mw-shared-footer .mw-shared-footer__column {
    padding: 42px var(--mw-footer-grid-inline-padding);
    border-right: 0;
    border-bottom: 1px solid #e6ecf5;
  }
  html body footer.mw-shared-footer .mw-shared-footer__column:last-child { border-top: 0; border-bottom: 0; }
  html body footer.mw-shared-footer .mw-shared-footer__brand-link { margin-bottom: 28px; }
  html body footer.mw-shared-footer .mw-shared-footer__copyright { margin-top: 46px; padding-top: 0; }
  html body footer.mw-shared-footer .mw-shared-footer__group--spaced { margin-top: 44px; }
  html body footer.mw-shared-footer .mw-shared-footer__signin { margin-top: 42px; }
}
/* mw-footer-outer-rails */
/* Draw the two outer footer rails without adding layout width to the four equal columns. */
@media (min-width: 600px) {
  html body footer.mw-shared-footer .mw-shared-footer__grid {
    position: relative;
  }

  html body footer.mw-shared-footer .mw-shared-footer__grid::before,
  html body footer.mw-shared-footer .mw-shared-footer__grid::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e6ecf5;
    pointer-events: none;
  }

  html body footer.mw-shared-footer .mw-shared-footer__grid::before {
    left: 0;
  }

  html body footer.mw-shared-footer .mw-shared-footer__grid::after {
    right: 0;
  }
}

/* Shared social links sit immediately above the brand-column copyright. */
html body footer.mw-shared-footer .mw-shared-footer__brand-bottom {
  margin-top: auto;
  padding-top: 48px;
}
html body footer.mw-shared-footer .mw-shared-footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}
html body footer.mw-shared-footer .mw-shared-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid #e0e8f2;
  border-radius: 50%;
  background: transparent;
  color: #63758f !important;
  text-decoration: none;
}
html body footer.mw-shared-footer .mw-shared-footer__social a:hover,
html body footer.mw-shared-footer .mw-shared-footer__social a:focus-visible {
  color: #533afd !important;
  border-color: #bdb5ff;
  border-radius: 50%;
}
html body footer.mw-shared-footer .mw-shared-footer__social svg {
  display: block;
  width: 18px;
  height: 18px;
  flex: none;
}
html body footer.mw-shared-footer .mw-shared-footer__brand-bottom .mw-shared-footer__copyright {
  margin: 16px 0 0;
  padding-top: 0;
}
@media (max-width: 599px) {
  html body footer.mw-shared-footer .mw-shared-footer__brand-bottom {
    margin-top: 0;
    padding-top: 36px;
  }
}
