body.page-id-44,
body.page-id-45,
body.page-id-46,
body.page-template-template-member-package-new,
body.page-template-template-checkout-packages-new,
body.page-template-template-package-success-new {
    --alt-partner-flow-hero-surface: linear-gradient(135deg, #f5fbf7 0%, #eef7f1 56%, #f9fcfa 100%);
    --alt-partner-flow-hero-border: rgba(33, 120, 72, 0.14);
    --alt-partner-flow-hero-text: #133526;
    --alt-partner-flow-hero-muted: #4d6759;
    --alt-partner-flow-hero-accent: #217848;
    --alt-partner-flow-hero-accent-soft: rgba(33, 120, 72, 0.12);
    --alt-partner-flow-hero-line: rgba(33, 120, 72, 0.16);
}

body.page-id-44 .alt-partner-flow-hero,
body.page-id-45 .alt-partner-flow-hero,
body.page-id-46 .alt-partner-flow-hero,
body.page-template-template-member-package-new .alt-partner-flow-hero,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero,
body.page-template-template-package-success-new .alt-partner-flow-hero {
    padding: 28px 0 18px;
}

body.page-id-44 .alt-partner-flow-hero__inner,
body.page-id-45 .alt-partner-flow-hero__inner,
body.page-id-46 .alt-partner-flow-hero__inner,
body.page-template-template-member-package-new .alt-partner-flow-hero__inner,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__inner,
body.page-template-template-package-success-new .alt-partner-flow-hero__inner {
    min-height: 240px;
    padding: 32px 36px;
    border: 1px solid var(--alt-partner-flow-hero-border);
    border-radius: 28px;
    background: var(--alt-partner-flow-hero-surface);
    box-shadow: 0 18px 40px rgba(19, 53, 38, 0.08);
    display: grid;
    gap: 26px;
    align-items: end;
}

body.page-id-44 .alt-partner-flow-hero__copy,
body.page-id-45 .alt-partner-flow-hero__copy,
body.page-id-46 .alt-partner-flow-hero__copy,
body.page-template-template-member-package-new .alt-partner-flow-hero__copy,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__copy,
body.page-template-template-package-success-new .alt-partner-flow-hero__copy {
    max-width: 760px;
}

body.page-id-44 .alt-partner-flow-hero__eyebrow,
body.page-id-45 .alt-partner-flow-hero__eyebrow,
body.page-id-46 .alt-partner-flow-hero__eyebrow,
body.page-template-template-member-package-new .alt-partner-flow-hero__eyebrow,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__eyebrow,
body.page-template-template-package-success-new .alt-partner-flow-hero__eyebrow {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--alt-partner-flow-hero-accent);
}

body.page-id-44 .alt-partner-flow-hero__title,
body.page-id-45 .alt-partner-flow-hero__title,
body.page-id-46 .alt-partner-flow-hero__title,
body.page-template-template-member-package-new .alt-partner-flow-hero__title,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__title,
body.page-template-template-package-success-new .alt-partner-flow-hero__title {
    margin: 0;
    color: var(--alt-partner-flow-hero-text);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.04;
}

body.page-id-44 .alt-partner-flow-hero__subtitle,
body.page-id-45 .alt-partner-flow-hero__subtitle,
body.page-id-46 .alt-partner-flow-hero__subtitle,
body.page-template-template-member-package-new .alt-partner-flow-hero__subtitle,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__subtitle,
body.page-template-template-package-success-new .alt-partner-flow-hero__subtitle {
    margin: 14px 0 0;
    max-width: 680px;
    color: var(--alt-partner-flow-hero-muted);
    font-size: 1.6rem;
    line-height: 1.6;
}

body.page-id-44 .alt-partner-flow-hero__steps,
body.page-id-45 .alt-partner-flow-hero__steps,
body.page-id-46 .alt-partner-flow-hero__steps,
body.page-template-template-member-package-new .alt-partner-flow-hero__steps,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__steps,
body.page-template-template-package-success-new .alt-partner-flow-hero__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-44 .alt-partner-flow-hero__step,
body.page-id-45 .alt-partner-flow-hero__step,
body.page-id-46 .alt-partner-flow-hero__step,
body.page-template-template-member-package-new .alt-partner-flow-hero__step,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__step,
body.page-template-template-package-success-new .alt-partner-flow-hero__step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--alt-partner-flow-hero-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--alt-partner-flow-hero-muted);
}

body.page-id-44 .alt-partner-flow-hero__step.is-active,
body.page-id-45 .alt-partner-flow-hero__step.is-active,
body.page-id-46 .alt-partner-flow-hero__step.is-active,
body.page-template-template-member-package-new .alt-partner-flow-hero__step.is-active,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__step.is-active,
body.page-template-template-package-success-new .alt-partner-flow-hero__step.is-active {
    border-color: rgba(33, 120, 72, 0.26);
    background: #ffffff;
    color: var(--alt-partner-flow-hero-text);
    box-shadow: 0 12px 24px rgba(33, 120, 72, 0.08);
}

body.page-id-44 .alt-partner-flow-hero__step.is-complete,
body.page-id-45 .alt-partner-flow-hero__step.is-complete,
body.page-id-46 .alt-partner-flow-hero__step.is-complete,
body.page-template-template-member-package-new .alt-partner-flow-hero__step.is-complete,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__step.is-complete,
body.page-template-template-package-success-new .alt-partner-flow-hero__step.is-complete {
    background: var(--alt-partner-flow-hero-accent-soft);
}

body.page-id-44 .alt-partner-flow-hero__step-index,
body.page-id-45 .alt-partner-flow-hero__step-index,
body.page-id-46 .alt-partner-flow-hero__step-index,
body.page-template-template-member-package-new .alt-partner-flow-hero__step-index,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__step-index,
body.page-template-template-package-success-new .alt-partner-flow-hero__step-index {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    font-size: 1.3rem;
    font-weight: 700;
    background: rgba(19, 53, 38, 0.08);
    color: var(--alt-partner-flow-hero-text);
}

body.page-id-44 .alt-partner-flow-hero__step.is-active .alt-partner-flow-hero__step-index,
body.page-id-45 .alt-partner-flow-hero__step.is-active .alt-partner-flow-hero__step-index,
body.page-id-46 .alt-partner-flow-hero__step.is-active .alt-partner-flow-hero__step-index,
body.page-template-template-member-package-new .alt-partner-flow-hero__step.is-active .alt-partner-flow-hero__step-index,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__step.is-active .alt-partner-flow-hero__step-index,
body.page-template-template-package-success-new .alt-partner-flow-hero__step.is-active .alt-partner-flow-hero__step-index {
    background: var(--alt-partner-flow-hero-accent);
    color: #ffffff;
}

body.page-id-44 .alt-partner-flow-hero__step-label,
body.page-id-45 .alt-partner-flow-hero__step-label,
body.page-id-46 .alt-partner-flow-hero__step-label,
body.page-template-template-member-package-new .alt-partner-flow-hero__step-label,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero__step-label,
body.page-template-template-package-success-new .alt-partner-flow-hero__step-label {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 991px) {
    body.page-id-44 .alt-partner-flow-hero__inner,
    body.page-id-45 .alt-partner-flow-hero__inner,
    body.page-id-46 .alt-partner-flow-hero__inner,
    body.page-template-template-member-package-new .alt-partner-flow-hero__inner,
    body.page-template-template-checkout-packages-new .alt-partner-flow-hero__inner,
    body.page-template-template-package-success-new .alt-partner-flow-hero__inner {
        min-height: 0;
        padding: 26px 24px;
    }

    body.page-id-44 .alt-partner-flow-hero__steps,
    body.page-id-45 .alt-partner-flow-hero__steps,
    body.page-id-46 .alt-partner-flow-hero__steps,
    body.page-template-template-member-package-new .alt-partner-flow-hero__steps,
    body.page-template-template-checkout-packages-new .alt-partner-flow-hero__steps,
    body.page-template-template-package-success-new .alt-partner-flow-hero__steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.page-id-44 .alt-partner-flow-hero,
    body.page-id-45 .alt-partner-flow-hero,
    body.page-id-46 .alt-partner-flow-hero,
    body.page-template-template-member-package-new .alt-partner-flow-hero,
    body.page-template-template-checkout-packages-new .alt-partner-flow-hero,
    body.page-template-template-package-success-new .alt-partner-flow-hero {
        padding: 22px 0 12px;
    }

    body.page-id-44 .alt-partner-flow-hero__inner,
    body.page-id-45 .alt-partner-flow-hero__inner,
    body.page-id-46 .alt-partner-flow-hero__inner,
    body.page-template-template-member-package-new .alt-partner-flow-hero__inner,
    body.page-template-template-checkout-packages-new .alt-partner-flow-hero__inner,
    body.page-template-template-package-success-new .alt-partner-flow-hero__inner {
        padding: 22px 18px;
        border-radius: 22px;
        gap: 20px;
    }

    body.page-id-44 .alt-partner-flow-hero__title,
    body.page-id-45 .alt-partner-flow-hero__title,
    body.page-id-46 .alt-partner-flow-hero__title,
    body.page-template-template-member-package-new .alt-partner-flow-hero__title,
    body.page-template-template-checkout-packages-new .alt-partner-flow-hero__title,
    body.page-template-template-package-success-new .alt-partner-flow-hero__title {
        font-size: 2.8rem;
    }

    body.page-id-44 .alt-partner-flow-hero__subtitle,
    body.page-id-45 .alt-partner-flow-hero__subtitle,
    body.page-id-46 .alt-partner-flow-hero__subtitle,
    body.page-template-template-member-package-new .alt-partner-flow-hero__subtitle,
    body.page-template-template-checkout-packages-new .alt-partner-flow-hero__subtitle,
    body.page-template-template-package-success-new .alt-partner-flow-hero__subtitle {
        font-size: 1.5rem;
    }
}

/* ALT PARTNER FLOW RHYTHM PHASE 2 BEGIN */
body.page-id-44 #st-content-wrapper,
body.page-id-45 #st-content-wrapper,
body.page-id-46 #st-content-wrapper,
body.page-template-template-member-package-new #st-content-wrapper,
body.page-template-template-checkout-packages-new #st-content-wrapper,
body.page-template-template-package-success-new #st-content-wrapper {
    padding-bottom: 48px;
}

body.page-id-44 .alt-partner-flow-hero,
body.page-id-45 .alt-partner-flow-hero,
body.page-id-46 .alt-partner-flow-hero,
body.page-template-template-member-package-new .alt-partner-flow-hero,
body.page-template-template-checkout-packages-new .alt-partner-flow-hero,
body.page-template-template-package-success-new .alt-partner-flow-hero {
    padding: 28px 0 10px;
}

body.page-id-44 #st-content-wrapper > .breadcrumb,
body.page-id-45 #st-content-wrapper > .breadcrumb,
body.page-id-46 #st-content-wrapper > .breadcrumb,
body.page-template-template-member-package-new #st-content-wrapper > .breadcrumb,
body.page-template-template-checkout-packages-new #st-content-wrapper > .breadcrumb,
body.page-template-template-package-success-new #st-content-wrapper > .breadcrumb {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 24px;
    padding: 0 15px;
}

body.page-id-44 #st-content-wrapper > .container,
body.page-id-45 #st-content-wrapper > .container,
body.page-id-46 #st-content-wrapper > .container,
body.page-template-template-member-package-new #st-content-wrapper > .container,
body.page-template-template-checkout-packages-new #st-content-wrapper > .container,
body.page-template-template-package-success-new #st-content-wrapper > .container {
    margin-top: 0;
}

body.page-id-44 .st-blog,
body.page-template-template-member-package-new .st-blog {
    padding-top: 4px;
    padding-bottom: 32px;
}

body.page-id-45 .st-package-wrapper,
body.page-template-template-checkout-packages-new .st-package-wrapper {
    padding-top: 6px;
    padding-bottom: 36px;
}

body.page-id-45 .st-package-wrapper > .container,
body.page-template-template-checkout-packages-new .st-package-wrapper > .container {
    margin-bottom: 0;
}

body.page-id-45 .package-cart,
body.page-template-template-checkout-packages-new .package-cart {
    margin-bottom: 24px;
}

body.page-id-46 .st-package-success-wrapper > .container:first-of-type,
body.page-template-template-package-success-new .st-package-success-wrapper > .container:first-of-type {
    margin-top: 0;
    margin-bottom: 12px;
}

body.page-id-46 .st-package-success-wrapper > .container:last-of-type,
body.page-template-template-package-success-new .st-package-success-wrapper > .container:last-of-type {
    margin-bottom: 0;
    padding-bottom: 36px;
}

body.page-id-46 .st-title-yourinfor,
body.page-template-template-package-success-new .st-title-yourinfor {
    margin-bottom: 24px;
}

body.page-id-46 .sidebar-order,
body.page-id-46 .sidebar-you-item,
body.page-template-template-package-success-new .sidebar-order,
body.page-template-template-package-success-new .sidebar-you-item {
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    body.page-id-44 #st-content-wrapper,
    body.page-id-45 #st-content-wrapper,
    body.page-id-46 #st-content-wrapper,
    body.page-template-template-member-package-new #st-content-wrapper,
    body.page-template-template-checkout-packages-new #st-content-wrapper,
    body.page-template-template-package-success-new #st-content-wrapper {
        padding-bottom: 36px;
    }

    body.page-id-44 #st-content-wrapper > .breadcrumb,
    body.page-id-45 #st-content-wrapper > .breadcrumb,
    body.page-id-46 #st-content-wrapper > .breadcrumb,
    body.page-template-template-member-package-new #st-content-wrapper > .breadcrumb,
    body.page-template-template-checkout-packages-new #st-content-wrapper > .breadcrumb,
    body.page-template-template-package-success-new #st-content-wrapper > .breadcrumb {
        margin-bottom: 20px;
    }

    body.page-id-45 .st-package-wrapper,
    body.page-template-template-checkout-packages-new .st-package-wrapper,
    body.page-id-46 .st-package-success-wrapper > .container:last-of-type,
    body.page-template-template-package-success-new .st-package-success-wrapper > .container:last-of-type {
        padding-bottom: 28px;
    }
}

@media (max-width: 767px) {
    body.page-id-44 .alt-partner-flow-hero,
    body.page-id-45 .alt-partner-flow-hero,
    body.page-id-46 .alt-partner-flow-hero,
    body.page-template-template-member-package-new .alt-partner-flow-hero,
    body.page-template-template-checkout-packages-new .alt-partner-flow-hero,
    body.page-template-template-package-success-new .alt-partner-flow-hero {
        padding: 22px 0 8px;
    }

    body.page-id-44 #st-content-wrapper > .breadcrumb,
    body.page-id-45 #st-content-wrapper > .breadcrumb,
    body.page-id-46 #st-content-wrapper > .breadcrumb,
    body.page-template-template-member-package-new #st-content-wrapper > .breadcrumb,
    body.page-template-template-checkout-packages-new #st-content-wrapper > .breadcrumb,
    body.page-template-template-package-success-new #st-content-wrapper > .breadcrumb {
        margin-bottom: 16px;
    }

    body.page-id-44 .st-blog,
    body.page-id-45 .st-package-wrapper,
    body.page-id-46 .st-package-success-wrapper > .container:last-of-type,
    body.page-template-template-member-package-new .st-blog,
    body.page-template-template-checkout-packages-new .st-package-wrapper,
    body.page-template-template-package-success-new .st-package-success-wrapper > .container:last-of-type {
        padding-bottom: 24px;
    }
}
/* ALT PARTNER FLOW RHYTHM PHASE 2 END */

/* ALT PARTNER FLOW PHASE 4 MICROCOPY BEGIN */
body.page-id-45 .alt-partner-flow-form-note,
body.page-id-46 .alt-partner-flow-next-steps,
body.page-template-template-checkout-packages-new .alt-partner-flow-form-note,
body.page-template-template-package-success-new .alt-partner-flow-next-steps {
    margin: 0 0 24px;
    padding: 22px 24px;
    border: 1px solid rgba(33, 120, 72, 0.14);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(245, 251, 247, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 14px 30px rgba(19, 53, 38, 0.05);
}

body.page-id-45 .alt-partner-flow-form-note__title,
body.page-id-46 .alt-partner-flow-next-steps__title,
body.page-template-template-checkout-packages-new .alt-partner-flow-form-note__title,
body.page-template-template-package-success-new .alt-partner-flow-next-steps__title {
    margin: 0 0 10px;
    color: var(--alt-partner-flow-hero-text);
    font-size: 2rem;
    line-height: 1.25;
}

body.page-id-45 .alt-partner-flow-form-note__text,
body.page-id-46 .alt-partner-flow-next-steps__support,
body.page-template-template-checkout-packages-new .alt-partner-flow-form-note__text,
body.page-template-template-package-success-new .alt-partner-flow-next-steps__support {
    margin: 0;
    color: var(--alt-partner-flow-hero-muted);
    font-size: 1.5rem;
    line-height: 1.65;
}

body.page-id-46 .alt-partner-flow-next-steps__list,
body.page-template-template-package-success-new .alt-partner-flow-next-steps__list {
    margin: 0 0 12px;
    padding-left: 20px;
    color: var(--alt-partner-flow-hero-text);
}

body.page-id-46 .alt-partner-flow-next-steps__list li,
body.page-template-template-package-success-new .alt-partner-flow-next-steps__list li {
    margin-bottom: 10px;
    padding-left: 4px;
    font-size: 1.5rem;
    line-height: 1.6;
}

body.page-id-46 .alt-partner-flow-next-steps__list li:last-child,
body.page-template-template-package-success-new .alt-partner-flow-next-steps__list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    body.page-id-45 .alt-partner-flow-form-note,
    body.page-id-46 .alt-partner-flow-next-steps,
    body.page-template-template-checkout-packages-new .alt-partner-flow-form-note,
    body.page-template-template-package-success-new .alt-partner-flow-next-steps {
        padding: 18px;
        border-radius: 18px;
    }
}
/* ALT PARTNER FLOW PHASE 4 MICROCOPY END */

/* ALT PARTNER FLOW PAGE 45 POLISH PHASE 5 BEGIN */
body.page-id-45 #st-content-wrapper > .breadcrumb,
body.page-template-template-checkout-packages-new #st-content-wrapper > .breadcrumb {
    margin-bottom: 18px;
}

body.page-id-45 .st-package-wrapper,
body.page-template-template-checkout-packages-new .st-package-wrapper {
    padding-top: 0;
    padding-bottom: 28px;
}

body.page-id-45 .st-package-wrapper > .container > .row,
body.page-template-template-checkout-packages-new .st-package-wrapper > .container > .row {
    align-items: flex-start;
    row-gap: 22px;
}

body.page-id-45 .st-package-wrapper .entry-content,
body.page-template-template-checkout-packages-new .st-package-wrapper .entry-content {
    margin-bottom: 14px;
}

body.page-id-45 .alt-partner-flow-form-note,
body.page-template-template-checkout-packages-new .alt-partner-flow-form-note {
    margin: 0 0 18px;
    padding: 16px 18px;
    border-radius: 18px;
    box-shadow: 0 10px 20px rgba(19, 53, 38, 0.04);
}

body.page-id-45 .alt-partner-flow-form-note__title,
body.page-template-template-checkout-packages-new .alt-partner-flow-form-note__title {
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.2;
}

body.page-id-45 .alt-partner-flow-form-note__text,
body.page-template-template-checkout-packages-new .alt-partner-flow-form-note__text {
    font-size: 1.45rem;
    line-height: 1.5;
}

body.page-id-45 #mpk-form .row,
body.page-template-template-checkout-packages-new #mpk-form .row {
    margin-bottom: 4px;
}

body.page-id-45 #mpk-form .form-group,
body.page-template-template-checkout-packages-new #mpk-form .form-group {
    margin-bottom: 18px;
}

body.page-id-45 #mpk-form .payment-form,
body.page-template-template-checkout-packages-new #mpk-form .payment-form {
    margin: 6px 0 18px;
    padding: 18px 20px;
    border: 1px solid rgba(33, 120, 72, 0.12);
    border-radius: 20px;
    background: rgba(245, 251, 247, 0.6);
}

body.page-id-45 #mpk-form .payment-form .title,
body.page-template-template-checkout-packages-new #mpk-form .payment-form .title {
    margin: 0 0 14px;
    color: var(--alt-partner-flow-hero-text);
    font-size: 1.9rem;
    line-height: 1.25;
}

body.page-id-45 #mpk-form .payment-form + .clearfix,
body.page-template-template-checkout-packages-new #mpk-form .payment-form + .clearfix {
    margin-top: 0;
}

body.page-id-45 #mpk-form #st_submit_member_package,
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package {
    min-width: 220px;
    margin-top: 12px;
    border-color: #217848;
    background: #217848;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(33, 120, 72, 0.18);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.page-id-45 #mpk-form #st_submit_member_package:hover,
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package:hover,
body.page-id-45 #mpk-form #st_submit_member_package:focus,
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package:focus,
body.page-id-45 #mpk-form #st_submit_member_package:focus-visible,
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package:focus-visible,
body.page-id-45 #mpk-form #st_submit_member_package:active,
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package:active,
body.page-id-45 #mpk-form #st_submit_member_package.loading,
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package.loading {
    border-color: #1a6039;
    background: #1a6039;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(26, 96, 57, 0.22);
}

body.page-id-45 #mpk-form #st_submit_member_package:focus,
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package:focus,
body.page-id-45 #mpk-form #st_submit_member_package:focus-visible,
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package:focus-visible {
    outline: none;
    transform: translateY(-1px);
}

body.page-id-45 #mpk-form #st_submit_member_package:disabled,
body.page-id-45 #mpk-form #st_submit_member_package[disabled],
body.page-id-45 #mpk-form #st_submit_member_package.loading[disabled],
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package:disabled,
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package[disabled],
body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package.loading[disabled] {
    border-color: #217848;
    background: #217848;
    color: rgba(255, 255, 255, 0.92);
    opacity: 0.68;
    box-shadow: none;
    transform: none;
}

body.page-id-45 .package-cart,
body.page-template-template-checkout-packages-new .package-cart {
    overflow: hidden;
    border: 1px solid rgba(33, 120, 72, 0.1);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(19, 53, 38, 0.08);
}

body.page-id-45 .package-cart .cart-head,
body.page-template-template-checkout-packages-new .package-cart .cart-head {
    padding: 22px 24px 16px;
    border-bottom: 1px solid rgba(33, 120, 72, 0.08);
    background: linear-gradient(180deg, rgba(245, 251, 247, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
}

body.page-id-45 .package-cart .cart-head h4,
body.page-template-template-checkout-packages-new .package-cart .cart-head h4 {
    margin: 0;
    color: var(--alt-partner-flow-hero-text);
    font-size: 2.2rem;
    line-height: 1.25;
}

body.page-id-45 .package-cart .cart-content,
body.page-template-template-checkout-packages-new .package-cart .cart-content {
    padding: 18px 24px;
}

body.page-id-45 .package-cart .cart-content h5,
body.page-template-template-checkout-packages-new .package-cart .cart-content h5 {
    margin: 0 0 14px;
    color: var(--alt-partner-flow-hero-text);
    font-size: 1.6rem;
    line-height: 1.3;
}

body.page-id-45 .package-cart .cart-content .item,
body.page-template-template-checkout-packages-new .package-cart .cart-content .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(33, 120, 72, 0.08);
    color: var(--alt-partner-flow-hero-muted);
}

body.page-id-45 .package-cart .cart-content .item:last-child,
body.page-template-template-checkout-packages-new .package-cart .cart-content .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

body.page-id-45 .package-cart .cart-content .item:first-of-type,
body.page-template-template-checkout-packages-new .package-cart .cart-content .item:first-of-type {
    padding-top: 0;
}

body.page-id-45 .package-cart .cart-content .item span:first-child,
body.page-template-template-checkout-packages-new .package-cart .cart-content .item span:first-child {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.45;
}

body.page-id-45 .package-cart .cart-content .item .pull-right,
body.page-template-template-checkout-packages-new .package-cart .cart-content .item .pull-right {
    flex: 0 0 auto;
    text-align: right;
    color: var(--alt-partner-flow-hero-text);
    font-weight: 600;
    line-height: 1.45;
}

body.page-id-45 .package-cart .cart-footer,
body.page-template-template-checkout-packages-new .package-cart .cart-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 24px 20px;
    border-top: 1px solid rgba(33, 120, 72, 0.08);
    background: rgba(245, 251, 247, 0.72);
}

body.page-id-45 .package-cart .cart-footer strong,
body.page-template-template-checkout-packages-new .package-cart .cart-footer strong {
    color: var(--alt-partner-flow-hero-text);
    line-height: 1.35;
}

@media (max-width: 991px) {
    body.page-id-45 .st-package-wrapper,
    body.page-template-template-checkout-packages-new .st-package-wrapper {
        padding-bottom: 24px;
    }

    body.page-id-45 .package-cart,
    body.page-template-template-checkout-packages-new .package-cart {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    body.page-id-45 .alt-partner-flow-form-note,
    body.page-template-template-checkout-packages-new .alt-partner-flow-form-note,
    body.page-id-45 #mpk-form .payment-form,
    body.page-template-template-checkout-packages-new #mpk-form .payment-form,
    body.page-id-45 .package-cart .cart-head,
    body.page-id-45 .package-cart .cart-content,
    body.page-id-45 .package-cart .cart-footer,
    body.page-template-template-checkout-packages-new .package-cart .cart-head,
    body.page-template-template-checkout-packages-new .package-cart .cart-content,
    body.page-template-template-checkout-packages-new .package-cart .cart-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.page-id-45 #mpk-form #st_submit_member_package,
    body.page-template-template-checkout-packages-new #mpk-form #st_submit_member_package {
        width: 100%;
        min-width: 0;
    }

    body.page-id-45 .package-cart .cart-content .item,
    body.page-template-template-checkout-packages-new .package-cart .cart-content .item,
    body.page-id-45 .package-cart .cart-footer,
    body.page-template-template-checkout-packages-new .package-cart .cart-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    body.page-id-45 .package-cart .cart-content .item .pull-right,
    body.page-template-template-checkout-packages-new .package-cart .cart-content .item .pull-right {
        text-align: left;
    }
}
/* ALT PARTNER FLOW PAGE 45 POLISH PHASE 5 END */

/* ALT PARTNER FLOW PAGE 46 SUCCESS POLISH PHASE 6 BEGIN */
body.page-id-46 #st-content-wrapper,
body.page-template-template-package-success-new #st-content-wrapper {
    padding-bottom: 32px;
}

body.page-id-46 #st-content-wrapper > .breadcrumb,
body.page-template-template-package-success-new #st-content-wrapper > .breadcrumb {
    margin-bottom: 18px;
}

body.page-id-46 .st-package-success-wrapper > .container:first-of-type,
body.page-template-template-package-success-new .st-package-success-wrapper > .container:first-of-type {
    margin-bottom: 8px;
}

body.page-id-46 .st-package-success-wrapper > .container[style],
body.page-template-template-package-success-new .st-package-success-wrapper > .container[style] {
    margin-top: 36px !important;
}

body.page-id-46 .st-package-success-wrapper > .container:last-of-type,
body.page-template-template-package-success-new .st-package-success-wrapper > .container:last-of-type {
    padding-bottom: 20px;
}

body.page-id-46 .st-notice-success,
body.page-template-template-package-success-new .st-notice-success {
    padding: 24px 26px;
    border: 1px solid rgba(33, 120, 72, 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(245, 251, 247, 0.95) 0%, rgba(255, 255, 255, 0.99) 100%);
    box-shadow: 0 18px 34px rgba(19, 53, 38, 0.06);
    gap: 18px;
}

body.page-id-46 .st-notice-success .icon-success,
body.page-template-template-package-success-new .st-notice-success .icon-success {
    flex: 0 0 58px;
}

body.page-id-46 .st-notice-success .icon-success img,
body.page-template-template-package-success-new .st-notice-success .icon-success img {
    width: 58px;
    height: 58px;
}

body.page-id-46 .st-notice-success .title-admin,
body.page-template-template-package-success-new .st-notice-success .title-admin {
    min-width: 0;
}

body.page-id-46 .st-notice-success .st-admin-success,
body.page-template-template-package-success-new .st-notice-success .st-admin-success {
    margin: 0 0 8px;
    color: var(--alt-partner-flow-hero-text);
    font-size: 2.2rem;
    line-height: 1.3;
}

body.page-id-46 .st-notice-success .st-text,
body.page-template-template-package-success-new .st-notice-success .st-text {
    margin: 0;
    color: var(--alt-partner-flow-hero-muted);
    font-size: 1.5rem;
    line-height: 1.55;
}

body.page-id-46 .sidebar-order,
body.page-template-template-package-success-new .sidebar-order {
    padding: 20px 22px;
    border: 1px solid rgba(33, 120, 72, 0.1);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(19, 53, 38, 0.05);
}

body.page-id-46 .sidebar-order .st-list-sider-info,
body.page-template-template-package-success-new .sidebar-order .st-list-sider-info {
    margin: 0;
}

body.page-id-46 .sidebar-order .st-list-sider-info li,
body.page-template-template-package-success-new .sidebar-order .st-list-sider-info li {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(33, 120, 72, 0.08);
}

body.page-id-46 .sidebar-order .st-list-sider-info li:last-child,
body.page-template-template-package-success-new .sidebar-order .st-list-sider-info li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.page-id-46 .sidebar-order .st-list-sider-info li:first-child,
body.page-template-template-package-success-new .sidebar-order .st-list-sider-info li:first-child {
    padding-top: 0;
}

body.page-id-46 .sidebar-order .st-list-sider-info p,
body.page-template-template-package-success-new .sidebar-order .st-list-sider-info p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
    color: var(--alt-partner-flow-hero-muted);
    line-height: 1.5;
}

body.page-id-46 .sidebar-order .st-list-sider-info strong,
body.page-template-template-package-success-new .sidebar-order .st-list-sider-info strong {
    color: var(--alt-partner-flow-hero-text);
    font-weight: 600;
}

body.page-id-46 .sidebar-order .st-list-sider-info p > span:last-child,
body.page-template-template-package-success-new .sidebar-order .st-list-sider-info p > span:last-child {
    text-align: right;
    color: var(--alt-partner-flow-hero-text);
}

body.page-id-46 .st-title-yourinfor,
body.page-template-template-package-success-new .st-title-yourinfor {
    margin-bottom: 18px;
}

body.page-id-46 .st-title-yourinfor .title h2,
body.page-template-template-package-success-new .st-title-yourinfor .title h2,
body.page-id-46 .st-sidebar-package h2,
body.page-template-template-package-success-new .st-sidebar-package h2 {
    margin: 0;
    color: var(--alt-partner-flow-hero-text);
    font-size: 2.2rem;
    line-height: 1.25;
}

body.page-id-46 .st-table-infor,
body.page-template-template-package-success-new .st-table-infor {
    display: grid;
    gap: 18px;
}

body.page-id-46 .info-form,
body.page-template-template-package-success-new .info-form {
    padding: 18px 22px;
    border: 1px solid rgba(33, 120, 72, 0.1);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(19, 53, 38, 0.05);
}

body.page-id-46 .info-form ul,
body.page-template-template-package-success-new .info-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.page-id-46 .info-form li,
body.page-template-template-package-success-new .info-form li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(33, 120, 72, 0.08);
}

body.page-id-46 .info-form li:first-child,
body.page-template-template-package-success-new .info-form li:first-child {
    padding-top: 0;
}

body.page-id-46 .info-form li:last-child,
body.page-template-template-package-success-new .info-form li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.page-id-46 .info-form .label,
body.page-template-template-package-success-new .info-form .label {
    padding: 0;
    color: var(--alt-partner-flow-hero-muted);
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

body.page-id-46 .info-form .value,
body.page-template-template-package-success-new .info-form .value {
    color: var(--alt-partner-flow-hero-text);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: right;
}

body.page-id-46 .sidebar-you-item,
body.page-template-template-package-success-new .sidebar-you-item {
    margin-bottom: 0;
}

body.page-id-46 .cart-info,
body.page-template-template-package-success-new .cart-info {
    padding: 20px 22px;
    border: 1px solid rgba(33, 120, 72, 0.1);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(19, 53, 38, 0.05);
}

body.page-id-46 .cart-info p,
body.page-template-template-package-success-new .cart-info p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(33, 120, 72, 0.08);
    color: var(--alt-partner-flow-hero-muted);
    line-height: 1.5;
}

body.page-id-46 .cart-info p:first-child,
body.page-template-template-package-success-new .cart-info p:first-child {
    padding-top: 0;
}

body.page-id-46 .cart-info p:last-child,
body.page-template-template-package-success-new .cart-info p:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

body.page-id-46 .cart-info strong,
body.page-template-template-package-success-new .cart-info strong,
body.page-id-46 .cart-info .color-main,
body.page-template-template-package-success-new .cart-info .color-main {
    color: var(--alt-partner-flow-hero-text);
}

body.page-id-46 .cart-info p > span:last-child,
body.page-template-template-package-success-new .cart-info p > span:last-child {
    text-align: right;
}

body.page-id-46 .alt-partner-flow-next-steps,
body.page-template-template-package-success-new .alt-partner-flow-next-steps {
    margin-top: 6px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    body.page-id-46 .st-package-success-wrapper > .container[style],
    body.page-template-template-package-success-new .st-package-success-wrapper > .container[style] {
        margin-top: 28px !important;
    }

    body.page-id-46 .st-notice-success,
    body.page-template-template-package-success-new .st-notice-success {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    body.page-id-46 #st-content-wrapper,
    body.page-template-template-package-success-new #st-content-wrapper {
        padding-bottom: 24px;
    }

    body.page-id-46 .st-notice-success,
    body.page-template-template-package-success-new .st-notice-success,
    body.page-id-46 .sidebar-order,
    body.page-template-template-package-success-new .sidebar-order,
    body.page-id-46 .info-form,
    body.page-template-template-package-success-new .info-form,
    body.page-id-46 .cart-info,
    body.page-template-template-package-success-new .cart-info {
        padding: 18px;
        border-radius: 18px;
    }

    body.page-id-46 .st-notice-success,
    body.page-template-template-package-success-new .st-notice-success,
    body.page-id-46 .sidebar-order .st-list-sider-info p,
    body.page-template-template-package-success-new .sidebar-order .st-list-sider-info p,
    body.page-id-46 .info-form li,
    body.page-template-template-package-success-new .info-form li,
    body.page-id-46 .cart-info p,
    body.page-template-template-package-success-new .cart-info p {
        flex-direction: column;
        align-items: flex-start;
    }

    body.page-id-46 .sidebar-order .st-list-sider-info p > span:last-child,
    body.page-template-template-package-success-new .sidebar-order .st-list-sider-info p > span:last-child,
    body.page-id-46 .info-form .value,
    body.page-template-template-package-success-new .info-form .value,
    body.page-id-46 .cart-info p > span:last-child,
    body.page-template-template-package-success-new .cart-info p > span:last-child {
        text-align: left;
    }
}
/* ALT PARTNER FLOW PAGE 46 SUCCESS POLISH PHASE 6 END */
