/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-mq20-hero-video {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--c_neutral--black);
}
.wp-block-create-block-mq20-hero-video .hero-content-container {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding-bottom: 80px;
  color: var(--c_neutral--white);
}
.wp-block-create-block-mq20-hero-video .hero-content-container .hero-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.wp-block-create-block-mq20-hero-video .hero-content-container .hero-content h1 {
  transform: translate(0, 20px);
  opacity: 0;
}
.wp-block-create-block-mq20-hero-video .hero-content-container .hero-content .hero-content-texts {
  display: flex;
  align-items: flex-start;
  flex: 0 0 400px;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0, 20px);
  opacity: 0;
}
.wp-block-create-block-mq20-hero-video video {
  display: block;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: lighten;
}
.wp-block-create-block-mq20-hero-video .hero-background {
  display: none;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: 100dvh;
}
.wp-block-create-block-mq20-hero-video .hero-background img {
  width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 1024px) {
  .wp-block-create-block-mq20-hero-video .hero-content-container {
    padding-bottom: 80px;
  }
  .wp-block-create-block-mq20-hero-video .hero-content-container .hero-content {
    flex-direction: column;
    gap: 24px;
  }
  .wp-block-create-block-mq20-hero-video .hero-content-container .hero-content .hero-content-texts {
    flex: unset;
    gap: 40px;
  }
  .wp-block-create-block-mq20-hero-video video {
    display: none;
    height: 100dvh;
  }
  .wp-block-create-block-mq20-hero-video .hero-background {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-create-block-mq20-hero-video .hero-content-container .hero-content h1 {
    transform: translate(0, 0);
    opacity: 1;
  }
  .wp-block-create-block-mq20-hero-video .hero-content-container .hero-content .hero-content-texts {
    transform: translate(0, 1);
    opacity: 1;
  }
}

/*# sourceMappingURL=style-index.css.map*/