/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/cta/src/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.wp-block-image {
  position: relative;
  z-index: 2;
}
.wp-block-image.alignright img {
  margin-left: auto;
}
.wp-block-image.alignleft img {
  margin-right: auto;
}
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.is-style-rounded {
  border-radius: 10px;
}
.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

p.is-style-max-width,
li.is-style-max-width {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/**
 * 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.
 */
.wp-block-crown-blocks-cta {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
}
.wp-block-crown-blocks-cta.text-color-light {
  color: #fff;
}
.wp-block-crown-blocks-cta.text-color-light h1, .wp-block-crown-blocks-cta.text-color-light h2, .wp-block-crown-blocks-cta.text-color-light h3, .wp-block-crown-blocks-cta.text-color-light h4, .wp-block-crown-blocks-cta.text-color-light h5, .wp-block-crown-blocks-cta.text-color-light h6 {
  color: #FFFFFF;
}
.wp-block-crown-blocks-cta.text-color-dark {
  color: #373F41;
}
.wp-block-crown-blocks-cta.text-align-left {
  text-align: left;
}
.wp-block-crown-blocks-cta.text-align-center {
  text-align: center;
}
.wp-block-crown-blocks-cta.text-align-right {
  text-align: right;
}
.wp-block-crown-blocks-cta.align-center > .inner {
  justify-content: center;
  text-align: center;
}
.wp-block-crown-blocks-cta .clipped {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-crown-blocks-cta .cta__content {
  position: relative;
  padding: 20px 20px 40px;
  max-width: 600px;
  text-align: center;
}
@media (min-width: 992px) {
  .wp-block-crown-blocks-cta .cta__content {
    padding: 90px 78px;
  }
}
.wp-block-crown-blocks-cta .cta__background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.wp-block-crown-blocks-cta .svg {
  position: absolute;
  width: 0;
  height: 0;
}
.wp-block-crown-blocks-cta .clipped {
  width: 100%;
  min-height: 400px;
  background-size: cover;
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
}
.wp-block-crown-blocks-cta .cta__cta {
  position: absolute;
  bottom: 23px;
  right: 0;
  width: calc(28.5% - 23px);
}
.wp-block-crown-blocks-cta .cta__cta .btn {
  width: 100%;
}

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