:root {
  --font-size-50: 11px;
  --font-size-75: 14px;
  --font-size-100: 17px;
  --font-size-200: 21px;
  --font-size-250: 22px;
  --font-size-300: 27px;
  --font-size-400: 33px;
  --font-size-500: 42px;
  --font-size-600: 52px;
  --font-size-700: 65px;
  --font-size-800: 81px;
  --font-size-900: 101px;
  --font-size-1000: 127px;
  --font-size-1100: 158px;
  --font-size-1200: 198px;
  --font-size-1300: 247px;
  --font-size-1400: 309px;
  --font-size-1500: 387px;
  --line-height-50: 17px;
  --line-height-75: 19px;
  --line-height-100: 23px;
  --line-height-200: 27px;
  --line-height-250: 30px;
  --line-height-300: 33px;
  --line-height-400: 39px;
  --line-height-500: 48px;
  --line-height-600: 72px;
  --line-height-700: 63px;
  --line-height-800: 79px;
  --line-height-900: 98px;
  --line-height-1000: 123x;
  --line-height-1100: 154px;
  --line-height-1200: 192px;
  --line-height-1300: 240px;
  --line-height-1400: 300px;
  --line-height-1500: 375px;
}

.entry-content {
  overflow: hidden;
}

.hero-container {
  background-color: #F6F6F6;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
.hero-container img {
  top: -10%;
  right: -550px;
  width: unset;
  max-width: 1000px;
  z-index: 9;
  object-fit: contain;
  display: none;
}
.hero-container img.relative {
  position: relative;
  top: unset;
  right: unset;
  max-width: 450px;
  max-height: 450px;
  margin-left: 50px;
}
@media (min-width: 992px) {
  .hero-container img {
    display: block;
  }
}
.hero-container .outer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.hero-container .inner-container {
  padding-left: 0;
  margin-left: 0;
  max-width: unset;
  width: 100%;
}
@media (min-width: 992px) {
  .hero-container .inner-container {
    width: calc(100% - 350px);
  }
}
.hero-container .divider {
  height: 5px;
  background: linear-gradient(90deg, #FFFFFF 69.7%, rgba(255, 255, 255, 0) 104.55%);
  border-radius: 100px;
}
.hero-container .divider.top {
  margin-bottom: 35px;
}
.hero-container .divider.bottom {
  margin-top: 35px;
}
.hero-container .detail-text {
  margin-top: 35px;
  display: block;
}
.hero-container h1 {
  margin-bottom: 25px;
  color: #42445C;
}
.hero-container p {
  margin-bottom: 25px;
  color: #1A1C30;
}
.hero-container .subtitle-container p, .hero-container .subtitle-container p * {
  font-size: var(--font-size-200);
  line-height: var(--line-height-200);
  color: #FEC72F;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero-container .subtitle-container p, .hero-container .subtitle-container p * {
    font-size: var(--font-size-300);
    line-height: var(--line-height-300);
  }
}

/*# sourceMappingURL=primary-hero.css.map */
