@import "https://fonts.googleapis.com/css2?family=Figtree:wght@400;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap";

body {
    margin: 0
}

.site_frame {
    box-sizing: border-box;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.page_header {
    position: relative;
    background: linear-gradient(135deg, #1b1226 0%, #22143a 55%, #2a1040 100%);
    border-bottom: 1px solid #c358c32e;
    box-shadow: -1px 10px 40px 0 #c358c324;
    z-index: 100;
    overflow: visible
}

.header_top_band {
    border-bottom: 1px solid #bcb2d71a;
    padding-top: 8px;
    padding-bottom: 8px
}

.header_top_inner {
    box-sizing: border-box;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.trust_badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    color: #BCB2D7;
    letter-spacing: .04em
}

.trust_badge_icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.trust_label {
    font-size: 16px;
    font-family: 'IBM Plex Mono', monospace;
    color: #BCB2D7;
    letter-spacing: .06em
}

.trust_since {
    font-size: 16px;
    font-family: 'IBM Plex Mono', monospace;
    color: #bcb2d78c;
    letter-spacing: .04em
}

.header_main_row {
    padding-top: 16px;
    padding-bottom: 16px
}

.header_main_inner {
    box-sizing: border-box;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    gap: 40px
}

.logo_pod {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border-radius: 40px;
    background: #f9f7fb0f;
    box-shadow: 0 0 0 2px #c358c359 -1px 5px 28px 0 #c358c314;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px
}

.logo_pod img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    object-position: center;
    display: block
}

.primary_nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px
}

.primary_nav a {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    color: #BCB2D7;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.primary_nav a:hover {
    color: #F9F7FB;
    background: #c358c31f;
    border-color: #c358c340
}

.primary_nav a:focus {
    outline: none;
    transform: scale(1.02);
    color: #F9F7FB;
    border-color: #c358c380
}

.primary_nav a.active {
    color: #F9F7FB;
    background: linear-gradient(90deg, #c358c338 0%, #bcb2d71a 100%);
    border-color: #c358c34d
}

.nav_cta_link {
    background: linear-gradient(90deg, #C358C3 0%, #9b3d9b 100%) !important;
    color: #F9F7FB !important;
    border-color: transparent !important;
    box-shadow: -1px 5px 28px 0 #c358c314;
    position: relative;
    overflow: hidden
}

.nav_cta_link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #a040a0 0%, #C358C3 100%);
    transition: left .45s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 5px
}

.nav_cta_link:hover::before {
    left: 0
}

.nav_cta_link span {
    position: relative;
    z-index: 1
}

.page_footer {
    background: linear-gradient(180deg, #160e22 0%, #0e0816 100%);
    border-top: 1px solid #c358c326
}

.footer_upper {
    padding-top: 72px;
    padding-bottom: 40px;
    text-align: center
}

.footer_logo_pod {
    width: 56px;
    height: 56px;
    border-radius: 40px;
    background: #f9f7fb0d;
    box-shadow: 0 0 0 1px #c358c340 -1px 1px 6px 0 #c358c312;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-bottom: 24px
}

.footer_logo_pod img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    display: block
}

.footer_brand_name {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    color: #F9F7FB;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.footer_tagline {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #bcb2d7a6;
    margin-bottom: 40px
}

.footer_nav_deck {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px
}

.footer_nav_deck a {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    color: #BCB2D7;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #bcb2d71a;
    transition: color .4s ease-in-out, border-color .4s ease-in-out, background .4s ease-in-out;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.footer_nav_deck a:hover {
    color: #F9F7FB;
    border-color: #c358c34d;
    background: #c358c314
}

.footer_nav_deck a:focus {
    outline: none;
    transform: scale(1.02);
    color: #F9F7FB;
    border-color: #c358c380
}

.footer_divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #c358c333 30%, #bcb2d726 70%, transparent 100%);
    margin-left: 24px;
    margin-right: 24px
}

.footer_legal_band {
    padding-top: 24px;
    padding-bottom: 40px;
    text-align: center
}

.footer_legal_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 24px;
    margin-bottom: 16px
}

.footer_legal_links a {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    font-weight: 400;
    color: #bcb2d780;
    text-decoration: none;
    letter-spacing: .04em;
    transition: color .38s ease-in-out
}

.footer_legal_links a:hover {
    color: #BCB2D7
}

.footer_legal_links a:focus {
    outline: none;
    transform: scale(1.02);
    color: #BCB2D7
}

.footer_contact_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 24px;
    margin-bottom: 16px
}

.footer_contact_item {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    color: #bcb2d773;
    letter-spacing: .03em;
    text-decoration: none;
    transition: color .38s ease-in-out
}

a.footer_contact_item:hover {
    color: #BCB2D7
}

a.footer_contact_item:focus {
    outline: none;
    transform: scale(1.02);
    color: #BCB2D7
}

.footer_copyright {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #bcb2d74d;
    letter-spacing: .04em
}

.cookie_popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 24px;
    width: calc(100% - 48px);
    max-width: 560px;
    background: linear-gradient(135deg, #1e1230 0%, #2a1640 100%);
    border: 1px solid #c358c340;
    border-radius: 5px;
    box-shadow: -1px 10px 40px 0 #c358c324;
    padding: 24px;
    z-index: 1500;
    font-family: 'Figtree', sans-serif;
    box-sizing: border-box;
    display: none;
    transform: translateY(-20px);
    opacity: 0;
    transition: transform .38s cubic-bezier(0.16, 1, 0.3, 1), opacity .38s cubic-bezier(0.16, 1, 0.3, 1)
}

.cookie_popup.shown {
    transform: translateY(0);
    opacity: 1
}

.cookie_msg {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin-bottom: 8px
}

.cookie_msg a {
    color: #C358C3;
    text-decoration: underline;
    text-underline-offset: 3px
}

.cookie_msg a:hover {
    color: #F9F7FB
}

.cookie_headline {
    font-size: 18px;
    font-weight: 700;
    color: #F9F7FB;
    line-height: 1.1;
    margin-bottom: 16px
}

.cookie_btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.cookie_accept,
.cookie_decline {
    flex: 1;
    min-width: 120px;
    min-height: 44px;
    padding: 8px 16px;
    border-radius: 5px;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #c358c366;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden
}

.cookie_accept {
    background: linear-gradient(90deg, #C358C3 0%, #9b3d9b 100%);
    color: #F9F7FB;
    border-color: transparent
}

.cookie_accept::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #a040a0 0%, #C358C3 100%);
    transition: left .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cookie_accept:hover::before {
    left: 0
}

.cookie_accept span,
.cookie_decline span {
    position: relative;
    z-index: 1
}

.cookie_decline {
    background: transparent;
    color: #BCB2D7
}

.cookie_decline:hover {
    background: #bcb2d71a;
    color: #F9F7FB;
    border-color: #bcb2d74d
}

.cookie_accept:focus,
.cookie_decline:focus {
    outline: none;
    transform: scale(1.02)
}

.cookie_accept:active,
.cookie_decline:active {
    box-shadow: inset 0 2px 6px 0 #c358c340
}

@media (max-width: 768px) {
    .header_main_inner {
        flex-wrap: wrap;
        gap: 16px
    }

    .logo_pod {
        width: 72px;
        height: 72px
    }

    .logo_pod img {
        width: 56px;
        height: 56px
    }

    .primary_nav {
        justify-content: flex-start;
        width: 100%
    }

    .primary_nav a {
        font-size: 16px;
        padding: 8px 12px
    }

    .footer_nav_deck a {
        font-size: 16px
    }
}

@media (max-width: 360px) {
    .header_main_inner {
        padding-left: 16px;
        padding-right: 16px
    }

    .primary_nav a {
        padding: 8px
    }

    .cookie_popup {
        width: calc(100% - 16px);
        margin-bottom: 8px
    }
}

@media (min-width: 1440px) {
    .page_header {
        padding-left: 0;
        padding-right: 0
    }
}

.policy-text {
    max-width: 1024px;
    margin: 0 auto;
    padding: 72px 40px;
    color: #d4cee8;
    background-color: #12111a;
    min-height: 100vh
}

.policy-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 24px;
    color: #d4cee8
}

.policy-text ul,
.policy-text ol {
    padding-left: 24px;
    margin-bottom: 24px;
    margin-top: 0
}

.policy-text ul {
    list-style: none;
    padding-left: 0
}

.policy-text ul li {
    padding-left: 24px;
    position: relative
}

.policy-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 40px;
    background: #C358C3;
    flex-shrink: 0
}

.policy-text ol {
    list-style: decimal
}

.policy-text ol li {
    padding-left: 8px
}

.policy-text li {
    font-size: 18px;
    line-height: 1.6;
    color: #d4cee8;
    margin-bottom: 8px
}

.policy-text li:last-child {
    margin-bottom: 0
}

.policy-text strong,
.policy-text b {
    font-weight: 700;
    color: #F9F7FB
}

.policy-text em,
.policy-text i {
    font-style: italic;
    color: #BCB2D7
}

.policy-text table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -1px 5px 28px 0 #c358c314
}

.policy-text thead {
    background: linear-gradient(135deg, #1e1528 0%, #2a1a35 100%)
}

.policy-text thead tr {
    border-bottom: 2px solid #C358C3
}

.policy-text tbody tr {
    border-bottom: 1px solid #bcb2d71f;
    transition: background-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.policy-text tbody tr:last-child {
    border-bottom: none
}

.policy-text tbody tr:nth-child(even) {
    background-color: #bcb2d70a
}

.policy-text tbody tr:hover {
    background-color: #c358c312
}

.policy-text th {
    padding: 16px 24px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #F9F7FB;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.1
}

.policy-text td {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #c8c1df;
    vertical-align: top
}

.policy-text hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #c358c366 30%, #bcb2d74d 70%, transparent 100%);
    margin-top: 40px;
    margin-bottom: 40px
}

.policy-text div {
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .policy-text {
        padding: 40px 24px
    }

    .policy-text p {
        font-size: 16px
    }

    .policy-text li {
        font-size: 16px
    }

    .policy-text table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .policy-text th,
    .policy-text td {
        padding: 16px;
        font-size: 16px
    }

    .policy-text hr {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media (max-width: 360px) {
    .policy-text {
        padding: 24px 16px
    }

    .policy-text th,
    .policy-text td {
        padding: 8px
    }
}

.lpd {
    background: #0e0d14;
    color: #e8e2f4;
    overflow-x: hidden;
    position: relative
}

.lpd .eyebrow_pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #c358c321;
    border: 1px solid #c358c347;
    border-radius: 40px;
    padding: 8px 16px;
    font-size: 16px;
    letter-spacing: .08em;
    color: #C358C3;
    text-transform: uppercase;
    font-weight: 600
}

.lpd .underline_accent {
    position: relative;
    display: inline-block
}

.lpd .underline_accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #C358C3;
    animation: draw_line .55s cubic-bezier(0.16, 1, 0.3, 1) .4s forwards
}

@keyframes draw_line {
    to {
        width: 100%
    }
}

.lpd .dot_divider {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    padding: 16px 0
}

.lpd .dot_divider span {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.lpd .dot_divider span i {
    width: 5px;
    height: 5px;
    border-radius: 40px;
    background: #bcb2d759;
    display: block
}

.lpd .btn_print {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    border-radius: 5px;
    border: 1px solid #bcb2d740;
    background: linear-gradient(to right, #bcb2d714 0%, #bcb2d72e 100%);
    color: #BCB2D7;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s ease-in-out, color .45s ease-in-out;
    position: relative;
    overflow: hidden
}

.lpd .btn_print::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #c358c32e 0%, #bcb2d738 100%);
    transform: translateX(-100%);
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0
}

.lpd .btn_print:hover::before {
    transform: translateX(0)
}

.lpd .btn_print:hover {
    border-color: #c358c380;
    color: #F9F7FB
}

.lpd .btn_print:active {
    box-shadow: inset -1px 1px 6px 0 #c358c32e
}

.lpd .btn_print svg,
.lpd .btn_print span {
    position: relative;
    z-index: 1
}

.lpd .btn_enroll {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    border-radius: 5px;
    border: none;
    background: linear-gradient(120deg, #C358C3 0%, #9b3f9b 100%);
    color: #F9F7FB;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s ease-in-out;
    box-shadow: -1px 5px 28px 0 #c358c314
}

.lpd .btn_enroll::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #d96fd9 0%, #C358C3 100%);
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0
}

.lpd .btn_enroll:hover::before {
    transform: translateX(0)
}

.lpd .btn_enroll:hover {
    box-shadow: -1px 10px 40px 0 #c358c324
}

.lpd .btn_enroll:active {
    box-shadow: inset -1px 1px 6px 0 #c358c347
}

.lpd .btn_enroll span {
    position: relative;
    z-index: 1
}

.lpd .btn_secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    border-radius: 5px;
    border: 1px solid #c358c366;
    background: transparent;
    color: #C358C3;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s ease-in-out
}

.lpd .btn_secondary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #c358c31f 0%, #c358c333 100%);
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0
}

.lpd .btn_secondary:hover::before {
    transform: translateX(0)
}

.lpd .btn_secondary:hover {
    color: #F9F7FB;
    border-color: #C358C3
}

.lpd .btn_secondary span {
    position: relative;
    z-index: 1
}

.lpd .title_blk {
    max-width: 1024px;
    margin: 0 auto;
    padding: 72px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: center;
    position: relative
}

.lpd .title_blk_text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2
}

.lpd .title_blk_text h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #F9F7FB;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0
}

.lpd .title_blk_img_wrap {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.lpd .title_blk_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7) brightness(0.85) contrast(1.1)
}

.lpd .title_blk_img_wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #c358c32e 0%, #0e0d1473 100%);
    pointer-events: none
}

.lpd .blob_a {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 40px;
    background: #c358c314;
    filter: blur(48px);
    top: -40px;
    left: -72px;
    pointer-events: none;
    z-index: 0
}

.lpd .blob_b {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 40px;
    background: #bcb2d712;
    filter: blur(40px);
    bottom: 0;
    right: 40px;
    pointer-events: none;
    z-index: 0
}

.lpd .title_blk_actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center
}

.lpd .prog_wrap {
    background: linear-gradient(180deg, #12101c 0%, #1a1528 100%);
    padding: 72px 0 40px
}

.lpd .prog_inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start
}

.lpd .prog_col h2 {
    font-size: 27px;
    line-height: 1.1;
    color: #F9F7FB;
    font-weight: 700;
    margin: 0 0 24px
}

.lpd .prog_col p {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0 0 16px
}

.lpd .prog_col p:last-child {
    margin-bottom: 0
}

.lpd .prog_col h3 {
    font-size: 18px;
    line-height: 1.1;
    color: #e8e2f4;
    font-weight: 600;
    margin: 24px 0 8px
}

.lpd .prog_col ol {
    padding-left: 24px;
    margin: 0 0 16px
}

.lpd .prog_col ol li {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin-bottom: 8px
}

.lpd .prog_col ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lpd .prog_col ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    padding-left: 16px;
    position: relative
}

.lpd .prog_col ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 40px;
    background: #C358C3
}

.lpd .prog_col strong {
    color: #F9F7FB;
    font-weight: 700
}

.lpd .prog_col em {
    color: #C358C3;
    font-style: italic
}

.lpd .prog_col dl {
    margin: 0 0 16px
}

.lpd .prog_col dt {
    font-size: 16px;
    color: #F9F7FB;
    font-weight: 600;
    margin-bottom: 4px
}

.lpd .prog_col dd {
    font-size: 16px;
    color: #BCB2D7;
    line-height: 1.6;
    margin: 0 0 16px 16px
}

.lpd .prog_col blockquote {
    border-top: 1px solid #c358c34d;
    border-bottom: 1px solid #c358c34d;
    padding: 16px 24px;
    margin: 16px 0;
    color: #BCB2D7;
    font-size: 16px;
    line-height: 1.6;
    font-style: italic
}

.lpd .prog_col details {
    margin-bottom: 8px
}

.lpd .prog_col summary {
    font-size: 16px;
    color: #e8e2f4;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0;
    list-style: none
}

.lpd .prog_col summary::-webkit-details-marker {
    display: none
}

.lpd .prog_col details[open] summary {
    color: #C358C3
}

.lpd .desc_col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lpd .desc_col h2 {
    font-size: 27px;
    line-height: 1.1;
    color: #F9F7FB;
    font-weight: 700;
    margin: 0 0 8px
}

.lpd .price_blk {
    background: linear-gradient(180deg, #1a1528 0%, #0e0d14 100%);
    padding: 72px 0
}

.lpd .price_inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.lpd .price_card {
    background: linear-gradient(160deg, #1e1830 0%, #160f24 100%);
    border: 1px solid #c358c338;
    border-radius: 5px;
    padding: 40px;
    width: 100%;
    max-width: 560px;
    box-shadow: -1px 10px 40px 0 #c358c324;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    position: relative
}

.lpd .price_num {
    font-size: 68px;
    line-height: 1.1;
    color: #C358C3;
    font-weight: 800;
    letter-spacing: -.02em
}

.lpd .price_terms {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    max-width: 400px
}

.lpd .price_card_actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center
}

.lpd .price_motif {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    opacity: .25
}

.lpd .price_motif_row {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.lpd .price_motif_dot {
    width: 5px;
    height: 5px;
    border-radius: 40px;
    background: #BCB2D7
}

.lpd .price_blk_head {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.lpd .price_blk_head h2 {
    font-size: 27px;
    line-height: 1.1;
    color: #F9F7FB;
    font-weight: 700;
    margin: 0
}

.lpd .price_blk_head p {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    max-width: 480px;
    margin: 0
}

.lpd .geo_motif {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: center;
    pointer-events: none
}

.lpd .geo_motif_sq {
    width: 8px;
    height: 8px;
    border: 1px solid #c358c340;
    border-radius: 5px;
    flex-shrink: 0
}

.lpd .btn_enroll:active,
.lpd .btn_secondary:active,
.lpd .btn_print:active {
    transform: translateY(1px) scale(0.99);
    transition: transform .1s ease-in-out, box-shadow .1s ease-in-out
}

@media (max-width: 1024px) {
    .lpd .title_blk {
        grid-template-columns: 1fr 280px;
        padding: 72px 24px 40px
    }

    .lpd .prog_inner {
        padding: 0 24px
    }

    .lpd .price_inner {
        padding: 0 24px
    }

    .lpd .title_blk_text h1 {
        font-size: 52px
    }
}

@media (max-width: 768px) {
    .lpd .title_blk {
        grid-template-columns: 1fr;
        padding: 40px 16px;
        gap: 24px
    }

    .lpd .title_blk_img_wrap {
        order: -1;
        aspect-ratio: 16/7
    }

    .lpd .title_blk_text h1 {
        font-size: 52px
    }

    .lpd .prog_inner {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 40px
    }

    .lpd .price_inner {
        padding: 0 16px
    }

    .lpd .price_num {
        font-size: 52px
    }

    .lpd .prog_wrap {
        padding: 40px 0
    }

    .lpd .price_blk {
        padding: 40px 0
    }
}

@media (max-width: 360px) {
    .lpd .title_blk_text h1 {
        font-size: 27px
    }

    .lpd .price_num {
        font-size: 52px
    }

    .lpd .title_blk {
        padding: 24px 8px
    }

    .lpd .prog_inner {
        padding: 0 8px
    }

    .lpd .price_inner {
        padding: 0 8px
    }

    .lpd .price_card {
        padding: 24px 16px
    }

    .lpd .title_blk_actions {
        flex-direction: column;
        align-items: flex-start
    }
}

.wbn {
    background-color: #0f1117;
    color: #e8e4f0;
    overflow-x: hidden
}

.wbn .divider {
    width: 64px;
    height: 2px;
    background: #C358C3;
    margin: 0
}

.wbn .divider.center {
    margin: 0 auto
}

.wbn .label_sm {
    font-size: 16px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #BCB2D7;
    display: block
}

.wbn .accent_word {
    display: inline-block;
    position: relative;
    color: #C358C3
}

.wbn .accent_word::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #C358C3
}

.wbn .title_block {
    padding: 72px 40px;
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 72px;
    align-items: center
}

.wbn .title_block::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: .35
}

.wbn .title_img_col {
    position: relative;
    z-index: 1
}

.wbn .title_img_wrap {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 5px
}

.wbn .title_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%) brightness(0.7) contrast(1.1);
    display: block
}

.wbn .title_text_col {
    position: relative;
    z-index: 1
}

.wbn .title_text_col .label_sm {
    margin-bottom: 16px
}

.wbn .title_text_col .divider {
    margin: 24px 0
}

.wbn .pg_heading {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: #F9F7FB;
    margin: 0 0 24px
}

.wbn .title_points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.wbn .title_points li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7
}

.wbn .pt_dot {
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #C358C3;
    flex-shrink: 0;
    margin-top: 8px
}

.wbn .formats_section {
    background: linear-gradient(160deg, #161b28 0%, #1a1226 60%, #0f1117 100%);
    padding: 72px 40px;
    position: relative
}

.wbn .formats_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    border-top: 2px solid #C358C3;
    opacity: .4
}

.wbn .formats_zigzag {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none
}

.wbn .formats_zigzag svg {
    display: block;
    width: 100%
}

.wbn .formats_inner {
    max-width: 1024px;
    margin: 0 auto
}

.wbn .formats_head {
    display: grid;
    grid-template-columns: 30fr 70fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 72px
}

.wbn .formats_head_left .label_sm {
    margin-bottom: 16px
}

.wbn .formats_subheading {
    font-size: clamp(27px, 3vw, 52px);
    line-height: 1.1;
    color: #F9F7FB;
    margin: 0;
    font-weight: 600
}

.wbn .formats_desc {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0;
    padding-top: 8px
}

.wbn .formats_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.wbn .fmt_card {
    background: #c358c30d;
    border: 1px solid #bcb2d71f;
    border-radius: 5px;
    padding: 40px 24px;
    position: relative;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -1px 1px 6px 0 #c358c312
}

.wbn .fmt_card::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: border-color .5s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.wbn .fmt_card:hover::after {
    border-color: #C358C3
}

.wbn .fmt_card:hover {
    box-shadow: -1px 5px 28px 0 #c358c314 -1px 10px 40px 0 #c358c324
}

.wbn .fmt_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px
}

.wbn .fmt_card h4 {
    font-size: 18px;
    line-height: 1.1;
    color: #F9F7FB;
    margin: 0 0 16px;
    font-weight: 600
}

.wbn .fmt_card p {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0
}

.wbn .compare_section {
    padding: 72px 40px;
    max-width: 1024px;
    margin: 0 auto
}

.wbn .compare_intro {
    max-width: 640px;
    margin-bottom: 40px;
    border-bottom: 2px solid #c358c340;
    padding-bottom: 40px
}

.wbn .compare_intro .label_sm {
    margin-bottom: 16px
}

.wbn .compare_intro h2 {
    font-size: clamp(27px, 3vw, 52px);
    line-height: 1.1;
    color: #F9F7FB;
    margin: 0 0 16px;
    font-weight: 700
}

.wbn .compare_intro p {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0
}

.wbn .compare_layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.wbn .cmp_col {
    border-radius: 5px;
    overflow: hidden
}

.wbn .cmp_col_head {
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.wbn .cmp_col.group .cmp_col_head {
    background: #c358c326
}

.wbn .cmp_col.solo .cmp_col_head {
    background: #bcb2d71a
}

.wbn .cmp_col_head h4 {
    font-size: 18px;
    line-height: 1.1;
    color: #F9F7FB;
    margin: 0;
    font-weight: 600
}

.wbn .cmp_badge {
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 40px;
    margin-left: auto
}

.wbn .cmp_col.group .cmp_badge {
    background: #c358c333;
    color: #C358C3
}

.wbn .cmp_col.solo .cmp_badge {
    background: #bcb2d726;
    color: #BCB2D7
}

.wbn .cmp_rows {
    background: #ffffff05;
    border: 1px solid #bcb2d71a;
    border-top: none;
    border-radius: 0 0 5px 5px
}

.wbn .cmp_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-bottom: 1px solid #bcb2d712;
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7
}

.wbn .cmp_row:last-child {
    border-bottom: none
}

.wbn .cmp_mark {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.wbn .review_section {
    background: #F9F7FB;
    padding: 72px 40px;
    position: relative
}

.wbn .review_zigzag {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none
}

.wbn .review_zigzag svg {
    display: block;
    width: 100%
}

.wbn .review_inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 70fr 30fr;
    gap: 72px;
    align-items: center
}

.wbn .review_content .label_sm {
    color: #C358C3;
    margin-bottom: 16px
}

.wbn .review_content h2 {
    font-size: clamp(27px, 3vw, 52px);
    line-height: 1.1;
    color: #1a1230;
    margin: 0 0 24px;
    font-weight: 700
}

.wbn .review_content .divider {
    margin-bottom: 24px
}

.wbn .review_quote {
    font-size: 18px;
    line-height: 1.6;
    color: #3d2e5a;
    margin: 0 0 24px;
    font-style: italic
}

.wbn .reviewer_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.wbn .reviewer_portrait {
    width: 56px;
    height: 56px;
    overflow: hidden;
    flex-shrink: 0
}

.wbn .reviewer_portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.95) saturate(0.85) hue-rotate(0deg)
}

.wbn .reviewer_name {
    font-size: 16px;
    line-height: 1.1;
    color: #1a1230;
    font-weight: 600
}

.wbn .reviewer_role {
    font-size: 16px;
    line-height: 1.6;
    color: #6b5a8a;
    margin-top: 4px
}

.wbn .review_img_col {
    position: relative
}

.wbn .review_img_wrap {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.wbn .review_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.9) saturate(0.8)
}

@keyframes cardFlipIn {
    0% {
        transform: rotateY(90deg);
        opacity: 0
    }

    100% {
        transform: rotateY(0deg);
        opacity: 1
    }
}

.wbn .fmt_card {
    animation: cardFlipIn .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.wbn .fmt_card:nth-child(1) {
    animation-delay: .1s
}

.wbn .fmt_card:nth-child(2) {
    animation-delay: .25s
}

.wbn .fmt_card:nth-child(3) {
    animation-delay: .4s
}

.wbn .btn_primary {
    display: inline-block;
    position: relative;
    padding: 16px 40px;
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #F9F7FB;
    background: #C358C3;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -1px 5px 28px 0 #c358c314
}

.wbn .btn_primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #9b3a9b 0%, #C358C3 100%);
    transition: left .45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0
}

.wbn .btn_primary:hover::before {
    left: 0
}

.wbn .btn_primary span {
    position: relative;
    z-index: 1
}

.wbn .btn_primary:hover {
    box-shadow: -1px 10px 40px 0 #c358c324
}

.wbn .btn_primary:active {
    box-shadow: inset -1px 2px 8px 0 #c358c340
}

.wbn .btn_primary:focus-visible {
    outline: 2px solid #C358C3;
    outline-offset: 3px
}

@media (max-width: 1024px) {
    .wbn .title_block {
        grid-template-columns: 1fr 1.4fr;
        gap: 40px;
        padding: 72px 24px
    }

    .wbn .formats_section {
        padding: 72px 24px
    }

    .wbn .formats_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .wbn .formats_head {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px
    }

    .wbn .compare_section {
        padding: 72px 24px
    }

    .wbn .review_section {
        padding: 72px 24px
    }
}

@media (max-width: 768px) {
    .wbn .title_block {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 24px
    }

    .wbn .title_img_col {
        order: -1
    }

    .wbn .title_img_wrap {
        aspect-ratio: 16/9
    }

    .wbn .formats_grid {
        grid-template-columns: 1fr
    }

    .wbn .compare_layout {
        grid-template-columns: 1fr
    }

    .wbn .review_inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .wbn .review_img_col {
        order: -1
    }

    .wbn .review_img_wrap {
        aspect-ratio: 16/9
    }

    .wbn .pg_heading {
        font-size: 27px
    }
}

@media (max-width: 360px) {

    .wbn .title_block,
    .wbn .formats_section,
    .wbn .compare_section,
    .wbn .review_section {
        padding-left: 16px;
        padding-right: 16px
    }

    .wbn .fmt_card {
        padding: 24px 16px
    }
}

.frnt {
    background-color: #0f1117;
    color: #e8e4f0;
    overflow-x: hidden
}

.frnt .col_reveal {
    opacity: 0;
    transform: translateY(28px);
    animation: col_up .5s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.frnt .col_reveal.d1 {
    animation-delay: .1s
}

.frnt .col_reveal.d2 {
    animation-delay: .28s
}

.frnt .col_reveal.d3 {
    animation-delay: .46s
}

@keyframes col_up {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.frnt .accent_word {
    color: #C358C3;
    text-decoration: underline;
    text-decoration-color: #C358C3;
    text-underline-offset: 4px
}

.frnt .pg_row {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 768px) {
    .frnt .pg_row {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (max-width: 360px) {
    .frnt .pg_row {
        padding-left: 16px;
        padding-right: 16px
    }
}

.frnt .label_tag {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #BCB2D7;
    margin-bottom: 16px
}

.frnt .title_blk {
    padding-top: 72px;
    padding-bottom: 72px
}

.frnt .title_blk .row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px
}

.frnt .title_blk .img_col {
    flex: 0 0 44%;
    position: relative
}

.frnt .title_blk .img_frame {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 4/5
}

.frnt .title_blk .img_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .55s ease-in-out
}

.frnt .title_blk .img_frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(142deg, #c358c361 0%, #0f11179e 100%);
    pointer-events: none
}

.frnt .title_blk .bracket_tl,
.frnt .title_blk .bracket_br {
    position: absolute;
    width: 28px;
    height: 28px;
    pointer-events: none;
    z-index: 2
}

.frnt .title_blk .bracket_tl {
    top: -8px;
    left: -8px;
    border-top: 2px solid #C358C3;
    border-left: 2px solid #C358C3
}

.frnt .title_blk .bracket_br {
    bottom: -8px;
    right: -8px;
    border-bottom: 2px solid #C358C3;
    border-right: 2px solid #C358C3
}

.frnt .title_blk .dot_border {
    position: absolute;
    top: 16px;
    right: -16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none
}

.frnt .title_blk .dot_border span {
    display: block;
    border-radius: 40px;
    background-color: #C358C3;
    opacity: .35
}

.frnt .title_blk .txt_col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 72px
}

.frnt .title_blk .txt_col h1 {
    font-size: clamp(40px, 6vw, 68px);
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #e8e4f0
}

.frnt .title_blk .txt_col .sub_line {
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.6;
    color: #BCB2D7;
    margin-bottom: 24px;
    max-width: 480px
}

.frnt .title_blk .thesis_row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.frnt .title_blk .thesis_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.frnt .title_blk .thesis_dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background: #C358C3;
    margin-top: 8px
}

.frnt .title_blk .thesis_item p {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0
}

.frnt .title_blk .cta_row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.frnt .btn_primary {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    background: linear-gradient(120deg, #C358C3 0%, #9b3a9b 100%);
    background-size: 200% 100%;
    background-position: right center;
    color: #fff;
    text-decoration: none;
    transition: background-position .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -1px 5px 28px 0 #c358c314
}

.frnt .btn_primary:hover {
    background-position: left center;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.frnt .btn_primary:active {
    box-shadow: inset -1px 1px 6px 0 #c358c32e
}

.frnt .btn_ghost {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: 1.5px solid #BCB2D7;
    cursor: pointer;
    background: transparent;
    color: #BCB2D7;
    text-decoration: none;
    transition: border-color .4s ease-in-out, color .4s ease-in-out
}

.frnt .btn_ghost:hover {
    border-color: #C358C3;
    color: #C358C3
}

@media (max-width: 768px) {
    .frnt .title_blk .row {
        flex-direction: column
    }

    .frnt .title_blk .img_col {
        flex: none;
        width: 100%
    }

    .frnt .title_blk .img_frame {
        aspect-ratio: 3/2
    }

    .frnt .title_blk .dot_border {
        display: none
    }

    .frnt .title_blk .txt_col {
        padding-bottom: 24px
    }
}

.frnt .rep_blk {
    background-color: #F9F7FB;
    padding-top: 72px;
    padding-bottom: 72px
}

.frnt .rep_blk h2 {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    color: #1a0f1e;
    text-transform: uppercase;
    margin-bottom: 16px
}

.frnt .rep_blk .label_tag {
    color: #9b3a9b
}

.frnt .rep_blk .rep_intro {
    font-size: 18px;
    line-height: 1.6;
    color: #3d2e4a;
    max-width: 600px;
    margin-bottom: 40px
}

.frnt .rep_blk .assoc_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.frnt .rep_blk .assoc_item {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    box-shadow: -1px 1px 6px 0 #c358c312;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .rep_blk .assoc_item:hover {
    box-shadow: -1px 10px 40px 0 #c358c324;
    transform: translateY(-4px)
}

.frnt .rep_blk .assoc_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px
}

.frnt .rep_blk .assoc_item h5 {
    font-size: 16px;
    line-height: 1.1;
    color: #1a0f1e;
    margin-bottom: 8px;
    font-weight: 700
}

.frnt .rep_blk .assoc_item p {
    font-size: 16px;
    line-height: 1.6;
    color: #5a4a68;
    margin: 0
}

.frnt .rep_blk .img_accent {
    margin-top: 40px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 240px;
    position: relative
}

.frnt .rep_blk .img_accent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    animation: mono_cycle 8s ease-in-out infinite
}

@keyframes mono_cycle {

    0%,
    100% {
        filter: none
    }

    40%,
    60% {
        filter: grayscale(1)
    }
}

.frnt .rep_blk .img_accent::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #F9F7FB 0%, transparent 18%, transparent 82%, #F9F7FB 100%);
    pointer-events: none
}

@media (max-width: 768px) {
    .frnt .rep_blk .assoc_grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 360px) {
    .frnt .rep_blk .assoc_grid {
        grid-template-columns: 1fr
    }
}

.frnt .team_blk {
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: #141720
}

.frnt .team_blk .row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.frnt .team_blk .txt_side {
    flex: 1 1 0
}

.frnt .team_blk h2 {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    color: #e8e4f0;
    margin-bottom: 16px
}

.frnt .team_blk .team_intro {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    margin-bottom: 40px
}

.frnt .team_blk .person_list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.frnt .team_blk .person_card {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 5px;
    background: #bcb2d70f;
    box-shadow: -1px 1px 6px 0 #bcb2d712;
    transition: background .5s ease-in-out
}

.frnt .team_blk .person_card:hover {
    background: #c358c314
}

.frnt .team_blk .portrait_wrap {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    overflow: hidden
}

.frnt .team_blk .portrait_wrap img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .team_blk .person_info h5 {
    font-size: 18px;
    line-height: 1.1;
    color: #e8e4f0;
    margin-bottom: 8px;
    font-weight: 700
}

.frnt .team_blk .person_role {
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #C358C3;
    margin-bottom: 8px
}

.frnt .team_blk .person_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0
}

.frnt .team_blk .img_side {
    flex: 0 0 38%;
    position: relative
}

.frnt .team_blk .img_side_frame {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 3/4
}

.frnt .team_blk .img_side_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .team_blk .dot_trail {
    position: absolute;
    bottom: -24px;
    left: -24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    pointer-events: none
}

.frnt .team_blk .dot_trail span {
    display: block;
    border-radius: 40px;
    background: #C358C3;
    opacity: .22
}

@media (max-width: 768px) {
    .frnt .team_blk .row {
        flex-direction: column
    }

    .frnt .team_blk .img_side {
        flex: none;
        width: 100%;
        order: -1
    }

    .frnt .team_blk .img_side_frame {
        aspect-ratio: 16/9
    }
}

.frnt .outcome_blk {
    padding-top: 72px;
    padding-bottom: 72px;
    background: linear-gradient(160deg, #1b0d1f 0%, #0f1117 55%, #111520 100%)
}

.frnt .outcome_blk h2 {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    color: #e8e4f0;
    margin-bottom: 16px;
    max-width: 680px
}

.frnt .outcome_blk .out_intro {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    max-width: 560px;
    margin-bottom: 40px
}

.frnt .outcome_blk .out_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px
}

.frnt .outcome_blk .out_item {
    padding: 24px;
    border-radius: 5px;
    background: #bcb2d70d;
    border-top: 2px solid #c358c340;
    transition: border-color .45s ease-in-out, background .45s ease-in-out
}

.frnt .outcome_blk .out_item:hover {
    border-color: #C358C3;
    background: #c358c312
}

.frnt .outcome_blk .out_item h5 {
    font-size: 18px;
    line-height: 1.1;
    color: #e8e4f0;
    margin-bottom: 8px;
    font-weight: 700
}

.frnt .outcome_blk .out_item p {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0
}

.frnt .outcome_blk .fact_strip {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    padding: 24px 40px;
    border-radius: 5px;
    background: #C358C3;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.frnt .outcome_blk .fact_num {
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0
}

.frnt .outcome_blk .fact_txt h5 {
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 700
}

.frnt .outcome_blk .fact_txt p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffd1;
    margin: 0
}

@media (max-width: 768px) {
    .frnt .outcome_blk .out_grid {
        grid-template-columns: 1fr
    }

    .frnt .outcome_blk .fact_strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px
    }
}

.frnt .scale_blk {
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: #0b0d13
}

.frnt .scale_blk .top_row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-end;
    margin-bottom: 40px
}

.frnt .scale_blk h2 {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    color: #e8e4f0;
    flex: 1 1 0
}

.frnt .scale_blk .scale_note {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    max-width: 320px;
    flex: 0 0 320px
}

.frnt .scale_blk .metrics_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px
}

.frnt .scale_blk .metric_item {
    padding: 24px;
    border-radius: 5px;
    background: #bcb2d70d;
    box-shadow: -1px 1px 6px 0 #bcb2d712;
    text-align: center;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.frnt .scale_blk .metric_item:hover {
    box-shadow: -1px 10px 40px 0 #c358c324;
    transform: translateY(-6px)
}

.frnt .scale_blk .metric_num {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 800;
    color: #C358C3;
    display: block;
    margin-bottom: 8px
}

.frnt .scale_blk .metric_label {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    display: block
}

.frnt .scale_blk .img_row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
    align-items: stretch
}

.frnt .scale_blk .img_frame_a {
    overflow: hidden;
    border-radius: 5px;
    height: 220px;
    position: relative
}

.frnt .scale_blk .img_frame_a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .scale_blk .img_frame_a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0b0d13 0%, transparent 50%);
    pointer-events: none
}

.frnt .scale_blk .quote_card {
    border-radius: 5px;
    background: #bcb2d70f;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: -1px 5px 28px 0 #bcb2d714
}

.frnt .scale_blk .quote_card blockquote {
    font-size: 18px;
    line-height: 1.6;
    color: #e8e4f0;
    margin: 0 0 16px;
    font-style: italic
}

.frnt .scale_blk .quote_attr {
    font-size: 16px;
    color: #BCB2D7;
    letter-spacing: .06em
}

.frnt .scale_blk .quote_attr strong {
    color: #C358C3
}

@media (max-width: 1024px) {
    .frnt .scale_blk .metrics_row {
        grid-template-columns: repeat(2, 1fr)
    }

    .frnt .scale_blk .img_row {
        grid-template-columns: 1fr
    }

    .frnt .scale_blk .img_frame_a {
        height: 180px
    }
}

@media (max-width: 768px) {
    .frnt .scale_blk .top_row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .frnt .scale_blk .scale_note {
        flex: none;
        max-width: 100%
    }

    .frnt .scale_blk .metrics_row {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 360px) {
    .frnt .scale_blk .metrics_row {
        grid-template-columns: 1fr
    }
}

.lrn-prog {
    background: #0e0d14;
    color: #e8e4f0;
    overflow-x: hidden;
    position: relative
}

.lrn-prog .pg-reveal {
    animation: pg-scale-in .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

@keyframes pg-scale-in {
    from {
        opacity: 0;
        transform: scale(0.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.lrn-prog ::selection {
    background: #c358c338;
    color: #f0eaf8
}

.lrn-prog input::placeholder,
.lrn-prog textarea::placeholder {
    font-style: italic;
    opacity: .55
}

.lrn-prog .pg-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.lrn-prog .tb-wrap {
    padding: 72px 0 40px;
    position: relative
}

.lrn-prog .tb-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px
}

.lrn-prog .tb-text {
    flex: 1 1 0;
    min-width: 0
}

.lrn-prog .tb-label {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #BCB2D7;
    margin-bottom: 16px
}

.lrn-prog .tb-heading {
    font-size: clamp(27px, 5vw, 52px);
    line-height: 1.1;
    margin: 0 0 24px;
    font-weight: 700
}

.lrn-prog .tb-heading .ln1 {
    display: block;
    color: #BCB2D7;
    font-size: clamp(18px, 2.5vw, 27px);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .08em
}

.lrn-prog .tb-heading .ln2 {
    display: block;
    color: #F9F7FB;
    text-transform: uppercase
}

.lrn-prog .tb-heading .ln3 {
    display: block;
    color: #C358C3;
    text-decoration: underline;
    text-decoration-color: #C358C3;
    text-underline-offset: 6px
}

.lrn-prog .tb-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    max-width: 440px;
    margin: 0
}

.lrn-prog .tb-img-col {
    flex: 0 0 340px;
    position: relative
}

.lrn-prog .tb-img-shape {
    width: 320px;
    height: 360px;
    border-radius: 40px 5px 40px 5px;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.lrn-prog .tb-img-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.lrn-prog .tb-img-tint {
    position: absolute;
    inset: 0;
    background: #c358c32e;
    border-radius: 40px 5px 40px 5px;
    pointer-events: none
}

.lrn-prog .tb-dots {
    position: absolute;
    bottom: -16px;
    right: -16px;
    display: grid;
    grid-template-columns: repeat(5, 10px);
    gap: 8px;
    pointer-events: none;
    z-index: 0
}

.lrn-prog .tb-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c358c359
}

.lrn-prog .tb-dot.lit {
    background: #C358C3
}

.lrn-prog .tb-arrow {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .25;
    pointer-events: none
}

.lrn-prog .tb-arrow svg {
    display: block
}

.lrn-prog .wv-div {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.lrn-prog .wv-div svg {
    display: block;
    width: 100%
}

.lrn-prog .prog-grid-sec {
    padding: 72px 0;
    background: #13111c
}

.lrn-prog .sec-eyebrow {
    font-size: 16px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #C358C3;
    display: block;
    margin-bottom: 8px
}

.lrn-prog .sec-h2 {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    margin: 0 0 40px;
    color: #F9F7FB;
    font-weight: 700
}

.lrn-prog .prog-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.lrn-prog .prog-card {
    background: #1a1629;
    border-radius: 5px 40px 5px 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: -1px 5px 28px 0 #bcb2d714;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.lrn-prog .prog-card:hover {
    box-shadow: -1px 10px 40px 0 #c358c324;
    transform: translateY(-4px)
}

.lrn-prog .card-img-wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.lrn-prog .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.lrn-prog .prog-card:hover .card-img-wrap img {
    transform: scale(1.05)
}

.lrn-prog .card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, #0e0d14b8 100%);
    pointer-events: none
}

.lrn-prog .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 16px
}

.lrn-prog .card-title {
    font-size: 18px;
    line-height: 1.1;
    color: #F9F7FB;
    font-weight: 600;
    margin: 0
}

.lrn-prog .card-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0;
    flex: 1 1 auto
}

.lrn-prog .card-price-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap
}

.lrn-prog .card-price {
    font-size: 27px;
    line-height: 1.1;
    font-weight: 700;
    color: #C358C3
}

.lrn-prog .card-price-terms {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    opacity: .8
}

.lrn-prog .card-cta {
    display: inline-block;
    padding: 16px 24px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #F9F7FB;
    background: linear-gradient(120deg, #7a2e7a 0%, #C358C3 100%);
    background-size: 200% 100%;
    background-position: right center;
    transition: background-position .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s ease-in-out;
    text-align: center;
    box-shadow: -1px 5px 28px 0 #c358c314
}

.lrn-prog .card-cta:hover {
    background-position: left center;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.lrn-prog .card-cta:focus-visible {
    outline: 2px solid #C358C3;
    outline-offset: 3px
}

.lrn-prog .card-cta:active {
    box-shadow: inset 0 2px 8px #c358c34d
}

.lrn-prog .wv-div2 {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.lrn-prog .how-sec {
    padding: 72px 0;
    background: #0e0d14;
    position: relative
}

.lrn-prog .how-split {
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start
}

.lrn-prog .how-left {
    flex: 0 0 340px
}

.lrn-prog .how-right {
    flex: 1 1 0;
    min-width: 0
}

.lrn-prog .how-img-wrap {
    width: 320px;
    height: 400px;
    border-radius: 5px 40px 5px 40px;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.lrn-prog .how-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.lrn-prog .how-img-tint {
    position: absolute;
    inset: 0;
    background: #c358c31f;
    pointer-events: none
}

.lrn-prog .how-steps {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 0
}

.lrn-prog .how-step {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    position: relative;
    padding-bottom: 40px
}

.lrn-prog .how-step:last-child {
    padding-bottom: 0
}

.lrn-prog .step-trail {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0
}

.lrn-prog .step-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2a2438;
    border: 2px solid #BCB2D7;
    flex-shrink: 0;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.lrn-prog .how-step.active .step-dot,
.lrn-prog .how-step:first-child .step-dot {
    background: #C358C3;
    border-color: #C358C3
}

.lrn-prog .step-line {
    width: 2px;
    flex: 1 1 auto;
    min-height: 32px;
    background: repeating-linear-gradient(180deg, #BCB2D7 0px, #BCB2D7 4px, transparent 4px, transparent 10px);
    margin-top: 4px
}

.lrn-prog .how-step:last-child .step-line {
    display: none
}

.lrn-prog .step-body {
    padding-top: 0
}

.lrn-prog .step-num {
    font-size: 16px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #C358C3;
    display: block;
    margin-bottom: 8px
}

.lrn-prog .step-title {
    font-size: 18px;
    line-height: 1.1;
    color: #F9F7FB;
    margin: 0 0 8px;
    font-weight: 600
}

.lrn-prog .step-text {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0
}

.lrn-prog .split-div {
    height: 8px;
    background: linear-gradient(90deg, #C358C3 0%, #BCB2D7 50%, #13111c 100%);
    opacity: .35
}

.lrn-prog .web-sec {
    padding: 72px 0;
    position: relative;
    background: linear-gradient(180deg, #1a1629 0%, #0e0d14 100%)
}

.lrn-prog .web-inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

.lrn-prog .web-text {
    flex: 1 1 0;
    min-width: 0
}

.lrn-prog .web-h2 {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    color: #F9F7FB;
    margin: 0 0 16px;
    font-weight: 700
}

.lrn-prog .web-p {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0 0 24px;
    max-width: 460px
}

.lrn-prog .web-link {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #F9F7FB;
    background: linear-gradient(120deg, #7a2e7a 0%, #C358C3 100%);
    background-size: 200% 100%;
    background-position: right center;
    transition: background-position .5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .5s ease-in-out;
    box-shadow: -1px 5px 28px 0 #c358c314
}

.lrn-prog .web-link:hover {
    background-position: left center;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.lrn-prog .web-link:focus-visible {
    outline: 2px solid #C358C3;
    outline-offset: 3px
}

.lrn-prog .web-link:active {
    box-shadow: inset 0 2px 8px #c358c34d
}

.lrn-prog .web-visual {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .web-stat-card {
    background: #13111c;
    border-radius: 5px 40px 5px 5px;
    padding: 24px;
    box-shadow: -1px 5px 28px 0 #bcb2d714
}

.lrn-prog .web-stat-num {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    color: #C358C3;
    display: block
}

.lrn-prog .web-stat-label {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    display: block
}

.lrn-prog .testi-sec {
    padding: 72px 0;
    background: #13111c
}

.lrn-prog .testi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px
}

.lrn-prog .testi-card {
    background: #1a1629;
    border-radius: 40px 5px 40px 5px;
    padding: 40px;
    box-shadow: -1px 1px 6px 0 #bcb2d712;
    position: relative
}

.lrn-prog .testi-quote-mark {
    width: 32px;
    height: 24px;
    margin-bottom: 16px;
    display: block
}

.lrn-prog .testi-text {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0 0 24px
}

.lrn-prog .testi-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.lrn-prog .testi-portrait {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: -1px 1px 6px 0 #c358c312
}

.lrn-prog .testi-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.lrn-prog .testi-name {
    font-size: 16px;
    font-weight: 600;
    color: #F9F7FB;
    display: block
}

.lrn-prog .testi-role {
    font-size: 16px;
    color: #BCB2D7;
    display: block;
    opacity: .75
}

.lrn-prog .faq-sec {
    padding: 72px 0;
    background: #0e0d14
}

.lrn-prog .faq-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .faq-item {
    border-radius: 5px;
    background: #13111c;
    box-shadow: -1px 1px 6px 0 #bcb2d712;
    overflow: hidden
}

.lrn-prog .faq-toggle {
    display: none
}

.lrn-prog .faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.6;
    color: #F9F7FB;
    font-weight: 600;
    user-select: none;
    transition: color .4s ease-in-out
}

.lrn-prog .faq-label:hover {
    color: #C358C3
}

.lrn-prog .faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    margin-left: 16px
}

.lrn-prog .faq-icon::before,
.lrn-prog .faq-icon::after {
    content: "";
    position: absolute;
    background: #C358C3;
    border-radius: 2px;
    transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), opacity .4s ease-in-out
}

.lrn-prog .faq-icon::before {
    width: 14px;
    height: 2px;
    top: 11px;
    left: 5px
}

.lrn-prog .faq-icon::after {
    width: 2px;
    height: 14px;
    top: 5px;
    left: 11px
}

.lrn-prog .faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.lrn-prog .faq-body-inner {
    padding: 0 24px 24px;
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7
}

.lrn-prog .faq-item.open .faq-body {
    max-height: 400px
}

.lrn-prog .faq-item.open .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0
}

.lrn-prog .faq-label:focus-visible {
    outline: 2px solid #C358C3;
    outline-offset: -2px
}

@media (max-width: 1024px) {
    .lrn-prog .prog-cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .lrn-prog .how-split {
        gap: 40px
    }

    .lrn-prog .how-left {
        flex: 0 0 260px
    }

    .lrn-prog .how-img-wrap {
        width: 240px;
        height: 300px
    }
}

@media (max-width: 768px) {
    .lrn-prog .tb-grid {
        flex-direction: column
    }

    .lrn-prog .tb-img-col {
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .lrn-prog .tb-img-shape {
        width: 100%;
        max-width: 320px;
        height: 260px
    }

    .lrn-prog .prog-cards {
        grid-template-columns: 1fr
    }

    .lrn-prog .how-split {
        flex-direction: column;
        gap: 40px
    }

    .lrn-prog .how-left {
        flex: 0 0 auto;
        width: 100%
    }

    .lrn-prog .how-img-wrap {
        width: 100%;
        height: 240px
    }

    .lrn-prog .web-inner {
        flex-direction: column
    }

    .lrn-prog .web-visual {
        flex: 0 0 auto;
        width: 100%;
        flex-direction: row
    }

    .lrn-prog .web-stat-card {
        flex: 1 1 0
    }

    .lrn-prog .testi-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 360px) {
    .lrn-prog .tb-heading {
        font-size: 27px
    }

    .lrn-prog .sec-h2 {
        font-size: 27px
    }

    .lrn-prog .web-stat-num {
        font-size: 27px
    }

    .lrn-prog .web-visual {
        flex-direction: column
    }
}

.cu-pg {
    background: #0e0d14;
    color: #e8e4f0;
    overflow-x: hidden
}

.cu-pg .reveal-mask {
    animation: maskReveal .85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    clip-path: inset(0 50% 0 50%)
}

@keyframes maskReveal {
    to {
        clip-path: inset(0 0% 0 0%)
    }
}

.cu-pg .fade-up {
    opacity: 0;
    transform: translateY(32px);
    animation: fadeUp .55s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cu-pg .fade-up.d1 {
    animation-delay: .1s
}

.cu-pg .fade-up.d2 {
    animation-delay: .22s
}

.cu-pg .fade-up.d3 {
    animation-delay: .34s
}

.cu-pg .fade-up.d4 {
    animation-delay: .46s
}

.cu-pg .pg-top {
    max-width: 1024px;
    margin: 0 auto;
    padding: 72px 40px 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    position: relative
}

.cu-pg .pg-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    width: 2px;
    height: 120px;
    background: linear-gradient(180deg, #C358C3 0%, transparent 100%)
}

.cu-pg .pg-top-left {
    flex: 1 1 0;
    min-width: 0
}

.cu-pg .pg-top-abbr {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -2px;
    color: #C358C3;
    opacity: .08;
    position: absolute;
    top: 56px;
    left: 24px;
    pointer-events: none;
    user-select: none;
    text-transform: uppercase
}

.cu-pg .pg-top-label {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #BCB2D7;
    margin-bottom: 16px;
    display: block
}

.cu-pg .pg-top-h1 {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: #F9F7FB;
    margin: 0 0 24px;
    letter-spacing: -1px
}

.cu-pg .pg-top-h1 .accent-word {
    display: inline-block;
    position: relative;
    color: #C358C3
}

.cu-pg .pg-top-h1 .accent-word::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #C358C3;
    border-radius: 5px
}

.cu-pg .pg-top-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cu-pg .pg-top-link:hover {
    color: #C358C3
}

.cu-pg .pg-top-link-arrow {
    width: 18px;
    height: 18px;
    display: inline-block;
    flex-shrink: 0
}

.cu-pg .pg-top-right {
    flex: 0 0 280px;
    width: 280px
}

.cu-pg .pg-top-img-wrap {
    width: 280px;
    height: 320px;
    overflow: hidden;
    border-radius: 5px;
    position: relative
}

.cu-pg .pg-top-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.75) saturate(1.2) sepia(0.18);
    transition: filter .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.cu-pg .pg-top-img-wrap:hover img {
    filter: brightness(0.95) saturate(1.1) sepia(0.08)
}

.cu-pg .divider-arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
    max-width: 1024px;
    margin: 0 auto
}

.cu-pg .divider-arrows .arr {
    width: 10px;
    height: 10px;
    border-right: 2px solid #BCB2D7;
    border-bottom: 2px solid #BCB2D7;
    transform: rotate(-45deg);
    opacity: .3;
    border-radius: 0
}

.cu-pg .divider-arrows .arr:nth-child(2) {
    opacity: .5
}

.cu-pg .divider-arrows .arr:nth-child(3) {
    opacity: .7
}

.cu-pg .divider-arrows .arr:nth-child(4) {
    opacity: .5
}

.cu-pg .divider-arrows .arr:nth-child(5) {
    opacity: .3
}

.cu-pg .info-band {
    background: linear-gradient(160deg, #1a1228 0%, #12101d 60%, #0e0d14 100%);
    padding: 72px 40px;
    position: relative
}

.cu-pg .info-band-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start
}

.cu-pg .info-band-abbr {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    color: #C358C3;
    opacity: .06;
    position: absolute;
    bottom: 16px;
    right: 40px;
    pointer-events: none;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: -2px
}

.cu-pg .info-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cu-pg .info-col-label {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #C358C3
}

.cu-pg .info-col-val {
    font-size: 18px;
    line-height: 1.6;
    color: #F9F7FB
}

.cu-pg .info-col-val a {
    color: #BCB2D7;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cu-pg .info-col-val a:hover {
    color: #C358C3
}

.cu-pg .info-col-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7
}

.cu-pg .bar-wrap {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cu-pg .bar-labels {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.cu-pg .bar-label-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    letter-spacing: .05em
}

.cu-pg .bar-track {
    width: 100%;
    height: 6px;
    background: #2a2438;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.cu-pg .bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 72%;
    background: linear-gradient(90deg, #BCB2D7 0%, #C358C3 100%);
    border-radius: 5px;
    animation: barGrow .85s cubic-bezier(0.16, 1, 0.3, 1) .3s both
}

@keyframes barGrow {
    from {
        width: 0
    }

    to {
        width: 72%
    }
}

.cu-pg .bar-marker {
    position: absolute;
    top: -3px;
    left: 72%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #C358C3;
    border-radius: 40px;
    box-shadow: -1px 5px 28px 0 #c358c314
}

.cu-pg .bar-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    text-align: center
}

.cu-pg .divider-line {
    max-width: 1024px;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #BCB2D7 30%, #C358C3 60%, transparent 100%);
    opacity: .18
}

.cu-pg .form-band {
    background: #0e0d14;
    padding: 72px 40px;
    position: relative
}

.cu-pg .form-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 60% 40% at 80% 20%, #c358c312 0%, transparent 70%);
    pointer-events: none
}

.cu-pg .form-band-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 72px;
    align-items: start
}

.cu-pg .form-side-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cu-pg .form-side-label {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #C358C3
}

.cu-pg .form-side-h2 {
    font-size: 27px;
    line-height: 1.1;
    font-weight: 700;
    color: #F9F7FB;
    margin: 0;
    text-transform: uppercase
}

.cu-pg .form-side-p {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0
}

.cu-pg .form-dots {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px
}

.cu-pg .form-dot-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    position: relative
}

.cu-pg .form-dot-row::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 22px;
    width: 2px;
    height: calc(100% + 14px);
    background: linear-gradient(180deg, #C358C3 0%, transparent 100%);
    opacity: .25
}

.cu-pg .form-dot-row:last-child::before {
    display: none
}

.cu-pg .dot-circle {
    width: 16px;
    height: 16px;
    border-radius: 40px;
    background: #C358C3;
    flex-shrink: 0;
    margin-top: 4px;
    box-shadow: -1px 1px 6px 0 #c358c312
}

.cu-pg .dot-circle.dim {
    background: #2a2438;
    border: 2px solid #BCB2D7
}

.cu-pg .dot-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7
}

.cu-pg .form-side-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cu-pg .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.cu-pg .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cu-pg .field-label {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    letter-spacing: .06em
}

.cu-pg .field-input {
    width: 100%;
    background: #16131f;
    border: 1px solid #2a2438;
    border-radius: 5px;
    padding: 16px;
    font-size: 18px;
    line-height: 1.6;
    color: #F9F7FB;
    outline: none;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box
}

.cu-pg .field-input::placeholder {
    color: #BCB2D7;
    opacity: .55;
    font-style: italic
}

.cu-pg .field-input:focus {
    border-color: #C358C3;
    box-shadow: -1px 5px 28px 0 #c358c314
}

.cu-pg .field-input:active {
    box-shadow: inset -1px 1px 6px 0 #c358c312
}

.cu-pg .checks-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cu-pg .checks-label {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    letter-spacing: .06em;
    margin-bottom: 8px
}

.cu-pg .check-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.cu-pg .check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #2a2438;
    border-radius: 5px;
    background: #16131f;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    transition: border-color .4s cubic-bezier(0.16, 1, 0.3, 1), background .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.cu-pg .check-input:checked {
    background: #C358C3;
    border-color: #C358C3;
    box-shadow: inset -1px 1px 6px 0 #c358c312
}

.cu-pg .check-input:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #F9F7FB;
    border-bottom: 2px solid #F9F7FB;
    transform: rotate(45deg)
}

.cu-pg .check-input:focus {
    outline: 2px solid #C358C3;
    outline-offset: 2px
}

.cu-pg .check-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    cursor: pointer
}

.cu-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding-top: 8px
}

.cu-pg .privacy-input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #BCB2D7;
    border-radius: 5px;
    background: #16131f;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
    position: relative;
    transition: border-color .4s cubic-bezier(0.16, 1, 0.3, 1), background .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.cu-pg .privacy-input:checked {
    background: #C358C3;
    border-color: #C358C3;
    box-shadow: inset -1px 1px 6px 0 #c358c312
}

.cu-pg .privacy-input:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #F9F7FB;
    border-bottom: 2px solid #F9F7FB;
    transform: rotate(45deg)
}

.cu-pg .privacy-input:focus {
    outline: 2px solid #C358C3;
    outline-offset: 2px
}

.cu-pg .privacy-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7
}

.cu-pg .privacy-txt a {
    color: #C358C3;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.cu-pg .privacy-txt a:hover {
    color: #F9F7FB
}

.cu-pg .submit-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 40px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    color: #F9F7FB;
    background: linear-gradient(90deg, #C358C3 0%, #9b3fa0 100%);
    background-size: 200% 100%;
    background-position: right center;
    transition: background-position .5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -1px 5px 28px 0 #c358c314;
    align-self: flex-start
}

.cu-pg .submit-btn:hover {
    background-position: left center;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.cu-pg .submit-btn:active {
    box-shadow: inset -1px 1px 6px 0 #c358c312
}

.cu-pg .submit-btn:focus {
    outline: 2px solid #C358C3;
    outline-offset: 3px
}

@media (max-width: 1024px) {
    .cu-pg .pg-top {
        padding: 72px 24px 40px
    }

    .cu-pg .pg-top::before {
        left: 24px
    }

    .cu-pg .info-band {
        padding: 72px 24px
    }

    .cu-pg .form-band {
        padding: 72px 24px
    }

    .cu-pg .form-band-inner {
        gap: 40px
    }
}

@media (max-width: 768px) {
    .cu-pg .pg-top {
        flex-direction: column;
        padding: 72px 24px 40px;
        gap: 24px
    }

    .cu-pg .pg-top-right {
        flex: 0 0 auto;
        width: 100%
    }

    .cu-pg .pg-top-img-wrap {
        width: 100%;
        height: 240px
    }

    .cu-pg .pg-top-h1 {
        font-size: clamp(27px, 8vw, 52px)
    }

    .cu-pg .info-band-inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cu-pg .form-band-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .cu-pg .info-band {
        padding: 40px 24px
    }

    .cu-pg .form-band {
        padding: 40px 24px
    }
}

@media (max-width: 360px) {
    .cu-pg .pg-top-h1 {
        font-size: 27px
    }

    .cu-pg .submit-btn {
        width: 100%
    }
}

.abt_us {
    background: #0d1117;
    color: #e8e2f0;
    overflow-x: clip;
    position: relative
}

.abt_us .pulse_grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.abt_us .pulse_grid svg {
    width: 100%;
    height: 100%;
    opacity: .045
}

.abt_us .pulse_grid line {
    stroke: #BCB2D7;
    stroke-width: 1;
    animation: grid_pulse 4.8s ease-in-out infinite
}

.abt_us .pulse_grid line:nth-child(2n) {
    animation-delay: 1.2s
}

.abt_us .pulse_grid line:nth-child(3n) {
    animation-delay: 2.4s
}

.abt_us .pulse_grid line:nth-child(4n) {
    animation-delay: .6s
}

@keyframes grid_pulse {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

.abt_us .tri_accent {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.abt_us .tri_accent svg {
    display: block
}

.abt_us .edge_stripe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #C358C3 40%, #BCB2D7 60%, transparent)
}

.abt_us .fade_divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #BCB2D7 30%, #C358C3 50%, #BCB2D7 70%, transparent);
    margin: 0;
    opacity: .35
}

.abt_us .fade_divider_alt {
    height: 1px;
    background: linear-gradient(90deg, transparent 10%, #C358C3 45%, transparent 90%);
    margin: 0;
    opacity: .3
}

.abt_us .title_block {
    position: relative;
    padding: 72px 40px;
    background: linear-gradient(160deg, #1a0f2e 0%, #0d1117 55%, #0f1a1f 100%);
    overflow: hidden
}

.abt_us .title_block .light_leak {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 320px;
    height: 320px;
    background: radial-gradient(ellipse at top right, #c358c338 0%, #bcb2d714 45%, transparent 70%);
    pointer-events: none
}

.abt_us .title_block .tb_inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.abt_us .title_block .label_tag {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .18em;
    color: #BCB2D7;
    text-transform: uppercase;
    margin-bottom: 24px;
    opacity: .85
}

.abt_us .title_block .tb_heading {
    font-size: clamp(27px, 5vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: #F9F7FB;
    max-width: 640px;
    margin-bottom: 24px
}

.abt_us .title_block .tb_heading .accent_word {
    display: inline-block;
    position: relative;
    color: #C358C3
}

.abt_us .title_block .tb_heading .accent_word::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #C358C3;
    border-radius: 5px
}

.abt_us .title_block .tb_sub {
    font-size: 18px;
    line-height: 1.6;
    color: #c4bdd8;
    max-width: 520px
}

.abt_us .title_block .tb_meta {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap
}

.abt_us .title_block .meta_item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt_us .title_block .meta_num {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    color: #C358C3
}

.abt_us .title_block .meta_label {
    font-size: 16px;
    color: #BCB2D7;
    letter-spacing: .06em
}

.abt_us .title_block .tb_corner_tri {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.abt_us .story_band {
    position: relative;
    padding: 72px 40px;
    background: #111620
}

.abt_us .story_band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg, #c358c30f 0%, transparent 100%);
    pointer-events: none
}

.abt_us .story_band .fib_bg {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    opacity: .04;
    pointer-events: none;
    width: 420px;
    height: 420px;
    overflow: hidden
}

.abt_us .story_band .sb_inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start
}

.abt_us .story_band .sb_text_col {
    position: relative;
    padding-left: 24px
}

.abt_us .story_band .sb_text_col::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #C358C3 0%, #BCB2D7 60%, transparent 100%);
    border-radius: 5px
}

.abt_us .story_band .sb_eyebrow {
    font-size: 16px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #BCB2D7;
    margin-bottom: 16px
}

.abt_us .story_band .sb_heading {
    font-size: clamp(27px, 3vw, 27px);
    line-height: 1.1;
    font-weight: 600;
    color: #F9F7FB;
    margin-bottom: 24px
}

.abt_us .story_band .sb_para {
    font-size: 18px;
    line-height: 1.6;
    color: #b8b0cc;
    margin-bottom: 16px
}

.abt_us .story_band .sb_para:last-child {
    margin-bottom: 0
}

.abt_us .story_band .img_col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt_us .story_band .img_wrap {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.abt_us .story_band .img_wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt_us .story_band .img_wrap:hover img {
    transform: scale(1.03)
}

.abt_us .story_band .img_badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #0d1117d1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid #c358c34d;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 16px;
    color: #F9F7FB
}

.abt_us .story_band .img_grid_pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.abt_us .story_band .img_sm {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -1px 5px 28px 0 #c358c314
}

.abt_us .story_band .img_sm img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt_us .story_band .img_sm:hover img {
    transform: scale(1.05)
}

.abt_us .team_strip {
    position: relative;
    padding: 72px 40px;
    background: linear-gradient(175deg, #0f1520 0%, #0d1117 50%, #130f1e 100%)
}

.abt_us .team_strip .ts_inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.abt_us .team_strip .ts_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 40px;
    flex-wrap: wrap
}

.abt_us .team_strip .ts_heading {
    font-size: clamp(27px, 3.5vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: #F9F7FB
}

.abt_us .team_strip .ts_desc {
    font-size: 18px;
    line-height: 1.6;
    color: #b0a8c8;
    max-width: 380px
}

.abt_us .team_strip .ts_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.abt_us .team_strip .person_card {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    background: #bcb2d70d;
    border: 1px solid #bcb2d71a;
    border-radius: 5px;
    padding: 24px;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt_us .team_strip .person_card:hover {
    border-color: #c358c359;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.abt_us .team_strip .portrait_wrap {
    width: 96px;
    height: 96px;
    border-radius: 40px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: -1px 5px 28px 0 #c358c314
}

.abt_us .team_strip .portrait_wrap img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt_us .team_strip .person_info {
    flex: 1;
    min-width: 0
}

.abt_us .team_strip .person_name {
    font-size: 18px;
    font-weight: 600;
    color: #F9F7FB;
    margin-bottom: 8px;
    line-height: 1.1
}

.abt_us .team_strip .person_role {
    font-size: 16px;
    color: #C358C3;
    letter-spacing: .06em;
    margin-bottom: 8px
}

.abt_us .team_strip .person_bio {
    font-size: 16px;
    line-height: 1.6;
    color: #9e96b8
}

.abt_us .team_strip .no_portrait_card {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    background: #bcb2d708;
    border: 1px solid #bcb2d714;
    border-radius: 5px;
    padding: 24px;
    transition: border-color .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt_us .team_strip .no_portrait_card:hover {
    border-color: #c358c340
}

.abt_us .team_strip .avatar_placeholder {
    width: 96px;
    height: 96px;
    border-radius: 40px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c358c32e 0%, #bcb2d71a 100%);
    border: 1px solid #c358c333
}

.abt_us .team_strip .avatar_placeholder svg {
    width: 36px;
    height: 36px;
    opacity: .6
}

.abt_us .team_strip .checklist_block {
    background: #c358c30f;
    border: 1px solid #c358c326;
    border-radius: 5px;
    padding: 24px;
    max-width: 520px
}

.abt_us .team_strip .cl_heading {
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #BCB2D7;
    margin-bottom: 16px
}

.abt_us .team_strip .cl_progress_label {
    font-size: 16px;
    color: #C358C3;
    margin-bottom: 16px;
    font-weight: 600
}

.abt_us .team_strip .cl_bar_track {
    height: 5px;
    background: #bcb2d726;
    border-radius: 5px;
    margin-bottom: 24px;
    overflow: hidden
}

.abt_us .team_strip .cl_bar_fill {
    height: 100%;
    width: 71.4%;
    background: linear-gradient(90deg, #C358C3, #BCB2D7);
    border-radius: 5px;
    animation: bar_grow 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

@keyframes bar_grow {
    from {
        width: 0
    }

    to {
        width: 71.4%
    }
}

.abt_us .team_strip .cl_items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.abt_us .team_strip .cl_items::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 16px;
    bottom: 16px;
    width: 1px;
    background: linear-gradient(180deg, #c358c366 0%, #bcb2d726 100%)
}

.abt_us .team_strip .cl_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding-left: 8px
}

.abt_us .team_strip .cl_dot {
    width: 16px;
    height: 16px;
    border-radius: 40px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt_us .team_strip .cl_dot.done {
    background: #C358C3;
    box-shadow: 0 0 0 3px #c358c333
}

.abt_us .team_strip .cl_dot.pending {
    background: #bcb2d733;
    border: 1px solid #bcb2d74d
}

.abt_us .team_strip .cl_text {
    font-size: 16px;
    line-height: 1.6;
    color: #c4bdd8
}

.abt_us .team_strip .cl_text.dim {
    opacity: .5
}

.abt_us .team_strip .ts_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px
}

.abt_us .team_strip .rating_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #bcb2d70d;
    border: 1px solid #bcb2d71a;
    border-radius: 5px;
    padding: 24px
}

.abt_us .team_strip .rating_num {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    color: #C358C3
}

.abt_us .team_strip .rating_detail {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt_us .team_strip .stars_row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.abt_us .team_strip .star_svg {
    width: 18px;
    height: 18px
}

.abt_us .team_strip .rating_count {
    font-size: 16px;
    color: #9e96b8
}

.abt_us .team_strip .cta_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center
}

.abt_us .team_strip .btn_primary {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #F9F7FB;
    background: linear-gradient(90deg, #C358C3 0%, #9a3d9a 100%);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -1px 5px 28px 0 #c358c314
}

.abt_us .team_strip .btn_primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #e070e0 0%, #C358C3 100%);
    transform: translateX(-101%);
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 5px
}

.abt_us .team_strip .btn_primary:hover::before {
    transform: translateX(0)
}

.abt_us .team_strip .btn_primary:focus-visible {
    outline: 2px solid #C358C3;
    outline-offset: 3px
}

.abt_us .team_strip .btn_primary:active {
    box-shadow: inset -1px 1px 6px 0 #c358c34d
}

.abt_us .team_strip .btn_primary span {
    position: relative;
    z-index: 1
}

.abt_us .team_strip .btn_secondary {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .06em;
    color: #BCB2D7;
    background: transparent;
    border: 1px solid #bcb2d740;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .5s cubic-bezier(0.16, 1, 0.3, 1), color .5s cubic-bezier(0.16, 1, 0.3, 1);
    text-align: center
}

.abt_us .team_strip .btn_secondary:hover {
    border-color: #c358c380;
    color: #F9F7FB
}

.abt_us .team_strip .btn_secondary:focus-visible {
    outline: 2px solid #BCB2D7;
    outline-offset: 3px
}

.abt_us .team_strip .corner_tri_tr {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none
}

@media (max-width: 1024px) {
    .abt_us .story_band .sb_inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .abt_us .team_strip .ts_grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .abt_us .team_strip .ts_top {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 768px) {
    .abt_us .title_block {
        padding: 40px 24px
    }

    .abt_us .story_band {
        padding: 40px 24px
    }

    .abt_us .team_strip {
        padding: 40px 24px
    }

    .abt_us .title_block .tb_meta {
        gap: 24px
    }

    .abt_us .team_strip .ts_bottom {
        flex-direction: column
    }

    .abt_us .story_band .img_grid_pair {
        grid-template-columns: 1fr
    }

    .abt_us .team_strip .person_card {
        flex-direction: column
    }

    .abt_us .team_strip .no_portrait_card {
        flex-direction: column
    }
}

@media (max-width: 360px) {
    .abt_us .title_block {
        padding: 40px 16px
    }

    .abt_us .story_band {
        padding: 40px 16px
    }

    .abt_us .team_strip {
        padding: 40px 16px
    }

    .abt_us .title_block .tb_meta {
        flex-direction: column;
        gap: 16px
    }
}

.ptfl {
    background-color: #0d0f14;
    color: #e8e4f0;
    overflow-x: hidden;
    position: relative
}

.ptfl * {
    box-sizing: border-box
}

.ptfl .pg_wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.ptfl .eyebrow {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #C358C3;
    margin-bottom: 16px;
    font-weight: 600
}

.ptfl .accent_line {
    display: inline;
    position: relative
}

.ptfl .accent_line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #C358C3
}

@keyframes ptfl_slide_left {
    from {
        opacity: 0;
        transform: translateX(-48px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes ptfl_slide_right {
    from {
        opacity: 0;
        transform: translateX(48px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.ptfl .anim_left {
    animation: ptfl_slide_left .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.ptfl .anim_right {
    animation: ptfl_slide_right .45s cubic-bezier(0.16, 1, 0.3, 1) .12s both
}

.ptfl .anim_left_2 {
    animation: ptfl_slide_left .5s cubic-bezier(0.16, 1, 0.3, 1) .18s both
}

.ptfl .anim_right_2 {
    animation: ptfl_slide_right .55s cubic-bezier(0.16, 1, 0.3, 1) .08s both
}

.ptfl .ttl_block {
    position: relative;
    padding: 72px 0;
    background: linear-gradient(158deg, #1a0f1e 0%, #0d0f14 55%, #0f1220 100%);
    overflow: hidden
}

.ptfl .ttl_block .curve_bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.ptfl .ttl_block .curve_bg svg {
    position: absolute;
    top: -40px;
    left: -80px;
    width: 110%;
    opacity: .13
}

.ptfl .ttl_inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px
}

.ptfl .ttl_text {
    flex: 1 1 0;
    min-width: 0
}

.ptfl .ttl_text h1 {
    font-size: clamp(27px, 5vw, 68px);
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -.01em;
    color: #F9F7FB;
    margin: 0 0 24px
}

.ptfl .ttl_img_col {
    flex: 0 0 340px;
    width: 340px;
    height: 320px;
    overflow: hidden;
    border-radius: 5px;
    position: relative
}

.ptfl .ttl_img_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.6) brightness(0.75) sepia(0.3);
    mix-blend-mode: luminosity
}

.ptfl .ttl_img_col::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #c358c361 0%, #bcb2d72e 100%);
    pointer-events: none
}

.ptfl .proj_section {
    padding: 72px 0 40px;
    background: #0d0f14;
    position: relative
}

.ptfl .proj_section::before {
    content: '';
    display: block;
    width: 100%;
    height: 48px;
    background: #0d0f14;
    position: relative
}

.ptfl .proj_section .zigzag_div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 40px
}

.ptfl .proj_section .zigzag_div svg {
    display: block;
    width: 100%
}

.ptfl .proj_hd {
    margin-bottom: 40px
}

.ptfl .proj_hd h2 {
    font-size: clamp(27px, 3.5vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    color: #F9F7FB;
    margin: 0 0 16px
}

.ptfl .proj_hd p {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    max-width: 560px;
    margin: 0
}

.ptfl .proj_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.ptfl .proj_card {
    background: #131620;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: -1px 5px 28px 0 #c358c314;
    transition: box-shadow .45s ease-in-out, transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column
}

.ptfl .proj_card:hover {
    box-shadow: -1px 10px 40px 0 #c358c324;
    transform: translateY(-4px)
}

.ptfl .proj_card_img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative
}

.ptfl .proj_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.ptfl .proj_card:hover .proj_card_img img {
    transform: scale(1.04)
}

.ptfl .proj_card_body {
    padding: 24px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ptfl .proj_tag {
    font-size: 16px;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #C358C3;
    font-weight: 600
}

.ptfl .proj_card_body h3 {
    font-size: 18px;
    line-height: 1.6;
    color: #F9F7FB;
    margin: 0;
    font-weight: 700
}

.ptfl .proj_card_body p {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0;
    flex: 1 1 auto
}

.ptfl .proj_card_meta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    margin-top: 8px
}

.ptfl .proj_scope {
    font-size: 16px;
    color: #BCB2D7;
    opacity: .8
}

.ptfl .proj_pill {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 5px;
    background: #c358c321;
    color: #C358C3;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #c358c338
}

.ptfl .proj_card.wide {
    grid-column: span 2;
    flex-direction: row
}

.ptfl .proj_card.wide .proj_card_img {
    width: 280px;
    height: auto;
    flex: 0 0 280px
}

.ptfl .proj_card.wide .proj_card_body {
    flex: 1 1 auto
}

.ptfl .metrics_section {
    position: relative;
    padding: 72px 0;
    overflow: hidden
}

.ptfl .metrics_bg {
    position: absolute;
    inset: 0;
    background-image: url(./image_storage/pricing-testimonial-pricing.jpg);
    background-size: cover;
    background-position: center;
    filter: blur(14px) brightness(0.22);
    -webkit-filter: blur(14px) brightness(0.22);
    transform: scale(1.06);
    pointer-events: none
}

.ptfl .metrics_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #0d0f14d1 0%, #c358c317 100%);
    pointer-events: none
}

.ptfl .metrics_inner {
    position: relative;
    z-index: 1
}

.ptfl .metrics_inner h2 {
    font-size: clamp(27px, 3vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    color: #F9F7FB;
    margin: 0 0 8px
}

.ptfl .metrics_inner>p {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    max-width: 520px;
    margin: 0 0 40px
}

.ptfl .metrics_row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.ptfl .metric_item {
    flex: 1 1 160px;
    background: #131620b8;
    border-radius: 5px;
    padding: 24px;
    border: 1px solid #bcb2d71f;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: -1px 5px 28px 0 #c358c314;
    transition: border-color .45s ease-in-out
}

.ptfl .metric_item:hover {
    border-color: #c358c359
}

.ptfl .metric_num {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 800;
    color: #C358C3;
    display: block;
    margin-bottom: 8px
}

.ptfl .metric_label {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    display: block
}

.ptfl .testimonial_strip {
    margin-top: 40px;
    background: #c358c314;
    border-radius: 5px;
    padding: 24px 40px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    border: 1px solid #c358c32e;
    box-shadow: -1px 1px 6px 0 #c358c312
}

.ptfl .tst_portrait {
    width: 72px;
    height: 72px;
    overflow: hidden;
    flex: 0 0 72px
}

.ptfl .tst_portrait img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    object-position: center;
    display: block
}

.ptfl .tst_quote {
    flex: 1 1 auto
}

.ptfl .tst_quote blockquote {
    margin: 0 0 8px;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #F9F7FB;
    font-style: italic
}

.ptfl .tst_name {
    font-size: 16px;
    color: #BCB2D7;
    font-weight: 600;
    letter-spacing: .06em
}

.ptfl .process_section {
    padding: 72px 0;
    background: linear-gradient(175deg, #0f1220 0%, #160f1f 100%);
    position: relative
}

.ptfl .process_section .geo_accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 380px;
    height: 380px;
    border-radius: 40px;
    background: #c358c30a;
    transform: rotate(22deg) translate(120px, -120px);
    pointer-events: none
}

.ptfl .process_section .geo_accent_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 240px;
    border-radius: 40px;
    background: #bcb2d70a;
    transform: rotate(-15deg) translate(-80px, 80px);
    pointer-events: none
}

.ptfl .process_hd {
    margin-bottom: 40px
}

.ptfl .process_hd h2 {
    font-size: clamp(27px, 3.5vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    color: #F9F7FB;
    margin: 0 0 16px
}

.ptfl .process_hd p {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    max-width: 520px;
    margin: 0
}

.ptfl .offset_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 24px;
    position: relative
}

.ptfl .step_card {
    background: #131620;
    border-radius: 5px;
    padding: 24px;
    box-shadow: -1px 1px 6px 0 #c358c312;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.ptfl .step_card:hover {
    box-shadow: -1px 10px 40px 0 #c358c324
}

.ptfl .step_card:focus-within {
    outline: 2.5px solid #C358C3;
    outline-offset: 2px
}

.ptfl .step_num {
    font-size: clamp(27px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 800;
    color: #c358c32e;
    display: block;
    letter-spacing: -.02em
}

.ptfl .step_card h3 {
    font-size: 18px;
    line-height: 1.6;
    color: #F9F7FB;
    margin: 0;
    font-weight: 700
}

.ptfl .step_card p {
    font-size: 16px;
    line-height: 1.6;
    color: #BCB2D7;
    margin: 0
}

.ptfl .step_card.offset_up {
    margin-top: -24px
}

.ptfl .step_card.offset_down {
    margin-top: 24px
}

.ptfl .trail_connector {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px
}

.ptfl .trail_dot {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background: #c358c340;
    flex: 0 0 10px;
    transition: background .4s ease-in-out
}

.ptfl .trail_dot.active {
    background: #C358C3;
    box-shadow: 0 0 0 3px #c358c32e
}

.ptfl .trail_line {
    flex: 1 1 auto;
    height: 1px;
    background: #bcb2d726
}

.ptfl .cta_row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.ptfl .btn_primary {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #F9F7FB;
    background: #C358C3;
    background-image: linear-gradient(90deg, #a040a0 0%, #C358C3 50%, #d46ed4 100%);
    background-size: 200% 100%;
    background-position: right center;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-position .5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s ease-in-out;
    box-shadow: -1px 5px 28px 0 #c358c314
}

.ptfl .btn_primary:hover {
    background-position: left center;
    box-shadow: -1px 10px 40px 0 #c358c324
}

.ptfl .btn_primary:focus {
    outline: 2.5px solid #C358C3;
    outline-offset: 3px
}

.ptfl .btn_primary:active {
    box-shadow: inset 0 2px 8px 0 #c358c338
}

.ptfl .btn_ghost {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #BCB2D7;
    background: transparent;
    border: 1px solid #bcb2d747;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .45s ease-in-out, color .45s ease-in-out
}

.ptfl .btn_ghost:hover {
    border-color: #C358C3;
    color: #C358C3
}

.ptfl .btn_ghost:focus {
    outline: 2.5px solid #BCB2D7;
    outline-offset: 3px
}

@media (max-width: 1024px) {
    .ptfl .proj_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ptfl .proj_card.wide {
        grid-column: span 2
    }
}

@media (max-width: 768px) {
    .ptfl .ttl_inner {
        flex-direction: column
    }

    .ptfl .ttl_img_col {
        flex: 0 0 auto;
        width: 100%;
        height: 220px
    }

    .ptfl .proj_grid {
        grid-template-columns: 1fr
    }

    .ptfl .proj_card.wide {
        grid-column: span 1;
        flex-direction: column
    }

    .ptfl .proj_card.wide .proj_card_img {
        width: 100%;
        height: 180px;
        flex: 0 0 auto
    }

    .ptfl .metrics_row {
        flex-direction: column
    }

    .ptfl .testimonial_strip {
        flex-direction: column;
        padding: 24px;
        text-align: center
    }

    .ptfl .offset_grid {
        grid-template-columns: 1fr
    }

    .ptfl .step_card.offset_up,
    .ptfl .step_card.offset_down {
        margin-top: 0
    }

    .ptfl .cta_row {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 360px) {
    .ptfl .ttl_text h1 {
        font-size: 27px
    }

    .ptfl .btn_primary,
    .ptfl .btn_ghost {
        width: 100%;
        text-align: center
    }
}

.success_page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 24px;
    background: #0d1117;
    position: relative;
    overflow: hidden
}

.success_page::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(ellipse at 50% 30%, #c358c321 0%, #bcb2d70d 45%, transparent 70%);
    pointer-events: none;
    z-index: 0
}

.success_page::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(ellipse at 70% 70%, #bcb2d714 0%, transparent 65%);
    pointer-events: none;
    z-index: 0
}

.success_wrap {
    position: relative;
    z-index: 1;
    max-width: 1024px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.success_icon_ring {
    width: 88px;
    height: 88px;
    border-radius: 40px;
    background: linear-gradient(135deg, #c358c32e 0%, #bcb2d71a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 5px 28px 0 #c358c314 -1px 10px 40px 0 #c358c324;
    flex-shrink: 0
}

.success_icon_ring svg {
    display: block
}

.success_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center
}

.success_label {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #C358C3;
    font-weight: 600
}

.success_heading {
    font-size: 52px;
    line-height: 1.1;
    color: #F9F7FB;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.success_heading span {
    display: inline-block;
    position: relative
}

.success_heading span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #C358C3;
    border-radius: 5px
}

.success_desc {
    font-size: 18px;
    line-height: 1.6;
    color: #BCB2D7;
    max-width: 480px;
    margin: 0
}

.success_divider {
    width: 56px;
    height: 2px;
    background: linear-gradient(90deg, #C358C3 0%, #BCB2D7 100%);
    border-radius: 5px;
    flex-shrink: 0
}

.success_actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}

.success_btn_primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #F9F7FB;
    background: linear-gradient(135deg, #C358C3 0%, #9b3a9b 100%);
    border: none;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    box-shadow: -1px 5px 28px 0 #c358c314;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.success_btn_primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #d96ed9 0%, #C358C3 100%);
    transform: translateX(-100%);
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 5px
}

.success_btn_primary:hover::before {
    transform: translateX(0)
}

.success_btn_primary:hover {
    box-shadow: -1px 10px 40px 0 #c358c324
}

.success_btn_primary:active {
    box-shadow: inset -1px 1px 6px 0 #c358c324
}

.success_btn_primary:focus-visible {
    outline: 2px solid #C358C3;
    outline-offset: 3px
}

.success_btn_primary_text {
    position: relative;
    z-index: 1
}

.success_btn_ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: #BCB2D7;
    background: transparent;
    border: 1.5px solid #bcb2d747;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .38s ease-in-out, color .38s ease-in-out, background .38s ease-in-out
}

.success_btn_ghost:hover {
    border-color: #c358c38c;
    color: #F9F7FB;
    background: #c358c312
}

.success_btn_ghost:active {
    box-shadow: inset -1px 1px 6px 0 #bcb2d712
}

.success_btn_ghost:focus-visible {
    outline: 2px solid #BCB2D7;
    outline-offset: 3px
}

.success_note {
    font-size: 16px;
    line-height: 1.6;
    color: #bcb2d78c;
    text-align: center;
    max-width: 360px;
    margin: 0;
    font-style: italic
}

@media (max-width: 768px) {
    .success_page {
        padding: 40px 16px
    }

    .success_heading {
        font-size: 27px
    }

    .success_actions {
        flex-direction: column;
        align-items: stretch;
        gap: 8px
    }

    .success_btn_primary,
    .success_btn_ghost {
        text-align: center
    }
}

@media (max-width: 360px) {
    .success_icon_ring {
        width: 72px;
        height: 72px
    }

    .success_heading {
        font-size: 27px
    }

    .success_desc {
        font-size: 16px
    }
}