


.contentRender_name_plugins_common_CTA_links {
  width: 100%;
  height: auto;
  margin: 0;
  margin-left: 0px;
  margin-bottom: 30px;
}

.panel-footer .cta-footer-links .CTAGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    z-index: 10;
    position: relative;
}

@media (min-width: 600px) {
    .contentRender_name_plugins_common_CTA_links {
      width: 50%;
      height: 0;
      margin: -90px 0;
      margin-left: 300px;
      margin-bottom: 0px;
    }
    .panel-footer .cta-footer-links .CTAGroup {
        padding: 0 var(--space-6);
    }
}


@media (min-width: 900px) {
    .contentRender_name_plugins_common_CTA_links {
        width: 50%;
        height: 0;
        margin: -90px auto;
        margin-left: 60%;
    }
}

@media (min-width: 64em) {
    .contentRender_name_plugins_common_CTA_links {
      width: 100%;
      height: auto;
      margin: 0;
    }
    .panel-footer .cta-footer-links .CTAGroup {
        flex-wrap: nowrap;
    }
}

.panel-footer .cta-footer-links {
    width: 100%;
}



.panel-footer .cta-footer-links .CTAGroup .cta-link {
    max-width: 295px;
    margin: 0 0 0;
}
.panel-footer .cta-footer-links .CTAGroup .cta-link:nth-of-type(2) {
    margin: 16px 0 0;
}

@media (min-width: 64em) {
    .panel-footer .cta-footer-links .CTAGroup {
        justify-content: flex-end;
        padding: 0;
    }
    .panel-footer .cta-footer-links .CTAGroup .cta-link:nth-of-type(2) {
        max-width: 350px;
        margin: 0 0 0;
        margin-left: 30px;
    }
}



.panel-footer .cta-footer-links .CTAGroup .cta-link h4 {
    color: #fff;
    font-family: var(--font-header);
    font-size: 2.1rem;
    line-height: 2.5rem;
    font-weight: 300;
    padding: 0 var(--space-5) 15px;
}

.panel-footer .cta-footer-links .CTAGroup .cta-link p {
    font-family: var(--font-header);
    font-size: 1.1rem;
    line-height: 1.75rem;
    font-weight: 300;
    padding: 0 0 24px;
}

.panel-footer .cta-footer-links .CTAGroup .cta-link a.cta-btn {
    display: block;
    margin: 0 auto;
    background: url('/includes/client_public/assets/shared/arrows/arrow_circle.svg') no-repeat center center;
    height: 47px;
    width: 47px;
    border-radius: 50%;
}

.panel-footer .cta-footer-links .CTAGroup .cta-link a:hover {
    color: #ffffff;
}

@media (min-width: 64em) {
    .panel-footer .cta-footer-links .CTAGroup .cta-link {
        width: 50%;
        max-width: 320px;
    }
}

@media (min-width: 64em) {
    .panel-footer .cta-footer-links .CTAGroup .cta-link h4 {
        font-size: 2.6rem;
        line-height: 3.1rem;
        padding: 0 15px 22px;
    }

    .panel-footer .cta-footer-links .CTAGroup .cta-link p {
        font-size: var(--text-2xl);
        line-height: var(--text-4xl);
        padding: 0 0 24px;
    }
}