/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/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/blocks/cta/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
.cta {
  color: #fff;
  margin-top: 8.4375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 75vh;
  position: relative;
}
.cta::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  z-index: 2;
}
.cta-title {
  margin: 0 0 0.4375rem 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 3.1875rem;
  width: 100%;
}
.cta-title::after {
  content: "";
  position: relative;
  display: block;
  margin: 0.5rem auto;
  width: 100%;
  height: 0.125rem;
  background-color: #B8DC80;
}
.cta-description {
  font-size: 1.0625rem;
  line-height: 1.5;
}
.cta-button {
  margin-top: 2.1875rem;
}
@media (max-width: 47.9375rem) {
  .cta {
    margin-top: 4.25rem;
  }
  .cta-title {
    font-size: 2.5rem;
  }
}

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