:root {
  --crp-home-teal: #2d9a92;
  --crp-home-teal-dark: #173f3c;
  --crp-home-teal-deep: #102f2d;
  --crp-home-mist: #d8e7e8;
  --crp-home-cream: #f8f6f0;
  --crp-home-white: #fff;
  --crp-home-ink: #102523;
}

.crp-home-hero,
.crp-home-intro {
  box-sizing: border-box;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.crp-home-hero *,
.crp-home-intro * {
  box-sizing: border-box;
}

.crp-home-hero--one {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 575px;
  padding: 88px 24px 94px;
  background:
    radial-gradient(circle at 76% 16%, rgba(95, 207, 196, .2), transparent 26%),
    linear-gradient(125deg, #102f2d 0%, #173f3c 48%, #246d67 100%);
  color: var(--crp-home-white);
}

.crp-home-hero--one::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, .035), 0 0 0 125px rgba(255, 255, 255, .025);
  z-index: -1;
}

.crp-home-hero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.crp-home-hero__glow--one {
  top: -130px;
  left: -150px;
  width: 410px;
  height: 410px;
  background: rgba(45, 154, 146, .28);
}

.crp-home-hero__glow--two {
  right: 22%;
  bottom: -190px;
  width: 370px;
  height: 370px;
  background: rgba(216, 231, 232, .1);
}

.crp-home-hero__inner {
  width: min(1210px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.crp-home-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #bce5e1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.crp-home-kicker span {
  width: 28px;
  height: 2px;
  border-radius: 99px;
  background: #75d1c8;
}

.crp-home-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(43px, 5.2vw, 72px);
  line-height: .99;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.crp-home-hero__lead {
  max-width: 680px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.62;
}

.crp-home-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.crp-home-search__field {
  max-width: 690px;
  min-height: 62px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 7px 7px 7px 20px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 14px;
  background: var(--crp-home-white);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
  color: #47625f;
}

.crp-home-search__field:focus-within {
  outline: 3px solid rgba(117, 209, 200, .5);
  outline-offset: 3px;
}

.crp-home-search__field svg {
  fill: currentColor;
}

.crp-home-search__field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--crp-home-ink);
  font: inherit;
  font-size: 16px;
}

.crp-home-search__field input::placeholder {
  color: #6e7c7b;
}

.crp-home-search__field button {
  min-height: 48px;
  padding: 0 25px;
  border: 0;
  border-radius: 10px;
  background: var(--crp-home-teal);
  color: var(--crp-home-white);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.crp-home-search__field button:hover {
  background: #247f78;
}

.crp-home-search__field button:focus-visible,
.crp-home-quick a:focus-visible,
.crp-home-hero__path a:focus-visible,
.crp-home-intro a:focus-visible {
  outline: 3px solid #85ddd4;
  outline-offset: 3px;
}

.crp-home-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 13px;
  align-items: center;
  margin-top: 17px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}

.crp-home-quick a {
  color: rgba(255, 255, 255, .9);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, .35);
  text-underline-offset: 3px;
}

.crp-home-quick a:hover {
  text-decoration-color: #85ddd4;
}

.crp-home-hero__path {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .085);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .17);
  backdrop-filter: blur(8px);
}

.crp-home-hero__path-label {
  margin: 0 0 7px;
  padding: 2px 4px 13px;
  color: #bce5e1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
}

.crp-home-hero__path a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 16px 4px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: var(--crp-home-white);
  text-decoration: none;
}

.crp-home-hero__path a > span:last-child {
  transition: transform .18s ease;
}

.crp-home-hero__path a:hover > span:last-child {
  transform: translateX(4px);
}

.crp-home-hero__path-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: rgba(117, 209, 200, .16);
  color: #bce5e1;
  font-size: 11px;
  font-weight: 800;
}

.crp-home-hero__path strong,
.crp-home-hero__path small {
  display: block;
}

.crp-home-hero__path strong {
  margin-bottom: 4px;
  font-size: 15px;
}

.crp-home-hero__path small {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.35;
}

.crp-home-intro--one {
  padding: 82px 24px 94px;
  border-top: 10px solid var(--crp-home-mist);
  background: var(--crp-home-cream);
  color: var(--crp-home-ink);
}

.crp-home-intro__inner {
  width: min(1210px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr);
  gap: 28px 80px;
}

.crp-home-intro .crp-home-kicker {
  color: #247f78;
}

.crp-home-intro__heading h2 {
  max-width: 730px;
  margin: 0;
  font-size: clamp(34px, 4.1vw, 54px);
  line-height: 1.05;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.crp-home-intro__copy {
  align-self: end;
  padding-bottom: 4px;
}

.crp-home-intro__copy p {
  margin: 0 0 19px;
  color: #455553;
  font-size: 17px;
  line-height: 1.68;
}

.crp-home-intro__copy > a {
  color: #1f716b;
  font-size: 14px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.crp-home-intro__links {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid #bfd0cf;
  border-bottom: 1px solid #bfd0cf;
}

.crp-home-intro__links > a {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  min-height: 176px;
  padding: 28px 24px;
  color: inherit;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.crp-home-intro__links > a + a {
  border-left: 1px solid #bfd0cf;
}

.crp-home-intro__links > a:hover {
  background: var(--crp-home-white);
  transform: translateY(-4px);
}

.crp-home-intro__number {
  color: #288c84;
  font-size: 11px;
  font-weight: 800;
}

.crp-home-intro__links strong,
.crp-home-intro__links small {
  display: block;
}

.crp-home-intro__links strong {
  margin-bottom: 10px;
  font-size: 20px;
}

.crp-home-intro__links small {
  color: #52615f;
  font-size: 14px;
  line-height: 1.55;
}

.crp-home-intro__links u {
  text-decoration-color: #73bbb5;
  text-underline-offset: 3px;
}

.crp-home-intro__arrow {
  align-self: end;
  color: #247f78;
  font-weight: 800;
  transition: transform .18s ease;
}

.crp-home-intro__links > a:hover .crp-home-intro__arrow {
  transform: translateX(4px);
}

@media (max-width: 940px) {
  .crp-home-hero__inner,
  .crp-home-intro__inner {
    grid-template-columns: 1fr;
  }

  .crp-home-hero__path {
    max-width: 690px;
  }

  .crp-home-intro__copy {
    max-width: 720px;
  }

  .crp-home-intro__links {
    grid-template-columns: 1fr;
  }

  .crp-home-intro__links > a {
    min-height: 0;
  }

  .crp-home-intro__links > a + a {
    border-top: 1px solid #bfd0cf;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .crp-home-hero--one {
    min-height: 0;
    padding: 66px 18px 70px;
  }

  .crp-home-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  .crp-home-search__field {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 12px 15px;
  }

  .crp-home-search__field button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .crp-home-hero__path {
    padding: 17px;
  }

  .crp-home-intro--one {
    padding: 62px 18px 70px;
  }

  .crp-home-intro__links > a {
    padding: 24px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .crp-home-hero__path a > span:last-child,
  .crp-home-intro__links > a,
  .crp-home-intro__arrow {
    transition: none;
  }
}
