/* Do not edit anything below */
.main-hero-section {
  position: relative;
}
.main-hero-section .grid {
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.main-hero-section .text-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-inline-size: 50rem;
  margin-block-end: 2rem;
}
.main-hero-section .sub-heading {
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(1.125rem, 1.125rem + 0.625 * (100vw - 48rem) / 27, 1.75rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.84px;
}
.main-hero-section .heading {
  font-size: clamp(3rem, 3rem + 1.25 * (100vw - 48rem) / 27, 4.25rem);
  line-height: 1.05;
  letter-spacing: -2.48px;
}
.main-hero-section .heading i {
  font-family: "Source Serif Pro", georgia, serif;
  font-size: clamp(3rem, 3rem + 0.875 * (100vw - 48rem) / 27, 3.875rem);
  font-style: italic;
  font-weight: 600;
}
.main-hero-section .description {
  font-size: clamp(1.125rem, 1.125rem + 0.125 * (100vw - 48rem) / 27, 1.25rem);
  line-height: 1.5;
  letter-spacing: -0.8px;
}
.main-hero-section .btns-block {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  gap: 1rem;
}
@media (width >= 576px) {
  .main-hero-section .btns-block {
    flex-flow: row nowrap;
  }
}