html,
body {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2a2a2a;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: break-word
}

.top_bar {
    background: linear-gradient(135deg, #F8F5F9 0%, #E6D3E2 100%);
    border-bottom: 2px solid #A061AB;
    box-shadow: 2px 3px 5px -2px #a061ab0d;
    position: relative;
    z-index: 100
}

.top_bar_inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 28px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px
}

.brand_zone {
    display: flex;
    align-items: center;
    gap: 28px
}

.logo_box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 0 2px #a061ab33 2px 3px 5px -2px #a061ab14;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.logo_box:hover {
    box-shadow: 0 0 0 2px #a061ab66 2px 6px 20px -2px #a061ab1f
}

.logo_box img {
    width: 36px;
    height: 36px;
    object-fit: contain
}

.divider_vert {
    width: 2px;
    height: 36px;
    background: linear-gradient(180deg, transparent 0%, #A061AB 50%, transparent 100%);
    opacity: .3
}

.nav_primary {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.nav_primary a {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #3a3a3a;
    text-decoration: none;
    border-radius: 6px;
    background: #fff9;
    border: 1px solid transparent;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap
}

.nav_primary a:hover {
    background: #fff;
    border-color: #A061AB;
    color: #A061AB
}

.nav_primary a:focus {
    outline: 2px solid #A061AB;
    outline-offset: 2px
}

.contact_accent {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 3px 5px -2px #a061ab14;
    border: 1px solid #E6D3E2
}

.contact_accent a {
    font-size: 14px;
    font-weight: 700;
    color: #A061AB;
    text-decoration: none;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact_accent a:hover {
    color: #8a4d94
}

.contact_accent a:focus {
    outline: 2px solid #A061AB;
    outline-offset: 2px;
    border-radius: 2px
}

.icon_phone {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative
}

.icon_phone svg {
    width: 100%;
    height: 100%;
    fill: #A061AB;
    transition: fill .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact_accent:hover .icon_phone svg {
    fill: #8a4d94
}

.btm_bar {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    color: #E6D3E2;
    padding: 56px 16px 28px;
    position: relative
}

.btm_bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #A061AB 0%, #E6D3E2 50%, #A061AB 100%)
}

.btm_bar_inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.btm_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 28px;
    align-items: start
}

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

.btm_logo_box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff0d;
    box-shadow: 0 0 0 2px #e6d3e233
}

.btm_logo_box img {
    width: 36px;
    height: 36px;
    object-fit: contain
}

.btm_tagline {
    font-size: 14px;
    line-height: 1.7;
    color: #E6D3E2;
    opacity: .8
}

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

.btm_nav_group h3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .05em
}

.btm_nav_links {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.btm_nav_links a {
    font-size: 14px;
    color: #E6D3E2;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), padding-left .18s cubic-bezier(0.4, 0, 0.2, 1);
    padding-left: 0
}

.btm_nav_links a:hover {
    color: #fff;
    padding-left: 8px
}

.btm_nav_links a:focus {
    outline: 2px solid #A061AB;
    outline-offset: 2px;
    border-radius: 2px
}

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

.btm_contact_info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .05em
}

.btm_contact_list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.btm_contact_item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #E6D3E2
}

.btm_contact_item a {
    color: #E6D3E2;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.btm_contact_item a:hover {
    color: #fff
}

.btm_contact_item a:focus {
    outline: 2px solid #A061AB;
    outline-offset: 2px;
    border-radius: 2px
}

.btm_contact_icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px
}

.btm_contact_icon svg {
    width: 100%;
    height: 100%;
    fill: #A061AB
}

.btm_divider {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #a061ab4d 50%, transparent 100%)
}

.btm_final {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.btm_copyright {
    font-size: 14px;
    color: #E6D3E2;
    opacity: .7
}

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

.btm_legal_links a {
    font-size: 14px;
    color: #E6D3E2;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: .7
}

.btm_legal_links a:hover {
    color: #fff;
    opacity: 1
}

.btm_legal_links a:focus {
    outline: 2px solid #A061AB;
    outline-offset: 2px;
    border-radius: 2px
}

.consent_box {
    position: fixed;
    top: 28px;
    left: 28px;
    width: 420px;
    max-width: calc(100vw - 56px);
    background: #fff;
    border: 2px solid #A061AB;
    border-radius: 12px;
    box-shadow: 2px 8px 60px -2px #a061ab24;
    padding: 28px;
    z-index: 2000;
    display: none
}

.consent_box.visible {
    display: block
}

.consent_intro {
    font-size: 14px;
    line-height: 1.7;
    color: #2a2a2a;
    margin: 0 0 16px
}

.consent_intro a {
    color: #A061AB;
    text-decoration: underline;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent_intro a:hover {
    color: #8a4d94
}

.consent_intro a:focus {
    outline: 2px solid #A061AB;
    outline-offset: 2px;
    border-radius: 2px
}

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

.consent_uses li {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a4a;
    padding-left: 20px;
    position: relative
}

.consent_uses li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #A061AB;
    border-radius: 20px
}

.consent_actions {
    display: flex;
    gap: 16px;
    margin-bottom: 16px
}

.consent_btn {
    flex: 1;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    text-decoration: underline;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #A061AB;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 6px
}

.consent_btn:hover {
    color: #8a4d94;
    background: #a061ab0d
}

.consent_btn:focus {
    outline: 2px solid #A061AB;
    outline-offset: 2px
}

.consent_expand {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    text-decoration: underline;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #A061AB;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left
}

.consent_expand:hover {
    color: #8a4d94
}

.consent_expand:focus {
    outline: 2px solid #A061AB;
    outline-offset: 2px;
    border-radius: 2px
}

.consent_detail {
    display: none;
    padding: 16px;
    background: #F8F5F9;
    border-radius: 6px;
    margin-top: 16px
}

.consent_detail.visible {
    display: block
}

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

.consent_toggle_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.consent_toggle_label {
    font-size: 14px;
    line-height: 1.7;
    color: #2a2a2a;
    flex: 1
}

.consent_toggle_wrap {
    position: relative;
    width: 48px;
    height: 24px;
    flex-shrink: 0
}

.consent_toggle_wrap input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.consent_toggle_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px
}

.consent_toggle_slider::before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px
}

.consent_toggle_wrap input:checked+.consent_toggle_slider {
    background: #A061AB
}

.consent_toggle_wrap input:checked+.consent_toggle_slider::before {
    transform: translateX(24px)
}

.consent_toggle_wrap input:focus+.consent_toggle_slider {
    outline: 2px solid #A061AB;
    outline-offset: 2px
}

.consent_toggle_wrap input:disabled+.consent_toggle_slider {
    opacity: .5;
    cursor: not-allowed
}

.consent_save {
    margin-top: 16px;
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    background: linear-gradient(135deg, #A061AB 0%, #8a4d94 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 2px 3px 5px -2px #a061ab14
}

.consent_save:hover {
    transform: scale(1.03);
    box-shadow: 2px 6px 20px -2px #a061ab1f
}

.consent_save:focus {
    outline: 2px solid #A061AB;
    outline-offset: 2px
}

@media (max-width: 768px) {
    .top_bar_inner {
        flex-direction: column;
        align-items: flex-start
    }

    .brand_zone {
        width: 100%;
        justify-content: space-between
    }

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

    .contact_accent {
        width: 100%;
        justify-content: center
    }

    .btm_grid {
        grid-template-columns: 1fr
    }

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

    .consent_box {
        left: 16px;
        top: 16px;
        max-width: calc(100vw - 32px)
    }
}

@media (max-width: 480px) {
    .nav_primary a {
        padding: 8px 12px;
        font-size: 14px
    }

    .consent_actions {
        flex-direction: column;
        gap: 8px
    }

    .consent_btn {
        width: 100%
    }
}

.kmrv-doc-box {
    max-width: 1024px;
    margin: 0 auto;
    padding: 56px 16px
}

.kmrv-doc-box p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 28px;
    color: #2a2a2a
}

.kmrv-doc-box p:last-child {
    margin-bottom: 0
}

.kmrv-doc-box strong,
.kmrv-doc-box b {
    font-weight: 600;
    color: #1a1a1a
}

.kmrv-doc-box ul,
.kmrv-doc-box ol {
    margin: 0 0 28px;
    padding: 0 0 0 28px
}

.kmrv-doc-box ul {
    list-style-type: disc
}

.kmrv-doc-box ol {
    list-style-type: decimal
}

.kmrv-doc-box li {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 8px;
    color: #2a2a2a
}

.kmrv-doc-box li:last-child {
    margin-bottom: 0
}

.kmrv-doc-box ul ul,
.kmrv-doc-box ol ol,
.kmrv-doc-box ul ol,
.kmrv-doc-box ol ul {
    margin: 8px 0 0
}

.kmrv-doc-box hr {
    border: none;
    height: 1px;
    background: #E6D3E2;
    margin: 56px 0
}

.kmrv-doc-box div {
    margin: 0 0 28px
}

.kmrv-doc-box div:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .kmrv-doc-box {
        padding: 96px 28px
    }

    .kmrv-doc-box p,
    .kmrv-doc-box li {
        font-size: 18px
    }
}

.lrn_prog_dtl {
    background: #fff;
    color: #1a1a1a
}

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

.lrn_prog_dtl .tit_bnr {
    position: relative;
    background: linear-gradient(127deg, #A061AB 0%, #E6D3E2 100%);
    padding: 96px 16px;
    overflow: visible
}

.lrn_prog_dtl .tit_bnr::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    clip-path: path('M0,80 Q320,0 640,40 T1280,20 L1280,80 L0,80 Z')
}

.lrn_prog_dtl .tit_cnt {
    max-width: 1024px;
    margin: 0 auto
}

.lrn_prog_dtl .tit_hd {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 28px;
    text-shadow: 2px 3px 5px #a061ab33
}

.lrn_prog_dtl .tit_hd .emph {
    position: relative;
    display: inline-block
}

.lrn_prog_dtl .tit_hd .emph::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 6px;
    background: #fff6;
    border-radius: 2px
}

.lrn_prog_dtl .meta_row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    flex-wrap: wrap
}

.lrn_prog_dtl .meta_itm {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #ffffff26;
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn_prog_dtl .meta_itm:hover {
    transform: scale(1.05);
    background: #ffffff40
}

.lrn_prog_dtl .meta_ic {
    width: 20px;
    height: 20px;
    fill: #fff;
    opacity: .9
}

.lrn_prog_dtl .meta_txt {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    margin: 0
}

.lrn_prog_dtl .crs_ovr {
    max-width: 1024px;
    margin: 0 auto;
    padding: 96px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
    position: relative
}

.lrn_prog_dtl .crs_ovr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, #E6D3E2 50%, transparent 100%);
    transform: translateX(-50%)
}

.lrn_prog_dtl .img_wrap {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.lrn_prog_dtl .img_wrap::before {
    content: '';
    display: block;
    padding-bottom: 75%
}

.lrn_prog_dtl .crs_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn_prog_dtl .img_wrap:hover .crs_img {
    transform: scale(1.08)
}

.lrn_prog_dtl .dtl_col {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.lrn_prog_dtl .prc_box {
    background: linear-gradient(135deg, #F8F5F9 0%, #fff 100%);
    padding: 28px;
    border-radius: 12px;
    border: 2px solid #E6D3E2;
    box-shadow: 2px 3px 5px -2px #a061ab0d
}

.lrn_prog_dtl .prc_lbl {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.lrn_prog_dtl .prc_val {
    font-size: 36px;
    line-height: 1.2;
    color: #A061AB;
    margin: 0;
    font-weight: 700
}

.lrn_prog_dtl .desc_txt {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0
}

.lrn_prog_dtl .desc_txt:not(:last-child) {
    margin-bottom: 16px
}

.lrn_prog_dtl .cta_btn {
    display: inline-block;
    padding: 16px 28px;
    background: linear-gradient(127deg, #A061AB 0%, #E6D3E2 100%);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 2px 3px 5px -2px #a061ab0d;
    align-self: flex-start
}

.lrn_prog_dtl .cta_btn:hover {
    transform: scale(1.08);
    box-shadow: 2px 6px 20px -2px #a061ab14
}

.lrn_prog_dtl .cta_btn:focus {
    outline: 3px solid #A061AB;
    outline-offset: 2px
}

.lrn_prog_dtl .prg_sec {
    background: #F8F5F9;
    padding: 96px 16px;
    position: relative;
    overflow: hidden
}

.lrn_prog_dtl .prg_sec::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 120%;
    height: 200%;
    background: radial-gradient(circle at 10% 80%, #a061ab08 0%, transparent 50%);
    animation: drift_bg 40s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
    pointer-events: none
}

@keyframes drift_bg {
    0% {
        transform: translate(0, 0) rotate(0deg)
    }

    100% {
        transform: translate(8%, -8%) rotate(2deg)
    }
}

.lrn_prog_dtl .prg_cnt {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.lrn_prog_dtl .prg_hd {
    font-size: 36px;
    line-height: 1.2;
    color: #A061AB;
    margin: 0 0 56px;
    text-align: center;
    position: relative
}

.lrn_prog_dtl .prg_hd::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #A061AB 50%, transparent 100%);
    border-radius: 2px
}

.lrn_prog_dtl .prg_bdy {
    background: #fff;
    padding: 56px;
    border-radius: 12px;
    box-shadow: 2px 8px 60px -2px #a061ab24;
    animation: slide_in .5s cubic-bezier(0.0, 0, 0.2, 1) backwards
}

@keyframes slide_in {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

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

.lrn_prog_dtl .prg_bdy h2 {
    font-size: 26px;
    line-height: 1.2;
    color: #333;
    margin: 0 0 16px;
    text-shadow: 1px 1px 2px #a061ab14
}

.lrn_prog_dtl .prg_bdy p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 16px
}

.lrn_prog_dtl .prg_bdy ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lrn_prog_dtl .prg_bdy li {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    padding-left: 28px;
    position: relative
}

.lrn_prog_dtl .prg_bdy li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #A061AB 0%, #E6D3E2 100%);
    border-radius: 12px;
    box-shadow: inset 1px 1px 2px #0000001a
}

.lrn_prog_dtl .prg_bdy abbr {
    text-decoration: none;
    border-bottom: 1px dotted #A061AB;
    cursor: help;
    color: #A061AB
}

.lrn_prog_dtl .prg_bdy dl {
    margin: 0 0 28px
}

.lrn_prog_dtl .prg_bdy dt {
    font-size: 16px;
    line-height: 1.7;
    color: #A061AB;
    font-weight: 700;
    margin: 0 0 8px
}

.lrn_prog_dtl .prg_bdy dd {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 16px 28px
}

.lrn_prog_dtl .prg_bdy blockquote {
    margin: 28px 0;
    padding: 16px 28px;
    border-left: 4px solid #A061AB;
    background: #F8F5F9;
    font-style: italic;
    color: #666;
    border-radius: 0 6px 6px 0
}

.lrn_prog_dtl .prg_bdy cite {
    font-size: 14px;
    line-height: 1.7;
    color: #999;
    font-style: normal
}

.lrn_prog_dtl .xtr_inf {
    background: #fff;
    padding: 96px 16px
}

.lrn_prog_dtl .xtr_cnt {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 56px;
    align-items: start
}

.lrn_prog_dtl .lft_col {
    animation: appear_btm .5s cubic-bezier(0.0, 0, 0.2, 1) .1s backwards
}

.lrn_prog_dtl .mid_col {
    display: flex;
    flex-direction: column;
    gap: 28px;
    animation: appear_btm .5s cubic-bezier(0.0, 0, 0.2, 1) .2s backwards
}

.lrn_prog_dtl .rgt_col {
    animation: appear_btm .5s cubic-bezier(0.0, 0, 0.2, 1) .3s backwards
}

@keyframes appear_btm {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

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

.lrn_prog_dtl .xtr_hd {
    font-size: 26px;
    line-height: 1.2;
    color: #333;
    margin: 0 0 16px
}

.lrn_prog_dtl .xtr_txt {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin: 0
}

.lrn_prog_dtl .xtr_txt:not(:last-child) {
    margin-bottom: 16px
}

.lrn_prog_dtl .stat_card {
    background: linear-gradient(135deg, #F8F5F9 0%, #fff 100%);
    padding: 28px;
    border-radius: 12px;
    border: 3px solid #A061AB;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 6px 20px -2px #a061ab14
}

.lrn_prog_dtl .stat_card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, #a061ab0d 0%, transparent 70%);
    animation: rotate_glow 20s linear infinite;
    pointer-events: none
}

@keyframes rotate_glow {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.lrn_prog_dtl .stat_num {
    font-size: 50px;
    line-height: 1.2;
    color: #A061AB;
    margin: 0 0 8px;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.lrn_prog_dtl .stat_lbl {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1
}

.lrn_prog_dtl .note_aside {
    background: #F8F5F9;
    padding: 16px;
    border-radius: 6px;
    border-left: 3px solid #E6D3E2;
    margin: 28px 0
}

.lrn_prog_dtl .note_txt {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
    font-style: italic
}

.lrn_prog_dtl .link_inline {
    color: #A061AB;
    text-decoration: none;
    position: relative;
    background: linear-gradient(90deg, #A061AB 0%, #E6D3E2 100%);
    background-size: 100% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn_prog_dtl .link_inline:hover {
    background-size: 100% 100%;
    color: #fff
}

.lrn_prog_dtl .link_inline:focus {
    outline: 2px solid #A061AB;
    outline-offset: 2px
}

@media (max-width: 768px) {
    .lrn_prog_dtl .tit_hd {
        font-size: 36px
    }

    .lrn_prog_dtl .crs_ovr {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 56px 16px
    }

    .lrn_prog_dtl .crs_ovr::before {
        display: none
    }

    .lrn_prog_dtl .xtr_cnt {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .lrn_prog_dtl .prg_bdy {
        padding: 28px
    }

    .lrn_prog_dtl .prg_hd {
        font-size: 26px
    }

    .lrn_prog_dtl .xtr_hd {
        font-size: 20px
    }

    .lrn_prog_dtl .prc_val {
        font-size: 26px
    }

    .lrn_prog_dtl .stat_num {
        font-size: 36px
    }
}

@media (max-width: 480px) {
    .lrn_prog_dtl .tit_bnr {
        padding: 56px 16px
    }

    .lrn_prog_dtl .tit_hd {
        font-size: 26px
    }

    .lrn_prog_dtl .meta_row {
        gap: 16px
    }

    .lrn_prog_dtl .meta_itm {
        font-size: 14px;
        padding: 8px 12px
    }

    .lrn_prog_dtl .prg_sec {
        padding: 56px 16px
    }

    .lrn_prog_dtl .xtr_inf {
        padding: 56px 16px
    }
}

.coach_touch {
    background: #fff;
    color: #1a1a2e;
    overflow-x: clip
}

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

.coach_touch .top_mani {
    position: relative;
    padding: 56px 16px;
    background: linear-gradient(127deg, #A061AB 0%, #E6D3E2 35%, #F8F5F9 65%, #A061AB 100%);
    background-size: 200% 200%;
    overflow: hidden
}

.coach_touch .top_mani::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(#ffffff08 1px, transparent 1px), linear-gradient(90deg, #ffffff08 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 1
}

.coach_touch .top_mani::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(90deg, transparent 0%, #a061ab26 50%, transparent 100%);
    animation: wave_pass 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    pointer-events: none;
    z-index: 2
}

@keyframes wave_pass {
    0% {
        transform: translateX(-50%) translateY(-50%)
    }

    100% {
        transform: translateX(50%) translateY(-50%)
    }
}

.coach_touch .mani_inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 3
}

.coach_touch .mani_h {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #2d2d3a;
    text-shadow: 2px 3px 5px #a061ab1f
}

.coach_touch .mani_txt {
    font-size: 20px;
    line-height: 1.7;
    color: #3a3a48;
    max-width: 720px
}

.coach_touch .mani_txt p {
    margin: 0 0 16px
}

.coach_touch .mani_txt p:last-child {
    margin-bottom: 0
}

.coach_touch .info_grid {
    padding: 96px 16px;
    background: #F8F5F9;
    position: relative
}

.coach_touch .info_grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 80" preserveAspectRatio="none"><path d="M0,0 L0,40 Q150,80 300,40 T600,40 T900,40 T1200,40 L1200,0 Z" fill="%23ffffff"/></svg>') no-repeat center top;
    background-size: 100% 80px;
    transform: translateY(-79px)
}

.coach_touch .info_grid::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 15% 85%, #a061ab14 0%, transparent 45%);
    pointer-events: none
}

.coach_touch .info_contain {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.coach_touch .info_head {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 56px;
    color: #2d2d3a;
    text-align: center
}

.coach_touch .info_cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px
}

.coach_touch .info_card {
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 2px 3px 5px -2px #a061ab0d 2px 6px 20px -2px #a061ab14;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.coach_touch .info_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: transparent;
    transition: all .28s cubic-bezier(0.0, 0, 0.2, 1)
}

.coach_touch .info_card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #a061ab08 25%, transparent 25%), linear-gradient(-45deg, #a061ab08 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #a061ab08 75%), linear-gradient(-45deg, transparent 75%, #a061ab08 75%);
    background-size: 0 0;
    background-position: 0 0, 0 8px, 8px -8px, -8px 0;
    transition: background-size .25s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.coach_touch .info_card:hover {
    transform: scale(1.03);
    box-shadow: 2px 6px 20px -2px #a061ab14 2px 8px 60px -2px #a061ab24
}

.coach_touch .info_card:hover::after {
    background-size: 16px 16px
}

.coach_touch .card_icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #A061AB 0%, #E6D3E2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    box-shadow: inset 1px 1px 2px #a061ab26
}

.coach_touch .card_icon svg {
    width: 28px;
    height: 28px;
    fill: #fff
}

.coach_touch .card_label {
    font-size: 14px;
    line-height: 1.7;
    color: #A061AB;
    font-style: italic;
    margin: 0 0 8px;
    letter-spacing: .5px
}

.coach_touch .card_title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #2d2d3a
}

.coach_touch .card_val {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a58;
    margin: 0
}

.coach_touch .card_val a {
    color: #A061AB;
    text-decoration: none;
    background: linear-gradient(90deg, #A061AB 0%, #E6D3E2 100%);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_touch .card_val a:hover {
    background-size: 100% 100%;
    color: #2d2d3a
}

.coach_touch .card_val a:focus-visible {
    outline: 2px solid #A061AB !important;
    outline-offset: 2px !important;
    border-radius: 2px !important
}

.coach_touch .form_zone {
    padding: 96px 16px;
    background: #fff;
    position: relative
}

.coach_touch .form_zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 0%, #a061ab05 100%);
    pointer-events: none
}

.coach_touch .form_zone::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 120px #00000008;
    pointer-events: none
}

.coach_touch .form_wrap {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.coach_touch .form_aside {
    flex: 0 0 280px;
    position: relative
}

.coach_touch .aside_note {
    background: #F8F5F9;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 2px 3px 5px -2px #a061ab0d;
    position: relative
}

.coach_touch .aside_note::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 28px;
    width: 48px;
    height: 48px;
    background: #A061AB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    box-shadow: 2px 3px 5px -2px #a061ab26
}

.coach_touch .aside_note::after {
    content: '1';
    position: absolute;
    top: -8px;
    left: 28px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    z-index: 1
}

.coach_touch .aside_note_title {
    font-size: 16px;
    line-height: 1.2;
    margin: 28px 0 8px;
    color: #2d2d3a
}

.coach_touch .aside_note_txt {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a58;
    margin: 0
}

.coach_touch .form_main {
    flex: 1
}

.coach_touch .form_head {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #2d2d3a;
    text-shadow: 2px 4px 8px #a061ab14
}

.coach_touch .form_intro {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a58;
    margin: 0 0 28px
}

.coach_touch .form_el {
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 3px 5px -2px #a061ab0d 2px 6px 20px -2px #a061ab14;
    padding: 28px
}

.coach_touch .form_row {
    margin: 0 0 28px
}

.coach_touch .form_row:last-of-type {
    margin-bottom: 0
}

.coach_touch .form_lbl {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: #2d2d3a;
    margin: 0 0 8px;
    font-weight: 600
}

.coach_touch .form_input {
    width: 100%;
    padding: 16px;
    border: 2px solid #E6D3E2;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.7;
    color: #2d2d3a;
    background: #fff;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_touch .form_input::placeholder {
    color: #9a9aa8
}

.coach_touch .form_input:focus {
    outline: none;
    border-color: #A061AB;
    box-shadow: 0 0 0 3px #a061ab1f
}

.coach_touch .form_input:focus-visible {
    outline: 2px solid #A061AB !important;
    outline-offset: 2px !important
}

.coach_touch .form_textarea {
    width: 100%;
    padding: 16px;
    border: 2px solid #E6D3E2;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.7;
    color: #2d2d3a;
    background: #fff;
    min-height: 140px;
    resize: vertical;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_touch .form_textarea::placeholder {
    color: #9a9aa8
}

.coach_touch .form_textarea:focus {
    outline: none;
    border-color: #A061AB;
    box-shadow: 0 0 0 3px #a061ab1f
}

.coach_touch .form_textarea:focus-visible {
    outline: 2px solid #A061AB !important;
    outline-offset: 2px !important
}

.coach_touch .check_grp {
    margin: 0 0 28px
}

.coach_touch .check_grp_title {
    font-size: 14px;
    line-height: 1.7;
    color: #2d2d3a;
    margin: 0 0 16px;
    font-weight: 600
}

.coach_touch .check_opts {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.coach_touch .check_item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 6px;
    transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer
}

.coach_touch .check_item:hover {
    background: #F8F5F9
}

.coach_touch .check_box {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #E6D3E2;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all .18s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0
}

.coach_touch .check_box:checked {
    background: #A061AB;
    border-color: #A061AB
}

.coach_touch .check_box:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.coach_touch .check_box:focus-visible {
    outline: 2px solid #A061AB !important;
    outline-offset: 2px !important
}

.coach_touch .check_lbl {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a58;
    cursor: pointer
}

.coach_touch .privacy_wrap {
    margin: 28px 0 0;
    padding: 16px;
    background: #F8F5F9;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.coach_touch .privacy_check {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #E6D3E2;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all .18s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    margin-top: 2px
}

.coach_touch .privacy_check:checked {
    background: #A061AB;
    border-color: #A061AB
}

.coach_touch .privacy_check:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.coach_touch .privacy_check:focus-visible {
    outline: 2px solid #A061AB !important;
    outline-offset: 2px !important
}

.coach_touch .privacy_txt {
    font-size: 14px;
    line-height: 1.7;
    color: #4a4a58;
    flex: 1
}

.coach_touch .privacy_txt a {
    color: #A061AB;
    text-decoration: none;
    background: linear-gradient(90deg, #A061AB 0%, #E6D3E2 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_touch .privacy_txt a:hover {
    background-size: 100% 100%;
    color: #2d2d3a
}

.coach_touch .privacy_txt a:focus-visible {
    outline: 2px solid #A061AB !important;
    outline-offset: 2px !important;
    border-radius: 2px !important
}

.coach_touch .submit_row {
    margin: 28px 0 0;
    display: flex;
    justify-content: flex-end
}

.coach_touch .submit_btn {
    padding: 16px 56px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(135deg, #A061AB 0%, #E6D3E2 100%);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 2px 3px 5px -2px #a061ab26 2px 6px 20px -2px #a061ab2e;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600
}

.coach_touch .submit_btn:hover {
    transform: scale(1.05);
    box-shadow: 2px 6px 20px -2px #a061ab2e 2px 8px 60px -2px #a061ab3d
}

.coach_touch .submit_btn:active {
    transform: scale(0.98)
}

.coach_touch .submit_btn:focus-visible {
    outline: 2px solid #A061AB !important;
    outline-offset: 2px !important
}

.coach_touch .brace_left {
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 120px;
    border: 3px solid #E6D3E2;
    border-right: none;
    border-radius: 12px 0 0 12px;
    opacity: .4
}

.coach_touch .brace_right {
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 120px;
    border: 3px solid #E6D3E2;
    border-left: none;
    border-radius: 0 12px 12px 0;
    opacity: .4
}

@media (max-width: 768px) {
    .coach_touch .top_mani {
        padding: 28px 16px
    }

    .coach_touch .mani_h {
        font-size: 36px
    }

    .coach_touch .mani_txt {
        font-size: 16px
    }

    .coach_touch .info_grid {
        padding: 56px 16px
    }

    .coach_touch .info_head {
        font-size: 26px;
        margin-bottom: 28px
    }

    .coach_touch .info_cards {
        grid-template-columns: 1fr
    }

    .coach_touch .form_zone {
        padding: 56px 16px
    }

    .coach_touch .form_wrap {
        flex-direction: column;
        gap: 28px
    }

    .coach_touch .form_aside {
        flex: 1;
        width: 100%
    }

    .coach_touch .form_head {
        font-size: 26px
    }

    .coach_touch .brace_left,
    .coach_touch .brace_right {
        display: none
    }
}

.coach_start {
    background: #fff;
    color: #1a1a1a;
    max-width: 1024px;
    margin: 0 auto
}

.coach_start ::selection {
    background: #a061ab26;
    color: #1a1a1a
}

.coach_start .intro_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px;
    padding: 96px 28px;
    position: relative;
    overflow: hidden
}

.coach_start .intro_img_card {
    flex: 0 0 380px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 6px 20px -2px #a061ab14
}

.coach_start .intro_img_card img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7);
    transition: filter .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_start .intro_img_card:hover img {
    filter: saturate(1)
}

.coach_start .intro_txt {
    flex: 1;
    position: relative;
    z-index: 2
}

.coach_start .intro_txt h1 {
    font-size: 66px;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 700;
    text-shadow: 2px 3px 5px #a061ab14
}

.coach_start .intro_txt .sub_line {
    font-size: 26px;
    line-height: 1.7;
    margin: 0 0 28px;
    color: #A061AB;
    font-style: italic
}

.coach_start .intro_txt .link_act {
    display: inline-block;
    padding: 16px 28px;
    background: linear-gradient(135deg, #A061AB 0%, #E6D3E2 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 2px 3px 5px -2px #a061ab0d;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_start .link_act:hover {
    transform: scale(1.05);
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.coach_start .shape_abs {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle at bottom left, #A061AB, transparent);
    opacity: .15;
    top: 56px;
    right: 96px;
    pointer-events: none;
    z-index: 1
}

.coach_start .shape_abs_2 {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background: radial-gradient(circle at bottom left, #E6D3E2, transparent);
    opacity: .2;
    bottom: 96px;
    left: 320px;
    pointer-events: none;
    z-index: 1
}

.coach_start .comm_zone {
    padding: 96px 28px;
    background: #F8F5F9;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
    margin-bottom: -60px;
    position: relative
}

.coach_start .comm_zone h2 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 28px;
    font-weight: 700;
    text-align: center
}

.coach_start .comm_zone .intro_p {
    font-size: 20px;
    line-height: 1.7;
    margin: 0 auto 56px;
    max-width: 680px;
    text-align: center
}

.coach_start .prof_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 800px;
    margin: 0 auto
}

.coach_start .prof_card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 2px 3px 5px -2px #a061ab0d;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    position: relative;
    border: 2px solid transparent;
    transition: border-color .24s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_start .prof_card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(135deg, #A061AB, #E6D3E2);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_start .prof_card:hover::before {
    opacity: 1
}

.coach_start .prof_card:hover {
    box-shadow: 2px 6px 20px -2px #a061ab14
}

.coach_start .prof_img {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.coach_start .prof_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_start .prof_card:hover .prof_img img {
    filter: sepia(0.3) hue-rotate(280deg) saturate(1.4)
}

.coach_start .prof_txt {
    flex: 1
}

.coach_start .prof_txt h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
    font-weight: 600
}

.coach_start .prof_txt .role_line {
    font-size: 14px;
    line-height: 1.7;
    color: #A061AB;
    margin: 0 0 8px;
    font-style: italic
}

.coach_start .prof_txt p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0
}

.coach_start .val_zone {
    padding: 96px 28px;
    background: #fff;
    position: relative
}

.coach_start .val_zone::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle at bottom left, #A061AB, transparent);
    opacity: .08;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: drift_spot 12s ease-in-out infinite
}

@keyframes drift_spot {

    0%,
    100% {
        transform: translate(-50%, -50%)
    }

    50% {
        transform: translate(-30%, -60%)
    }
}

.coach_start .val_zone h2 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 56px;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 3px 5px #a061ab14
}

.coach_start .val_flex {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
    max-width: 900px;
    margin: 0 auto
}

.coach_start .val_img_zone {
    flex: 0 0 320px;
    position: relative
}

.coach_start .val_img_zone img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    box-shadow: 2px 3px 5px -2px #a061ab0d;
    display: block;
    transition: box-shadow .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_start .val_img_zone:hover img {
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.coach_start .val_img_zone::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #a061ab66, transparent);
    opacity: 0;
    transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.coach_start .val_img_zone:hover::after {
    opacity: 1
}

.coach_start .val_txt {
    flex: 1
}

.coach_start .val_txt h3 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600
}

.coach_start .val_txt p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 16px
}

.coach_start .val_txt p:last-child {
    margin-bottom: 0
}

.coach_start .val_txt .accent_txt {
    color: #A061AB;
    font-style: italic
}

.coach_start .support_zone {
    padding: 96px 28px;
    background: linear-gradient(135deg, #F8F5F9 0%, #fff 100%);
    position: relative;
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
    margin-top: -60px
}

.coach_start .support_zone h2 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 28px;
    font-weight: 700;
    max-width: 680px
}

.coach_start .support_zone .intro_p {
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 56px;
    max-width: 680px
}

.coach_start .support_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.coach_start .support_item {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 2px 3px 5px -2px #a061ab0d;
    position: relative;
    transition: transform .24s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_start .support_item:hover {
    transform: translateY(-4px);
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.coach_start .support_item .num_ring {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #E6D3E2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    color: #A061AB;
    margin: 0 0 16px;
    position: relative;
    background: #fff
}

.coach_start .support_item .num_ring::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #A061AB 0deg, #A061AB 120deg, #E6D3E2 120deg, #E6D3E2 360deg);
    z-index: -1
}

.coach_start .support_item .num_ring::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #fff;
    z-index: -1
}

.coach_start .support_item h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
    font-weight: 600
}

.coach_start .support_item p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0
}

.coach_start .offer_zone {
    padding: 96px 28px;
    background: #fff;
    position: relative
}

.coach_start .offer_zone h2 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 56px;
    font-weight: 700;
    text-align: center
}

.coach_start .offer_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    max-width: 900px;
    margin: 0 auto
}

.coach_start .offer_card {
    background: #F8F5F9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 3px 5px -2px #a061ab0d;
    transition: box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column
}

.coach_start .offer_card:hover {
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.coach_start .offer_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative
}

.coach_start .offer_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.coach_start .offer_card:hover .offer_img img {
    filter: sepia(0.3) hue-rotate(280deg) saturate(1.4)
}

.coach_start .offer_img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #a061ab80, transparent);
    opacity: 0;
    transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.coach_start .offer_card:hover .offer_img::after {
    opacity: 1
}

.coach_start .offer_txt {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.coach_start .offer_txt h3 {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600
}

.coach_start .offer_txt p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 28px;
    flex: 1
}

.coach_start .offer_txt .link_card {
    display: inline-block;
    padding: 16px 28px;
    background: linear-gradient(135deg, #A061AB 0%, #E6D3E2 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 2px 3px 5px -2px #a061ab0d;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    align-self: flex-start
}

.coach_start .link_card:hover {
    transform: scale(1.05);
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.coach_start .divider_svg {
    width: 100%;
    height: 40px;
    display: block
}

@media (max-width: 768px) {
    .coach_start .intro_wrap {
        flex-direction: column;
        gap: 28px;
        padding: 56px 16px
    }

    .coach_start .intro_img_card {
        flex: 0 0 auto;
        width: 100%
    }

    .coach_start .intro_img_card img {
        height: 380px
    }

    .coach_start .intro_txt h1 {
        font-size: 50px
    }

    .coach_start .intro_txt .sub_line {
        font-size: 20px
    }

    .coach_start .shape_abs,
    .coach_start .shape_abs_2 {
        display: none
    }

    .coach_start .comm_zone {
        padding: 56px 16px
    }

    .coach_start .comm_zone h2 {
        font-size: 36px
    }

    .coach_start .prof_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .coach_start .val_zone {
        padding: 56px 16px
    }

    .coach_start .val_zone h2 {
        font-size: 36px;
        margin-bottom: 28px
    }

    .coach_start .val_flex {
        flex-direction: column;
        gap: 28px
    }

    .coach_start .val_img_zone {
        flex: 0 0 auto;
        width: 100%
    }

    .coach_start .val_img_zone img {
        height: 300px
    }

    .coach_start .val_txt h3 {
        font-size: 26px
    }

    .coach_start .support_zone {
        padding: 56px 16px
    }

    .coach_start .support_zone h2 {
        font-size: 36px
    }

    .coach_start .support_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .coach_start .offer_zone {
        padding: 56px 16px
    }

    .coach_start .offer_zone h2 {
        font-size: 36px;
        margin-bottom: 28px
    }

    .coach_start .offer_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.svc_pg {
    background: #fff;
    color: #1a1a1a
}

.svc_pg ::selection {
    background: #a061ab26;
    color: #1a1a1a
}

.svc_pg .top_intro {
    max-width: 1024px;
    margin: 0 auto;
    padding: 96px 28px;
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    overflow: hidden
}

.svc_pg .top_intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #a061ab14 1px, transparent 1px);
    background-size: 16px 16px;
    pointer-events: none;
    z-index: 0
}

.svc_pg .txt_zone {
    position: relative;
    z-index: 1
}

.svc_pg .txt_zone h1 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 28px;
    color: #2d2d2d
}

.svc_pg .txt_zone h1 .highlight_phrase {
    background: linear-gradient(127deg, #A061AB, #E6D3E2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.svc_pg .txt_zone p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 16px;
    color: #4a4a4a
}

.svc_pg .txt_zone p:last-child {
    margin-bottom: 0
}

.svc_pg .img_holder {
    position: relative;
    z-index: 1
}

.svc_pg .img_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffffffe6 0%, transparent 60%);
    pointer-events: none;
    z-index: 2
}

.svc_pg .img_holder img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    display: block;
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.svc_pg .offer_grid {
    background: linear-gradient(180deg, #F8F5F9 0%, #fff 100%);
    padding: 96px 28px;
    position: relative
}

.svc_pg .offer_grid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #E6D3E2 0px, #E6D3E2 8px, transparent 8px, transparent 16px)
}

.svc_pg .offer_grid_inner {
    max-width: 1024px;
    margin: 0 auto
}

.svc_pg .offer_grid h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #2d2d2d;
    text-shadow: 2px 3px 5px #a061ab14
}

.svc_pg .offer_grid .subline {
    font-size: 16px;
    line-height: 1.7;
    color: #A061AB;
    font-style: italic;
    margin: 0 0 56px
}

.svc_pg .card_layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px
}

.svc_pg .svc_card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 2px 6px 20px -2px #a061ab14;
    transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.svc_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #A061AB, #E6D3E2);
    opacity: 0;
    transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.svc_pg .svc_card:hover {
    transform: scale(1.03);
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.svc_pg .svc_card:hover::before {
    opacity: 1
}

.svc_pg .card_icon {
    width: 56px;
    height: 56px;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F8F5F9, #E6D3E2);
    border-radius: 12px;
    position: relative
}

.svc_pg .icon_circle {
    width: 28px;
    height: 28px;
    border: 3px solid #A061AB;
    border-radius: 50%;
    position: relative
}

.svc_pg .icon_circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #A061AB;
    border-radius: 50%
}

.svc_pg .icon_tri {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 24px solid #A061AB
}

.svc_pg .icon_sq {
    width: 24px;
    height: 24px;
    background: #A061AB;
    border-radius: 6px;
    transform: rotate(45deg)
}

.svc_pg .icon_hex {
    width: 24px;
    height: 28px;
    background: #A061AB;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%)
}

.svc_pg .svc_card h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #2d2d2d
}

.svc_pg .svc_card .tag_row {
    display: flex;
    gap: 8px;
    margin: 0 0 16px;
    flex-wrap: wrap;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .28s cubic-bezier(0.4, 0, 0.2, 1), opacity .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.svc_pg .svc_card:hover .tag_row {
    max-height: 200px;
    opacity: 1
}

.svc_pg .tag_item {
    font-size: 14px;
    padding: 8px 16px;
    background: #F8F5F9;
    color: #A061AB;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: .02em
}

.svc_pg .svc_card p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #5a5a5a
}

.svc_pg .aside_note {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 28px;
    max-width: 1024px;
    margin: 28px auto 0;
    padding: 0 28px
}

.svc_pg .note_label {
    font-size: 14px;
    line-height: 1.7;
    color: #A061AB;
    font-style: italic;
    text-align: right;
    padding: 8px 0
}

.svc_pg .note_content {
    font-size: 14px;
    line-height: 1.7;
    color: #5a5a5a;
    padding: 8px 0;
    border-top: 2px solid #E6D3E2
}

.svc_pg .profile_anchor {
    max-width: 1024px;
    margin: 0 auto;
    padding: 96px 28px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #F8F5F9 100%)
}

.svc_pg .profile_anchor::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, #a061ab05 8px, #a061ab05 9px);
    pointer-events: none
}

.svc_pg .anchor_img {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    position: relative;
    z-index: 2;
    animation: gentle_bounce 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@keyframes gentle_bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

.svc_pg .anchor_img img {
    width: 100%;
    aspect-ratio: 7/9;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    display: block;
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.svc_pg .anchor_txt_left {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    position: relative;
    z-index: 1
}

.svc_pg .anchor_txt_right {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    position: relative;
    z-index: 1
}

.svc_pg .anchor_meta {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    position: relative;
    z-index: 1
}

.svc_pg .anchor_cta {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end
}

.svc_pg .anchor_txt_left h4,
.svc_pg .anchor_txt_right h4,
.svc_pg .anchor_meta h4 {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #A061AB;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase
}

.svc_pg .anchor_txt_left p,
.svc_pg .anchor_txt_right p,
.svc_pg .anchor_meta p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #5a5a5a
}

.svc_pg .expert_name {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #2d2d2d;
    font-weight: 600
}

.svc_pg .expert_role {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 16px;
    color: #A061AB;
    font-style: italic
}

.svc_pg .stat_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 16px 0 0
}

.svc_pg .stat_box {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 2px 3px 5px -2px #a061ab0d
}

.svc_pg .stat_num {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #A061AB;
    font-weight: 700
}

.svc_pg .stat_label {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    color: #5a5a5a
}

.svc_pg .btn_primary {
    display: inline-block;
    padding: 16px 28px;
    background: linear-gradient(127deg, #A061AB, #E6D3E2);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 2px 6px 20px -2px #a061ab14
}

.svc_pg .btn_primary:hover {
    transform: scale(1.05);
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.svc_pg .btn_primary:focus {
    outline: 3px solid #A061AB;
    outline-offset: 2px
}

@media (max-width: 768px) {
    .svc_pg .top_intro {
        grid-template-columns: 1fr;
        padding: 56px 16px;
        gap: 28px
    }

    .svc_pg .txt_zone h1 {
        font-size: 36px
    }

    .svc_pg .img_holder img {
        height: 320px
    }

    .svc_pg .offer_grid {
        padding: 56px 16px
    }

    .svc_pg .offer_grid h2 {
        font-size: 26px
    }

    .svc_pg .card_layout {
        grid-template-columns: 1fr
    }

    .svc_pg .aside_note {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 16px
    }

    .svc_pg .note_label {
        text-align: left
    }

    .svc_pg .profile_anchor {
        grid-template-columns: 1fr;
        padding: 56px 16px;
        gap: 28px
    }

    .svc_pg .anchor_img {
        grid-column: 1 / 2;
        grid-row: 1 / 2
    }

    .svc_pg .anchor_txt_left {
        grid-column: 1 / 2;
        grid-row: 2 / 3
    }

    .svc_pg .anchor_txt_right {
        grid-column: 1 / 2;
        grid-row: 3 / 4
    }

    .svc_pg .anchor_meta {
        grid-column: 1 / 2;
        grid-row: 4 / 5
    }

    .svc_pg .anchor_cta {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
        align-items: flex-start
    }

    .svc_pg .stat_grid {
        grid-template-columns: 1fr
    }
}

.prss_pg {
    background: #fff;
    color: #1a1a1a;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0
}

.prss_pg .anch_zone {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 480px;
    overflow: hidden;
    margin: 0 0 96px;
    background: linear-gradient(135deg, #F8F5F9 0%, #fff 100%)
}

.prss_pg .anch_zone::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle at bottom left, #a061ab14, transparent 70%);
    bottom: -120px;
    left: -80px;
    pointer-events: none;
    z-index: 1
}

.prss_pg .anch_zone::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle at bottom left, #e6d3e21f, transparent 70%);
    top: -100px;
    right: -60px;
    pointer-events: none;
    z-index: 1
}

.prss_pg .img_col {
    flex: 0 0 38%;
    position: relative;
    padding: 56px 28px;
    z-index: 2
}

.prss_pg .img_col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    filter: brightness(0.88);
    transition: filter .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.prss_pg .img_col:hover img {
    filter: brightness(1.08)
}

.prss_pg .img_col::before {
    content: '';
    position: absolute;
    top: 56px;
    left: 28px;
    right: 28px;
    bottom: 56px;
    background: linear-gradient(135deg, #a061ab52 0%, transparent 100%);
    border-radius: 12px;
    pointer-events: none;
    z-index: 1
}

.prss_pg .txt_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 56px 56px 28px;
    position: relative;
    z-index: 2
}

.prss_pg .eyebrow {
    font-size: 14px;
    line-height: 1.7;
    color: #A061AB;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-weight: 600
}

.prss_pg .anch_zone h1 {
    font-size: 50px;
    line-height: 1.2;
    margin: 0;
    color: #2a2a2a;
    font-weight: 700
}

.prss_pg .media_kit {
    padding: 96px 56px;
    background: #fff;
    position: relative
}

.prss_pg .media_kit::before {
    content: 'MK';
    position: absolute;
    top: 28px;
    left: 28px;
    font-size: 160px;
    line-height: 1;
    font-weight: 900;
    color: #a061ab0a;
    pointer-events: none;
    z-index: 0
}

.prss_pg .kit_hdr {
    position: relative;
    z-index: 1;
    margin: 0 0 56px
}

.prss_pg .kit_hdr h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #2a2a2a;
    font-weight: 700;
    text-shadow: 2px 3px 5px #a061ab0f
}

.prss_pg .kit_hdr p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    color: #4a4a4a
}

.prss_pg .kit_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
    z-index: 1
}

.prss_pg .kit_card {
    background: #F8F5F9;
    border-radius: 12px;
    padding: 28px;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 2px 3px 5px -2px #a061ab0d
}

.prss_pg .kit_card:hover {
    transform: scale(1.03);
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.prss_pg .kit_card h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #2a2a2a;
    font-weight: 600
}

.prss_pg .kit_card p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 16px;
    color: #5a5a5a
}

.prss_pg .kit_card button {
    background: linear-gradient(135deg, #A061AB 0%, #8a4d94 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.7;
    cursor: pointer;
    transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 600
}

.prss_pg .kit_card button:hover {
    transform: scale(1.06)
}

.prss_pg .divider_dots {
    text-align: center;
    padding: 56px 0;
    background: #fff
}

.prss_pg .divider_dots::before {
    content: '• • •';
    font-size: 20px;
    color: #A061AB;
    letter-spacing: 16px;
    display: inline-block
}

.prss_pg .coverage_sec {
    padding: 96px 56px;
    background: linear-gradient(155deg, #fff 0%, #fff 58%, #F8F5F9 58%, #F8F5F9 100%);
    position: relative
}

.prss_pg .coverage_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 19px, #a061ab05 19px, #a061ab05 20px);
    pointer-events: none;
    z-index: 0
}

.prss_pg .coverage_sec h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 56px;
    color: #2a2a2a;
    font-weight: 700;
    text-shadow: 1px 2px 4px #a061ab14;
    position: relative;
    z-index: 1
}

.prss_pg .coverage_grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative;
    z-index: 1
}

.prss_pg .cov_item {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 2px 6px 20px -2px #a061ab14;
    transition: transform .24s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .24s cubic-bezier(0.0, 0, 0.2, 1);
    opacity: 0;
    animation: reveal_fade .5s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.prss_pg .cov_item:nth-child(1) {
    animation-delay: .1s
}

.prss_pg .cov_item:nth-child(2) {
    animation-delay: .2s
}

.prss_pg .cov_item:nth-child(3) {
    animation-delay: .3s
}

.prss_pg .cov_item:nth-child(4) {
    animation-delay: .4s
}

@keyframes reveal_fade {
    to {
        opacity: 1
    }
}

.prss_pg .cov_item:hover {
    transform: translateX(8px);
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.prss_pg .cov_date {
    flex: 0 0 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 8px 16px 8px 0;
    border-right: 2px solid #E6D3E2
}

.prss_pg .cov_date span:first-child {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #A061AB;
    margin: 0 0 4px
}

.prss_pg .cov_date span:last-child {
    font-size: 14px;
    line-height: 1.7;
    color: #6a6a6a;
    text-transform: uppercase;
    letter-spacing: .06em
}

.prss_pg .cov_content {
    flex: 1
}

.prss_pg .cov_content h5 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #2a2a2a;
    font-weight: 600
}

.prss_pg .cov_content p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 8px;
    color: #4a4a4a
}

.prss_pg .cov_content a {
    font-size: 14px;
    line-height: 1.7;
    color: #A061AB;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #A061AB 0%, #8a4d94 100%);
    background-size: 100% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding: 0 0 2px;
    transition: background-size .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.prss_pg .cov_content a:hover {
    background-size: 100% 100%;
    color: #fff
}

.prss_pg .contact_sec {
    padding: 96px 56px;
    background: #F8F5F9;
    display: flex;
    gap: 56px;
    align-items: flex-start
}

.prss_pg .contact_txt {
    flex: 1
}

.prss_pg .contact_txt h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 28px;
    color: #2a2a2a;
    font-weight: 700
}

.prss_pg .contact_txt p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 16px;
    color: #4a4a4a
}

.prss_pg .contact_txt p:last-of-type {
    margin: 0
}

.prss_pg .contact_txt em {
    color: #A061AB;
    font-style: italic
}

.prss_pg .contact_details {
    flex: 0 0 380px;
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 2px 6px 20px -2px #a061ab14
}

.prss_pg .contact_details h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 28px;
    color: #2a2a2a;
    font-weight: 600
}

.prss_pg .detail_row {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid #E6D3E2
}

.prss_pg .detail_row:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.prss_pg .detail_label {
    flex: 0 0 80px;
    font-size: 14px;
    line-height: 1.7;
    color: #6a6a6a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em
}

.prss_pg .detail_value {
    flex: 1;
    font-size: 16px;
    line-height: 1.7;
    color: #2a2a2a
}

.prss_pg .detail_value a {
    color: #A061AB;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.prss_pg .detail_value a:hover {
    color: #8a4d94
}

@media (max-width: 768px) {
    .prss_pg .anch_zone {
        flex-direction: column;
        min-height: auto
    }

    .prss_pg .img_col {
        flex: 0 0 auto;
        padding: 28px
    }

    .prss_pg .txt_col {
        padding: 28px
    }

    .prss_pg .anch_zone h1 {
        font-size: 36px
    }

    .prss_pg .media_kit {
        padding: 56px 28px
    }

    .prss_pg .kit_grid {
        grid-template-columns: 1fr
    }

    .prss_pg .coverage_sec {
        padding: 56px 28px;
        background: #F8F5F9
    }

    .prss_pg .coverage_sec h2 {
        font-size: 26px
    }

    .prss_pg .cov_item {
        flex-direction: column;
        gap: 16px
    }

    .prss_pg .cov_date {
        flex: 0 0 auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 0 16px;
        border-right: none;
        border-bottom: 2px solid #E6D3E2
    }

    .prss_pg .contact_sec {
        flex-direction: column;
        padding: 56px 28px;
        gap: 28px
    }

    .prss_pg .contact_details {
        flex: 0 0 auto;
        width: 100%
    }

    .prss_pg .contact_txt h2 {
        font-size: 26px
    }
}

.abt_us {
    max-width: 1024px;
    margin: 0 auto;
    background: #fff
}

.abt_us .intro_strip {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 16px 28px;
    background: linear-gradient(127deg, #F8F5F9 0%, #fff 100%);
    position: relative;
    overflow: hidden
}

.abt_us .intro_strip::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle at bottom left, #a061ab0f, transparent 70%);
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.abt_us .intro_strip::after {
    content: '';
    position: absolute;
    bottom: 20%;
    right: 15%;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle at bottom left, #e6d3e214, transparent 70%);
    border-radius: 50%;
    pointer-events: none
}

.abt_us .img_col {
    flex: 0 0 220px;
    opacity: .4
}

.abt_us .img_col img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px
}

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

.abt_us .intro_h {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #1a1a2e;
    text-shadow: 1px 1px 3px #a061ab1f
}

.abt_us .intro_desc {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    color: #2d2d44
}

.abt_us .metrics_zone {
    padding: 56px 28px;
    background: #fff;
    position: relative
}

.abt_us .metrics_zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: repeating-linear-gradient(to right, #A061AB 0px, #A061AB 8px, transparent 8px, transparent 16px)
}

.abt_us .metrics_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 56px
}

.abt_us .metric_card {
    background: linear-gradient(153deg, #F8F5F9 0%, #fff 100%);
    padding: 28px;
    border-radius: 12px;
    box-shadow: 2px 6px 20px -2px #a061ab14;
    transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.abt_us .metric_card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at bottom left, #e6d3e226, transparent 50%);
    opacity: 0;
    transition: opacity .24s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.abt_us .metric_card:hover::before {
    opacity: 1
}

.abt_us .metric_card:hover {
    transform: translateY(-4px)
}

.abt_us .metric_num {
    font-size: 50px;
    line-height: 1.2;
    color: #A061AB;
    margin: 0 0 8px;
    font-weight: 700
}

.abt_us .metric_lbl {
    font-size: 14px;
    line-height: 1.7;
    color: #4d4d66;
    margin: 0;
    letter-spacing: .5px;
    text-transform: uppercase
}

.abt_us .metrics_txt {
    max-width: 720px;
    margin: 0 auto
}

.abt_us .metrics_txt p {
    font-size: 16px;
    line-height: 1.7;
    color: #2d2d44;
    margin: 0 0 16px
}

.abt_us .metrics_txt p:last-child {
    margin-bottom: 0
}

.abt_us .story_bg {
    padding: 96px 28px;
    background-image: url(/media_archive/pic_pic_13.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.abt_us .story_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a1a2ee0 0%, #2d2d44d1 100%);
    pointer-events: none
}

.abt_us .story_bg::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at bottom left, #ffffff0d, transparent 60%);
    animation: fog_drift 18s ease-in-out infinite;
    pointer-events: none
}

@keyframes fog_drift {

    0%,
    100% {
        transform: translate(0, 0);
        opacity: .3
    }

    50% {
        transform: translate(8%, -5%);
        opacity: .5
    }
}

.abt_us .story_inner {
    position: relative;
    z-index: 1;
    max-width: 640px
}

.abt_us .story_h {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 28px;
    text-shadow: 2px 2px 8px #0006
}

.abt_us .story_p {
    font-size: 16px;
    line-height: 1.7;
    color: #E6D3E2;
    margin: 0 0 16px
}

.abt_us .story_p:last-of-type {
    margin-bottom: 0
}

.abt_us .story_em {
    font-style: italic;
    color: #E6D3E2
}

.abt_us .features_wrap {
    padding: 56px 28px;
    background: #F8F5F9;
    position: relative
}

.abt_us .features_wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: repeating-linear-gradient(90deg, transparent 0px, transparent 4px, #A061AB 4px, #A061AB 6px, transparent 6px, transparent 12px);
    clip-path: polygon(0 0, 2% 100%, 4% 0, 6% 100%, 8% 0, 10% 100%, 12% 0, 14% 100%, 16% 0, 18% 100%, 20% 0, 22% 100%, 24% 0, 26% 100%, 28% 0, 30% 100%, 32% 0, 34% 100%, 36% 0, 38% 100%, 40% 0, 42% 100%, 44% 0, 46% 100%, 48% 0, 50% 100%, 52% 0, 54% 100%, 56% 0, 58% 100%, 60% 0, 62% 100%, 64% 0, 66% 100%, 68% 0, 70% 100%, 72% 0, 74% 100%, 76% 0, 78% 100%, 80% 0, 82% 100%, 84% 0, 86% 100%, 88% 0, 90% 100%, 92% 0, 94% 100%, 96% 0, 98% 100%, 100% 0)
}

.abt_us .feat_top {
    text-align: center;
    margin-bottom: 56px
}

.abt_us .feat_h {
    font-size: 36px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 16px;
    text-shadow: 1px 2px 4px #a061ab1a
}

.abt_us .feat_sub {
    font-size: 16px;
    line-height: 1.7;
    color: #4d4d66;
    margin: 0;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto
}

.abt_us .feat_cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.abt_us .feat_item {
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 2px 3px 5px -2px #a061ab0d;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt_us .feat_item:hover {
    box-shadow: 2px 8px 60px -2px #a061ab24;
    transform: scale(1.03)
}

.abt_us .feat_item:active {
    transform: scale(1.06);
    transition-duration: .08s
}

.abt_us .feat_icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    transition: opacity .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt_us .feat_item:hover .feat_icon {
    opacity: 0
}

.abt_us .feat_icon_alt {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    opacity: 0;
    position: absolute;
    transition: opacity .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt_us .feat_item:hover .feat_icon_alt {
    opacity: 1
}

.abt_us .feat_icon_wrap {
    position: relative;
    width: 56px;
    height: 56px;
    margin-bottom: 16px
}

.abt_us .feat_icon circle,
.abt_us .feat_icon_alt circle {
    fill: #A061AB
}

.abt_us .feat_icon path,
.abt_us .feat_icon_alt path {
    fill: #fff
}

.abt_us .feat_icon_alt circle {
    fill: #E6D3E2
}

.abt_us .feat_item_h {
    font-size: 20px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 8px
}

.abt_us .feat_item_p {
    font-size: 14px;
    line-height: 1.7;
    color: #4d4d66;
    margin: 0
}

.abt_us .subscribe_band {
    padding: 56px 28px;
    background: linear-gradient(168deg, #fff 0%, #F8F5F9 100%);
    position: relative
}

.abt_us .subscribe_band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: repeating-linear-gradient(to right, #E6D3E2 0px, #E6D3E2 6px, transparent 6px, transparent 14px)
}

.abt_us .subscribe_layout {
    display: flex;
    gap: 56px;
    align-items: flex-start;
    max-width: 880px;
    margin: 0 auto
}

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

.abt_us .subscribe_h {
    font-size: 26px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 16px;
    text-shadow: 1px 1px 2px #a061ab14
}

.abt_us .subscribe_desc {
    font-size: 16px;
    line-height: 1.7;
    color: #2d2d44;
    margin: 0
}

.abt_us .subscribe_form_zone {
    flex: 0 0 380px;
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 2px 3px 5px -2px #a061ab0d
}

.abt_us .form_grp {
    margin-bottom: 16px
}

.abt_us .form_grp:last-of-type {
    margin-bottom: 28px
}

.abt_us .form_lbl {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: #2d2d44;
    margin-bottom: 8px;
    font-weight: 600
}

.abt_us .form_input {
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.7;
    border: 2px solid #E6D3E2;
    border-radius: 6px;
    background: #F8F5F9;
    color: #1a1a2e;
    transition: border-color .16s cubic-bezier(0.4, 0, 0.2, 1), background .16s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box
}

.abt_us .form_input:focus {
    outline: none;
    border-color: #A061AB;
    background: #fff;
    box-shadow: 0 0 0 3px #a061ab1f
}

.abt_us .form_input::placeholder {
    color: #8d8da8
}

.abt_us .form_input::placeholder::before {
    content: '✉';
    margin-right: 6px;
    opacity: .5
}

.abt_us .check_grp {
    margin-bottom: 8px
}

.abt_us .check_lbl {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #2d2d44;
    cursor: pointer;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt_us .check_lbl:hover {
    color: #A061AB
}

.abt_us .check_input {
    width: 18px;
    height: 18px;
    border: 2px solid #E6D3E2;
    border-radius: 2px;
    cursor: pointer;
    transition: border-color .15s cubic-bezier(0.4, 0, 0.2, 1), background .15s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0
}

.abt_us .check_input:focus {
    outline: none;
    box-shadow: 0 0 0 3px #a061ab1f
}

.abt_us .check_input:hover {
    border-color: #A061AB
}

.abt_us .submit_btn {
    width: 100%;
    padding: 16px 28px;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(135deg, #A061AB 0%, #8d4a99 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 2px 6px 20px -2px #a061ab14;
    font-weight: 600
}

.abt_us .submit_btn:hover {
    transform: scale(1.04);
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.abt_us .submit_btn:active {
    transform: scale(1.08);
    transition-duration: .08s
}

.abt_us .submit_btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px #a061ab33 2px 8px 60px -2px #a061ab24
}

.abt_us .team_section {
    padding: 56px 28px;
    background: #fff;
    position: relative
}

.abt_us .team_section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: repeating-linear-gradient(90deg, #A061AB 0px, #A061AB 3px, transparent 3px, transparent 9px);
    clip-path: polygon(0 100%, 1.5% 0, 3% 100%, 4.5% 0, 6% 100%, 7.5% 0, 9% 100%, 10.5% 0, 12% 100%, 13.5% 0, 15% 100%, 16.5% 0, 18% 100%, 19.5% 0, 21% 100%, 22.5% 0, 24% 100%, 25.5% 0, 27% 100%, 28.5% 0, 30% 100%, 31.5% 0, 33% 100%, 34.5% 0, 36% 100%, 37.5% 0, 39% 100%, 40.5% 0, 42% 100%, 43.5% 0, 45% 100%, 46.5% 0, 48% 100%, 49.5% 0, 51% 100%, 52.5% 0, 54% 100%, 55.5% 0, 57% 100%, 58.5% 0, 60% 100%, 61.5% 0, 63% 100%, 64.5% 0, 66% 100%, 67.5% 0, 69% 100%, 70.5% 0, 72% 100%, 73.5% 0, 75% 100%, 76.5% 0, 78% 100%, 79.5% 0, 81% 100%, 82.5% 0, 84% 100%, 85.5% 0, 87% 100%, 88.5% 0, 90% 100%, 91.5% 0, 93% 100%, 94.5% 0, 96% 100%, 97.5% 0, 99% 100%, 100% 0)
}

.abt_us .team_h {
    font-size: 36px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0 0 56px;
    text-align: center;
    text-shadow: 2px 2px 6px #a061ab1a
}

.abt_us .team_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 56px;
    max-width: 880px;
    margin: 0 auto
}

.abt_us .team_member {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.abt_us .member_img_wrap {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 6px 20px -2px #a061ab14;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt_us .member_img_wrap:hover {
    box-shadow: 2px 8px 60px -2px #a061ab24;
    transform: scale(1.06)
}

.abt_us .member_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.abt_us .member_name {
    font-size: 20px;
    line-height: 1.2;
    color: #1a1a2e;
    margin: 0;
    text-align: center
}

.abt_us .member_role {
    font-size: 14px;
    line-height: 1.7;
    color: #A061AB;
    margin: 0;
    text-align: center;
    font-style: italic
}

.abt_us .member_bio {
    font-size: 14px;
    line-height: 1.7;
    color: #4d4d66;
    margin: 0;
    text-align: center;
    max-width: 320px
}

.abt_us .member_placeholder {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E6D3E2 0%, #F8F5F9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 3px 5px -2px #a061ab0d
}

.abt_us .member_placeholder svg {
    width: 80px;
    height: 80px;
    opacity: .4
}

.abt_us .member_placeholder circle {
    fill: #A061AB
}

.abt_us .member_placeholder path {
    fill: #fff
}

@media (max-width: 768px) {
    .abt_us .intro_strip {
        flex-direction: column;
        padding: 28px 16px
    }

    .abt_us .img_col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 280px
    }

    .abt_us .intro_h {
        font-size: 26px
    }

    .abt_us .metrics_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .abt_us .story_bg {
        padding: 56px 16px
    }

    .abt_us .story_h {
        font-size: 26px
    }

    .abt_us .feat_cols {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .abt_us .feat_h {
        font-size: 26px
    }

    .abt_us .subscribe_layout {
        flex-direction: column;
        gap: 28px
    }

    .abt_us .subscribe_form_zone {
        flex: 1;
        width: 100%
    }

    .abt_us .team_h {
        font-size: 26px;
        margin-bottom: 28px
    }

    .abt_us .team_grid {
        gap: 28px
    }
}

@media (max-width: 480px) {
    .abt_us .intro_h {
        font-size: 20px
    }

    .abt_us .intro_desc,
    .abt_us .metrics_txt p,
    .abt_us .story_p,
    .abt_us .subscribe_desc {
        font-size: 14px
    }

    .abt_us .metric_num {
        font-size: 36px
    }

    .abt_us .story_h,
    .abt_us .feat_h,
    .abt_us .subscribe_h,
    .abt_us .team_h {
        font-size: 20px
    }
}

.learn_prog {
    background: #FFF;
    color: #1d1d1d;
    overflow-x: clip
}

.learn_prog .ttl_wrap {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 520px
}

.learn_prog .ttl_txt_area {
    padding: 96px 28px 28px;
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2
}

.learn_prog .ttl_h {
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #2a2a2a
}

.learn_prog .ttl_h .kw_line {
    background: linear-gradient(127deg, #A061AB 0%, #E6D3E2 100%);
    padding: 0 8px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.learn_prog .ttl_img_area {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 240px;
    padding: 28px 28px 56px 56px
}

.learn_prog .ttl_img_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #a061aba6 0%, transparent 100%);
    z-index: 1
}

.learn_prog .ttl_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.learn_prog .ttl_pattern {
    position: absolute;
    top: 16px;
    right: 28px;
    display: flex;
    gap: 8px;
    z-index: 3
}

.learn_prog .ttl_dot {
    width: 8px;
    height: 8px;
    background: #A061AB;
    border-radius: 12px;
    opacity: .3
}

.learn_prog .ttl_dot:nth-child(2) {
    opacity: .5
}

.learn_prog .ttl_dot:nth-child(3) {
    opacity: .7
}

.learn_prog .wave_div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: translateY(-1px)
}

.learn_prog .wave_div svg {
    display: block;
    width: 100%;
    height: 80px
}

.learn_prog .cat_grid_sec {
    background: #F8F5F9;
    padding: 96px 28px;
    position: relative
}

.learn_prog .cat_grid_sec::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle at 20% 80%, #a061ab14, transparent);
    bottom: -140px;
    left: -140px;
    pointer-events: none
}

.learn_prog .cat_grid_sec::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle at 20% 80%, #e6d3e21f, transparent);
    top: -160px;
    right: -160px;
    pointer-events: none
}

.learn_prog .cat_contain {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.learn_prog .cat_h {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 56px;
    text-align: center;
    color: #2a2a2a
}

.learn_prog .prog_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px
}

.learn_prog .prog_card {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 3px 5px -2px #a061ab0d 2px 6px 20px -2px #a061ab14;
    display: flex;
    flex-direction: column;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.learn_prog .prog_card:hover {
    transform: scale(1.03);
    box-shadow: 2px 8px 60px -2px #a061ab24
}

.learn_prog .prog_img_wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative
}

.learn_prog .prog_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 2.8s cubic-bezier(0.0, 0, 0.2, 1)
}

.learn_prog .prog_card:hover .prog_img {
    transform: scale(1.08)
}

.learn_prog .prog_meta {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fffffff2;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.2;
    color: #A061AB;
    font-weight: 600;
    box-shadow: 2px 3px 5px -2px #a061ab0d
}

.learn_prog .prog_body {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.learn_prog .prog_ttl {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #2a2a2a
}

.learn_prog .prog_desc {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 16px;
    color: #4a4a4a;
    flex: 1
}

.learn_prog .prog_details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px
}

.learn_prog .prog_det_row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.2;
    color: #5a5a5a
}

.learn_prog .prog_det_icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.learn_prog .prog_det_icon circle {
    fill: none;
    stroke: #A061AB;
    stroke-width: 2
}

.learn_prog .prog_det_icon path {
    fill: none;
    stroke: #A061AB;
    stroke-width: 2;
    stroke-linecap: round
}

.learn_prog .prog_link {
    display: inline-block;
    padding: 16px 28px;
    background: linear-gradient(127deg, #A061AB 0%, #E6D3E2 100%);
    color: #FFF;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 2px 3px 5px -2px #a061ab0d
}

.learn_prog .prog_link:hover {
    transform: scale(1.05);
    box-shadow: 2px 6px 20px -2px #a061ab14
}

.learn_prog .timeline_sec {
    background: #FFF;
    padding: 96px 28px;
    position: relative
}

.learn_prog .timeline_contain {
    max-width: 1024px;
    margin: 0 auto
}

.learn_prog .timeline_h {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 56px;
    text-align: center;
    color: #2a2a2a;
    text-shadow: 2px 2px 4px #a061ab14
}

.learn_prog .timeline_track {
    position: relative;
    padding: 28px 0
}

.learn_prog .timeline_line {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #A061AB 0%, #E6D3E2 50%, #A061AB 100%)
}

.learn_prog .timeline_points {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 0 28px
}

.learn_prog .timeline_pt {
    width: 16px;
    height: 16px;
    background: #A061AB;
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 2px 3px 5px -2px #a061ab0d 2px 6px 20px -2px #a061ab14;
    position: relative;
    z-index: 1
}

.learn_prog .timeline_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

.learn_prog .timeline_card {
    background: #F8F5F9;
    padding: 28px;
    border-radius: 12px;
    box-shadow: inset 0 1px 2px #a061ab0a
}

.learn_prog .timeline_card_h {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #A061AB;
    font-weight: 600
}

.learn_prog .timeline_card_txt {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #4a4a4a
}

.learn_prog .testim_sec {
    background: linear-gradient(127deg, #a061ab0a 0%, #e6d3e20f 100%);
    padding: 96px 28px;
    position: relative
}

.learn_prog .testim_contain {
    max-width: 1024px;
    margin: 0 auto
}

.learn_prog .testim_h {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 56px;
    text-align: center;
    color: #2a2a2a
}

.learn_prog .testim_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px
}

.learn_prog .testim_card {
    background: #FFF;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 2px 3px 5px -2px #a061ab0d 2px 6px 20px -2px #a061ab14;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learn_prog .testim_prof {
    display: flex;
    align-items: center;
    gap: 16px
}

.learn_prog .testim_img_wrap {
    width: 64px;
    height: 80px;
    overflow: hidden;
    flex-shrink: 0
}

.learn_prog .testim_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.learn_prog .testim_info {
    flex: 1
}

.learn_prog .testim_name {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #2a2a2a;
    font-weight: 600
}

.learn_prog .testim_role {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    color: #E6D3E2;
    font-style: italic
}

.learn_prog .testim_txt {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #4a4a4a
}

.learn_prog .approach_sec {
    background: #FFF;
    padding: 96px 28px;
    position: relative;
    overflow: hidden
}

.learn_prog .approach_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.learn_prog .approach_bg_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: .15
}

.learn_prog .approach_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2a2a2ab8;
    z-index: 1
}

.learn_prog .approach_contain {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.learn_prog .approach_h {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 28px;
    color: #FFF
}

.learn_prog .approach_txt {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 16px;
    color: #FFF
}

.learn_prog .approach_txt:last-child {
    margin: 0
}

.learn_prog .approach_emp {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin: 16px 0;
    color: #E6D3E2
}

@media (max-width: 768px) {
    .learn_prog .ttl_h {
        font-size: 36px
    }

    .learn_prog .cat_h,
    .learn_prog .timeline_h,
    .learn_prog .testim_h,
    .learn_prog .approach_h {
        font-size: 26px
    }

    .learn_prog .prog_grid {
        grid-template-columns: 1fr
    }

    .learn_prog .timeline_cards {
        grid-template-columns: 1fr
    }

    .learn_prog .timeline_line {
        display: none
    }

    .learn_prog .timeline_points {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start
    }

    .learn_prog .testim_grid {
        grid-template-columns: 1fr
    }

    .learn_prog .ttl_wrap {
        min-height: auto
    }

    .learn_prog .ttl_txt_area {
        padding: 56px 28px 28px
    }

    .learn_prog .ttl_img_area {
        padding: 28px
    }
}

.success_pg {
    max-width: 1024px;
    margin: 0 auto;
    padding: 96px 16px;
    background: linear-gradient(135deg, #F8F5F9 0%, #fff 100%)
}

.success_pg .confirm_wrap {
    background: #fff;
    border-radius: 20px;
    padding: 56px 28px;
    box-shadow: 2px 8px 60px -2px #a061ab24;
    text-align: center;
    max-width: 680px;
    margin: 0 auto
}

.success_pg .icon_check {
    width: 88px;
    height: 88px;
    margin: 0 auto 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #A061AB 0%, #E6D3E2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.success_pg .icon_check svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round
}

.success_pg .main_head {
    font-size: 50px;
    line-height: 1.2;
    color: #2a2a2a;
    margin: 0 0 16px;
    font-weight: 600
}

.success_pg .sub_msg {
    font-size: 20px;
    line-height: 1.7;
    color: #5a5a5a;
    margin: 0 0 56px
}

.success_pg .info_block {
    background: #F8F5F9;
    border-radius: 12px;
    padding: 28px;
    margin: 0 0 56px;
    text-align: left
}

.success_pg .info_block h2 {
    font-size: 20px;
    line-height: 1.2;
    color: #A061AB;
    margin: 0 0 16px;
    font-weight: 600
}

.success_pg .info_block p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0 0 8px
}

.success_pg .info_block p:last-child {
    margin: 0
}

.success_pg .info_block strong {
    color: #2a2a2a;
    font-weight: 600
}

.success_pg .action_row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.success_pg .btn_primary {
    background: linear-gradient(135deg, #A061AB 0%, #c084c8 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.success_pg .btn_primary:hover {
    transform: scale(1.05)
}

.success_pg .btn_secondary {
    background: #fff;
    color: #A061AB;
    border: 2px solid #E6D3E2;
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.success_pg .btn_secondary:hover {
    transform: scale(1.05);
    border-color: #A061AB
}

.success_pg .note_text {
    font-size: 14px;
    line-height: 1.7;
    color: #7a7a7a;
    margin: 28px 0 0;
    font-style: italic
}

.success_pg ::selection {
    background: #a061ab33;
    color: #1a1a1a
}