body {
    margin: 0;
    min-height: 100dvh;
    overflow-x: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-family: 'Noto Serif', serif
}

header {
    position: relative;
    background: #fff;
    border-bottom: 3px solid #7E1219;
    box-shadow: 0 5px 20px -1px #7e12191a
}

.brand_strip {
    background: linear-gradient(135deg, #7E1219 0%, #994407 60%, #044A25 100%);
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.brand_identity {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0
}

.logo_mount {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ffffffeb;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px -1px #7e121912 0 5px 20px -1px #7e12191a;
    border: 2px solid #fff9;
    flex-shrink: 0;
    overflow: hidden
}

.logo_mount img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block
}

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

.brand_name {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #fff;
    font-family: 'Noto Serif', serif
}

.brand_proposition {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .03em;
    color: #ffffffe0;
    font-family: 'Noto Serif', serif;
    font-weight: 400
}

.brand_locale {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.locale_flag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff26;
    border: 1px solid #ffffff4d;
    border-radius: 6px;
    padding: 8px 16px
}

.locale_flag .fi {
    font-size: 18px;
    border-radius: 2px
}

.locale_label {
    font-size: 15px;
    color: #ffffffe6;
    font-family: 'Noto Serif', serif;
    letter-spacing: .04em
}

.navigation_shell {
    background: #fff;
    border-top: 1px solid #7e12191f;
    padding: 0 32px
}

.navigation_shell nav {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 0;
    flex-wrap: wrap
}

.navigation_shell nav a {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    font-size: 15px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    letter-spacing: .04em;
    color: #2c1a1b;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color .5s ease-in-out, border-color .55s ease-in-out, background-color .5s ease-in-out;
    min-height: 56px;
    white-space: nowrap
}

.navigation_shell nav a:hover {
    color: #7E1219;
    border-bottom-color: #7E1219;
    background-color: #7e12190a
}

.navigation_shell nav a:focus {
    outline: none;
    background-color: #99440714;
    color: #994407;
    border-bottom-color: #994407
}

.navigation_shell nav a.active {
    color: #7E1219;
    border-bottom-color: #7E1219
}

.contact_bar {
    background: #044a250d;
    border-top: 1px solid #044a251f;
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    flex-wrap: wrap
}

.contact_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-family: 'Noto Serif', serif;
    color: #1e3a2a;
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .5s ease-in-out
}

.contact_item:hover {
    color: #044A25
}

.contact_item:focus {
    outline: none;
    background-color: #044a2514;
    border-radius: 2px;
    color: #044A25
}

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

footer {
    background: #1a0d0e;
    color: #ffffffd9;
    font-family: 'Noto Serif', serif
}

.footer_primary {
    max-width: 1500px;
    margin: 0 auto;
    padding: 56px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px
}

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

.footer_logo_mount {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fffffff2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px -1px #7e121912 0 5px 20px -1px #7e121924;
    border: 2px solid #fff6;
    overflow: hidden;
    flex-shrink: 0
}

.footer_logo_mount img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block
}

.footer_brand_name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #fff
}

.footer_brand_desc {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffa6;
    letter-spacing: .02em
}

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

.footer_section_label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #994407;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #9944074d
}

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

.footer_address_line {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffb8;
    letter-spacing: .02em
}

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

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

.footer_contact_link {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffb8;
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .5s ease-in-out;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer_contact_link:hover {
    color: #fff
}

.footer_contact_link:focus {
    outline: none;
    background-color: #99440726;
    border-radius: 2px;
    color: #fff
}

.footer_secondary {
    background: #00000040;
    border-top: 1px solid #ffffff14
}

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

.footer_legal_links {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap
}

.footer_legal_link {
    font-size: 15px;
    color: #ffffff80;
    text-decoration: none;
    letter-spacing: .03em;
    transition: color .55s ease-in-out
}

.footer_legal_link:hover {
    color: #ffffffd9
}

.footer_legal_link:focus {
    outline: none;
    background-color: #99440733;
    border-radius: 2px;
    color: #ffffffe6
}

.footer_copyright {
    font-size: 15px;
    color: #fff6;
    letter-spacing: .02em
}

.footer_divider_accent {
    height: 4px;
    background: linear-gradient(90deg, #7E1219 0%, #994407 50%, #044A25 100%)
}

.cookie_notice {
    display: none;
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 360px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 9px 36px -1px #7e121924;
    border-top: 3px solid #7E1219;
    z-index: 1000;
    padding: 32px;
    font-family: 'Noto Serif', serif
}

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

.cookie_text {
    font-size: 15px;
    line-height: 1.6;
    color: #3d2a2b;
    margin-bottom: 32px
}

.cookie_actions {
    display: flex;
    gap: 16px
}

.cookie_accept {
    flex: 1;
    padding: 16px;
    background: #7E1219;
    color: #fff;
    border: 2px solid #7E1219;
    border-radius: 6px;
    font-size: 15px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .5s ease-in-out, border-color .5s ease-in-out;
    min-height: 48px
}

.cookie_accept:hover {
    background: #5e0d12;
    border-color: #5e0d12
}

.cookie_accept:focus {
    outline: none;
    background-color: #7e1219d9
}

.cookie_accept:active {
    transform: scale(0.97)
}

.cookie_decline {
    flex: 1;
    padding: 16px;
    background: transparent;
    color: #2c1a1b;
    border: 2px solid #2c1a1b4d;
    border-radius: 6px;
    font-size: 15px;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .5s ease-in-out, color .5s ease-in-out;
    min-height: 48px
}

.cookie_decline:hover {
    border-color: #2c1a1b;
    color: #1a0d0e
}

.cookie_decline:focus {
    outline: none;
    background-color: #7e12190f
}

.cookie_decline:active {
    transform: scale(0.97)
}

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

    .brand_name {
        font-size: 22px
    }

    .brand_locale {
        display: none
    }

    .navigation_shell {
        padding: 0 16px
    }

    .navigation_shell nav a {
        padding: 16px;
        font-size: 15px
    }

    .contact_bar {
        padding: 8px 16px;
        gap: 16px;
        justify-content: flex-start
    }

    .footer_primary {
        grid-template-columns: 1fr;
        padding: 32px 16px;
        gap: 32px
    }

    .footer_secondary_inner {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .cookie_notice {
        width: calc(100% - 32px);
        top: 16px
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .brand_strip {
        padding: 16px 32px
    }

    .brand_name {
        font-size: 58px
    }

    .footer_primary {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }
}

.rules-text {
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 56px
}

.rules-text h1 {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #7E1219;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #7E1219
}

.rules-text h2 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: #044A25;
    margin-top: 56px;
    margin-bottom: 16px;
    padding-left: 16px;
    border-left: 4px solid #044A25;
    border-bottom: 1px solid #044a2526;
    padding-bottom: 8px
}

.rules-text h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -.005em;
    color: #994407;
    margin-top: 32px;
    margin-bottom: 16px;
    padding-left: 16px;
    border-left: 3px solid #994407
}

.rules-text h4 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #2a1a1b;
    margin-top: 32px;
    margin-bottom: 8px
}

.rules-text h5 {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .01em;
    color: #2a1a1b;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.rules-text h6 {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #5a4a4b;
    margin-top: 16px;
    margin-bottom: 8px
}

.rules-text p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .005em;
    color: #1e1215;
    margin-top: 0;
    margin-bottom: 16px
}

.rules-text ul {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 32px
}

.rules-text ol {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 32px
}

.rules-text li {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .005em;
    color: #1e1215;
    margin-bottom: 8px;
    padding-left: 8px
}

.rules-text ul li {
    list-style-type: none;
    position: relative
}

.rules-text ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #7E1219
}

.rules-text ol li {
    list-style-type: decimal
}

.rules-text ol li::marker {
    color: #7E1219;
    font-size: 15px
}

.rules-text ul ul,
.rules-text ol ol,
.rules-text ul ol,
.rules-text ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.rules-text ul ul li::before {
    background-color: #044A25;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.rules-text em,
.rules-text i {
    font-style: italic;
    color: #3a2020
}

.rules-text table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 5px -1px #7e121912 0 5px 20px -1px #7e12191a
}

.rules-text thead {
    background-color: #7E1219
}

.rules-text thead th {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 16px;
    text-align: left;
    border: none
}

.rules-text tbody tr {
    border-bottom: 1px solid #7e12191a;
    transition: background-color .45s ease-in-out
}

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

.rules-text tbody tr:nth-child(even) {
    background-color: #7e121908
}

.rules-text tbody tr:hover {
    background-color: #7e12190f
}

.rules-text td {
    padding: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #1e1215;
    vertical-align: top;
    border: none
}

.rules-text th {
    padding: 16px;
    font-size: 15px;
    line-height: 1.4;
    vertical-align: top
}

.rules-text hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #7e121940, #044a2533, transparent);
    margin-top: 56px;
    margin-bottom: 56px
}

.rules-text div {
    font-size: 18px;
    line-height: 1.6;
    color: #1e1215
}

@media (max-width: 1280px) {
    .rules-text {
        padding: 96px 32px
    }

    .rules-text h1 {
        font-size: 58px
    }
}

@media (max-width: 768px) {
    .rules-text {
        padding: 56px 16px
    }

    .rules-text h1 {
        font-size: 22px;
        line-height: 1.15;
        letter-spacing: -.02em
    }

    .rules-text h2 {
        font-size: 18px;
        margin-top: 32px
    }

    .rules-text h3 {
        font-size: 15px;
        margin-top: 32px
    }

    .rules-text h4,
    .rules-text h5,
    .rules-text h6 {
        font-size: 15px
    }

    .rules-text p,
    .rules-text li,
    .rules-text div {
        font-size: 15px
    }

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

    .rules-text hr {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.speaking_detail {
    background: #fff;
    overflow-x: clip
}

.speaking_detail .article_frame {
    max-width: 1500px;
    margin: 0 auto;
    padding: 56px 32px 96px
}

.speaking_detail .article_split {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.speaking_detail .article_primary {
    flex: 0 0 60%;
    min-width: 0
}

.speaking_detail .article_sidebar {
    flex: 0 0 calc(40% - 56px);
    min-width: 0;
    position: sticky;
    top: 32px
}

.speaking_detail .article_label_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px
}

.speaking_detail .article_category_tag {
    display: inline-block;
    background: #7E1219;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .06em;
    padding: 8px 16px;
    border-radius: 2px;
    line-height: 1.15
}

.speaking_detail .article_date_stamp {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.4;
    letter-spacing: .03em
}

.speaking_detail .article_headline {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin-bottom: 32px;
    background: linear-gradient(53deg, #7E1219 30%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    word-break: break-word
}

.speaking_detail .article_meta_bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid #d8d0cc;
    border-bottom: 1px solid #d8d0cc;
    margin-bottom: 32px
}

.speaking_detail .like_indicator {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #444;
    line-height: 1.4
}

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

.speaking_detail .report_link {
    margin-left: auto;
    font-size: 15px;
    color: #994407;
    text-decoration: underline;
    text-underline-offset: 3px;
    line-height: 1.4;
    transition: color .55s ease-in-out
}

.speaking_detail .report_link:hover {
    color: #7E1219
}

.speaking_detail .report_link:focus {
    outline: 2px solid #7E1219;
    outline-offset: 2px;
    border-radius: 2px
}

.speaking_detail .article_body {
    font-size: 18px;
    line-height: 1.6;
    color: #2a2a2a;
    letter-spacing: .01em
}

.speaking_detail .article_body p {
    margin-bottom: 16px
}

.speaking_detail .article_body h2 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.01em;
    background: linear-gradient(53deg, #7E1219 20%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 32px;
    margin-bottom: 16px
}

.speaking_detail .article_body h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #044A25;
    margin-top: 32px;
    margin-bottom: 8px
}

.speaking_detail .article_body strong {
    color: #7E1219;
    font-weight: 700
}

.speaking_detail .article_body cite {
    display: block;
    border-left: 3px solid #7E1219;
    border-top: 1px solid #7e121926;
    border-bottom: 1px solid #7e121926;
    padding: 16px 16px 16px 32px;
    margin: 32px 0;
    font-style: italic;
    color: #3a3a3a;
    font-size: 18px;
    line-height: 1.6;
    background: #7e12190a;
    border-radius: 0 6px 6px 0
}

.speaking_detail .article_body ul,
.speaking_detail .article_body ol {
    padding-left: 16px;
    margin-bottom: 16px
}

.speaking_detail .article_body ul {
    list-style: none;
    padding-left: 0
}

.speaking_detail .article_body ul li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.6
}

.speaking_detail .article_body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #7E1219;
    border-top: 2px solid #7E1219;
    transform: rotate(45deg)
}

.speaking_detail .article_body ol li {
    margin-bottom: 8px;
    line-height: 1.6
}

.speaking_detail .article_body figure {
    margin: 32px 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 20px -1px #7e12191a
}

.speaking_detail .article_body figure img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.speaking_detail .article_body figcaption {
    font-size: 15px;
    color: #666;
    padding: 8px 16px;
    background: #044a250a;
    line-height: 1.4;
    border-bottom: 2px solid #044a2526
}

.speaking_detail .image_panel {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 9px 36px -1px #7e121924;
    margin-bottom: 32px;
    position: relative
}

.speaking_detail .image_panel_inner {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden
}

.speaking_detail .image_panel_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: translateY(0px);
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform
}

.speaking_detail .image_panel:hover .image_panel_inner img {
    transform: translateY(-12px) scale(1.04)
}

.speaking_detail .sidebar_accent_card {
    background: linear-gradient(53deg, #7e121912 0%, #044a2512 100%);
    border-radius: 6px;
    padding: 32px;
    border-top: 3px solid #7E1219;
    box-shadow: 0 2px 5px -1px #7e121912
}

.speaking_detail .sidebar_accent_card .sidebar_label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #7E1219;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.15
}

.speaking_detail .sidebar_accent_card .sidebar_summary {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px
}

.speaking_detail .sidebar_divider {
    height: 1px;
    background: #7e12192e;
    margin: 16px 0
}

.speaking_detail .sidebar_stat_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.speaking_detail .sidebar_stat_label {
    font-size: 15px;
    color: #555;
    line-height: 1.4
}

.speaking_detail .sidebar_stat_value {
    font-size: 22px;
    font-weight: 700;
    color: #044A25;
    line-height: 1.15;
    letter-spacing: -.01em
}

.speaking_detail .sidebar_cta_button {
    display: inline-block;
    width: 100%;
    margin-top: 32px;
    background: #7E1219;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 16px 32px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .55s ease-in-out, box-shadow .55s ease-in-out;
    box-shadow: 0 5px 20px -1px #7e12191a;
    line-height: 1.4
}

.speaking_detail .sidebar_cta_button:hover {
    background: #5e0d13;
    box-shadow: 0 9px 36px -1px #7e121924
}

.speaking_detail .sidebar_cta_button:active {
    transform: scale(0.97)
}

.speaking_detail .sidebar_cta_button:focus {
    outline: 2px solid #7E1219;
    outline-offset: 3px
}

.speaking_detail .sidebar_ghost_button {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    background: transparent;
    color: #044A25;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 16px 32px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #044A25;
    cursor: pointer;
    transition: background .45s ease-in-out, color .45s ease-in-out;
    line-height: 1.4;
    box-sizing: border-box
}

.speaking_detail .sidebar_ghost_button:hover {
    background: #044a2514
}

.speaking_detail .sidebar_ghost_button:active {
    transform: scale(0.97)
}

.speaking_detail .sidebar_ghost_button:focus {
    outline: 2px solid #044A25;
    outline-offset: 3px
}

.speaking_detail .page_bottom_strip {
    background: radial-gradient(ellipse at 50% 40%, #fffffff2 30%, #c8b9b459 100%);
    padding: 56px 0;
    border-top: 1px solid #7e12191f
}

.speaking_detail .bottom_strip_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.speaking_detail .bottom_strip_text {
    flex: 1 1 auto;
    min-width: 0
}

.speaking_detail .bottom_strip_heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.01em;
    background: linear-gradient(53deg, #7E1219 10%, #044A25 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px
}

.speaking_detail .bottom_strip_desc {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    max-width: 560px
}

.speaking_detail .bottom_strip_actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-shrink: 0
}

.speaking_detail .strip_primary_btn {
    display: inline-block;
    background: #7E1219;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .55s ease-in-out, box-shadow .5s ease-in-out;
    box-shadow: 0 2px 5px -1px #7e121912;
    line-height: 1.4;
    white-space: nowrap
}

.speaking_detail .strip_primary_btn:hover {
    background: #5e0d13;
    box-shadow: 0 9px 36px -1px #7e121924
}

.speaking_detail .strip_primary_btn:active {
    transform: scale(0.97)
}

.speaking_detail .strip_primary_btn:focus {
    outline: 2px solid #7E1219;
    outline-offset: 3px
}

.speaking_detail .strip_neutral_btn {
    display: inline-block;
    background: #f4f1ef;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #d4ccc8;
    cursor: pointer;
    transition: background .5s ease-in-out;
    line-height: 1.4;
    white-space: nowrap
}

.speaking_detail .strip_neutral_btn:hover {
    background: #e8e2de
}

.speaking_detail .strip_neutral_btn:active {
    transform: scale(0.97)
}

.speaking_detail .strip_neutral_btn:focus {
    outline: 2px solid #333;
    outline-offset: 3px
}

.speaking_detail .on_load_reveal {
    animation: reveal_scale .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes reveal_scale {
    from {
        opacity: 0;
        transform: scale(0.9)
    }

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

.speaking_detail .reveal_delay_1 {
    animation-delay: .1s
}

.speaking_detail .reveal_delay_2 {
    animation-delay: .22s
}

.speaking_detail .reveal_delay_3 {
    animation-delay: .36s
}

.speaking_detail .details_expand_toggle {
    display: none
}

.speaking_detail .details_expand_label {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #7E1219;
    letter-spacing: .03em;
    padding: 8px 0;
    border-bottom: 1px solid #7e121940;
    margin-bottom: 16px;
    user-select: none;
    transition: color .45s ease-in-out
}

.speaking_detail .details_expand_label:hover {
    color: #5e0d13
}

.speaking_detail .details_expand_label .expand_arrow {
    width: 14px;
    height: 14px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0
}

.speaking_detail .details_expand_toggle:checked+.details_expand_label .expand_arrow {
    transform: rotate(-135deg)
}

.speaking_detail .details_collapsible {
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.speaking_detail .details_expand_toggle:checked~.details_collapsible {
    max-height: 2000px
}

@media (max-width: 1280px) {
    .speaking_detail .article_split {
        gap: 32px
    }

    .speaking_detail .article_headline {
        font-size: 58px
    }
}

@media (max-width: 768px) {
    .speaking_detail .article_frame {
        padding: 32px 16px 56px
    }

    .speaking_detail .article_split {
        flex-direction: column;
        gap: 32px
    }

    .speaking_detail .article_primary {
        flex: none;
        width: 100%
    }

    .speaking_detail .article_sidebar {
        flex: none;
        width: 100%;
        position: static
    }

    .speaking_detail .article_headline {
        font-size: 22px
    }

    .speaking_detail .bottom_strip_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        padding: 0 16px
    }

    .speaking_detail .bottom_strip_actions {
        flex-direction: column;
        width: 100%
    }

    .speaking_detail .strip_primary_btn,
    .speaking_detail .strip_neutral_btn {
        text-align: center;
        width: 100%
    }
}

.speaking {
    background-color: #fff;
    overflow-x: clip
}

.speaking .diagonal_reveal {
    animation: diag_wave .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes diag_wave {
    from {
        opacity: 0;
        transform: translate(-18px, 18px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.speaking .split_screen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
    position: relative
}

.speaking .split_left {
    background-color: #7E1219;
    padding: 96px 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden
}

.speaking .split_left::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./assets_folder/final-element1.jpg);
    background-size: cover;
    background-position: center;
    opacity: .08;
    filter: grayscale(1)
}

.speaking .split_left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: .18;
    pointer-events: none
}

.speaking .split_noise_lines {
    position: absolute;
    top: 32px;
    right: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none
}

.speaking .split_noise_lines span {
    display: block;
    height: 1px;
    background-color: #ffffff38
}

.speaking .split_right {
    background-color: #044A25;
    padding: 96px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

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

.speaking .split_label {
    font-size: 15px;
    letter-spacing: .12em;
    color: #fff9;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.4
}

.speaking .split_heading {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.02em;
    background: linear-gradient(53deg, #fff 0%, #ffffff8c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 32px
}

.speaking .split_heading strong {
    font-size: 72px;
    display: block;
    line-height: 1.15
}

.speaking .split_desc {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffd1;
    max-width: 420px
}

.speaking .split_stat_group {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 56px
}

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

.speaking .split_stat_num {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.03em;
    background: linear-gradient(53deg, #fff 30%, #ffffff73 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.speaking .split_stat_label {
    font-size: 15px;
    line-height: 1.4;
    color: #fff9;
    letter-spacing: .04em
}

.speaking .posts_area {
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 56px
}

.speaking .posts_heading_row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 32px
}

.speaking .posts_heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: .01em;
    background: linear-gradient(53deg, #7E1219 0%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.speaking .posts_subtext {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    max-width: 380px;
    text-align: right
}

.speaking .posts_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.speaking .post_card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px -1px #7e121912 0 5px 20px -1px #7e12191a;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top: 2px solid transparent;
    border-left: 3px solid #7E1219;
    border-right: 1px solid #7e121914;
    border-bottom: 1px solid #7e121914;
    animation: diag_wave .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.speaking .post_card:hover {
    box-shadow: 0 9px 36px -1px #7e121924;
    transform: translateY(-4px);
    background: linear-gradient(53deg, #7e121908 0%, #044a2508 100%)
}

.speaking .post_card:active {
    transform: scale(0.98)
}

.speaking .post_image_wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative
}

.speaking .post_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.speaking .post_card:hover .post_image_wrap img {
    transform: scale(1.04)
}

.speaking .post_image_placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(53deg, #7e12191f 0%, #044a251f 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.speaking .post_image_placeholder svg {
    opacity: .25
}

.speaking .post_body {
    padding: 32px 32px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.speaking .post_title {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -.01em;
    background: linear-gradient(53deg, #7E1219 0%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.speaking .post_excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    flex: 1
}

.speaking .post_footer {
    padding: 16px 32px 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #7e121914;
    margin-top: 8px
}

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

.speaking .post_date {
    font-size: 15px;
    color: #666;
    line-height: 1.4;
    letter-spacing: .02em
}

.speaking .post_likes {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #7E1219;
    line-height: 1.4
}

.speaking .like_icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.speaking .post_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #044A25;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .02em;
    padding: 8px 16px;
    border: 1px solid #044a254d;
    border-radius: 2px;
    transition: background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s ease-in-out, border-color .45s ease-in-out
}

.speaking .post_link:hover {
    background-color: #044A25;
    color: #fff;
    border-color: #044A25
}

.speaking .post_link:active {
    transform: scale(0.97)
}

.speaking .post_link svg {
    transition: transform .45s ease-in-out
}

.speaking .post_link:hover svg {
    transform: translateX(4px)
}

.speaking .expertise_band {
    background: linear-gradient(53deg, #7e12190d 0%, #044a2512 100%);
    padding: 56px 0;
    border-top: 1px solid #7e12191a;
    border-bottom: 1px solid #044a251a
}

.speaking .expertise_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 56px;
    display: grid;
    grid-template-columns: 1fr 2px 1fr 2px 1fr;
    gap: 32px;
    align-items: start
}

.speaking .expertise_divider {
    background: linear-gradient(to bottom, transparent, #7e12194d, transparent);
    align-self: stretch
}

.speaking .expertise_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px
}

.speaking .expertise_item.right {
    text-align: right
}

.speaking .expertise_icon_ring {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    background-color: #7E1219;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #7e12194d;
    flex-shrink: 0
}

.speaking .expertise_icon_ring.green {
    background-color: #044A25;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #044a254d
}

.speaking .expertise_icon_ring.amber {
    background-color: #994407;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px #9944074d
}

.speaking .expertise_item.right .expertise_icon_ring {
    align-self: flex-end
}

.speaking .expertise_item_heading {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -.01em;
    background: linear-gradient(53deg, #7E1219 0%, #994407 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.speaking .expertise_item.right .expertise_item_heading {
    background: linear-gradient(53deg, #044A25 0%, #7E1219 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.speaking .expertise_item_text {
    font-size: 15px;
    line-height: 1.6;
    color: #333
}

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

.speaking .expertise_list li {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.speaking .expertise_item.right .expertise_list li {
    flex-direction: row-reverse
}

.speaking .expertise_list li::before {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border-right: 2px solid #7E1219;
    border-bottom: 2px solid #7E1219;
    transform: rotate(-45deg) translateY(2px);
    flex-shrink: 0;
    margin-top: 4px
}

.speaking .expertise_item.right .expertise_list li::before {
    border-right: 2px solid #044A25;
    border-bottom: 2px solid #044A25
}

.speaking .frosted_area {
    padding: 96px 0;
    background-color: #f5f0ee;
    position: relative;
    overflow: hidden
}

.speaking .frosted_area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./assets_folder/final-element1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: .06;
    filter: grayscale(1)
}

.speaking .frosted_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative
}

.speaking .frosted_glass_card {
    background: #fff9;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 6px;
    border: 1px solid #fffc;
    box-shadow: 0 5px 20px -1px #7e12191a;
    padding: 56px
}

.speaking .frosted_eyebrow {
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #7E1219;
    margin-bottom: 16px;
    line-height: 1.4
}

.speaking .frosted_heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.01em;
    background: linear-gradient(53deg, #7E1219 0%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 32px
}

.speaking .frosted_text {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px
}

.speaking .frosted_cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    padding: 16px 32px;
    background-color: #7E1219;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .04em;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .45s ease-in-out;
    box-shadow: 0 2px 5px -1px #7e121912
}

.speaking .frosted_cta:hover {
    background-color: #5c0d12;
    box-shadow: 0 5px 20px -1px #7e12191a
}

.speaking .frosted_cta:active {
    transform: scale(0.97)
}

.speaking .frosted_metrics {
    display: flex;
    flex-direction: column;
    gap: 32px
}

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

.speaking .frosted_metric_label {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
    letter-spacing: .02em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.speaking .frosted_metric_label span {
    font-size: 15px;
    font-weight: 700;
    color: #7E1219
}

.speaking .frosted_bar_track {
    height: 6px;
    background-color: #7e12191a;
    border-radius: 2px;
    overflow: hidden
}

.speaking .frosted_bar_fill {
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(53deg, #7E1219, #994407);
    transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@media (max-width: 1280px) {
    .speaking .split_screen {
        grid-template-columns: 1fr 1fr
    }

    .speaking .split_heading {
        font-size: 45px
    }

    .speaking .split_heading strong {
        font-size: 58px
    }

    .speaking .posts_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .speaking .expertise_inner {
        grid-template-columns: 1fr 2px 1fr
    }

    .speaking .expertise_inner .expertise_item:last-child {
        display: none
    }

    .speaking .expertise_inner .expertise_divider:last-of-type {
        display: none
    }

    .speaking .frosted_inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .speaking .frosted_glass_card {
        padding: 32px
    }
}

@media (max-width: 768px) {
    .speaking .split_screen {
        grid-template-columns: 1fr
    }

    .speaking .split_left,
    .speaking .split_right {
        padding: 56px 32px
    }

    .speaking .split_heading {
        font-size: 36px
    }

    .speaking .split_heading strong {
        font-size: 45px
    }

    .speaking .split_stat_group {
        flex-direction: column;
        gap: 16px;
        margin-top: 32px
    }

    .speaking .split_stat_num {
        font-size: 36px
    }

    .speaking .posts_area {
        padding: 56px 32px
    }

    .speaking .posts_grid {
        grid-template-columns: 1fr
    }

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

    .speaking .posts_subtext {
        text-align: left
    }

    .speaking .expertise_band {
        padding: 56px 0
    }

    .speaking .expertise_inner {
        grid-template-columns: 1fr;
        padding: 0 32px
    }

    .speaking .expertise_divider {
        display: none
    }

    .speaking .expertise_item:last-child {
        display: flex
    }

    .speaking .expertise_item.right {
        text-align: left
    }

    .speaking .expertise_item.right .expertise_icon_ring {
        align-self: flex-start
    }

    .speaking .expertise_item.right .expertise_list li {
        flex-direction: row
    }

    .speaking .expertise_item.right .expertise_list li::before {
        border-right: 2px solid #044A25;
        border-bottom: 2px solid #044A25
    }

    .speaking .frosted_area {
        padding: 56px 0
    }

    .speaking .frosted_inner {
        grid-template-columns: 1fr;
        padding: 0 32px
    }

    .speaking .frosted_glass_card {
        padding: 32px
    }
}

.upcoming_programs_page {
    background: #fff;
    overflow-x: clip
}

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

.upcoming_programs_page ::selection {
    background: #7E1219;
    color: #fff;
    font-weight: 700
}

.upcoming_programs_page .programs_title_block {
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 56px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 56px;
    align-items: start;
    position: relative
}

.upcoming_programs_page .programs_title_block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 56px;
    bottom: 56px;
    width: 3px;
    background: linear-gradient(53deg, #7E1219 30%, transparent 100%);
    border-radius: 2px
}

.upcoming_programs_page .title_text_column {
    padding-top: 32px;
    text-align: right
}

.upcoming_programs_page .title_label {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .12em;
    color: #994407;
    text-transform: uppercase;
    margin-bottom: 16px;
    border-bottom: 1px solid #994407;
    padding-bottom: 8px
}

.upcoming_programs_page .title_heading {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin: 0 0 32px;
    background: linear-gradient(53deg, #7E1219 40%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.upcoming_programs_page .title_heading .accent_bracket {
    color: #7E1219;
    -webkit-text-fill-color: #7E1219
}

.upcoming_programs_page .title_description {
    font-size: 18px;
    line-height: 1.6;
    color: #2c2c2c;
    margin: 0
}

.upcoming_programs_page .title_description+.title_description {
    margin-top: 16px
}

.upcoming_programs_page .title_image_column {
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.upcoming_programs_page .title_image_glow {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 9px 36px -1px #7e121924
}

.upcoming_programs_page .title_image_glow::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(53deg, #7e121914 0%, transparent 60%);
    pointer-events: none;
    border-radius: 6px
}

.upcoming_programs_page .title_image_glow img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.upcoming_programs_page .title_image_glow:hover img {
    transform: scale(1.03)
}

.upcoming_programs_page .programs_grid_block {
    background: #f4f0ee;
    padding: 96px 0;
    position: relative
}

.upcoming_programs_page .programs_grid_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(53deg, #7E1219 0%, #044A25 50%, #994407 100%)
}

.upcoming_programs_page .grid_container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 56px
}

.upcoming_programs_page .grid_heading_row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 32px
}

.upcoming_programs_page .grid_main_heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: .01em;
    margin: 0;
    background: linear-gradient(53deg, #044A25 30%, #7E1219 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.upcoming_programs_page .grid_subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    max-width: 420px;
    text-align: right;
    margin: 0
}

.upcoming_programs_page .featured_columns {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1.4fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
    position: relative
}

.upcoming_programs_page .featured_columns::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 25%;
    right: 25%;
    height: 2px;
    border-top: 2px dashed #7e121940;
    pointer-events: none
}

.upcoming_programs_page .program_card {
    background: #fff;
    border-radius: 6px;
    padding: 32px;
    box-shadow: 0 2px 5px -1px #7e121912;
    transition: box-shadow .55s ease-in-out, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top: 3px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.upcoming_programs_page .program_card:hover {
    box-shadow: 0 9px 36px -1px #7e121924;
    transform: translateY(-4px)
}

.upcoming_programs_page .program_card.primary_accent {
    border-top-color: #7E1219
}

.upcoming_programs_page .program_card.secondary_accent {
    border-top-color: #044A25
}

.upcoming_programs_page .program_card.tertiary_accent {
    border-top-color: #994407
}

.upcoming_programs_page .program_card.featured {
    padding: 32px
}

.upcoming_programs_page .card_tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #7E1219;
    font-weight: 600
}

.upcoming_programs_page .card_tag.green {
    color: #044A25
}

.upcoming_programs_page .card_tag.orange {
    color: #994407
}

.upcoming_programs_page .card_arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    flex-shrink: 0
}

.upcoming_programs_page .card_title {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .005em;
    color: #1a1200;
    margin: 0;
    background: linear-gradient(53deg, #7E1219 20%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.upcoming_programs_page .card_body {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0;
    flex-grow: 1
}

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

.upcoming_programs_page .card_meta_list li {
    font-size: 15px;
    line-height: 1.4;
    color: #555;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.upcoming_programs_page .card_meta_list li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #7E1219;
    border-top: 2px solid #7E1219;
    transform: rotate(45deg);
    margin-top: 4px;
    flex-shrink: 0
}

.upcoming_programs_page .card_meta_list.green_arrows li::before {
    border-color: #044A25
}

.upcoming_programs_page .card_meta_list.orange_arrows li::before {
    border-color: #994407
}

.upcoming_programs_page .card_date_badge {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #7E1219;
    border-radius: 2px;
    padding: 4px 8px;
    letter-spacing: .04em;
    align-self: flex-start
}

.upcoming_programs_page .card_date_badge.green {
    background: #044A25
}

.upcoming_programs_page .card_date_badge.orange {
    background: #994407
}

.upcoming_programs_page .card_duration {
    font-size: 15px;
    color: #888;
    letter-spacing: .03em
}

.upcoming_programs_page .card_register_btn {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .06em;
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: background .5s ease-in-out, color .45s ease-in-out, transform .48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    align-self: flex-start
}

.upcoming_programs_page .card_register_btn:active {
    transform: scale(0.96)
}

.upcoming_programs_page .card_register_btn.primary_btn {
    background: #7E1219;
    color: #fff
}

.upcoming_programs_page .card_register_btn.primary_btn:hover {
    background: #5e0d12;
    color: #fff
}

.upcoming_programs_page .card_register_btn.secondary_btn {
    background: #044A25;
    color: #fff
}

.upcoming_programs_page .card_register_btn.secondary_btn:hover {
    background: #033519;
    color: #fff
}

.upcoming_programs_page .card_register_btn.ghost_btn {
    background: transparent;
    color: #994407;
    border: 1px solid #994407
}

.upcoming_programs_page .card_register_btn.ghost_btn:hover {
    background: #994407;
    color: #fff
}

.upcoming_programs_page .side_cards_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.upcoming_programs_page .animated_shadow_card {
    animation: shadow_rhythm 4s ease-in-out infinite
}

@keyframes shadow_rhythm {
    0% {
        box-shadow: 0 2px 5px -1px #7e121912
    }

    50% {
        box-shadow: 0 9px 36px -1px #7e12192e
    }

    100% {
        box-shadow: 0 2px 5px -1px #7e121912
    }
}

.upcoming_programs_page .dashed_path_wrapper {
    position: relative;
    padding: 32px 0 0
}

.upcoming_programs_page .dashed_path_wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    border-top: 2px dashed #044a254d;
    pointer-events: none
}

.upcoming_programs_page .rating_strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin-top: 56px;
    padding: 32px;
    background: #fff;
    border-radius: 6px;
    border-left: 4px solid #7E1219;
    border-right: 1px solid #7e12191f;
    border-top: 1px solid #7e121914;
    border-bottom: 1px solid #7e121914;
    box-shadow: 0 5px 20px -1px #7e12191a
}

.upcoming_programs_page .rating_number {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #7E1219;
    font-weight: 700;
    flex-shrink: 0
}

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

.upcoming_programs_page .rating_stars {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.upcoming_programs_page .star_shape {
    width: 18px;
    height: 18px;
    display: inline-block
}

.upcoming_programs_page .rating_count {
    font-size: 15px;
    color: #555;
    line-height: 1.4
}

.upcoming_programs_page .rating_text {
    font-size: 18px;
    line-height: 1.6;
    color: #2c2c2c;
    max-width: 600px;
    margin: 0
}

.upcoming_programs_page .reveal_item {
    opacity: 0;
    transform: translateY(0px);
    animation: reveal_up .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.upcoming_programs_page .reveal_item:nth-child(1) {
    animation-delay: .1s;
    transform: translateY(8px)
}

.upcoming_programs_page .reveal_item:nth-child(2) {
    animation-delay: .22s;
    transform: translateY(16px)
}

.upcoming_programs_page .reveal_item:nth-child(3) {
    animation-delay: .36s;
    transform: translateY(24px)
}

.upcoming_programs_page .reveal_item:nth-child(4) {
    animation-delay: .5s;
    transform: translateY(32px)
}

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

.upcoming_programs_page .parallax_bg_section {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center
}

@media (max-width: 1280px) {
    .upcoming_programs_page .programs_title_block {
        padding: 56px 32px;
        gap: 32px
    }

    .upcoming_programs_page .title_heading {
        font-size: 58px
    }

    .upcoming_programs_page .featured_columns {
        grid-template-columns: 1fr 1fr
    }

    .upcoming_programs_page .grid_container {
        padding: 0 32px
    }
}

@media (max-width: 768px) {
    .upcoming_programs_page .programs_title_block {
        grid-template-columns: 1fr;
        padding: 56px 16px;
        gap: 32px
    }

    .upcoming_programs_page .programs_title_block::before {
        display: none
    }

    .upcoming_programs_page .title_text_column {
        text-align: left;
        padding-top: 0
    }

    .upcoming_programs_page .title_heading {
        font-size: 22px
    }

    .upcoming_programs_page .title_image_glow img {
        height: 260px
    }

    .upcoming_programs_page .featured_columns {
        grid-template-columns: 1fr
    }

    .upcoming_programs_page .side_cards_row {
        grid-template-columns: 1fr
    }

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

    .upcoming_programs_page .grid_subtitle {
        text-align: left
    }

    .upcoming_programs_page .grid_container {
        padding: 0 16px
    }

    .upcoming_programs_page .programs_grid_block {
        padding: 56px 0
    }

    .upcoming_programs_page .rating_strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .upcoming_programs_page .rating_number {
        font-size: 58px
    }
}

.start {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.start .title_block {
    padding: 96px 0 56px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 32px;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 56px;
    padding-right: 56px;
    align-items: center
}

.start .title_block_image_left,
.start .title_block_image_right {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 5px 20px -1px #7e12191a
}

.start .title_block_image_left img,
.start .title_block_image_right img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    display: block;
    transition: filter .55s ease-in-out
}

.start .title_block_image_left:hover img,
.start .title_block_image_right:hover img {
    filter: grayscale(60%)
}

.start .title_block_image_left::before {
    content: "";
    position: absolute;
    top: 16px;
    left: -16px;
    width: 48px;
    height: 48px;
    border-top: 2px solid #7e121940;
    border-left: 2px solid #7e121940;
    border-radius: 2px;
    z-index: 1;
    pointer-events: none
}

.start .title_block_image_right::after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: -16px;
    width: 48px;
    height: 48px;
    border-bottom: 2px solid #044a2540;
    border-right: 2px solid #044a2540;
    border-radius: 2px;
    z-index: 1;
    pointer-events: none
}

.start .title_text {
    text-align: center;
    position: relative;
    padding: 32px
}

.start .title_text_arrow {
    display: flex;
    justify-content: center;
    margin-bottom: 16px
}

.start .title_text_arrow svg {
    opacity: .35
}

.start .title_heading {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.03em;
    margin-bottom: 16px;
    background: linear-gradient(53deg, #7E1219 40%, #044A25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.start .title_description {
    font-size: 18px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 32px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.start .title_link {
    display: inline-block;
    background: #7E1219;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .04em;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .5s ease-in-out, transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #7E1219
}

.start .title_link:hover {
    background: #5a0d12;
    border-color: #5a0d12
}

.start .title_link:active {
    transform: scale(0.97)
}

.start .divider_radial {
    width: 100%;
    height: 2px;
    background: radial-gradient(ellipse at center, #7e121966 0%, transparent 70%);
    margin: 0
}

.start .environment_block {
    background: #f5f0ee;
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.start .environment_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(53deg, #7e12190a 0%, transparent 60%);
    pointer-events: none
}

.start .environment_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 56px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 56px;
    align-items: center
}

.start .environment_label {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .08em;
    color: #994407;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.start .environment_heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.01em;
    margin-bottom: 32px;
    background: linear-gradient(53deg, #7E1219 30%, #044A25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.start .environment_columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.start .env_card {
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    border-left: 3px solid #7E1219;
    border-top: 1px solid #7e121914;
    border-right: 1px solid #7e121914;
    border-bottom: 1px solid #7e121914;
    box-shadow: 0 2px 5px -1px #7e121912;
    transition: box-shadow .5s ease-in-out, transform .5s ease-in-out
}

.start .env_card:nth-child(2) {
    border-left-color: #044A25
}

.start .env_card:nth-child(3) {
    border-left-color: #994407
}

.start .env_card:hover {
    box-shadow: 0 5px 20px -1px #7e12191a;
    transform: translateY(-2px)
}

.start .env_card_heading {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .01em;
    color: #2a2a2a;
    margin-bottom: 8px
}

.start .env_card_text {
    font-size: 15px;
    line-height: 1.6;
    color: #555
}

.start .environment_right {
    position: relative
}

.start .env_image_wrap {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 9px 36px -1px #7e121924
}

.start .env_image_wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.start .env_image_wrap:hover img {
    transform: scale(1.03)
}

.start .env_stat_badge {
    position: absolute;
    bottom: -16px;
    left: -16px;
    background: #7E1219;
    color: #fff;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 5px 20px -1px #7e12191a;
    text-align: center;
    min-width: 120px
}

.start .env_stat_number {
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -.02em;
    display: block;
    margin-bottom: 8px
}

.start .env_stat_label {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .02em;
    opacity: .85
}

.start .divider_line_dark {
    width: 100%;
    height: 1px;
    background: radial-gradient(ellipse at center, #044a2559 0%, transparent 70%)
}

.start .longterm_block {
    background: #fff;
    padding: 96px 0;
    position: relative
}

.start .longterm_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 56px
}

.start .longterm_top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    margin-bottom: 56px;
    align-items: start
}

.start .longterm_heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.01em;
    background: linear-gradient(53deg, #044A25 30%, #7E1219);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px
}

.start .longterm_sub {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    letter-spacing: .01em
}

.start .longterm_text_col {
    text-align: right
}

.start .longterm_paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #2e2e2e;
    margin-bottom: 16px;
    letter-spacing: .005em
}

.start .longterm_metrics {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px
}

.start .metric_ring_card {
    background: #f7f4f2;
    border-radius: 6px;
    padding: 32px 16px;
    text-align: center;
    border: 1px solid #7e121914;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.start .metric_ring_card:hover {
    box-shadow: 0 5px 20px -1px #7e12191a
}

.start .ring_wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.start .ring_wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    transform: rotate(-90deg)
}

.start .ring_track {
    fill: none;
    stroke: #7e12191f;
    stroke-width: 5
}

.start .ring_fill_1 {
    stroke: #7E1219;
    stroke-width: 5;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 175;
    stroke-dashoffset: 35;
    transition: stroke-dashoffset .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.start .ring_fill_2 {
    stroke: #044A25;
    stroke-width: 5;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 175;
    stroke-dashoffset: 52;
    transition: stroke-dashoffset .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.start .ring_fill_3 {
    stroke: #994407;
    stroke-width: 5;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 175;
    stroke-dashoffset: 17;
    transition: stroke-dashoffset .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.start .ring_fill_4 {
    stroke: #7E1219;
    stroke-width: 5;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 175;
    stroke-dashoffset: 70;
    transition: stroke-dashoffset .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.start .ring_number {
    font-size: 15px;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #2a2a2a;
    position: relative;
    z-index: 1
}

.start .metric_label {
    font-size: 15px;
    line-height: 1.4;
    color: #555;
    letter-spacing: .01em
}

.start .divider_accent {
    width: 100%;
    height: 2px;
    background: radial-gradient(ellipse at center, #99440766 0%, transparent 70%)
}

.start .team_block {
    background: #f2f5f2;
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.start .team_block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(53deg, #044a250d 0%, transparent 55%);
    pointer-events: none
}

.start .team_panorama {
    position: absolute;
    inset: 0;
    background-image: url(./assets_folder/ready-2026_03_05.jpg);
    background-size: cover;
    background-position: left center;
    background-attachment: fixed;
    opacity: .06;
    pointer-events: none
}

.start .team_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 56px;
    position: relative;
    z-index: 1
}

.start .team_grid {
    display: grid;
    grid-template-columns: 5fr 3fr 4fr;
    gap: 56px;
    align-items: start
}

.start .team_label {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #994407;
    margin-bottom: 16px
}

.start .team_heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.01em;
    background: linear-gradient(53deg, #044A25 30%, #7E1219);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 32px
}

.start .team_paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #2e2e2e;
    margin-bottom: 16px
}

.start .team_list {
    list-style: none;
    padding: 0;
    margin: 32px 0 0
}

.start .team_list li {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    padding: 8px 0;
    border-bottom: 1px solid #044a251f;
    display: flex;
    align-items: center;
    gap: 8px
}

.start .team_list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    border-right: 2px solid #7E1219;
    border-bottom: 2px solid #7E1219;
    transform: rotate(-45deg);
    flex-shrink: 0;
    margin-bottom: 2px
}

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

.start .portrait_frame {
    width: 100%;
    aspect-ratio: 5/7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 9px 36px -1px #044a2524
}

.start .portrait_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.start .portrait_name {
    font-size: 18px;
    line-height: 1.4;
    color: #2a2a2a;
    letter-spacing: .01em;
    text-align: center
}

.start .portrait_role {
    font-size: 15px;
    line-height: 1.4;
    color: #994407;
    letter-spacing: .03em;
    text-align: center
}

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

.start .scenario_card {
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    border-top: 3px solid #7E1219;
    border-left: 1px solid #7e121914;
    border-right: 1px solid #7e121914;
    border-bottom: 1px solid #7e121914;
    box-shadow: 0 2px 5px -1px #044a2512;
    transition: box-shadow .5s ease-in-out
}

.start .scenario_card:nth-child(2) {
    border-top-color: #044A25
}

.start .scenario_card:nth-child(3) {
    border-top-color: #994407
}

.start .scenario_card:hover {
    box-shadow: 0 5px 20px -1px #044a251a
}

.start .scenario_who {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #7E1219;
    margin-bottom: 8px
}

.start .scenario_card:nth-child(2) .scenario_who {
    color: #044A25
}

.start .scenario_card:nth-child(3) .scenario_who {
    color: #994407
}

.start .scenario_text {
    font-size: 15px;
    line-height: 1.6;
    color: #444
}

@media (max-width: 1280px) {
    .start .title_block {
        grid-template-columns: 1fr 2fr 1fr;
        padding-left: 32px;
        padding-right: 32px
    }

    .start .environment_inner {
        grid-template-columns: 1fr 1fr;
        padding: 0 32px
    }

    .start .environment_columns {
        grid-template-columns: 1fr
    }

    .start .longterm_inner {
        padding: 0 32px
    }

    .start .longterm_metrics {
        grid-template-columns: 1fr 1fr
    }

    .start .team_inner {
        padding: 0 32px
    }

    .start .team_grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .start .team_portrait_col {
        grid-column: 2;
        grid-row: 1
    }

    .start .team_scenarios {
        grid-column: 1 / -1
    }
}

@media (max-width: 768px) {
    .start .title_block {
        grid-template-columns: 1fr;
        padding: 56px 16px
    }

    .start .title_block_image_left,
    .start .title_block_image_right {
        display: none
    }

    .start .title_heading {
        font-size: 22px
    }

    .start .environment_block {
        padding: 56px 0
    }

    .start .environment_inner {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 32px
    }

    .start .environment_columns {
        grid-template-columns: 1fr
    }

    .start .env_stat_badge {
        position: static;
        margin-top: 16px;
        display: inline-block
    }

    .start .longterm_block {
        padding: 56px 0
    }

    .start .longterm_inner {
        padding: 0 16px
    }

    .start .longterm_top {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .start .longterm_text_col {
        text-align: left
    }

    .start .longterm_metrics {
        grid-template-columns: 1fr 1fr
    }

    .start .team_block {
        padding: 56px 0
    }

    .start .team_inner {
        padding: 0 16px
    }

    .start .team_grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .start .team_portrait_col {
        grid-column: auto;
        grid-row: auto
    }

    .start .team_scenarios {
        grid-column: auto
    }
}

.contact-us-page {
    background-color: #fff;
    overflow-x: clip;
    position: relative
}

.contact-us-page .stripe-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.contact-us-page .stripe-background::before {
    content: '';
    position: absolute;
    top: -60%;
    left: -20%;
    width: 160%;
    height: 220%;
    background: repeating-linear-gradient(53deg, transparent, transparent 48px, #7e121906 48px, #7e121906 50px);
    animation: stripe-drift 18s linear infinite
}

@keyframes stripe-drift {
    0% {
        transform: translateX(0) translateY(0)
    }

    100% {
        transform: translateX(60px) translateY(60px)
    }
}

.contact-us-page .split-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    align-items: stretch
}

.contact-us-page .split-panel .left-zone {
    flex: 0 0 48%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 96px 56px
}

.contact-us-page .split-panel .left-zone::after {
    content: '';
    position: absolute;
    top: 0;
    right: -56px;
    width: 112px;
    height: 100%;
    background: #fff;
    transform: skewX(-4deg);
    z-index: 2
}

.contact-us-page .split-panel .left-zone .image-frame {
    position: absolute;
    inset: 0;
    z-index: 0
}

.contact-us-page .split-panel .left-zone .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.08);
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform
}

.contact-us-page .split-panel .left-zone .image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(53deg, #7e1219b8 0%, #044a2561 60%, transparent 100%);
    z-index: 1
}

.contact-us-page .split-panel .left-zone .left-content {
    position: relative;
    z-index: 3;
    color: #fff
}

.contact-us-page .split-panel .left-zone .left-content .abbreviation-anchor {
    font-size: 72px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.04em;
    color: #ffffff14;
    position: absolute;
    top: -32px;
    left: 0;
    pointer-events: none;
    user-select: none
}

.contact-us-page .split-panel .left-zone .left-content .page-label {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffffffa6;
    margin-bottom: 16px;
    display: block
}

.contact-us-page .split-panel .left-zone .left-content .split-heading {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.03em;
    font-weight: 800;
    margin-bottom: 32px;
    background: linear-gradient(53deg, #fff 0%, #ffdcb4e6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.contact-us-page .split-panel .left-zone .left-content .split-description {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffd1;
    margin-bottom: 56px;
    max-width: 380px
}

.contact-us-page .split-panel .left-zone .left-content .contact-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .split-panel .left-zone .left-content .contact-details-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.contact-us-page .split-panel .left-zone .left-content .contact-details-list .detail-arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px
}

.contact-us-page .split-panel .left-zone .left-content .contact-details-list .detail-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #ffd296e6;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .split-panel .left-zone .left-content .contact-details-list .detail-text {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffd9
}

.contact-us-page .split-panel .left-zone .left-content .contact-details-list .detail-text a {
    color: #ffd296f2;
    text-decoration: none;
    border-bottom: 1px solid #ffd2964d;
    transition: border-color .55s ease-in-out, color .55s ease-in-out
}

.contact-us-page .split-panel .left-zone .left-content .contact-details-list .detail-text a:hover {
    color: #fff;
    border-color: #fff9
}

.contact-us-page .split-panel .left-zone .dot-path {
    position: absolute;
    bottom: 56px;
    right: 80px;
    z-index: 3;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.contact-us-page .split-panel .left-zone .dot-path span {
    display: block;
    border-radius: 20px;
    background: #ffffff4d;
    transition: background .55s ease-in-out, width .55s ease-in-out
}

.contact-us-page .split-panel .left-zone .dot-path span:nth-child(1) {
    width: 6px;
    height: 6px
}

.contact-us-page .split-panel .left-zone .dot-path span:nth-child(2) {
    width: 10px;
    height: 6px
}

.contact-us-page .split-panel .left-zone .dot-path span:nth-child(3) {
    width: 6px;
    height: 6px
}

.contact-us-page .split-panel .left-zone .dot-path span:nth-child(4) {
    width: 20px;
    height: 6px;
    background: #ffffffa6
}

.contact-us-page .split-panel .right-zone {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 96px 56px 96px 80px;
    position: relative;
    z-index: 1;
    background: #fff
}

.contact-us-page .split-panel .right-zone .form-heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.01em;
    font-weight: 700;
    margin-bottom: 8px;
    background: linear-gradient(53deg, #7E1219 0%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.contact-us-page .split-panel .right-zone .form-subtext {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 56px;
    max-width: 420px
}

.contact-us-page .split-panel .right-zone .contact-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 480px
}

.contact-us-page .split-panel .right-zone .contact-form .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .split-panel .right-zone .contact-form .field-label {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #2a2a2a;
    letter-spacing: .02em
}

.contact-us-page .split-panel .right-zone .contact-form .email-input {
    width: 100%;
    padding: 16px;
    font-size: 15px;
    line-height: 1.4;
    color: #2a2a2a;
    background: #f5f3f1;
    border: 1.5px solid #ddd8d4;
    border-radius: 6px;
    outline: none;
    box-shadow: inset 0 2px 5px -1px #7e121912;
    transition: border-color .55s ease-in-out, box-shadow .55s ease-in-out;
    box-sizing: border-box
}

.contact-us-page .split-panel .right-zone .contact-form .email-input::placeholder {
    font-size: 14px;
    color: #9a9590
}

.contact-us-page .split-panel .right-zone .contact-form .email-input:focus {
    border-color: #7E1219;
    box-shadow: inset 0 2px 5px -1px #7e121912 0 5px 20px -1px #7e12191a
}

.contact-us-page .split-panel .right-zone .contact-form .radio-group-label {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #2a2a2a;
    letter-spacing: .02em;
    margin-bottom: 8px;
    display: block
}

.contact-us-page .split-panel .right-zone .contact-form .radio-options {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .split-panel .right-zone .contact-form .radio-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 1.5px solid #ddd8d4;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color .45s ease-in-out, background .45s ease-in-out;
    background: #f5f3f1;
    position: relative
}

.contact-us-page .split-panel .right-zone .contact-form .radio-option:hover {
    border-color: #7E1219;
    background: #fdf5f5
}

.contact-us-page .split-panel .right-zone .contact-form .radio-option input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #7E1219;
    cursor: pointer;
    flex-shrink: 0
}

.contact-us-page .split-panel .right-zone .contact-form .radio-option .option-label {
    font-size: 15px;
    line-height: 1.4;
    color: #2a2a2a;
    cursor: pointer
}

.contact-us-page .split-panel .right-zone .contact-form .radio-option .option-sublabel {
    font-size: 15px;
    line-height: 1.4;
    color: #777068;
    margin-left: auto;
    font-style: italic
}

.contact-us-page .split-panel .right-zone .contact-form .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 6px;
    background: #f0ede9;
    border: 1.5px solid #e0dbd5
}

.contact-us-page .split-panel .right-zone .contact-form .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #7E1219;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px
}

.contact-us-page .split-panel .right-zone .contact-form .privacy-row .privacy-text {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4540
}

.contact-us-page .split-panel .right-zone .contact-form .privacy-row .privacy-text a {
    color: #7E1219;
    text-decoration: none;
    border-bottom: 1px solid #7e12194d;
    transition: border-color .5s ease-in-out
}

.contact-us-page .split-panel .right-zone .contact-form .privacy-row .privacy-text a:hover {
    border-color: #7E1219
}

.contact-us-page .split-panel .right-zone .contact-form .submit-button {
    align-self: flex-start;
    padding: 16px 56px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fff;
    background: #7E1219;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 5px 20px -1px #7e12191a;
    transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .45s ease-in-out
}

.contact-us-page .split-panel .right-zone .contact-form .submit-button:hover {
    background: #5e0d12;
    box-shadow: 0 9px 36px -1px #7e121924
}

.contact-us-page .split-panel .right-zone .contact-form .submit-button:active {
    transform: scale(0.97);
    box-shadow: 0 2px 5px -1px #7e121912
}

.contact-us-page .split-panel .right-zone .contact-form .submit-button:focus-visible {
    outline: 2px solid #7E1219;
    outline-offset: 3px
}

.contact-us-page .info-strip {
    position: relative;
    z-index: 1;
    background: #044A25;
    padding: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px;
    overflow: hidden
}

.contact-us-page .info-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(53deg, transparent, transparent 38px, #ffffff05 38px, #ffffff05 40px);
    pointer-events: none
}

.contact-us-page .info-strip .strip-image-block {
    flex: 0 0 320px;
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 9px 36px -1px #044a2524;
    flex-shrink: 0
}

.contact-us-page .info-strip .strip-image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us-page .info-strip .strip-image-block:hover img {
    transform: scale(1.04)
}

.contact-us-page .info-strip .strip-image-block::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(53deg, #044a2573 0%, transparent 70%)
}

.contact-us-page .info-strip .strip-text-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1
}

.contact-us-page .info-strip .strip-text-block .strip-heading {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -.01em;
    background: linear-gradient(53deg, #fff 0%, #ffdca0d9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.contact-us-page .info-strip .strip-text-block .strip-paragraph {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffc7;
    max-width: 560px
}

.contact-us-page .info-strip .strip-text-block .metric-row {
    display: flex;
    flex-direction: row;
    gap: 56px;
    flex-wrap: wrap
}

.contact-us-page .info-strip .strip-text-block .metric-row .metric-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .info-strip .strip-text-block .metric-row .metric-item .metric-value {
    font-size: 58px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.04em;
    color: #fff
}

.contact-us-page .info-strip .strip-text-block .metric-row .metric-item .metric-desc {
    font-size: 15px;
    line-height: 1.4;
    color: #fff9;
    letter-spacing: .04em
}

.contact-us-page .info-strip .strip-text-block .response-note {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border-radius: 6px;
    border-left: 3px solid #994407b3;
    border-top: 1px solid #ffffff14;
    border-right: 1px solid #ffffff0a;
    border-bottom: 1px solid #ffffff0a;
    background: #ffffff0d;
    max-width: 480px
}

.contact-us-page .info-strip .strip-text-block .response-note .note-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0
}

.contact-us-page .info-strip .strip-text-block .response-note .note-icon svg {
    width: 32px;
    height: 32px
}

.contact-us-page .info-strip .strip-text-block .response-note .note-text {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffbf
}

@media (max-width: 1280px) {
    .contact-us-page .split-panel .left-zone {
        padding: 56px 32px
    }

    .contact-us-page .split-panel .right-zone {
        padding: 56px 32px 56px 56px
    }

    .contact-us-page .split-panel .left-zone .left-content .split-heading {
        font-size: 58px
    }

    .contact-us-page .info-strip {
        padding: 56px 32px;
        gap: 32px
    }

    .contact-us-page .info-strip .strip-image-block {
        flex: 0 0 240px
    }
}

@media (max-width: 768px) {
    .contact-us-page .split-panel {
        flex-direction: column
    }

    .contact-us-page .split-panel .left-zone {
        flex: none;
        min-height: 380px;
        padding: 56px 32px
    }

    .contact-us-page .split-panel .left-zone::after {
        display: none
    }

    .contact-us-page .split-panel .right-zone {
        padding: 56px 32px
    }

    .contact-us-page .split-panel .left-zone .left-content .split-heading {
        font-size: 58px
    }

    .contact-us-page .split-panel .right-zone .contact-form {
        max-width: 100%
    }

    .contact-us-page .info-strip {
        flex-direction: column;
        padding: 56px 32px;
        gap: 32px
    }

    .contact-us-page .info-strip .strip-image-block {
        flex: none;
        width: 100%;
        height: 200px
    }

    .contact-us-page .info-strip .strip-text-block .metric-row {
        gap: 32px
    }

    .contact-us-page .info-strip .strip-text-block .metric-row .metric-item .metric-value {
        font-size: 58px
    }
}

.about-us-page {
    background: #fff;
    overflow-x: clip
}

.about-us-page *,
.about-us-page ::before,
.about-us-page ::after {
    box-sizing: border-box
}

::selection {
    background: #7E1219;
    color: #fff;
    font-weight: 700
}

.about-us-page .frame-line {
    position: absolute;
    background: #7E1219;
    opacity: .18;
    pointer-events: none
}

.about-us-page .panoramic-strip {
    position: relative;
    padding: 56px 0;
    background: #f5f0ee;
    overflow: hidden
}

.about-us-page .panoramic_frame {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 56px 96px
}

.about-us-page .panoramic_frame .frame-line.top {
    top: 16px;
    left: 96px;
    right: 96px;
    height: 1px
}

.about-us-page .panoramic_frame .frame-line.bottom {
    bottom: 16px;
    left: 96px;
    right: 96px;
    height: 1px
}

.about-us-page .panoramic_frame .frame-line.left {
    top: 16px;
    left: 96px;
    width: 1px;
    bottom: 16px
}

.about-us-page .panoramic_frame .frame-line.right {
    top: 16px;
    right: 96px;
    width: 1px;
    bottom: 16px
}

.about-us-page .panoramic_label {
    font-size: 15px;
    letter-spacing: .12em;
    color: #7E1219;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: block
}

.about-us-page .panoramic_heading {
    font-size: 72px;
    line-height: 1.15;
    letter-spacing: -.03em;
    margin: 0 0 32px;
    max-width: 900px;
    background: linear-gradient(53deg, #7E1219 30%, #044A25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.about-us-page .panoramic_sub {
    font-size: 22px;
    line-height: 1.4;
    color: #2a2a2a;
    max-width: 680px
}

.about-us-page .geo_pattern {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 340px;
    height: 340px;
    opacity: .045;
    pointer-events: none
}

.about-us-page .identity_band {
    background: #fff;
    padding: 96px 0
}

.about-us-page .identity_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 96px;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: stretch
}

.about-us-page .identity_portrait_col {
    flex: 0 0 340px
}

.about-us-page .portrait_frame {
    width: 100%;
    aspect-ratio: 7/9;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 9px 36px -1px #7e121924;
    position: relative
}

.about-us-page .portrait_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    animation: scale_in .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes scale_in {
    from {
        transform: scale(0.97)
    }

    to {
        transform: scale(1)
    }
}

.about-us-page .identity_text_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.about-us-page .accent_divider {
    width: 3px;
    background: linear-gradient(53deg, #7E1219, #044A25);
    border-radius: 2px;
    flex-shrink: 0;
    align-self: stretch
}

.about-us-page .identity_text_col .expert_name {
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #1b1b1b;
    margin: 0 0 8px
}

.about-us-page .identity_text_col .expert_role {
    font-size: 15px;
    color: #7E1219;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 32px;
    display: block
}

.about-us-page .identity_text_col .body_paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 16px
}

.about-us-page .identity_text_col .body_paragraph:last-child {
    margin-bottom: 0
}

.about-us-page .split_band {
    position: relative;
    overflow: hidden
}

.about-us-page .split_top {
    background: #044A25;
    padding: 56px 0 0
}

.about-us-page .split_bottom {
    background: #f5f0ee;
    padding: 0 0 56px
}

.about-us-page .split_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 96px
}

.about-us-page .split_heading {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.025em;
    color: #fff;
    margin: 0 0 32px;
    max-width: 700px
}

.about-us-page .split_cards_row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding-bottom: 56px
}

.about-us-page .metric_card {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    padding: 32px;
    border-top: 3px solid #7E1219;
    border-left: 1px solid #7e12191f;
    border-right: 1px solid #7e12191f;
    border-bottom: 1px solid #7e12191f;
    box-shadow: 0 5px 20px -1px #7e12191a;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .metric_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 36px -1px #7e121924
}

.about-us-page .metric_card .metric_number {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.03em;
    background: linear-gradient(53deg, #7E1219, #994407);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 8px
}

.about-us-page .metric_card .metric_label {
    font-size: 15px;
    color: #2a2a2a;
    line-height: 1.4;
    letter-spacing: .02em
}

.about-us-page .split_lower_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 56px 96px 0;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.about-us-page .split_lower_text {
    flex: 1
}

.about-us-page .split_lower_text .lower_heading {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -.01em;
    margin: 0 0 16px;
    background: linear-gradient(53deg, #044A25 20%, #994407);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.about-us-page .split_lower_text .lower_paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 16px
}

.about-us-page .split_lower_image {
    flex: 0 0 400px
}

.about-us-page .split_lower_image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    box-shadow: 0 5px 20px -1px #044a251a
}

.about-us-page .approach_band {
    background: #fff;
    padding: 96px 0
}

.about-us-page .approach_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 96px
}

.about-us-page .approach_top_row {
    display: flex;
    flex-direction: row;
    gap: 56px;
    margin-bottom: 56px;
    align-items: flex-start
}

.about-us-page .approach_heading_col {
    flex: 0 0 420px
}

.about-us-page .approach_heading_col .approach_heading {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.025em;
    margin: 0 0 16px;
    background: linear-gradient(53deg, #7E1219 20%, #044A25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.about-us-page .approach_heading_col .approach_sub {
    font-size: 18px;
    line-height: 1.6;
    color: #2a2a2a
}

.about-us-page .approach_intro_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px
}

.about-us-page .approach_intro_col .intro_paragraph {
    font-size: 18px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.about-us-page .approach_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.about-us-page .approach_list li {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 32px;
    border-radius: 6px;
    border: 1px solid #7e12191a;
    border-left: 3px solid #994407;
    box-shadow: 0 2px 5px -1px #7e121912;
    transition: box-shadow .55s ease-in-out
}

.about-us-page .approach_list li:hover {
    box-shadow: 0 5px 20px -1px #7e12191a
}

.about-us-page .approach_list li .arrow_marker {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.about-us-page .approach_list li .list_item_body {
    flex: 1
}

.about-us-page .approach_list li .list_item_body .item_heading {
    font-size: 18px;
    line-height: 1.4;
    color: #1b1b1b;
    margin: 0 0 8px;
    letter-spacing: -.01em
}

.about-us-page .approach_list li .list_item_body .item_text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0;
    letter-spacing: .01em
}

.about-us-page .image_mosaic_band {
    background: #f5f0ee;
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.about-us-page .mosaic_geo {
    position: absolute;
    left: -56px;
    bottom: -56px;
    width: 320px;
    height: 320px;
    opacity: .04;
    pointer-events: none
}

.about-us-page .mosaic_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 96px
}

.about-us-page .mosaic_heading_row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 32px
}

.about-us-page .mosaic_heading_row .mosaic_heading {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.025em;
    margin: 0;
    background: linear-gradient(53deg, #044A25 20%, #7E1219);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 560px
}

.about-us-page .mosaic_heading_row .mosaic_right_text {
    max-width: 400px;
    text-align: right
}

.about-us-page .mosaic_heading_row .mosaic_right_text p {
    font-size: 18px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 16px
}

.about-us-page .mosaic_heading_row .mosaic_right_text p:last-child {
    margin-bottom: 0
}

.about-us-page .mosaic_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px
}

.about-us-page .mosaic_grid .mosaic_img_large {
    grid-column: 1 / 3;
    grid-row: 1 / 2
}

.about-us-page .mosaic_grid .mosaic_img_small_top {
    grid-column: 3 / 4;
    grid-row: 1 / 2
}

.about-us-page .mosaic_grid .mosaic_img_small_bottom_left {
    grid-column: 1 / 2;
    grid-row: 2 / 3
}

.about-us-page .mosaic_grid .mosaic_img_small_bottom_mid {
    grid-column: 2 / 4;
    grid-row: 2 / 3
}

.about-us-page .mosaic_img_frame {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 5px 20px -1px #044a251a
}

.about-us-page .mosaic_img_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us-page .mosaic_img_frame:hover img {
    transform: scale(1.03)
}

.about-us-page .mosaic_img_large .mosaic_img_frame {
    height: 320px
}

.about-us-page .mosaic_img_small_top .mosaic_img_frame {
    height: 320px
}

.about-us-page .mosaic_img_small_bottom_left .mosaic_img_frame {
    height: 220px
}

.about-us-page .mosaic_img_small_bottom_mid .mosaic_img_frame {
    height: 220px
}

.about-us-page .links_row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 56px;
    align-items: center
}

.about-us-page .link_card {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 32px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #044a251a;
    border-left: 3px solid #044A25;
    box-shadow: 0 2px 5px -1px #044a2512;
    text-decoration: none;
    transition: box-shadow .5s ease-in-out, transform .5s ease-in-out
}

.about-us-page .link_card:hover {
    box-shadow: 0 9px 36px -1px #044a2524;
    transform: translateY(-3px)
}

.about-us-page .link_card .link_card_arrow {
    flex-shrink: 0
}

.about-us-page .link_card .link_card_text {
    flex: 1
}

.about-us-page .link_card .link_card_text .link_card_label {
    font-size: 15px;
    color: #044A25;
    text-transform: uppercase;
    letter-spacing: .08em;
    display: block;
    margin-bottom: 8px
}

.about-us-page .link_card .link_card_text .link_card_title {
    font-size: 18px;
    line-height: 1.4;
    color: #1b1b1b;
    margin: 0;
    letter-spacing: -.01em
}

.about-us-page input[type="text"],
.about-us-page input[type="email"],
.about-us-page textarea {
    box-shadow: inset 0 2px 5px -1px #7e121912
}

.about-us-page input::placeholder,
.about-us-page textarea::placeholder {
    font-size: 15px;
    color: #888
}

@media (max-width: 1280px) {
    .about-us-page .panoramic_frame {
        padding: 56px
    }

    .about-us-page .panoramic_frame .frame-line.top,
    .about-us-page .panoramic_frame .frame-line.bottom {
        left: 56px;
        right: 56px
    }

    .about-us-page .panoramic_frame .frame-line.left {
        left: 56px
    }

    .about-us-page .panoramic_frame .frame-line.right {
        right: 56px
    }

    .about-us-page .panoramic_heading {
        font-size: 58px
    }

    .about-us-page .identity_inner,
    .about-us-page .split_inner,
    .about-us-page .split_lower_inner,
    .about-us-page .approach_inner,
    .about-us-page .mosaic_inner {
        padding: 0 56px
    }

    .about-us-page .identity_portrait_col {
        flex: 0 0 280px
    }

    .about-us-page .split_lower_image {
        flex: 0 0 300px
    }

    .about-us-page .approach_heading_col {
        flex: 0 0 320px
    }

    .about-us-page .approach_heading_col .approach_heading {
        font-size: 45px
    }

    .about-us-page .mosaic_heading_row .mosaic_heading {
        font-size: 45px
    }

    .about-us-page .split_heading {
        font-size: 45px
    }
}

@media (max-width: 768px) {
    .about-us-page .panoramic_frame {
        padding: 32px
    }

    .about-us-page .panoramic_frame .frame-line.top,
    .about-us-page .panoramic_frame .frame-line.bottom {
        left: 32px;
        right: 32px
    }

    .about-us-page .panoramic_frame .frame-line.left {
        left: 32px
    }

    .about-us-page .panoramic_frame .frame-line.right {
        right: 32px
    }

    .about-us-page .panoramic_heading {
        font-size: 58px
    }

    .about-us-page .geo_pattern {
        display: none
    }

    .about-us-page .identity_inner {
        flex-direction: column;
        padding: 0 32px;
        gap: 32px
    }

    .about-us-page .identity_portrait_col {
        flex: unset;
        width: 100%;
        max-width: 320px
    }

    .about-us-page .accent_divider {
        display: none
    }

    .about-us-page .identity_band {
        padding: 56px 0
    }

    .about-us-page .split_inner,
    .about-us-page .split_lower_inner,
    .about-us-page .approach_inner,
    .about-us-page .mosaic_inner {
        padding: 0 32px
    }

    .about-us-page .split_cards_row {
        flex-direction: column;
        gap: 16px
    }

    .about-us-page .split_lower_inner {
        flex-direction: column;
        gap: 32px
    }

    .about-us-page .split_lower_image {
        flex: unset;
        width: 100%
    }

    .about-us-page .split_heading {
        font-size: 45px
    }

    .about-us-page .approach_top_row {
        flex-direction: column;
        gap: 32px
    }

    .about-us-page .approach_heading_col {
        flex: unset;
        width: 100%
    }

    .about-us-page .approach_heading_col .approach_heading {
        font-size: 45px
    }

    .about-us-page .approach_list {
        grid-template-columns: 1fr
    }

    .about-us-page .approach_band {
        padding: 56px 0
    }

    .about-us-page .mosaic_heading_row {
        flex-direction: column;
        align-items: flex-start
    }

    .about-us-page .mosaic_heading_row .mosaic_right_text {
        text-align: left;
        max-width: 100%
    }

    .about-us-page .mosaic_heading_row .mosaic_heading {
        font-size: 45px
    }

    .about-us-page .mosaic_grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .about-us-page .mosaic_grid .mosaic_img_large,
    .about-us-page .mosaic_grid .mosaic_img_small_top,
    .about-us-page .mosaic_grid .mosaic_img_small_bottom_left,
    .about-us-page .mosaic_grid .mosaic_img_small_bottom_mid {
        grid-column: 1 / 2;
        grid-row: auto
    }

    .about-us-page .mosaic_img_large .mosaic_img_frame,
    .about-us-page .mosaic_img_small_top .mosaic_img_frame,
    .about-us-page .mosaic_img_small_bottom_left .mosaic_img_frame,
    .about-us-page .mosaic_img_small_bottom_mid .mosaic_img_frame {
        height: 220px
    }

    .about-us-page .links_row {
        flex-direction: column;
        gap: 16px
    }

    .about-us-page .image_mosaic_band {
        padding: 56px 0
    }

    .about-us-page .panoramic_sub {
        font-size: 18px
    }
}

.learning_program_page {
    background-color: #fff;
    overflow-x: clip;
    position: relative
}

.learning_program_page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(53deg, transparent, transparent 40px, #7e121908 40px, #7e121908 41px);
    pointer-events: none;
    z-index: 0
}

.learning_program_page .program_lead {
    max-width: 1500px;
    margin: 0 auto;
    padding: 96px 56px 56px;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 56px;
    align-items: end;
    position: relative;
    z-index: 1
}

.learning_program_page .program_lead_image_card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 20px -1px #7e12191a 0 9px 36px -1px #7e121924;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0
}

.learning_program_page .program_lead_image_card:hover {
    box-shadow: 0 9px 36px -1px #7e121938 0 16px 48px -1px #7e12192e
}

.learning_program_page .program_lead_image_card img {
    display: block;
    width: 340px;
    height: 420px;
    object-fit: cover;
    object-position: center
}

.learning_program_page .program_lead_image_card .image_fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, #044a25b3, transparent);
    pointer-events: none
}

.learning_program_page .program_lead_text {
    padding-bottom: 16px
}

.learning_program_page .program_lead_text .pattern_dots {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 32px
}

.learning_program_page .program_lead_text .pattern_dots span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #7E1219;
    opacity: .35;
    animation: settle_rotate .55s ease-in-out both
}

.learning_program_page .program_lead_text .pattern_dots span:nth-child(2) {
    background-color: #044A25;
    opacity: .3;
    animation-delay: .08s
}

.learning_program_page .program_lead_text .pattern_dots span:nth-child(3) {
    background-color: #994407;
    opacity: .3;
    animation-delay: .16s
}

.learning_program_page .program_lead_text .pattern_dots span:nth-child(4) {
    background-color: #7E1219;
    opacity: .2;
    animation-delay: .24s
}

.learning_program_page .program_lead_text .pattern_dots span:nth-child(5) {
    background-color: #044A25;
    opacity: .15;
    animation-delay: .32s
}

@keyframes settle_rotate {
    from {
        opacity: 0;
        transform: rotate(-8deg) translateY(6px)
    }

    to {
        opacity: inherit;
        transform: rotate(0deg) translateY(0)
    }
}

.learning_program_page .program_lead_text .label_tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .06em;
    color: #fff;
    background-color: #044A25;
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 32px;
    text-transform: uppercase
}

.learning_program_page .program_lead_text h1 {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.02em;
    background: linear-gradient(53deg, #7E1219 30%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 32px;
    max-width: 680px
}

.learning_program_page .program_lead_text .lead_thesis {
    font-size: 18px;
    line-height: 1.6;
    color: #2a2a2a;
    max-width: 560px;
    margin-bottom: 16px
}

.learning_program_page .program_lead_text .lead_thesis strong {
    color: #7E1219
}

.learning_program_page .program_lead_text .thesis_detail {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
    max-width: 520px
}

.learning_program_page .divider_double_curve {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    height: 32px;
    position: relative
}

.learning_program_page .divider_double_curve svg {
    display: block;
    width: 100%
}

.learning_program_page .curriculum_block {
    background: linear-gradient(53deg, #7e12190a 0%, #044a2508 100%);
    position: relative;
    z-index: 1;
    padding: 56px 0
}

.learning_program_page .curriculum_block::before {
    content: "∑";
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 320px;
    line-height: 1.15;
    color: #7e12190a;
    pointer-events: none;
    z-index: 0;
    font-style: normal;
    user-select: none
}

.learning_program_page .curriculum_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 56px;
    position: relative;
    z-index: 1
}

.learning_program_page .curriculum_inner h2 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: .01em;
    background: linear-gradient(53deg, #7E1219 20%, #994407 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    text-align: right
}

.learning_program_page .curriculum_inner .curriculum_subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a5a;
    text-align: right;
    margin-bottom: 56px;
    max-width: 480px;
    margin-left: auto
}

.learning_program_page .modules_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.learning_program_page .module_card {
    background: #fff;
    border-radius: 6px;
    padding: 32px;
    box-shadow: 0 2px 5px -1px #7e121912 0 5px 20px -1px #7e12191a;
    border-top: 3px solid transparent;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative
}

.learning_program_page .module_card:hover {
    box-shadow: 0 9px 36px -1px #7e121924
}

.learning_program_page .module_card.accent_primary {
    border-top-color: #7E1219
}

.learning_program_page .module_card.accent_secondary {
    border-top-color: #044A25
}

.learning_program_page .module_card.accent_tertiary {
    border-top-color: #994407
}

.learning_program_page .module_card .module_number {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #7e121914;
    font-weight: 700;
    position: absolute;
    top: 16px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.learning_program_page .module_card h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -.01em;
    background: linear-gradient(53deg, #7E1219 0%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    max-width: 220px
}

.learning_program_page .module_card .module_description {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 16px
}

.learning_program_page .module_card .module_topics {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.learning_program_page .module_card .module_topics li {
    font-size: 15px;
    line-height: 1.4;
    color: #4a4a4a;
    padding-left: 16px;
    position: relative
}

.learning_program_page .module_card .module_topics li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #7E1219;
    border-top: 2px solid #7E1219;
    transform: rotate(45deg)
}

.learning_program_page .divider_plain {
    height: 2px;
    background: linear-gradient(53deg, #7e12191f 0%, #044a2514 100%);
    max-width: 1500px;
    margin: 0 auto;
    border-radius: 2px
}

.learning_program_page .experts_block {
    padding: 96px 56px;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.learning_program_page .experts_block h2 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: .01em;
    background: linear-gradient(53deg, #044A25 10%, #7E1219 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px
}

.learning_program_page .experts_block .experts_intro {
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a5a;
    max-width: 560px;
    margin-bottom: 56px
}

.learning_program_page .experts_layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.learning_program_page .experts_list {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.learning_program_page .expert_row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 6px;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #7e121914;
    transition: border-left-color .6s ease-in-out, background-color .6s ease-in-out
}

.learning_program_page .expert_row:hover {
    border-left-color: #7E1219;
    background-color: #7e121908
}

.learning_program_page .expert_row:hover .expert_highlight_fade {
    opacity: 0;
    transition: opacity .65s ease-in-out
}

.learning_program_page .expert_portrait {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 2px 5px -1px #7e121912;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning_program_page .expert_portrait:hover {
    box-shadow: 0 9px 36px -1px #7e121924
}

.learning_program_page .expert_portrait img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    display: block
}

.learning_program_page .expert_info {
    flex: 1
}

.learning_program_page .expert_info h4 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: #1e1e1e;
    margin-bottom: 8px
}

.learning_program_page .expert_info .expert_role {
    font-size: 15px;
    line-height: 1.4;
    color: #7E1219;
    margin-bottom: 8px
}

.learning_program_page .expert_info .expert_bio {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a
}

.learning_program_page .expert_no_portrait {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 6px;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #7e121914;
    transition: border-left-color .6s ease-in-out, background-color .6s ease-in-out
}

.learning_program_page .expert_no_portrait:hover {
    border-left-color: #044A25;
    background-color: #044a2508
}

.learning_program_page .expert_no_portrait .expert_avatar_placeholder {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 2px;
    background: linear-gradient(53deg, #7e12191f 0%, #044a2514 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.learning_program_page .expert_no_portrait .expert_avatar_placeholder .avatar_initials {
    font-size: 22px;
    line-height: 1.15;
    color: #7E1219;
    font-weight: 700;
    letter-spacing: .02em
}

.learning_program_page .program_metrics {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.learning_program_page .metric_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 5px -1px #044a2512 0 5px 20px -1px #044a251a;
    border-bottom: 3px solid transparent;
    transition: border-bottom-color .5s ease-in-out, box-shadow .5s ease-in-out
}

.learning_program_page .metric_item:hover {
    border-bottom-color: #044A25;
    box-shadow: 0 9px 36px -1px #044a2524
}

.learning_program_page .metric_item .metric_value {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.03em;
    background: linear-gradient(53deg, #7E1219 0%, #044A25 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700
}

.learning_program_page .metric_item .metric_label {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a
}

.learning_program_page .metric_item .metric_sublabel {
    font-size: 15px;
    line-height: 1.4;
    color: #888
}

.learning_program_page .cta_strip {
    background: linear-gradient(53deg, #7E1219 0%, #044A25 100%);
    padding: 56px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.learning_program_page .cta_strip::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    background-image: repeating-linear-gradient(53deg, transparent, transparent 30px, #ffffff0a 30px, #ffffff0a 31px);
    pointer-events: none
}

.learning_program_page .cta_strip h3 {
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 16px
}

.learning_program_page .cta_strip .cta_text {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffd9;
    max-width: 560px;
    margin: 0 auto 32px
}

.learning_program_page .cta_strip .button_primary {
    display: inline-block;
    padding: 16px 56px;
    background-color: #fff;
    color: #7E1219;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .01em;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 20px -1px #7e121940;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.learning_program_page .cta_strip .button_primary:hover {
    box-shadow: 0 9px 36px -1px #7e121959
}

.learning_program_page .cta_strip .button_primary:active {
    transform: scale(0.97)
}

.learning_program_page .cta_strip .button_secondary {
    display: inline-block;
    padding: 16px 32px;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .01em;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    border: 2px solid #ffffff80;
    cursor: pointer;
    margin-left: 16px;
    transition: border-color .5s ease-in-out, background-color .5s ease-in-out
}

.learning_program_page .cta_strip .button_secondary:hover {
    border-color: #fff;
    background-color: #ffffff1a
}

.learning_program_page .cta_strip .button_secondary:active {
    transform: scale(0.97)
}

@media (max-width: 1280px) {
    .learning_program_page .program_lead {
        grid-template-columns: 280px 1fr;
        gap: 32px;
        padding: 56px 32px 32px
    }

    .learning_program_page .program_lead_image_card img {
        width: 280px;
        height: 360px
    }

    .learning_program_page .program_lead_image_card {
        width: 280px
    }

    .learning_program_page .program_lead_text h1 {
        font-size: 58px
    }

    .learning_program_page .modules_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .learning_program_page .curriculum_inner {
        padding: 0 32px
    }

    .learning_program_page .experts_block {
        padding: 56px 32px
    }

    .learning_program_page .cta_strip {
        padding: 56px 32px
    }
}

@media (max-width: 768px) {
    .learning_program_page .program_lead {
        grid-template-columns: 1fr;
        padding: 56px 16px 32px;
        gap: 32px
    }

    .learning_program_page .program_lead_image_card {
        width: 100%
    }

    .learning_program_page .program_lead_image_card img {
        width: 100%;
        height: 260px
    }

    .learning_program_page .program_lead_text h1 {
        font-size: 58px
    }

    .learning_program_page .modules_grid {
        grid-template-columns: 1fr
    }

    .learning_program_page .curriculum_inner {
        padding: 0 16px
    }

    .learning_program_page .experts_block {
        padding: 56px 16px
    }

    .learning_program_page .experts_layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .learning_program_page .cta_strip {
        padding: 56px 16px
    }

    .learning_program_page .cta_strip .button_secondary {
        margin-left: 0;
        margin-top: 16px;
        display: block;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }

    .learning_program_page .cta_strip .button_primary {
        display: block;
        max-width: 280px;
        margin: 0 auto
    }

    .learning_program_page .curriculum_block::before {
        font-size: 180px;
        right: 0
    }
}

.success_page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 32px;
    background-color: #fff
}

.success_page .confirmation_wrapper {
    max-width: 640px;
    width: 100%;
    text-align: center
}

.success_page .icon_circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid #044A25;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    box-shadow: 0 5px 20px -1px #044a251a
}

.success_page .icon_circle svg {
    display: block
}

.success_page .confirmation_heading {
    font-size: 58px;
    line-height: 1.15;
    letter-spacing: -.02em;
    margin: 0 0 16px;
    background: linear-gradient(53deg, #7E1219, #044A25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.success_page .confirmation_subheading {
    font-size: 22px;
    line-height: 1.4;
    color: #2a2a2a;
    margin: 0 0 32px;
    letter-spacing: .01em
}

.success_page .confirmation_text {
    font-size: 18px;
    line-height: 1.6;
    color: #3d3d3d;
    margin: 0 0 56px;
    letter-spacing: .01em
}

.success_page .divider_line {
    width: 56px;
    height: 2px;
    background: linear-gradient(53deg, #7E1219, #044A25);
    margin: 0 auto 56px;
    border-radius: 2px
}

.success_page .detail_block {
    background: #f5f5f3;
    border-radius: 6px;
    border-left: 3px solid #044A25;
    border-top: 1px solid #044a251a;
    border-right: 1px solid #044a2512;
    border-bottom: 1px solid #044a2512;
    padding: 32px;
    margin: 0 0 56px;
    text-align: left;
    box-shadow: 0 2px 5px -1px #044a2512
}

.success_page .detail_block .detail_label {
    font-size: 15px;
    line-height: 1.4;
    color: #044A25;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-weight: 600
}

.success_page .detail_block .detail_value {
    font-size: 18px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 16px;
    letter-spacing: .01em
}

.success_page .detail_block .detail_value:last-child {
    margin-bottom: 0
}

.success_page .detail_block .detail_row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap
}

.success_page .detail_block .detail_row .detail_item {
    flex: 1;
    min-width: 160px
}

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

.success_page .button_primary {
    display: inline-block;
    padding: 16px 32px;
    background: #044A25;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .02em;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 20px -1px #044a251a;
    transition: background .5s ease-in-out, box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .45s ease-in-out
}

.success_page .button_primary:hover {
    background: #033519;
    box-shadow: 0 9px 36px -1px #044a2524
}

.success_page .button_primary:focus {
    outline: 2px solid #044A25;
    outline-offset: 3px
}

.success_page .button_primary:active {
    transform: scale(0.97)
}

.success_page .button_secondary {
    display: inline-block;
    padding: 16px 32px;
    background: transparent;
    color: #2a2a2a;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .02em;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #b0b0aa;
    cursor: pointer;
    transition: border-color .5s ease-in-out, color .5s ease-in-out, transform .45s ease-in-out
}

.success_page .button_secondary:hover {
    border-color: #044A25;
    color: #044A25
}

.success_page .button_secondary:focus {
    outline: 2px solid #044A25;
    outline-offset: 3px
}

.success_page .button_secondary:active {
    transform: scale(0.97)
}

.success_page .contact_note {
    margin: 56px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a55;
    letter-spacing: .02em
}

.success_page .contact_note a {
    color: #7E1219;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .5s ease-in-out
}

.success_page .contact_note a:hover {
    color: #5a0d12
}

@media (max-width: 768px) {
    .success_page {
        padding: 56px 16px
    }

    .success_page .confirmation_heading {
        font-size: 22px
    }

    .success_page .confirmation_subheading {
        font-size: 18px
    }

    .success_page .action_group {
        flex-direction: column;
        align-items: stretch
    }

    .success_page .button_primary,
    .success_page .button_secondary {
        text-align: center
    }

    .success_page .detail_block .detail_row {
        flex-direction: column;
        gap: 16px
    }
}