.hero-section-front-wrapper {
  container-type: inline-size;
  color: #FFFFFF;
}
.hero-section-front-wrapper .hero-section-front {
  background-image: url("../../images/hero-section-front-background-graphic.webp"), url("../../images/hero-section-front-background.webp");
  background-size: 331px auto, cover;
  background-position: right calc(50% - 350px) bottom, center;
  background-repeat: no-repeat, no-repeat;
  color: #FFFFFF;
}
@container (min-width: 900px) {
  .hero-section-front-wrapper .hero-section-front {
    min-height: 355px;
  }
}
@container (max-width: 1156px) {
  .hero-section-front-wrapper .hero-section-front {
    background-image: url("../../images/hero-section-front-background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@container (max-width: 450px) {
  .hero-section-front-wrapper .hero-section-front {
    background-image: url("../../images/hero-section-front-background-mobile.webp");
  }
}
@container (max-width: 1156px) {
  .hero-section-front-wrapper .container {
    padding: 0 16px;
    display: flex;
    justify-content: center;
  }
}
.hero-section-front-wrapper .hero-section-front-inner-block {
  padding: 84px 0 30px;
  max-width: 653px;
}
@container (max-width: 900px) {
  .hero-section-front-wrapper .hero-section-front-inner-block {
    padding: 25px 0 48px;
  }
}
.hero-section-front-wrapper .hero-section-front-inner-block .hero-section-front-title {
  font-family: "Intro-Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 9px;
  margin-top: 0;
}
.hero-section-front-wrapper .hero-section-front-inner-block .hero-section-front-text {
  font-family: "Intro-Book";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 7px;
}
@container (max-width: 900px) {
  .hero-section-front-wrapper .hero-section-front-inner-block .hero-section-front-text {
    margin-bottom: 8px;
  }
}
.hero-section-front-wrapper .hero-section-front-inner-block .hero-section-front-learn-more {
  display: inline-block;
  font-family: "Intro-Book";
  cursor: pointer;
  color: #F93801;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 9px;
}
.hero-section-front-wrapper .hero-section-front-inner-block .promo-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}
.hero-section-front-wrapper .hero-section-front-inner-block .promo-list .promo-list-li {
  padding: 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  grid-template-columns: 1fr 50px;
}
@container (max-width: 900px) {
  .hero-section-front-wrapper .hero-section-front-inner-block .promo-list .promo-list-li {
    grid-row-gap: 4px;
  }
}
.hero-section-front-wrapper .hero-section-front-inner-block .promo-list .promo-list-li-counter {
  font-family: "Intro-Bold";
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  display: block;
}
@container (max-width: 900px) {
  .hero-section-front-wrapper .hero-section-front-inner-block .promo-list .promo-list-li-counter {
    transform: translateY(1px);
  }
}
.hero-section-front-wrapper .hero-section-front-inner-block .promo-list .promo-list-li-text {
  font-family: "Intro-Book";
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
  transform: translateY(1px);
  display: block;
}
.hero-section-front-wrapper .hero-section-front-inner-block .promo-list .promo-list-li-icon-wrapper {
  grid-column: 2/3;
  grid-row: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@container (max-width: 900px) {
  .hero-section-front-wrapper .hero-section-front-inner-block .promo-list .promo-list-li-icon-wrapper {
    align-items: flex-start;
  }
}
@container (max-width: 900px) {
  .hero-section-front-wrapper .hero-section-front-inner-block .promo-list .promo-list-li-icon-wrapper .promo-list-li-icon {
    transform: translateX(1px);
  }
}

/*# sourceMappingURL=hero-section-front.css.map */
