:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.image-cta {
  display: block;
  padding: var(--wp--preset--spacing--m);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.image-cta .bg {
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.image-cta h3 {
  margin-bottom: 0;
}
.image-cta h3 span {
  display: block;
  font-size: var(--wp--preset--font-size--font-40);
  color: #fff;
}
.image-cta h3 span:after {
  content: "";
  display: block;
  max-width: 20rem;
  height: 1px;
  margin: 0.7rem 0 1.1rem 0;
  background: #F0A540;
}
@media (min-width: 1250px) {
  .image-cta h3 span {
    font-size: var(--wp--preset--font-size--font-54);
  }
}
.image-cta h3 em {
  display: block;
  font-size: var(--wp--preset--font-size--font-22);
  font-style: normal;
  text-transform: uppercase;
  color: #F0A540;
}
@media (min-width: 1250px) {
  .image-cta h3 em {
    font-size: var(--wp--preset--font-size--font-26);
  }
}
.image-cta h3 + p {
  margin-top: 2rem;
}
.image-cta p {
  margin-bottom: var(--wp--preset--spacing--m);
  color: #fff;
}
@media (min-width: 1200px) {
  .image-cta p {
    margin-bottom: var(--wp--preset--spacing--xl);
  }
}
.image-cta__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 36rem;
  padding: 2.5rem;
  background: rgba(55, 42, 102, 0.8);
  backdrop-filter: blur(12px);
  border-radius: 5px;
  position: relative;
  z-index: 3;
  transition: background 0.35s ease-in-out;
}
.image-cta__content > * {
  width: 100%;
}
.image-cta__content .btn-wrap {
  margin: auto 0 0 0;
}
.image-cta__content .btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 500;
  line-height: 1.025;
  text-align: center;
  text-decoration: none;
  padding: 3px 3rem 3px 63px !important;
  color: #fff;
  background: #B11226;
  border: none !important;
  border-radius: 5rem !important;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.2) !important;
}
.image-cta__content .btn:hover, .image-cta__content .btn:active, .image-cta__content .btn:focus {
  background: #44307C;
}
.image-cta__content .btn:before, .image-cta__content .btn:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' fill='none'%3E%3Cpath stroke='%23372A66' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13 18.485 8.517-8.35L13 1.711'/%3E%3Cpath stroke='%23372A66' stroke-linecap='round' stroke-width='1.5' d='M20.861 10.15H.983'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  z-index: 3;
  transition-property: transform, opacity;
  transition-duration: 0.35s, 0.3s;
  transition-timing-function: ease-in-out, ease-out;
}
.image-cta__content .btn:before {
  left: -44px;
  opacity: 0;
  transform: translateX(0);
}
.image-cta__content .btn:after {
  left: 3px;
  opacity: 1;
  transform: translateX(0);
}
.image-cta__content .btn:hover:before {
  transform: translateX(47px);
  opacity: 1;
  transition-delay: 0.05s, 0s;
}
.image-cta__content .btn:hover:after {
  transform: translateX(30px);
  opacity: 0;
  transition-delay: 0.05s, 0s;
}
.image-cta__content .btn:not(:hover):before, .image-cta__content .btn:not(:hover):after {
  transition-delay: 0s, 0s;
}
.image-cta__content .btn:hover, .image-cta__content .btn:active, .image-cta__content .btn:focus {
  color: #44307C;
  background: rgba(255, 255, 255, 0.95) !important;
}
.image-cta.small-title h3 span {
  font-size: var(--wp--preset--font-size--font-36);
}
.image-cta.small-title h3 span:after {
  display: none;
}
.image-cta.small-title h3 + .btn-wrap {
  margin-top: var(--wp--preset--spacing--xl);
}
.image-cta:hover .image-cta__content, .image-cta:active .image-cta__content, .image-cta:focus .image-cta__content {
  background: rgba(177, 18, 38, 0.95);
}
.image-cta:hover .image-cta__content .btn, .image-cta:active .image-cta__content .btn, .image-cta:focus .image-cta__content .btn {
  color: #44307C;
  background: rgba(255, 255, 255, 0.95) !important;
}
.image-cta:hover .image-cta__content .btn:before, .image-cta:active .image-cta__content .btn:before, .image-cta:focus .image-cta__content .btn:before {
  transform: translateX(47px);
  opacity: 1;
  transition-delay: 0.05s, 0s;
}
.image-cta:hover .image-cta__content .btn:after, .image-cta:active .image-cta__content .btn:after, .image-cta:focus .image-cta__content .btn:after {
  transform: translateX(30px);
  opacity: 0;
  transition-delay: 0.05s, 0s;
}
