/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/acf-blocks/block-cta.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
/* Backgrounds */
/* Transitions */
/* Icons */
/* Backgrounds */
@media (max-width: 991.98px) {
  .block-cta .container {
    padding-inline: 16px;
  }
}
.block-cta__wrapper {
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 32px;
  background: #000;
  background-image: url(..//images/texture.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .block-cta__wrapper {
    flex-direction: row;
  }
}
.block-cta__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .block-cta__text {
    padding-bottom: 0;
    height: 88px;
  }
}
.block-cta__text h2 {
  color: #FFFFFF;
  font-size: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .block-cta__text h2 {
    font-size: 42px;
    text-align: start;
    margin: 0 0 12px;
  }
}
.block-cta__text p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 992px) {
  .block-cta__text p {
    text-align: start;
  }
}
.block-cta__link {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .block-cta__link {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.block-cta__link a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  width: 100%;
}
@media (min-width: 992px) {
  .block-cta__link a {
    text-align: start;
    padding: 24px 68px;
    font-size: 24px;
  }
}
.block-cta__link .pointer-1 {
  background-image: url(..//images/pointer-1.png);
  bottom: -32px;
  left: -44px;
}
@media (max-width: 991.98px) {
  .block-cta__link .pointer-1 {
    transform: rotate(74deg);
    bottom: 64px;
    left: 24px;
  }
}
.block-cta__link .pointer-2 {
  background-image: url(..//images/pointer-2.png);
  bottom: -12px;
  right: -2px;
}
@media (max-width: 991.98px) {
  .block-cta__link .pointer-2 {
    bottom: -36px;
    right: 14px;
  }
}
.block-cta__link .pointer {
  z-index: 2;
  position: absolute;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=block-cta.css.map*/