/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./template-parts/blocks/hero/hero.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*******************************************/
/*******************************************/
.hero {
  position: relative;
  overflow: hidden;
  height: 885px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: calc(48rem - 0.99px)) {
  .hero {
    height: 639px;
  }
}
.hero .hero-media {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: calc(100% - 90px);
  margin-left: 45px;
  margin-right: 45px;
  height: 100%;
  max-width: 100%;
}
@media (max-width: calc(64rem - 0.99px)) {
  .hero .hero-media {
    width: calc(100% - 22px);
    margin-left: 11px;
    margin-right: 11px;
  }
}
.hero .hero-media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.32) 47.37%, rgba(0, 0, 0, 0.83) 79.38%);
  border-radius: 16px;
}
@media (max-width: calc(48rem - 0.99px)) {
  .hero .hero-media .overlay {
    border-radius: 8px;
  }
}
.hero .hero-media video,
.hero .hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: calc(48rem - 0.99px)) {
  .hero .hero-media video,
  .hero .hero-media img {
    border-radius: 8px;
  }
}
.hero .hero-content {
  position: absolute;
  z-index: 1;
  padding: 28px 28px 76px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 30px;
  max-width: 1335px;
}
@media (max-width: calc(48rem - 0.99px)) {
  .hero .hero-content {
    padding: 28px 24px 53px 24px;
  }
}
.hero .hero-content .title {
  color: #f9f7fd;
  text-transform: uppercase;
}
.hero .hero-content .hero-icons {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.hero .hero-content .hero-icons .hero-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 125.839px;
}
@media (max-width: calc(64rem - 0.99px)) {
  .hero .hero-content .hero-icons .hero-icon {
    height: 86.95px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.hero .hero-content .hero-icons .hero-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  width: 100%;
  height: 125.839px;
}
@media (max-width: calc(64rem - 0.99px)) {
  .hero .hero-content .hero-icons .hero-icon img {
    height: 86.95px;
  }
}

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