/* Shared header wordmark for all public pages outside /pc/. */
header a.logo,
header a.brand {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  color: #123f69 !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: .02em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

header a.logo::before,
header a.brand::before {
  content: none !important;
  display: none !important;
}

header a.logo small,
header a.brand small {
  display: block !important;
  margin-top: 3px !important;
  color: #62758a !important;
  font-family: Arial, 'Helvetica Neue', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: .12em !important;
}

@media (max-width: 680px) {
  header a.logo,
  header a.brand {
    font-size: 21px !important;
  }

  header a.logo small,
  header a.brand small {
    display: none !important;
  }
}