.cmi-module-gradient-footer {
  position: relative;
  color: #ffffff;
  border-bottom: 2px solid #d10074;
  padding: 4rem 0 10rem;
  overflow: hidden;
}
@media (min-width: 544px) {
  .cmi-module-gradient-footer {
    padding: 4rem 0 15rem;
  }
}
@media (min-width: 768px) {
  .cmi-module-gradient-footer {
    padding: 4rem 0 12rem;
  }
}
@media (min-width: 992px) {
  .cmi-module-gradient-footer {
    padding: 6rem 0;
  }
}
.cmi-module-gradient-footer::before {
  position: absolute;
  content: "";
  bottom: -65px;
  right: -45px;
  width: 300px;
  height: 300px;
  background-image: url("/wp-content/uploads/2025/10/cta-arrow-circle-magenta.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .cmi-module-gradient-footer::before {
    top: 50%;
    left: calc(50vw + 50px);
    width: 580px;
    height: 580px;
    transform: translateY(-50%);
  }
}
.cmi-module-gradient-footer--plum {
  background: linear-gradient(180deg, #272727, #69003a);
}
.cmi-module-gradient-footer--slate {
  background: linear-gradient(180deg, #272727, #494949);
}
.cmi-module-gradient-footer .btn.btn--outline.magenta {
  color: #ffffff;
}
