.image-cta {
  text-decoration: none;
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: auto;
  border-radius: 16px;
}
.image-cta__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.image-cta__content {
  padding: var(--wp--preset--spacing--small);
  background: rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
.image-cta h2 {
  font-size: var(--wp--preset--font-size--24);
  font-family: var(--wp--preset--font-family--primary);
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}
.image-cta p {
  color: #fff;
}
.image-cta .btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--18);
  font-weight: 500;
  line-height: 1.05;
  text-decoration: none;
  padding: 1.2rem 2rem;
  border-radius: 0;
  color: white;
  background: var(--wp--preset--color--primary);
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-cta .btn:after {
  content: "";
  background-color: white;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" fill="none" viewBox="0 0 24 24"><path stroke="%231c274c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 12h2.5M20 12l-6-6m6 6-6 6m6-6H9.5"/></svg>');
          mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" fill="none" viewBox="0 0 24 24"><path stroke="%231c274c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 12h2.5M20 12l-6-6m6 6-6 6m6-6H9.5"/></svg>');
  width: 26px;
  height: 28px;
  margin-left: 8px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-cta .btn:hover, .image-cta .btn:active, .image-cta .btn:focus {
  background: var(--wp--preset--color--blue);
  color: white;
}
.image-cta .btn:hover:before, .image-cta .btn:active:before, .image-cta .btn:focus:before {
  background-color: var(--wp--preset--color--primary);
}
.image-cta .btn {
  background-color: white;
  color: var(--wp--preset--color--dark-green);
  margin-left: 20px;
}/*# sourceMappingURL=block-image-cta.css.map */