.s-what-it-is {
  --copy-size: 32px;
  --copy-lh: 45px;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--surface-page);
  padding-block: 6px 178px;
}

.s-what-it-is__waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.s-what-it-is__wave {
  position: absolute;
  left: -580px;
  top: 287px;
  width: 2600px;
  height: 653px;
  max-width: none;
}

.s-what-it-is__line {
  position: absolute;
  left: -601px;
  top: 331px;
  width: 2600px;
  height: 115.42px;
  max-width: none;
}

.s-what-it-is__band {
  position: relative;
}

.s-what-it-is__pill {
  display: flex;
  align-items: flex-start;
  margin-left: 178px;
  width: 166px;
  max-width: 166px;
  height: 45px;
  padding: 15px 45.15px 0 46.95px;
  background: var(--surface);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-card);
}

.s-what-it-is__eyebrow {
  font-family: var(--sans);
  font-size: var(--t-micro);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.08px;
  color: rgb(16, 18, 19);
  white-space: nowrap;
}

.s-what-it-is__copy {
  margin-left: calc(25% + 64px - 344px);
  margin-top: 1px;
  width: 795px;
  font-family: var(--sans);
  font-size: var(--copy-size);
  font-weight: 400;
  line-height: 0;
  color: rgb(16, 18, 19);
  word-break: break-word;
}

.s-what-it-is__seg {
  line-height: var(--copy-lh);
}

.s-what-it-is__seg--half {
  color: rgba(16, 18, 19, 0.72);
}

.s-what-it-is__seg--faint {
  color: rgba(16, 18, 19, 0.58);
}

@media (max-width: 1200px) {
  .s-what-it-is {
    --copy-size: 28px;
    --copy-lh: 40px;
    padding-block: 6px 150px;
  }

  .s-what-it-is__band {
    padding-inline: var(--gutter);
    gap: 40px;
  }

  .s-what-it-is__pill {
    margin-left: 0;
  }

  .s-what-it-is__copy {
    margin-left: 0;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }

  .s-what-it-is__wave,
  .s-what-it-is__line {
    left: 50%;
    width: 181%;
    transform: translateX(-50%);
  }

  .s-what-it-is__wave {
    top: auto;
    bottom: -530px;
  }

  .s-what-it-is__line {
    top: auto;
    bottom: -36.42px;
  }
}

@media (max-width: 940px) {
  .s-what-it-is {
    --copy-size: 26px;
    --copy-lh: 37px;
    padding-block: 6px 130px;
  }

  .s-what-it-is__copy {
    margin-top: 28px;
  }
}

@media (max-width: 520px) {
  .s-what-it-is {
    --copy-size: 21px;
    --copy-lh: 30px;
    padding-block: 6px 96px;
  }

  .s-what-it-is__wave {
    bottom: -560px;
  }

  .s-what-it-is__line {
    bottom: -60px;
  }
}
