.intercom-lightweight-app {
    display: none;
}

/* ========== STP General Details ========== */

.stp-general-details {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 38.462%, rgba(102, 102, 102, 0) 100%),rgb(25, 0, 57);
    color: #fff;
    padding: 132px 0 0;

    .multi-color-divider {
        padding-top: 137px;
    }
}

.with-campaign-banner .stp-general-details {
    padding-top: 168px;
}

.stp-general-details-inner {
    display: flex;
    justify-content: space-between;
    min-height: 620px;
}

.stp-general-details-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding-right: 80px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.stp-general-details-logo {
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.stp-general-details-eyebrow {
    border: 1px solid rgb(146 226 88 / 30%);
    background: rgb(146 226 88 / 15%);
    border-radius: 20px;
    color: #92E258;
    font-size: 13px;
    font-weight: 500;
    height: 28px;
    line-height: 2.2;
    padding-left: 15px;
    padding-right: 15px;
    width: max-content;
}

.stp-general-details-text .stp-general-details-title {
    color: #fff;
    font-size: 60px;
    font-stretch: 40%;
    font-weight: 550;
    line-height: 1;
    margin: 0;
}

.stp-general-details-title > span {
    color: #0DC1DC;
}

.stp-general-details-subtext {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
}

.stp-general-details-subtext p {
    font-weight: 400;
    margin: 0 0 30px;
    padding: 0;
}

.stp-general-details-subtext p:last-child {
    margin-bottom: 0;
}

.stp-general-details-subtext del {
    color: rgba(222, 222, 222, 0.5);
    text-decoration: line-through;
}

.stp-general-details-text .cta-btn-group {
    justify-content: normal;
}

.stp-general-details-text .cta-btn-group > a {
    font-weight: 400;
}

.stp-general-details-text a.cta-btn-w-lg.light {
    border: 1px solid #fff;
}

.stp-general-details-text a.cta-btn-mc-out {
    color: #fff;
}

.stp-general-details-carousel {
    align-items: center;
    display: flex;
    padding-left: 46px;
    width: calc(100% - 596px);
}

.stp-general-details-carousel .stat-card {
    background: rgba(137, 51, 0, 0.05);
    border: 1px solid #7A7086;
    box-shadow: 0 4px 12.8px 0 rgba(0, 0, 0, 0.50);
    padding: 44px 10px 54px;
    text-align: center;
    width: 180px;
}

.stp-general-details-carousel .stat-card:not(.stat-card--featured):first-child {
    border-radius: 20px 0 0 20px;
    border-right: 0;
}

.stp-general-details-carousel .stat-card--featured {
    border: 1px solid #04C1DC;
    border-radius: 20px;
    padding: 83px 10px 103px;
    width: 256px;
}

.stp-general-details-carousel .stat-card:not(.stat-card--featured):last-child {
    border-radius: 0 20px 20px 0;
    border-left: 0;
}

.stp-general-details-carousel .stat-card .stat-card__eyebrow {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.stp-general-details-carousel .stat-card--featured .stat-card__eyebrow {
    color: #04C1DC;
}

.stp-general-details-carousel .stat-card:nth-child(3) .stat-card__eyebrow {
    color: #7A7086;
}

.stp-general-details-carousel .stat-card .stat-card__value {
    color: #F8D20E;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
}

.stp-general-details-carousel .stat-card:not(:first-child) .stat-card__value {
    color: #fff;
}

.stp-general-details-carousel .stat-card--featured .stat-card__value {
    color: #fff;
    font-size: 45px;
}

.stp-general-details-carousel .stat-card .stat-card__subtext p {
    color: #7A7086;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* ========== WHEREFIT Overview Section ========== */

.wherefit-overview {
    padding-top: 100px;
    padding-bottom: 100px;
}

.wherefit-overview-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wherefit-overview-image img {
    height: 670px;
    object-fit: contain;
    width: auto;
}

.wherefit-overview .info-card {
    padding-left: 50px;
}

.wherefit-overview .info-card h2 {
    font-size: 60px;
    max-width: 400px;
    white-space: normal;
}

.wherefit-overview .info-card p {
    max-width: 341px;
}

.wherefit-overview .info-card .cta-btn-w-lg {
    font-weight: 500;
}

.wherefit-overview .info-card .cta-btn-w-lg:before {
    display: none;
}


/* ========== Speak to the Members Section ========== */

.speak-to-the-principal-members {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 38.462%, rgba(102, 102, 102, 0) 100%),rgb(25, 0, 57);
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.speak-to-the-principal-members h2 {
    color: #fff;
    max-width: 315px;
    white-space: normal;
}

.speak-to-the-principal-members--columns {
    display: flex;
    gap: 78px;
}

.speak-to-the-principal-members--columns .card-column {
    border-radius: 20px;
    border: 1px solid #A1A1A1;
    box-shadow: 0 4px 12.8px 0 rgba(0, 0, 0, 0.50);
    padding: 30px;
}

.speak-to-the-principal-members__icon {
    height: 82px;
    width: 82px;
    object-fit: contain;
}

.speak-to-the-principal-members__title {
    font-size: 40px;
    font-weight: 300;
    margin: 40px 0;
    font-style: italic;
    font-stretch: 30%;
    line-height: 1;
}

.speak-to-the-principal-members .cta-btn-group > a {
    font-weight: 600;
    font-size: 14px;
    width: 140px;
}

.speak-to-the-principal-members .cta-btn-group .cta-btn-mc-out {
    color: #fff;
}

.stat-card__subtext {
    color: #7A7086;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.stat-card__subtext-top {
    color: #fff;
}

.speak-to-the-principal-members-hr {
    margin: 40px 0;
    border: none;
    border-top: 1px solid #A1A1A1;
}

.text-center {
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.speak-to-the-principal-members a.cta-btn-w-lg {
    font-weight: 600;
}


/* ========== STP 4th Section ========== */

.scrolling-logos-section {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* ========== How it Works Section ========== */

.how-it-works {
    padding-top: 100px;
    padding-bottom: 150px;
    margin-bottom: -870px;
}

.how-it-works .features-wrapper {
    margin: auto;
}


/* ========== BP Stats Section ========== */

.bp-stats {
    padding-bottom: 150px;
}

.bp-stats .accordions-block  {
    padding-bottom: 0;
}

.bp-stats .stats-wrapper  {
    padding-top: 100px;
}

.bp-stats .info-card h2 {
    max-width: 315px;
    width: 100%;
}

.bp-stats .with-setheight .stat-card:hover .stat-image {
    aspect-ratio: 1.44;
}

.with-setheight .stat-card:hover .stat-content {
    max-height: 100px;
}

.bp-stats .cta-btn-w-lg {
    font-weight: 600;
}


/* ========== Savings in Action Section ========== */

.savings-and-testimonials {
    padding-top: 200px;
    padding-bottom: 200px;
}

.savings-and-testimonials-inner .info-card-wrapper {
    display: flex;
    align-items: center;
}

.savings-and-testimonials-inner .info-card-wrapper > div {
    width: calc(50% - 50px);
}

.savings-and-testimonials-image {
    width: calc(50% + 50px);
    padding-left: 50px;
}

.savings-and-testimonials-image img {
    width: 100%;
}

.savings-and-testimonials .info-card h2 {
    font-size: 60px;
    white-space: normal;
}

.savings-and-testimonials .info-card .cta-btn-w-lg {
    font-weight: 500;
}

.savings-and-testimonials--columns {
    margin-top: 150px;
    display: flex;
    gap: 78px;
}

.savings-and-testimonials--columns .card-column {
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 0 4px 12.8px 0 rgba(0, 0, 0, 0.20);
    padding: 30px;
    position: relative;
}

.savings-and-testimonials__icon {
    height: 64px;
    object-fit: contain;
    margin-bottom: 40px;
}

.savings-and-testimonials__subtext {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.savings-and-testimonials__subtext p {
    padding-bottom: 5px;
}

.savings-and-testimonials-hr {
    margin: 30px 0;
    border: none;
    border-top: 1px solid #000;
    max-width: 93px;
}

.svg-border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    object-fit: cover;
    width: 100%;
}


/* ========== Call to action form Section ========== */

.call-to-action-form {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 38.462%, rgba(102, 102, 102, 0) 100%),rgb(25, 0, 57);
    color: #fff;
    padding: 100px 0;
    z-index: 1;

    .multi-color-divider {
        padding-top: 137px;
    }
}

.call-to-action-form-inner {
    display: flex;
    justify-content: space-between;
    min-height: 620px;
}

.call-to-action-form-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding-right: 80px;
}

.call-to-action-form-logo {
    max-width: 80px;
    max-height: 35px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.call-to-action-form-eyebrow {
    border: 1px solid rgb(146 226 88 / 30%);
    background: rgb(146 226 88 / 15%);
    border-radius: 20px;
    color: #92E258;
    font-size: 13px;
    font-weight: 500;
    height: 28px;
    line-height: 2.2;
    padding-left: 15px;
    padding-right: 15px;
    width: max-content;
}

.call-to-action-form-text .call-to-action-form-title {
    color: #fff;
    font-size: 60px;
    font-stretch: 40%;
    font-weight: 550;
    line-height: 1;
    margin: 0;
}

.call-to-action-form-title > span {
    color: #0DC1DC;
}

.call-to-action-form-subtext {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
}

.call-to-action-form-subtext p {
    font-weight: 400;
    margin: 0 0 30px;
    padding: 0;
}

.call-to-action-form-subtext p:last-child {
    margin-bottom: 0;
}

.call-to-action-form-subtext del {
    color: rgba(222, 222, 222, 0.5);
    text-decoration: line-through;
}

.call-to-action-form-text .cta-btn-group {
    justify-content: normal;
}

.call-to-action-form-text .cta-btn-group > a {
    font-weight: 400;
}

.call-to-action-form-text a.cta-btn-w-lg.light {
    border: 1px solid #fff;
}

.call-to-action-form-text a.cta-btn-mc-out {
    color: #fff;
}

.call-to-action-form-form {
    background: #fff;
    border-radius: 20px;
    max-width: calc(100% - 596px);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.call-to-action-form-form:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(105deg, var(--gradient1) 5.22%, var(--gradient2) 37.3%, var(--gradient3) 69.38%, var(--gradient4) 101.45%);
    -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
    mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 20px;
    pointer-events: none;
}

/* Form styles are shared: see css/newDesign/wf-referral-form.css */

.call-to-action-form-form .cta-btn-mc-out {
    border: none;
    font-weight: 600;
}


/* ========== STP 9th Section ========== */

.stp-9th-section {
    height: 595px;
    padding-top: 0;
}

.stp-9th-section > video {
    height: 100%;
    margin-top: 0;
}


/* ========== FAQS Section ========== */

.stp-mb-faqs {
    padding-top: 100px;
    padding-bottom: 100px;
}

.stp-mb-faqs-inner {
    display: flex;
}

.stp-mb-faqs-inner > div {
    width: 50%;
}

.stp-mb-faqs-inner > div.info-card {
    width: calc(50% - 194px);
    padding-right: 194px;
}

.stp-mb-faqs-inner h2 {
    font-size: 60px;
}

.stp-mb-faqs-content .faq-item {
    border-top: 1px solid #EAEAEA;
    padding: 20px 0
}

.stp-mb-faqs-content .faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 12px 0;
    padding-right: 30px;
    width: calc(100% - 30px);
    font-size: 15.9px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: inherit;
}

.stp-mb-faqs-content .faq-question::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
}

.stp-mb-faqs-content .faq-question[aria-expanded="true"]::after {
    transform: translateY(-30%) rotate(-135deg);
}

.stp-mb-faqs-content .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.stp-mb-faqs-content .faq-answer p {
    color: #171717;
    font-size: 15.6px;
    line-height: 24px;
    margin-top: 11px;
}

.stp-mb-faqs-content .faq-answer-inner {
    padding: 0 0 20px;
}




/* ========== Footer Section ========== */

body.page-template-template-new-STP-MB-landing footer.footer {
    margin-top: 0;
}


@media(max-width: 1310px) {
    .how-it-works .features-wrapper {
        display: flex;
    }
    
    .how-it-works .features-wrapper .info-card {
        position: sticky;
        padding-right: 40px;
    }

    .bp-stats .accordions-group {
        width: 100%;
    }
    
    .bp-stats .stats-wrapper {
        gap: 40px;
    }
    
    .bp-stats .stats-wrapper > div {
        width: calc(50% - 20px);
    }

}

@media(max-width: 1024px) {
    .stp-general-details-inner {
        flex-direction: column;
        gap: 80px;
    }

    .stp-general-details-inner > div {
        justify-content: center;
        padding: 0;
        width: 100%;
    }

    .speak-to-the-principal-members--columns {
        gap: 40px;
    }

    .how-it-works .features-wrapper {
        display: block;
    }

    .savings-and-testimonials {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .savings-and-testimonials--columns {
        margin-top: 60px;
    }

    .savings-and-testimonials--columns {
        gap: 30px;
    }

    .call-to-action-form-inner {
        flex-direction: column;
        gap: 40px;
    }

    .call-to-action-form-form {
        max-width: 100%;
    }

    .how-it-works .features-row {
        justify-content: normal;
    }
}

@media(max-width: 767px) {
    .speak-to-the-principal-members h2 {
        max-width: 100%;
    }

    .speak-to-the-principal-members--columns {
        flex-direction: column;
    }

    .speak-to-the-principal-members--columns .card-column {
        padding: 20px;
    }
    
    .savings-and-testimonials-inner .info-card-wrapper,
    .savings-and-testimonials--columns {
        flex-direction: column;
    }

    .savings-and-testimonials-inner .info-card-wrapper {
        gap: 40px;
    }

    .savings-and-testimonials-inner .info-card-wrapper > div {
        width: 100%;
        padding: 0;
    }

    .stp-mb-faqs-inner {
        flex-direction: column;
        gap: 32px;
    }

    .stp-mb-faqs-inner > div {
        padding: 0 !important;
        width: 100%!important;
    }

    .bp-stats .stats-wrapper > div {
        width: 100%;
    }

    .bp-stats .stats-wrapper .stat-content {
        padding: 24px 0;
        width: 100%;
    }

    .bp-stats .stats-wrapper .stat-description {
        margin-bottom: 0;
    }
}

@media(max-width: 600px) {
    .stp-general-details-text .cta-btn-group {
        gap: 10px;
    }

    .stp-general-details-text .cta-btn-group > a {
        gap: 8px;
    }

    .stp-general-details-text a.cta-btn-w-lg:before {
        width: 20px;
        height: 18px;
    }

    .stp-general-details-carousel {
        flex-direction: column;
    }
    
    .stp-general-details-carousel > .stat-card {
        width: 60%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .stp-general-details-carousel > .stat-card--featured {
        width: calc(100% - 20px);
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stp-general-details-carousel .stat-card:not(.stat-card--featured):first-child {
        border-radius: 20px 20px 0 0;
        border: 1px solid #7A7086;
    }

    .stp-general-details-carousel .stat-card:not(.stat-card--featured):last-child {
        border-radius: 0 0 20px 20px;
        border: 1px solid #7A7086;
    }

    .stp-general-details-carousel .stat-card .stat-card__eyebrow {
        padding: 0;
    }

    .wherefit-overview-inner {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .wherefit-overview .info-card {
        padding-left: 0;
    }
    
    .stp-general-details .multi-color-divider {
        padding-top: 90px;
    }

    .scrolling-logos-section,
    .wherefit-overview,
    .bp-stats,
    .speak-to-the-principal-members,
    .how-it-works,
    .call-to-action-form,
    .stp-mb-faqs {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .how-it-works {
        margin-bottom: -815px;
    }
}
