/* Do not edit anything below */
@keyframes btn-sheen {
  0%, 15% {
    inset-inline-start: -75%;
  }
  35% {
    inset-inline-start: 125%;
  }
  100% {
    inset-inline-start: 125%;
  }
}
.insights-hero-section {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.insights-hero-section.full-height {
  min-block-size: 100svh;
}
.insights-hero-section .container {
  position: relative;
  z-index: 2;
}
.insights-hero-section .decorative-svg {
  inline-size: 54.6875rem;
  block-size: 42.3125rem;
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 0;
  z-index: 1;
  transform: translateX(-50%);
  mix-blend-mode: color-dodge;
}
.insights-hero-section.text-light {
  color: #fff;
}
.insights-hero-section .insights-hero__content {
  max-inline-size: var(--container-size, 67.5rem);
}
.insights-hero-section .insights-hero__title {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(2.25rem, 2.25rem + 1.25 * (100vw - 48rem) / 27, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0;
}
.insights-hero-section .insights-hero__title i {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  font-weight: 600;
}
.insights-hero-section .insights-hero__description {
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1rem, 1rem + 0.125 * (100vw - 48rem) / 27, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  margin-block: 1.5rem 0;
  opacity: 0.85;
}
.insights-hero-section .insights-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block-start: 2rem;
}