.block-cta-standard {
  padding-bottom: 0
}
.block-cta-standard-wrapper {
  position: relative;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  border-radius: 1rem;
  overflow: hidden
}
@media (min-width:90rem) {
  .block-cta-standard-wrapper::after,
  .block-cta-standard-wrapper::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: 3;
    width: 29.25rem;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
  }
}
.block-cta-standard-wrapper::before {
  left: 0;
  background-image: url(../../images/left-arrows-frame.svg);
  background-position: right
}
.block-cta-standard-wrapper::after {
  right: 0;
  background-image: url(../../images/right-arrows-frame.svg);
  background-position: left
}
.block-cta-standard .content-wrapper {
  position: relative;
  padding-inline: 1.25rem;
  padding-top: 5rem;
  padding-bottom: 6rem
}
.block-cta-standard .content-wrapper::after {
  position: absolute;
  top: 11.875rem;
  left: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  width: clamp(61.4375rem,.2946428571rem + 127.380952381vw,114.9375rem);
  height: clamp(37.75rem,15.5357142857rem + 46.2797619048vw,57.1875rem);
  border-radius: 61.4375rem;
  background: radial-gradient(50% 50% at 50% 50%,rgba(106,133,230,.4) 0,rgba(106,133,230,0) 100%);
  transform: translateX(-50%)
}
@media (min-width:62rem) {
  .block-cta-standard .content-wrapper::after {
    top: 5.625rem;
    border-radius: 114.9375rem
  }
}
.block-cta-standard .content-wrapper > * {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%!important
}
@media (min-width:48rem) {
  .block-cta-standard .content-wrapper > * {
    z-index: 4;
    max-width: 35rem!important
  }
}
@media (max-width:35.98rem) {
  .block-cta-standard .content-wrapper .wp-block-buttons .wp-block-button {
    margin-inline: 0
  }
}