.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto;
  background: #fff;
  color: #101b3f;
  padding: 12px 16px;
}
.is-modal-open {
  overflow: hidden;
}
.subpage-header {
  background: #fff8df;
  border-bottom: 2px solid #101b3f;
}
.subpage-header-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 88px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subpage-header .header-cta {
  min-height: 44px;
  padding: 0 18px;
  background: #101b3f;
  color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
}
.content-shell {
  width: min(960px, calc(100% - 40px));
  min-height: 65vh;
  margin: auto;
  padding: 90px 0;
}
.content-card {
  background: #fff;
  border: 2px solid #101b3f;
  border-radius: 22px;
  padding: clamp(26px, 5vw, 56px);
  box-shadow: 8px 8px 0 #ffc516;
}
.content-card h1 {
  margin: 0 0 25px;
  color: #101b3f;
  font-size: clamp(34px, 6vw, 58px);
  font-weight: 900;
  letter-spacing: -0.07em;
}
.content-card p,
.entry-content {
  color: #555c6d;
  font-size: 16px;
  line-height: 1.9;
}
.error-card {
  text-align: center;
}
.error-card > p {
  color: #ff692f;
  font-size: 70px;
  font-weight: 950;
}
@media (max-width: 760px) {
  .subpage-header-inner {
    width: calc(100% - 32px);
    min-height: 74px;
  }
  .content-shell {
    padding: 60px 0 95px;
  }
}
