/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ep-hero-article/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.
 */
/**
 * Vars
 */
/**
 * Block parent wrapper starts
 */
.wp-block-create-block-ep-hero-article {
  --body-font-size: 16px;
  position: relative;
  min-height: 760px;
}
@media (min-width: 1024px) {
  .wp-block-create-block-ep-hero-article {
    min-height: calc(100vh - 200px);
  }
}
.wp-block-create-block-ep-hero-article .hero-article__image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.wp-block-create-block-ep-hero-article .hero-article__image-container > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-create-block-ep-hero-article .hero-article__image-container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.wp-block-create-block-ep-hero-article .hero-article__content {
  position: relative;
  max-width: var(--global-content-width, 1536px);
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  color: white;
  padding-block: 112px;
  padding-inline: 16px;
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .wp-block-create-block-ep-hero-article .hero-article__content {
    padding-inline: 24px;
    padding-block: 128px;
  }
}
@media (min-width: 1024px) {
  .wp-block-create-block-ep-hero-article .hero-article__content {
    padding-inline: 48px;
  }
}
.wp-block-create-block-ep-hero-article .hero-article__content a {
  color: inherit;
  text-decoration: none;
}
.wp-block-create-block-ep-hero-article .hero-article__content a .hero-article__title {
  color: inherit;
  font-family: "Suisse", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .wp-block-create-block-ep-hero-article .hero-article__content a .hero-article__title {
    font-size: 48px;
    line-height: 1.05;
  }
}
.wp-block-create-block-ep-hero-article .hero-article__date {
  font-family: "Suisse", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 1;
}
.wp-block-create-block-ep-hero-article .hero-article__excerpt {
  max-width: 490px;
  font-family: "Suisse", sans-serif;
  font-size: var(--body-font-size);
  line-height: 1.4;
}
.wp-block-create-block-ep-hero-article .hero-article__link {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 16px;
  font-family: "Ambit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

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