/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/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/assets/scss/columns-block.ext.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.is-checkmark {
  padding: 0;
  position: relative;
  padding-top: 2rem !important;
}
.is-checkmark::before {
  content: "";
  position: absolute;
  left: calc(var(--wp--preset--spacing--default-padding) * -1);
  right: calc(var(--wp--preset--spacing--default-padding) * -1);
  top: 0;
  height: 1px;
  background: var(--wp--preset--color--white);
  display: block;
}
@media (max-width: 781px) {
  .is-checkmark::before {
    display: none;
    position: static;
  }
}
.is-checkmark > .wp-block-column {
  position: relative;
  margin-top: 0 !important;
}
.is-checkmark > .wp-block-column::before {
  content: url("data:image/svg+xml,<svg width=\"34\" height=\"35\" viewBox=\"0 0 34 35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.4141 0.705078C21.6843 0.811087 25.7573 2.55318 28.7852 5.58105C31.9108 8.70666 33.667 12.9459 33.667 17.3662L33.6611 17.7803C33.5551 22.0505 31.813 26.1235 28.7852 29.1514C25.7573 32.1792 21.6843 33.9213 17.4141 34.0273L17 34.0332C14.8114 34.0332 12.6441 33.6022 10.6221 32.7646C8.59998 31.9271 6.76249 30.699 5.21484 29.1514C3.6672 27.6037 2.43914 25.7662 1.60156 23.7441C0.816412 21.8485 0.389302 19.8252 0.338867 17.7764L0.333008 17.3662C0.333008 15.1776 0.764057 13.0103 1.60156 10.9883C2.43914 8.96619 3.6672 7.1287 5.21484 5.58105C6.76249 4.03341 8.59998 2.80535 10.6221 1.96777C12.6441 1.13027 14.8114 0.699219 17 0.699219L17.4141 0.705078ZM23.1787 12.8555C22.5279 12.2046 21.4722 12.2047 20.8213 12.8555L15.333 18.3438L13.1787 16.1885L13.0518 16.0742C12.3972 15.5404 11.4314 15.5784 10.8213 16.1885C10.2111 16.7986 10.1732 17.7643 10.707 18.4189L10.8213 18.5459L14.1553 21.8789C14.8062 22.5294 15.861 22.5297 16.5117 21.8789L23.1787 15.2119C23.8291 14.5611 23.8291 13.5062 23.1787 12.8555Z\" fill=\"%23CADF9C\"/></svg>");
  position: absolute;
  top: -2rem;
  left: 50%;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  transform: translate(-50%, -50%);
  background: var(--wp--preset--color--dark-green);
  padding: var(--wp--preset--spacing--0-75);
}
@media (max-width: 781px) {
  .is-checkmark > .wp-block-column {
    padding-top: 2rem;
  }
  .is-checkmark > .wp-block-column::before {
    top: 0;
    justify-content: center;
    z-index: 1;
  }
  .is-checkmark > .wp-block-column::after {
    content: "";
    display: block;
    position: absolute;
    left: calc(var(--wp--preset--spacing--default-padding) * -1);
    right: calc(var(--wp--preset--spacing--default-padding) * -1);
    top: 0;
    height: 1px;
    background: var(--wp--preset--color--white);
  }
}

/*# sourceMappingURL=columns-block.ext.css.map*/