.brand-home {
  flex: 0 0 auto;
  display: block;
}

.footer-nav a {
  transition: opacity .2s ease, color .2s ease;
}

.footer-nav a:hover {
  opacity: .72;
}

.footer-nav a:focus-visible,
.header-consult:focus-visible,
.cta-button:focus-visible,
.brand-home:focus-visible {
  outline: 3px solid #f6a31a;
  outline-offset: 4px;
}

.hero-kicker {
  z-index: 2;
  color: #fff;
  letter-spacing: .035em;
  text-shadow: 0 2px 8px #0008;
  background: #031b47bf;
  border: 1px solid #ffffff4a;
  border-radius: 999px;
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 0;
  padding: 7px 11px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.45;
  position: absolute;
  top: 16px;
  left: 16px;
}

.hero h1 {
  top: 62px;
}

.site-footer {
  color: #fff;
  background: #041c49;
  padding: 52px 20px 38px;
}

.footer-inner {
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
}

.footer-brand {
  background: #fff;
  border-radius: 4px;
  width: 145px;
  margin: 0 auto 22px;
  padding: 7px 9px;
  display: block;
}

.footer-brand img {
  width: 100%;
  height: auto;
}

.footer-inner > p {
  color: #e4ebf5;
  max-width: 680px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
}

.footer-nav {
  border-top: 1px solid #ffffff2e;
  border-bottom: 1px solid #ffffff2e;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 28px auto 24px;
  padding: 10px 0;
  display: grid;
}

.footer-nav a {
  padding: 10px 7px;
  font-size: 12px;
  font-weight: 800;
}

.footer-inner > small {
  color: #bdc9db;
  font-size: 11px;
}

@media (min-width: 760px) {
  .hero-kicker {
    max-width: none;
    padding: 8px 14px;
    font-size: 13px;
    top: 35px;
    left: 60px;
  }

  .hero h1 {
    top: 94px;
  }

  .footer-nav {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 389px) {
  .hero-kicker {
    font-size: 9px;
  }

  .hero h1 {
    top: 59px;
  }
}
