/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.dm-hero {
  min-height: 750px;
  height: 70vh;
  max-height: 750px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) {
  .dm-hero {
    padding: 100px 0 70px 0;
    height: auto;
    max-height: initial;
    min-height: initial;
  }
}
.dm-hero h1 {
  margin: 0 0 30px 0;
}
@media (max-width: 769px) {
  .dm-hero h1 {
    font-size: 3.2rem;
  }
}
.dm-hero .dm-hero-right {
  font-size: 2rem;
}
.dm-hero .dm-container {
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 980px) {
  .dm-hero .dm-container {
    grid-template-columns: 1fr !important;
  }
}
.dm-hero .dm-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}
.dm-hero .dm-hero-buttons {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 980px) {
  .dm-hero .dm-hero-buttons {
    justify-content: center;
    flex-direction: row;
    font-size: 1.6rem;
  }
  .dm-hero .dm-hero-buttons .wp-block-button {
    width: 100%;
  }
  .dm-hero .dm-hero-buttons .wp-block-button a {
    width: 100%;
  }
}
.dm-hero .dm-hero-left {
  position: relative;
  text-align: center;
}
.dm-hero .dm-hero-left img {
  max-width: 100%;
  width: auto;
  max-height: 500px;
}
.dm-hero .dm-hero-left video {
  border-radius: 25px;
  width: 100%;
}
.dm-hero .dm-hero-left .dm-hero-media-desktop {
  display: block;
}
@media (max-width: 520px) {
  .dm-hero .dm-hero-left .dm-hero-media-desktop {
    display: none;
  }
}
.dm-hero .dm-hero-left .dm-hero-media-mobile {
  display: none;
}
@media (max-width: 520px) {
  .dm-hero .dm-hero-left .dm-hero-media-mobile {
    display: block;
  }
}

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