/* Do not edit anything below */
.page-hero-section {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.page-hero-section.full-height {
  min-block-size: 100svh;
}
.page-hero-section:has(.page-hero__bg) {
  color: #fff;
}
.page-hero-section .page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero-section .page-hero__bg img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.page-hero-section .page-hero__overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  inset: 0;
}
.page-hero-section .container {
  position: relative;
  z-index: 1;
}
.page-hero-section .page-hero__content {
  max-inline-size: var(--container-size, 67.5rem);
}
.page-hero-section .page-hero__sub-heading {
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1.125rem, 1.125rem + 0.25 * (100vw - 48rem) / 27, 1.375rem);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1rem;
}
.page-hero-section .page-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;
}
.page-hero-section .page-hero__title i {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  font-weight: 600;
}
.page-hero-section .page-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;
}
.page-hero-section .pills__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
  margin-block-start: 1.5rem;
  list-style: none;
}
.page-hero-section .pills__item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 8%, rgba(255, 255, 255, 0.9) 92%);
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-block-size: 2.5rem;
  padding-block: 0.625rem;
  padding-inline: clamp(1rem, 1rem + 0.625 * (100vw - 48rem) / 27, 1.625rem);
  margin-block-end: 0;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  box-shadow: 0 clamp(0.1875rem, 0.1875rem + 0.125 * (100vw - 48rem) / 27, 0.3125rem) clamp(0.625rem, 0.625rem + 0.625 * (100vw - 48rem) / 27, 1.25rem) rgba(0, 0, 0, 0.06);
}
.page-hero-section .pills__item span {
  text-box: trim-both cap alphabetic;
}
.page-hero-section .page-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block-start: 2rem;
}