/* =============== hero section start =============== */
.thematic-story-page-hero-section {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  aspect-ratio: 72 / 35;
  margin: 0 auto;
  overflow: hidden;
  background-color: #FAFAFA;
}

.thematic-story-page-hero-section .container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.thematic-story-page-hero-section .container:after {
  position: absolute;
  top: 0;
  left: 140px;
  width: 600px;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, #FAFAFA 6%, rgba(250, 250, 250, 0.63) 64%, rgba(250, 250, 250, 0.00) 100%);
}

@media screen and (min-width:2400px) {
  .thematic-story-page-hero-section .container:after {
    left: 0;
  }
}

.thematic-story-page-hero-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 71.25%;
  height: 100%;
  overflow: hidden;
}

.thematic-story-page-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.thematic-story-page-hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(20px, -71.8053px + 9.292vw, 62px);
}

.thematic-story-page-hero-title {
  max-width: 450px;
  margin: 0 0 24px;
  font-family: HarlowDuoSerifPlain, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 56px */
  color: var(--Primary-teal);
}

.thematic-story-page-hero-subtitle {
  width: 36vw;
  max-width: 520px;
  margin: 0 0 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%; /* 25.92px */
  color: var(--Neutral-0);
}

.thematic-story-page-hero-price {
  margin: 0 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 177.778% */
  color: var(--Primary-teal);
}

.thematic-story-page-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  color: var(--Neutral-350);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  background-color: var(--Primary-teal);
  border-radius: 34px;
}

@media (hover: hover) and (pointer: fine) {
  .thematic-story-page-hero-cta:hover {
    background-color: #5f9392;
  }
}

.thematic-story-page-hero-cta:visited {
  color: var(--Neutral-350);
}

.thematic-story-page-hero-description {
  max-width: 360px;
  margin: clamp(24px, -185.8407px + 21.2389vw, 120px) 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  color: var(--Neutral-100);
}

@media screen and (min-width: 1440px) {
  .thematic-story-page-hero-section {
    min-height: 700px;
    aspect-ratio: 72 / 35;
  }

  .thematic-story-page-hero-content {
    padding-bottom: 62px;
  }

  .thematic-story-page-hero-description {
    margin: 120px 0 0;
  }
}

@media screen and (max-width: 1360px) {
  .thematic-story-page-hero-title {
    font-size: clamp(28px, 17.9459px + 1.6216vw, 40px);
    line-height: 127%;
  }
}

@media screen and (max-width: 998px) {
  .thematic-story-page-hero-section {
    min-height: 590px;
  }

  .thematic-story-page-hero-section:after {
    position: absolute;
    width: 90%;
    max-width: clamp(480px, 151.9577px + 52.9101vw, 680px);
    height: 100%;
    content: '';
    background: linear-gradient(90deg, #FFF 11.5%, rgba(255, 255, 255, 0.78) 59%, rgba(255, 255, 255, 0.56) 73%, rgba(255, 255, 255, 0.00) 100%);
  }


  .thematic-story-page-hero-section .container:after {
    content: none;
  }

  .thematic-story-page-hero-image-wrapper {
    width: 100%;
  }

  .thematic-story-page-hero-title {
    max-width: 400px;
  }
}

@media screen and (max-width: 620px) {
  .thematic-story-page-hero-section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 590px;
  }

  .thematic-story-page-hero-section .container:after {
    content: none;
  }

  .thematic-story-page-hero-image-wrapper {
    left: 0;
    width: 100%;
    height: 100%;
  }

  .thematic-story-page-hero-image {
    object-position: 70% 0;
  }

  .thematic-story-page-hero-content {
    padding-bottom: 20px;
  }

  .thematic-story-page-hero-title {
    max-width: 240px;
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 127%;
  }

  .thematic-story-page-hero-subtitle {
    width: 100%;
    max-width: 254px;
    font-size: 14px;
    line-height: 162%;
  }

  .thematic-story-page-hero-cta {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 140%;
  }

  .thematic-story-page-hero-description {
    max-width: 276px;
    margin: 43px 0 0;
  }
}

@media screen and (max-width: 420px) {
  .thematic-story-page-hero-section {
    height: 590px;
    aspect-ratio: initial;
  }
}

/* =============== hero section end =============== */
