.education-page {
  --ea-night: #072f28;
  --ea-ink: #123f34;
  --ea-green: #527f0d;
  --ea-lime: #94c832;
  --ea-sage: #dce9d5;
  --ea-mist: #f1f5ed;
  --ea-paper: #fbfcf8;
  --ea-line: #d4dfd2;
  --ea-muted: #50675f;
  background: var(--ea-paper);
  color: var(--ea-night);
}

.education-page main {
  overflow: clip;
}

.education-page main h1,
.education-page main h2,
.education-page main h3,
.education-page main p {
  text-wrap: pretty;
}

.education-page .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #456d0f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.education-page .eyebrow::before {
  width: 34px;
  height: 2px;
  flex: 0 0 34px;
  background: var(--ea-lime);
  content: "";
}

.ea-hero,
.ea-focus,
.ea-components,
.ea-method,
.ea-audiences,
.ea-case,
.ea-boundaries,
.ea-official,
.ea-quote-guide,
.ea-related,
.ea-faq,
.ea-conversion {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ea-hero {
  padding: 42px 0 76px;
}

.ea-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 46px;
  color: #60766e;
  font-size: 13px;
}

.ea-breadcrumb a {
  color: var(--ea-ink);
  text-decoration: none;
}

.ea-breadcrumb a:hover,
.ea-breadcrumb a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ea-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
  gap: clamp(50px, 7vw, 94px);
  align-items: center;
}

.ea-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--ea-night);
  font-size: clamp(48px, 5.6vw, 78px);
  font-weight: 760;
  letter-spacing: -.058em;
  line-height: .99;
}

.ea-hero-copy h1 span {
  color: var(--ea-green);
}

.ea-lead {
  max-width: 680px;
  margin: 30px 0 0;
  color: #334f47;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.65;
}

.ea-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.ea-actions a {
  color: var(--ea-ink);
  font-size: 15px;
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-color: #8db53e;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.ea-actions .ea-primary {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  padding: 0 23px;
  background: #477507;
  color: #fff;
  text-decoration: none;
}

.ea-actions .ea-primary:hover,
.ea-actions .ea-primary:focus-visible,
.ea-quote-guide a:hover,
.ea-quote-guide a:focus-visible {
  background: #345c03;
  transform: translateY(-1px);
}

.ea-actions svg,
.ea-quote-guide svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ea-hero-copy > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 34px 0 0;
  padding: 0;
  color: #3f5d54;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.ea-hero-copy > ul li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ea-hero-copy > ul li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ea-lime);
  content: "";
}

.ea-route-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #c4d2c3;
  border-radius: 28px;
  padding: 26px;
  background: #edf4e7;
  box-shadow: 0 30px 75px rgba(7, 47, 40, .14);
}

.ea-route-card::after {
  position: absolute;
  right: -52px;
  bottom: -58px;
  width: 180px;
  height: 180px;
  border: 42px solid rgba(148, 200, 50, .18);
  border-radius: 50%;
  content: "";
}

.ea-route-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #bfd0bd;
  padding-bottom: 20px;
  color: var(--ea-ink);
}

.ea-route-card__header span {
  font-size: 15px;
  font-weight: 850;
}

.ea-route-card__header small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.ea-route-card ol {
  margin: 0;
  padding: 18px 0 4px;
  list-style: none;
}

.ea-route-card li {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #c7d6c3;
  padding: 16px 0;
}

.ea-route-card li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--ea-night);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
}

.ea-route-card li strong,
.ea-route-card li small {
  display: block;
}

.ea-route-card li strong {
  color: var(--ea-ink);
  font-size: 15px;
}

.ea-route-card li small {
  margin-top: 3px;
  color: #65766f;
  font-size: 12px;
}

.ea-route-card > p {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 22px 0 0;
  color: var(--ea-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.ea-index {
  display: flex;
  position: sticky;
  z-index: 20;
  top: 76px;
  width: min(970px, calc(100% - 48px));
  margin: 0 auto 96px;
  justify-content: center;
  gap: 4px;
  border: 1px solid #cbd8ca;
  border-radius: 16px;
  padding: 8px;
  background: rgba(251, 252, 248, .94);
  box-shadow: 0 12px 32px rgba(7, 47, 40, .08);
  backdrop-filter: blur(12px);
}

.ea-index a {
  flex: 1 1 auto;
  border-radius: 10px;
  padding: 12px 10px;
  color: var(--ea-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.ea-index a:hover,
.ea-index a:focus-visible {
  background: var(--ea-mist);
}

.ea-focus {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr);
  gap: clamp(54px, 9vw, 120px);
  align-items: start;
  padding-bottom: 112px;
}

.ea-focus h2,
.ea-components h2,
.ea-method h2,
.ea-audiences h2,
.ea-case h2,
.ea-boundaries h2,
.ea-official h2,
.ea-quote-guide h2,
.ea-related h2,
.ea-faq h2,
.ea-conversion h2 {
  margin: 0;
  color: var(--ea-night);
  font-size: clamp(38px, 4.3vw, 62px);
  font-weight: 750;
  letter-spacing: -.052em;
  line-height: 1.02;
}

.ea-focus > div:last-child > p {
  margin: 0 0 30px;
  color: #39564d;
  font-size: 18px;
  line-height: 1.7;
}

.ea-focus dl {
  margin: 0;
}

.ea-focus dl > div {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 20px;
  border-top: 1px solid var(--ea-line);
  padding: 17px 0;
}

.ea-focus dt {
  color: var(--ea-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ea-focus dd {
  margin: 0;
  color: var(--ea-ink);
  font-size: 14px;
  font-weight: 700;
}

.ea-components {
  padding: 112px 0;
}

.ea-components::before,
.ea-boundaries::before {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  background: var(--ea-mist);
  content: "";
}

.ea-components::before {
  height: 840px;
  transform: translateY(-112px);
}

.ea-components > header {
  display: grid;
  grid-template-columns: 1.15fr .7fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 52px;
}

.ea-components > header .eyebrow,
.ea-components > header h2 {
  grid-column: 1;
}

.ea-components > header h2 {
  grid-row: 2;
}

.ea-components > header > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  color: #405b53;
  font-size: 17px;
  line-height: 1.7;
}

.ea-components-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ea-components-grid article {
  min-height: 245px;
  border: 1px solid #cfdbce;
  border-radius: 18px;
  padding: 27px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ea-components-grid article:hover {
  box-shadow: 0 18px 42px rgba(7, 47, 40, .09);
  transform: translateY(-3px);
}

.ea-components-grid article > span,
.ea-boundaries article > span {
  color: var(--ea-green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.ea-components-grid h3,
.ea-boundaries h3 {
  margin: 35px 0 13px;
  color: var(--ea-night);
  font-size: 20px;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.ea-components-grid p,
.ea-boundaries article p {
  margin: 0;
  color: #52675f;
  font-size: 14px;
  line-height: 1.65;
}

.ea-method {
  padding: 124px 0 112px;
}

.ea-method > header {
  max-width: 820px;
  margin-bottom: 58px;
}

.ea-method ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ea-method li {
  position: relative;
  border-top: 2px solid #b9cf9d;
  padding: 28px 24px 0 0;
}

.ea-method li:not(:last-child)::after {
  position: absolute;
  top: -6px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ea-lime);
  content: "";
}

.ea-method li > span {
  color: var(--ea-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
}

.ea-method h3 {
  margin: 20px 0 10px;
  color: var(--ea-ink);
  font-size: 18px;
}

.ea-method li p {
  margin: 0;
  color: #597068;
  font-size: 13px;
  line-height: 1.6;
}

.ea-audiences {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: clamp(56px, 8vw, 100px);
  align-items: center;
  border-radius: 30px;
  padding: clamp(42px, 6vw, 78px);
  background: var(--ea-night);
}

.ea-audiences h2,
.ea-audiences .eyebrow {
  color: #fff;
}

.ea-audiences > div > p:last-child {
  margin: 24px 0 0;
  color: #c7d8d1;
  font-size: 16px;
  line-height: 1.7;
}

.ea-audiences ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ea-audiences li {
  min-height: 118px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  padding: 20px;
  background: rgba(255, 255, 255, .06);
}

.ea-audiences li span {
  display: block;
  margin-bottom: 20px;
  color: #b8e75b;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
}

.ea-audiences li strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.ea-case {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(0, .95fr);
  gap: clamp(54px, 8vw, 100px);
  align-items: center;
  padding: 124px 0;
}

.ea-case figure {
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  background: #d9e7d4;
  box-shadow: 0 28px 70px rgba(7, 47, 40, .13);
}

.ea-case figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.ea-case figcaption {
  padding: 16px 20px;
  color: #3d5b52;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.ea-case-copy > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: #3d5a52;
  font-size: 17px;
  line-height: 1.7;
}

.ea-case-copy > ul {
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.ea-case-copy > ul li {
  position: relative;
  border-top: 1px solid var(--ea-line);
  padding: 14px 0 14px 22px;
  color: var(--ea-ink);
  font-size: 14px;
  font-weight: 700;
}

.ea-case-copy > ul li::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ea-lime);
  content: "";
}

.ea-case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.ea-case-actions > a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdccbc;
  border-radius: 9px;
  padding: 10px 17px;
  color: var(--ea-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ea-case-actions .ea-video-link {
  display: grid;
  grid-template-columns: 34px auto;
  justify-items: start;
  border-color: var(--ea-green);
  background: var(--ea-green);
  color: #fff;
}

.ea-video-link > span {
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 18px;
}

.ea-video-link small {
  font-size: 10px;
  font-weight: 650;
  opacity: .8;
}

.ea-boundaries {
  padding: 112px 0;
}

.ea-boundaries::before {
  height: 760px;
  transform: translateY(-112px);
}

.ea-boundaries > header {
  max-width: 850px;
  margin-bottom: 54px;
}

.ea-boundaries > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ea-boundaries article {
  border: 1px solid #cbd9ca;
  border-radius: 18px;
  padding: 28px;
  background: rgba(255, 255, 255, .8);
}

.ea-boundaries h3 {
  margin-top: 30px;
}

.ea-official {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
  gap: clamp(54px, 8vw, 100px);
  padding: 124px 0;
}

.ea-official > div > p:last-child {
  margin: 26px 0 0;
  color: #405d54;
  font-size: 16px;
  line-height: 1.7;
}

.ea-official nav {
  border-top: 1px solid var(--ea-line);
}

.ea-official nav a {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 8px 20px;
  border-bottom: 1px solid var(--ea-line);
  padding: 22px 0;
  color: var(--ea-ink);
  text-decoration: none;
}

.ea-official nav small {
  grid-row: 1 / span 2;
  color: var(--ea-green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
}

.ea-official nav strong {
  font-size: 16px;
}

.ea-official nav span {
  color: #60746d;
  font-size: 12px;
}

.ea-official nav a:hover strong,
.ea-official nav a:focus-visible strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ea-quote-guide {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: clamp(50px, 8vw, 100px);
  border-radius: 30px;
  padding: clamp(42px, 6vw, 76px);
  background: #e8f1df;
}

.ea-quote-guide > div > p:not(.eyebrow) {
  margin: 25px 0 0;
  color: #3f5a51;
  font-size: 16px;
  line-height: 1.7;
}

.ea-quote-guide a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  border-radius: 8px;
  padding: 0 22px;
  background: #477507;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.ea-quote-guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ea-quote-guide li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #c3d5ba;
  padding: 16px 0;
  color: var(--ea-ink);
  font-size: 14px;
  font-weight: 750;
}

.ea-quote-guide li span {
  color: var(--ea-green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
}

.ea-related {
  padding: 124px 0 112px;
}

.ea-related > header {
  max-width: 820px;
  margin-bottom: 48px;
}

.ea-related > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ea-related a {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--ea-line);
  border-radius: 18px;
  padding: 24px;
  color: var(--ea-ink);
  text-decoration: none;
}

.ea-related a:hover,
.ea-related a:focus-visible {
  border-color: #8caf50;
  background: var(--ea-mist);
  transform: translateY(-2px);
}

.ea-related a span {
  color: var(--ea-green);
  font-size: 11px;
  font-weight: 850;
}

.ea-related a strong {
  font-size: 17px;
  line-height: 1.35;
}

.ea-faq {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr);
  gap: clamp(56px, 8vw, 100px);
  padding-bottom: 124px;
}

.ea-faq details {
  border-top: 1px solid var(--ea-line);
  padding: 0;
}

.ea-faq details:last-child {
  border-bottom: 1px solid var(--ea-line);
}

.ea-faq summary {
  position: relative;
  padding: 22px 36px 22px 0;
  color: var(--ea-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.ea-faq summary::-webkit-details-marker {
  display: none;
}

.ea-faq summary::after {
  position: absolute;
  top: 20px;
  right: 0;
  color: var(--ea-green);
  content: "+";
  font-size: 22px;
}

.ea-faq details[open] summary::after {
  content: "–";
}

.ea-faq details p {
  margin: -5px 0 22px;
  color: #526961;
  font-size: 14px;
  line-height: 1.7;
}

.ea-conversion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
  margin-bottom: 96px;
  border-radius: 30px;
  padding: clamp(44px, 6vw, 72px);
  background: var(--ea-night);
}

.ea-conversion h2,
.ea-conversion .eyebrow {
  color: #fff;
}

.ea-conversion > div:first-child > p:last-child {
  max-width: 720px;
  margin: 23px 0 0;
  color: #c5d7d0;
  font-size: 16px;
  line-height: 1.7;
}

.ea-conversion > div:last-child {
  display: grid;
  gap: 12px;
  min-width: 220px;
}

.ea-conversion > div:last-child a {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.ea-conversion > div:last-child a:first-child {
  border-color: var(--ea-lime);
  background: var(--ea-lime);
  color: var(--ea-night);
}

.ea-components-grid article,
.ea-case-actions a,
.ea-related a,
.ea-conversion a,
.ea-actions a,
.ea-quote-guide a {
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

@media (max-width: 1080px) {
  .ea-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
    gap: 44px;
  }

  .ea-hero-copy h1 {
    font-size: clamp(48px, 6vw, 66px);
  }

  .ea-components-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ea-components::before {
    height: 1080px;
  }

  .ea-method ol {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 0;
  }

  .ea-audiences {
    grid-template-columns: 1fr;
  }

  .ea-official,
  .ea-faq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .ea-hero,
  .ea-focus,
  .ea-components,
  .ea-method,
  .ea-audiences,
  .ea-case,
  .ea-boundaries,
  .ea-official,
  .ea-quote-guide,
  .ea-related,
  .ea-faq,
  .ea-conversion {
    width: min(100% - 32px, 680px);
  }

  .education-page .eyebrow {
    font-size: 12px;
  }

  .ea-hero {
    padding: 28px 0 48px;
  }

  .ea-breadcrumb {
    margin-bottom: 34px;
  }

  .ea-hero-grid,
  .ea-focus,
  .ea-case,
  .ea-quote-guide,
  .ea-conversion {
    grid-template-columns: 1fr;
  }

  .ea-hero-grid {
    gap: 44px;
  }

  .ea-hero-copy h1 {
    font-size: clamp(43px, 12.7vw, 64px);
  }

  .ea-lead {
    font-size: 17px;
  }

  .ea-index {
    overflow-x: auto;
    top: 68px;
    width: calc(100% - 16px);
    margin-bottom: 70px;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .ea-index::-webkit-scrollbar {
    display: none;
  }

  .ea-index a {
    flex: 0 0 auto;
    min-width: 110px;
  }

  .ea-focus {
    gap: 42px;
    padding-bottom: 80px;
  }

  .ea-focus h2,
  .ea-components h2,
  .ea-method h2,
  .ea-audiences h2,
  .ea-case h2,
  .ea-boundaries h2,
  .ea-official h2,
  .ea-quote-guide h2,
  .ea-related h2,
  .ea-faq h2,
  .ea-conversion h2 {
    font-size: clamp(35px, 10.2vw, 52px);
  }

  .ea-components {
    padding: 82px 0;
  }

  .ea-components::before {
    height: 1500px;
    transform: translateY(-82px);
  }

  .ea-components > header {
    display: block;
    margin-bottom: 38px;
  }

  .ea-components > header > p:last-child {
    margin-top: 22px;
  }

  .ea-components-grid {
    grid-template-columns: 1fr;
  }

  .ea-components-grid article {
    min-height: 0;
  }

  .ea-method {
    padding: 94px 0 84px;
  }

  .ea-method ol {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ea-method li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    border-top-width: 1px;
    padding: 22px 0;
  }

  .ea-method li:not(:last-child)::after {
    display: none;
  }

  .ea-method li > span {
    grid-row: 1 / span 2;
  }

  .ea-method h3 {
    margin: 0 0 8px;
  }

  .ea-audiences {
    gap: 42px;
    padding: 38px 24px;
  }

  .ea-audiences ul {
    grid-template-columns: 1fr;
  }

  .ea-audiences li {
    min-height: 96px;
  }

  .ea-case {
    gap: 46px;
    padding: 90px 0;
  }

  .ea-case figure {
    order: 2;
  }

  .ea-case-copy {
    order: 1;
  }

  .ea-case-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ea-case-actions > a {
    width: 100%;
  }

  .ea-boundaries {
    padding: 82px 0;
  }

  .ea-boundaries::before {
    height: 1230px;
    transform: translateY(-82px);
  }

  .ea-boundaries > div,
  .ea-related > div {
    grid-template-columns: 1fr;
  }

  .ea-official {
    gap: 44px;
    padding: 94px 0;
  }

  .ea-official nav a {
    grid-template-columns: 1fr;
  }

  .ea-official nav small {
    grid-row: auto;
  }

  .ea-quote-guide {
    gap: 44px;
    padding: 38px 24px;
  }

  .ea-quote-guide a {
    width: 100%;
  }

  .ea-related {
    padding: 94px 0 84px;
  }

  .ea-related a {
    min-height: 124px;
  }

  .ea-faq {
    gap: 44px;
    padding-bottom: 94px;
  }

  .ea-conversion {
    gap: 36px;
    margin-bottom: 72px;
    padding: 40px 24px;
  }

  .ea-conversion > div:last-child {
    min-width: 0;
  }
}

@media (max-width: 430px) {
  .ea-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ea-actions a {
    justify-content: center;
    text-align: center;
  }

  .ea-route-card {
    padding: 20px;
  }

  .ea-route-card__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ea-focus dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .education-page *,
  .education-page *::before,
  .education-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
