.fx-cta.cta-7-wrapper .cta-7-v2 {
  padding: 61px 54px 58px;
  margin-bottom: 48px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: #0760c3;
  background: -webkit-linear-gradient(180deg, #0760c3 0%, #0253ae 100%);
  background: -moz-linear-gradient(180deg, #0760c3 0%, #0253ae 100%);
  background: -ms-linear-gradient(180deg, #0760c3 0%, #0253ae 100%);
  background: linear-gradient(180deg, #0760c3 0%, #0253ae 100%);
  overflow: hidden;
}

.fx-cta.cta-7-wrapper .cta-7-v2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(/wp-content/themes/fx/assets/img/ctas/07/v2/cta7-bg.png)
    no-repeat right 0;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-img {
  position: absolute;
  right: 2.3923444976%;
  height: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  width: 38.27751%;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-img img {
  max-width: 100%;
  height: auto;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-body {
  position: relative;
  z-index: 1;
  max-width: 55%;
}

.fx-cta.cta-7-wrapper .cta-7-v2 form .form-group { flex-direction: column!important;}
.fx-cta.cta-7-wrapper .cta-7-v2 form .form-group button {margin-left: 0px!important;; margin-top: 1rem!important;}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: -0.014em;
  color: #ffffff;
  margin: 0 0 17px;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #f9fbff;
  margin: 0 0 18px;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-lead {
  font-family: "Inter-Regular", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #ffdf6f;
  margin: 0 0 18px;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-lead-circle {
  position: relative;
  z-index: 0;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-lead-circle:before {
  content: "";
  display: block;
  position: absolute;
  left: -10%;
  top: -25%;
  height: 150%;
  width: 113%;
  z-index: -1;
  border: 1px solid #ffdf6f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-btn {
  font-family: "Inter-Regular", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.014em;
  color: #f9fbff;
  display: inline-block;
  text-decoration: none;
  padding: 14px 16px;
  background-color: #00448f;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-cta.cta-7-wrapper .cta-7-v2 form button {
	background-color: #00448f!important;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-btn:focus,
.fx-cta.cta-7-wrapper .cta-7-v2 .card-btn:hover,
.fx-cta.cta-7-wrapper .cta-7-v2 form button:focus,
.fx-cta.cta-7-wrapper .cta-7-v2 form button:hover {
  color: #f9fbff!important;
  background-color: #207de9!important;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-btn-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #41d58c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}

.fx-cta.cta-7-wrapper .cta-7-v2 .card-btn-icon img {
  margin-top: 11px;
  width: auto !important;
}

@media (max-width: 767px) {
  .fx-cta.cta-7-wrapper .cta-7-v2 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding: 24px 24px 48px;
  }

  .fx-cta.cta-7-wrapper .cta-7-v2:before {
    background-image: url(/wp-content/themes/fx/assets/img/ctas/07/v2/cta7-bg-v.png);
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }

  .fx-cta.cta-7-wrapper .cta-7-v2 .card-img {
    right: 0;
    left: 0;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
  }

  .fx-cta.cta-7-wrapper .cta-7-v2 .card-body {
    max-width: inherit;
  }

  .fx-cta.cta-7-wrapper .cta-7-v2 .card-btn {
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
  }

  .fx-cta.cta-7-wrapper .cta-7-v2 .card-title {
    font-size: 36px;
    line-height: 42px;
  }
}
