html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: auto
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif
}

*,
::before,
::after {
    box-sizing: inherit
}

:focus-visible {
    outline: 2px dashed #D14120;
    outline-offset: 3px;
    animation: focus_dash_spin 3s linear infinite
}

@keyframes focus_dash_spin {
    from {
        outline-offset: 3px
    }

    to {
        outline-offset: 3px
    }
}

@keyframes focus_rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.site_header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #1153271f;
    box-shadow: 2px 6px 20px -2px #d141201c;
    overflow: hidden
}

.site_header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #D14120 0%, #115327 60%, #D14120 100%);
    pointer-events: none
}

.header_plate {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 36px
}

.header_top_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 12px;
    gap: 24px
}

.brand_pod {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 8px
}

.brand_logo_cell {
    width: 62px;
    height: 62px;
    border-radius: 7px 20px 7px 7px;
    border: 1px solid #fff;
    background: #EFF4FF;
    box-shadow: 2px 3px 4px -2px #d1412012 2px 6px 20px -2px #d141201c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4px
}

.brand_logo_cell img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    display: block;
    max-width: 100%
}

.brand_name_text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #115327;
    letter-spacing: -.02em
}

.brand_name_text span {
    color: #D14120
}

.header_contact_cell {
    display: flex;
    align-items: center;
    gap: 24px
}

.header_phone_link {
    font-size: 16px;
    font-weight: 700;
    color: #115327;
    text-decoration: none;
    letter-spacing: .01em;
    transition: color .22s ease-out;
    white-space: nowrap
}

.header_phone_link:hover {
    color: #D14120
}

.header_action_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: #D14120;
    padding: 8px 24px;
    border-radius: 7px;
    letter-spacing: .03em;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out;
    white-space: nowrap
}

.header_action_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #115327;
    transition: left .35s ease-out;
    z-index: 0
}

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

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

.header_action_link .pe-7s-angle-right {
    position: relative;
    z-index: 1;
    font-size: 18px
}

.header_nav_row {
    border-top: 1px solid #1153271a;
    padding: 0
}

.primary_nav {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.primary_nav li {
    position: relative
}

.primary_nav li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 1px;
    background: #1153272e
}

.primary_nav a {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    color: #2a3a2e;
    text-decoration: none;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: color .18s ease-out, background .22s ease-out;
    white-space: nowrap;
    min-height: 44px
}

.primary_nav a:hover {
    color: #D14120;
    background: #d141200a
}

.primary_nav a.active_page {
    color: #D14120
}

.site_footer {
    position: relative;
    background: linear-gradient(160deg, #0d3d1e 0%, #115327 55%, #1a4a2e 100%);
    overflow: hidden
}

.site_footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff08;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    pointer-events: none
}

.site_footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #D14120 40%, #EFF4FF 70%, transparent 100%);
    pointer-events: none
}

.footer_plate {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 36px;
    position: relative;
    z-index: 1
}

.footer_grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 72px;
    padding: 72px 0 36px
}

.footer_about_cell {
    display: flex;
    flex-direction: column;
    gap: 24px
}

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

.footer_brand_name span {
    color: #D14120
}

.footer_tagline {
    font-size: 14px;
    line-height: 1.75;
    color: #ffffffb8;
    letter-spacing: .02em;
    max-width: 320px
}

.footer_contact_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer_contact_list li {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.footer_contact_list .pe-7s-map-marker,
.footer_contact_list .pe-7s-call,
.footer_contact_list .pe-7s-mail {
    color: #D14120;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px
}

.footer_contact_list a,
.footer_contact_list address {
    font-size: 14px;
    line-height: 1.75;
    color: #fffc;
    text-decoration: none;
    font-style: normal;
    letter-spacing: .01em;
    transition: color .2s ease-out
}

.footer_contact_list a:hover {
    color: #fff
}

.footer_nav_cell {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.footer_block_heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff1f
}

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

.footer_nav_list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.75;
    color: #ffffffb8;
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .18s ease-out;
    min-height: 44px
}

.footer_nav_list a:hover {
    color: #fff
}

.footer_nav_list .pe-7s-angle-right {
    font-size: 16px;
    color: #D14120;
    flex-shrink: 0
}

.footer_bottom_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 36px;
    border-top: 1px solid #ffffff1a;
    gap: 24px;
    flex-wrap: wrap
}

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

.footer_legal_links {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer_legal_links a {
    font-size: 14px;
    color: #ffffff80;
    text-decoration: none;
    letter-spacing: .02em;
    transition: color .2s ease-out;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.footer_legal_links a:hover {
    color: #ffffffe6
}

.footer_logo_cell {
    width: 60px;
    height: 60px;
    border-radius: 7px 20px 7px 7px;
    border: 1px solid #ffffff4d;
    background: #ffffff14;
    box-shadow: 2px 3px 4px -2px #d1412012 2px 6px 20px -2px #d141201c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4px
}

.footer_logo_cell img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    max-width: 100%
}

.footer_logo_row {
    display: flex;
    justify-content: center;
    padding: 24px 0 36px;
    border-top: 1px solid #ffffff12
}

.cookie_notice {
    position: fixed;
    top: 24px;
    left: 24px;
    width: 320px;
    background: #fffffff5;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    box-shadow: 2px 12px 36px -2px #d1412021;
    border: 1px solid #1153271f;
    z-index: 2000;
    padding: 24px;
    display: none;
    opacity: 0;
    transition: opacity .22s ease-out
}

.cookie_notice.visible {
    opacity: 1
}

.cookie_description {
    font-size: 14px;
    line-height: 1.75;
    color: #2a3a2e;
    margin: 0 0 8px;
    letter-spacing: .01em
}

.cookie_uses_list {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.cookie_uses_list li {
    font-size: 14px;
    line-height: 1.75;
    color: #2a3a2e;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: .01em
}

.cookie_uses_list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background: #D14120;
    flex-shrink: 0
}

.cookie_headline {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #115327;
    margin: 0 0 12px;
    letter-spacing: -.01em
}

.cookie_panel_toggle {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    color: #115327;
    cursor: pointer;
    text-decoration: underline;
    letter-spacing: .01em;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 12px;
    display: block;
    min-height: 44px
}

.cookie_panel_toggle:hover {
    color: #D14120
}

.cookie_expanded_panel {
    border-top: 1px solid #1153271a;
    padding-top: 12px;
    margin-bottom: 12px;
    display: none
}

.cookie_expanded_panel.open {
    display: block
}

.cookie_toggle_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px
}

.cookie_toggle_label {
    font-size: 14px;
    color: #2a3a2e;
    line-height: 1.75;
    letter-spacing: .01em
}

.cookie_switch {
    position: relative;
    width: 40px;
    height: 22px;
    flex-shrink: 0
}

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

.cookie_switch_track {
    position: absolute;
    inset: 0;
    background: #11532726;
    border-radius: 32px;
    cursor: pointer;
    transition: background .2s ease-out
}

.cookie_switch_track::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 48px;
    background: #fff;
    box-shadow: 2px 3px 4px -2px #d1412012;
    transition: transform .2s ease-out
}

.cookie_switch input:checked+.cookie_switch_track {
    background: #115327
}

.cookie_switch input:checked+.cookie_switch_track::after {
    transform: translateX(18px)
}

.cookie_data_sale_row {
    border-top: 1px solid #1153271a;
    padding-top: 8px
}

.cookie_data_sale_label {
    font-size: 14px;
    color: #2a3a2e;
    line-height: 1.75;
    letter-spacing: .01em;
    font-weight: 700
}

.cookie_button_row {
    display: flex;
    gap: 8px;
    margin-top: 12px
}

.cookie_btn_accept,
.cookie_btn_decline {
    flex: 1;
    padding: 8px 12px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    letter-spacing: .03em;
    min-height: 44px;
    transition: background .25s ease-out, color .2s ease-out, border-color .2s ease-out
}

.cookie_btn_accept {
    background: transparent;
    color: #115327;
    border: 2px solid #115327
}

.cookie_btn_accept:hover {
    background: #115327;
    color: #fff
}

.cookie_btn_decline {
    background: transparent;
    color: #D14120;
    border: 2px solid #D14120
}

.cookie_btn_decline:hover {
    background: #D14120;
    color: #fff
}

@media (max-width: 900px) {
    .footer_grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px
    }

    .footer_about_cell {
        grid-column: 1 / -1
    }
}

@media (max-width: 640px) {
    .header_plate {
        padding: 0 24px
    }

    .header_top_row {
        flex-wrap: wrap;
        gap: 12px
    }

    .header_contact_cell {
        gap: 12px
    }

    .primary_nav a {
        padding: 12px 16px
    }

    .footer_grid {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 36px 0 24px
    }

    .footer_plate {
        padding: 0 24px
    }

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

    .cookie_notice {
        width: calc(100vw - 48px);
        left: 24px;
        top: 24px
    }
}

.legal-rqmu-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 72px 36px;
    color: #2a2a2a
}

.legal-rqmu-inner h1 {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #115327;
    margin-bottom: 36px;
    margin-top: 0
}

.legal-rqmu-inner h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #115327;
    margin-top: 72px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #EFF4FF
}

.legal-rqmu-inner h3 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #D14120;
    margin-top: 36px;
    margin-bottom: 16px
}

.legal-rqmu-inner h4 {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0;
    color: #2a2a2a;
    margin-top: 24px;
    margin-bottom: 12px
}

.legal-rqmu-inner h5 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #2a2a2a;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-rqmu-inner h6 {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #115327;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-rqmu-inner p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 24px;
    color: #2a2a2a
}

.legal-rqmu-inner ul,
.legal-rqmu-inner ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 36px
}

.legal-rqmu-inner ul {
    list-style: none;
    padding-left: 24px
}

.legal-rqmu-inner ul li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 8px;
    color: #2a2a2a
}

.legal-rqmu-inner ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background-color: #D14120
}

.legal-rqmu-inner ol {
    list-style: none;
    counter-reset: policy-counter;
    padding-left: 24px
}

.legal-rqmu-inner ol li {
    position: relative;
    padding-left: 36px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 8px;
    color: #2a2a2a;
    counter-increment: policy-counter
}

.legal-rqmu-inner ol li::before {
    content: counter(policy-counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background-color: #EFF4FF;
    color: #115327;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.legal-rqmu-inner ul ul,
.legal-rqmu-inner ol ol,
.legal-rqmu-inner ul ol,
.legal-rqmu-inner ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.legal-rqmu-inner strong,
.legal-rqmu-inner b {
    font-weight: 700;
    color: #115327
}

.legal-rqmu-inner em,
.legal-rqmu-inner i {
    font-style: italic;
    color: inherit
}

.legal-rqmu-inner a {
    color: #D14120;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s ease-out, text-decoration-color .25s ease-out
}

.legal-rqmu-inner a:hover {
    color: #115327;
    text-decoration-color: #115327
}

.legal-rqmu-inner a:visited {
    color: #a33318
}

@media (max-width: 768px) {
    .legal-rqmu-inner {
        padding: 36px 24px
    }

    .legal-rqmu-inner h1 {
        font-size: 36px
    }

    .legal-rqmu-inner h2 {
        font-size: 24px;
        margin-top: 36px
    }

    .legal-rqmu-inner h3 {
        font-size: 18px
    }

    .legal-rqmu-inner h4,
    .legal-rqmu-inner h5 {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .legal-rqmu-inner {
        padding: 24px 12px
    }

    .legal-rqmu-inner h1 {
        font-size: 24px
    }

    .legal-rqmu-inner h2 {
        font-size: 18px
    }
}

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

.journal_detail .reading_bar_track {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #EFF4FF;
    z-index: 100 !important
}

.journal_detail .reading_bar_fill {
    height: 100%;
    width: 0;
    background: #D14120;
    transition: width .15s ease-out
}

.journal_detail .article_frame {
    max-width: 1320px;
    margin: 0 auto;
    padding: 72px 36px
}

.journal_detail .article_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
    padding-bottom: 72px;
    position: relative
}

.journal_detail .article_top::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #EFF4FF 0%, #D14120 45%, #EFF4FF 100%)
}

.journal_detail .mosaic_zone {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px
}

.journal_detail .mosaic_depth_number {
    position: absolute;
    top: -24px;
    left: -12px;
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #EFF4FF;
    letter-spacing: -4px;
    z-index: 0;
    pointer-events: none;
    user-select: none
}

.journal_detail .mosaic_primary {
    grid-column: 1 / 3;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.journal_detail .mosaic_primary img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    filter: blur(0px);
    transition: filter .45s ease-out
}

.journal_detail .mosaic_primary::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, #11532766, transparent);
    border-radius: 0 0 20px 20px;
    pointer-events: none
}

.journal_detail .mosaic_accent {
    border-radius: 7px;
    background: conic-gradient(from 31deg, #EFF4FF, #D14120 18%, #EFF4FF 40%, #115327 70%, #EFF4FF);
    height: 80px;
    z-index: 1
}

.journal_detail .mosaic_accent_b {
    border-radius: 7px;
    background: #EFF4FF;
    height: 80px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px
}

.journal_detail .mosaic_accent_b .stat_reading {
    font-size: 14px;
    color: #115327;
    font-weight: 600;
    letter-spacing: .04em;
    text-align: center
}

.journal_detail .text_zone {
    padding-top: 24px;
    position: relative
}

.journal_detail .tag_row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.journal_detail .tag_pill {
    font-size: 14px;
    letter-spacing: .06em;
    padding: 4px 12px;
    border-radius: 7px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block
}

.journal_detail .tag_pill.primary_tag {
    background: #D14120;
    color: #fff
}

.journal_detail .tag_pill.category_tag {
    background: transparent;
    color: #115327;
    border: 1.5px solid #115327
}

.journal_detail .article_heading {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -1.5px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px #115327;
    margin-bottom: 24px;
    position: relative
}

.journal_detail .article_heading .underline_word {
    position: relative;
    display: inline-block
}

.journal_detail .article_heading .underline_word::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 3px;
    width: 0;
    background: #D14120;
    border-radius: 2px;
    animation: draw_line .45s ease-out .2s forwards
}

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

.journal_detail .article_subtitle {
    font-size: 18px;
    line-height: 1.75;
    color: #3a4a3e;
    margin-bottom: 24px;
    font-weight: 400
}

.journal_detail .meta_strip {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

.journal_detail .meta_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #5a6b60;
    letter-spacing: .03em
}

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

.journal_detail .meta_author_name {
    color: #115327;
    font-weight: 600
}

.journal_detail .meta_divider {
    width: 4px;
    height: 4px;
    border-radius: 48px;
    background: #D14120;
    flex-shrink: 0
}

.journal_detail .reveal_clip {
    clip-path: inset(0 0 100% 0);
    animation: clip_reveal .45s ease-out .05s forwards
}

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

.journal_detail .body_frame {
    max-width: 1320px;
    margin: 0 auto;
    padding: 72px 36px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 72px;
    align-items: start
}

.journal_detail .article_body {
    font-size: 18px;
    line-height: 1.75;
    color: #2a3a2e
}

.journal_detail .article_body p {
    margin-bottom: 24px
}

.journal_detail .article_body h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.5px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px #115327;
    margin-bottom: 24px;
    margin-top: 36px
}

.journal_detail .article_body strong {
    color: #D14120;
    font-weight: 700
}

.journal_detail .article_body blockquote {
    margin: 36px 0;
    padding: 24px 36px;
    border-radius: 20px;
    background: #EFF4FF;
    position: relative;
    font-size: 18px;
    line-height: 1.75;
    color: #115327;
    font-style: italic;
    box-shadow: 2px 6px 20px -2px #d141201c
}

.journal_detail .article_body blockquote::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 4px;
    height: calc(100% - 48px);
    background: #D14120;
    border-radius: 0 7px 7px 0
}

.journal_detail .article_body cite {
    display: block;
    font-size: 14px;
    color: #5a6b60;
    font-style: normal;
    margin-top: 12px;
    letter-spacing: .04em
}

.journal_detail .article_body ul {
    margin-bottom: 24px;
    padding-left: 0;
    list-style: none
}

.journal_detail .article_body ul li {
    padding: 8px 0 8px 24px;
    position: relative;
    font-size: 18px;
    line-height: 1.75
}

.journal_detail .article_body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 7px;
    background: #D14120
}

.journal_detail .sidebar_column {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.journal_detail .sidebar_card {
    border-radius: 20px;
    padding: 24px;
    background: #EFF4FF;
    box-shadow: 2px 3px 4px -2px #11532712
}

.journal_detail .sidebar_card_heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #115327;
    margin-bottom: 12px
}

.journal_detail .stats_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.journal_detail .stat_card {
    border-radius: 7px;
    background: #fff;
    padding: 12px;
    text-align: center;
    box-shadow: 2px 3px 4px -2px #d1412012;
    transition: box-shadow .25s ease-out, transform .2s ease-out
}

.journal_detail .stat_card:hover {
    box-shadow: 2px 6px 20px -2px #d141201c;
    transform: translateY(-2px)
}

.journal_detail .stat_number {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 900;
    color: #D14120;
    letter-spacing: -1px;
    display: block
}

.journal_detail .stat_label {
    font-size: 14px;
    color: #5a6b60;
    letter-spacing: .03em;
    display: block;
    margin-top: 4px
}

.journal_detail .report_link_block {
    border-radius: 20px;
    padding: 24px;
    background: #fff;
    border: 1.5px solid #EFF4FF;
    box-shadow: 2px 3px 4px -2px #11532712
}

.journal_detail .report_link_block .report_heading {
    font-size: 14px;
    font-weight: 700;
    color: #115327;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.journal_detail .report_link_block p {
    font-size: 14px;
    line-height: 1.75;
    color: #5a6b60;
    margin-bottom: 12px
}

.journal_detail .report_anchor {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #D14120;
    text-decoration: none;
    letter-spacing: .04em;
    position: relative;
    overflow: hidden;
    padding: 8px 12px;
    border-radius: 7px;
    border: 1.5px solid #D14120;
    transition: color .2s ease-out
}

.journal_detail .report_anchor::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #D14120;
    transform: translateX(-100%);
    transition: transform .25s ease-out;
    border-radius: 7px;
    z-index: 0
}

.journal_detail .report_anchor:hover::before {
    transform: translateX(0)
}

.journal_detail .report_anchor:hover {
    color: #fff
}

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

.journal_detail .report_anchor .arrow_icon {
    position: relative;
    z-index: 1;
    transition: transform .2s ease-out
}

.journal_detail .report_anchor:hover .arrow_icon {
    transform: translateX(4px)
}

.journal_detail .double_border_wrap {
    border: 1.5px solid #EFF4FF;
    border-radius: 32px;
    padding: 4px
}

.journal_detail .double_border_inner {
    border: 1px solid #1153271f;
    border-radius: 28px;
    padding: 24px
}

.journal_detail .divider_line {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0
}

.journal_detail .divider_segment {
    flex: 1;
    height: 1px;
    background: #EFF4FF
}

.journal_detail .divider_accent {
    width: 48px;
    height: 3px;
    background: #D14120;
    border-radius: 2px
}

@media (max-width: 1024px) {
    .journal_detail .article_top {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .journal_detail .body_frame {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .journal_detail .sidebar_column {
        position: static
    }

    .journal_detail .article_heading {
        font-size: 36px
    }
}

@media (max-width: 640px) {
    .journal_detail .article_frame {
        padding: 36px 24px
    }

    .journal_detail .body_frame {
        padding: 36px 24px
    }

    .journal_detail .article_heading {
        font-size: 36px;
        letter-spacing: -1px
    }

    .journal_detail .stats_grid {
        grid-template-columns: 1fr 1fr
    }

    .journal_detail .mosaic_primary img {
        height: 180px
    }

    .journal_detail .meta_strip {
        gap: 12px
    }
}

.contact-us {
    position: relative;
    overflow-x: clip
}

.contact-us .grid-reveal {
    animation: clipReveal .45s ease-out both
}

@keyframes clipReveal {
    from {
        clip-path: inset(0 0 100% 0)
    }

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

.contact-us .underline-word {
    position: relative;
    display: inline-block
}

.contact-us .underline-word::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #D14120;
    animation: drawLine .45s ease-out .35s forwards
}

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

.contact-us .panel_title {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 340px;
    position: relative
}

.contact-us .panel_title .image_half {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 48px 0
}

.contact-us .panel_title .image_half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.contact-us .panel_title .image_half .scanline_overlay {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(to bottom, transparent 0px, transparent 3px, #1153270f 3px, #1153270f 4px);
    pointer-events: none
}

.contact-us .panel_title .image_half .color_wash {
    position: absolute;
    inset: 0;
    background: conic-gradient(from 31deg at 30% 60%, #d141202e, #11532738, transparent 60%);
    pointer-events: none
}

.contact-us .panel_title .text_half {
    padding: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #fff
}

.contact-us .panel_title .text_half .grid_bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#d141200a 1px, transparent 1px), linear-gradient(90deg, #d141200a 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
    border-radius: 0 0 0 0
}

.contact-us .panel_title .eyebrow {
    font-size: 14px;
    letter-spacing: .12em;
    color: #115327;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600
}

.contact-us .panel_title h1 {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 2px #D14120;
    margin-bottom: 24px
}

.contact-us .panel_title .description {
    font-size: 18px;
    line-height: 1.75;
    color: #2a2a2a;
    max-width: 420px
}

.contact-us .details_grid {
    background: #EFF4FF;
    padding: 72px 0;
    position: relative
}

.contact-us .details_grid .diagonal_split {
    position: absolute;
    inset: 0;
    background: linear-gradient(162deg, #fff 0%, #fff 48%, #EFF4FF 48%);
    pointer-events: none
}

.contact-us .details_grid .inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 36px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
    position: relative
}

.contact-us .details_grid .contact_card {
    background: #fff;
    border-radius: 20px;
    padding: 36px;
    box-shadow: 2px 6px 20px -2px #d141201c;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    transition: box-shadow .25s ease-out, transform .2s ease-out
}

.contact-us .details_grid .contact_card:hover {
    box-shadow: 2px 12px 36px -2px #d1412021;
    transform: translateY(-4px)
}

.contact-us .details_grid .contact_card .card_icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #EFF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-us .details_grid .contact_card .card_icon .pe-7s-map-marker,
.contact-us .details_grid .contact_card .card_icon .pe-7s-call,
.contact-us .details_grid .contact_card .card_icon .pe-7s-mail {
    font-size: 24px;
    color: #D14120
}

.contact-us .details_grid .contact_card h4 {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #115327;
    font-weight: 700;
    margin: 0
}

.contact-us .details_grid .contact_card .card_value {
    font-size: 16px;
    line-height: 1.75;
    color: #2a2a2a;
    margin: 0
}

.contact-us .details_grid .contact_card .card_value a {
    color: #D14120;
    text-decoration: none;
    transition: color .2s ease-out
}

.contact-us .details_grid .contact_card .card_value a:hover {
    color: #115327
}

.contact-us .details_grid .contact_card .dashed_connector {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 18px;
    border-left: 1px dashed #d141204d
}

.contact-us .details_grid .status_bar {
    grid-column: 1 / -1;
    background: #fff;
    border-radius: 20px;
    padding: 24px 36px;
    box-shadow: 2px 3px 4px -2px #d1412012;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.contact-us .details_grid .status_bar .status_label {
    font-size: 14px;
    color: #115327;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap
}

.contact-us .details_grid .status_bar .status_levels {
    display: flex;
    gap: 8px;
    flex: 1;
    min-width: 200px
}

.contact-us .details_grid .status_bar .level_segment {
    height: 8px;
    flex: 1;
    border-radius: 7px;
    transition: opacity .2s ease-out
}

.contact-us .details_grid .status_bar .level_segment.active_low {
    background: #D14120
}

.contact-us .details_grid .status_bar .level_segment.active_mid {
    background: #e8a020
}

.contact-us .details_grid .status_bar .active_high {
    background: #115327
}

.contact-us .details_grid .status_bar .inactive_seg {
    background: #EFF4FF
}

.contact-us .details_grid .status_bar .status_text {
    font-size: 14px;
    color: #2a2a2a;
    white-space: nowrap
}

.contact-us .details_grid .status_bar .metric_arrow {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #115327
}

.contact-us .details_grid .status_bar .arrow_up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #115327
}

.contact-us .form_panel {
    padding: 72px 0;
    background: #fff;
    position: relative
}

.contact-us .form_panel .form_inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 36px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 72px;
    align-items: start
}

.contact-us .form_panel .form_context {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 12px
}

.contact-us .form_panel .form_context h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 2px #115327;
    margin: 0
}

.contact-us .form_panel .form_context .context_body {
    font-size: 16px;
    line-height: 1.75;
    color: #2a2a2a;
    margin: 0
}

.contact-us .form_panel .form_context .context_detail {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    margin: 0
}

.contact-us .form_panel .form_context .wave_divider {
    width: 100%;
    overflow: hidden
}

.contact-us .form_panel .form_context .wave_divider svg {
    width: 100%;
    height: auto;
    display: block
}

.contact-us .form_panel .form_box {
    background: #EFF4FF;
    border-radius: 32px;
    padding: 36px;
    box-shadow: 2px 6px 20px -2px #1153271c
}

.contact-us .form_panel .form_box .field_group {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px
}

.contact-us .form_panel .form_box .floating_field {
    position: relative
}

.contact-us .form_panel .form_box .floating_field input {
    width: 100%;
    padding: 20px 16px 8px;
    font-size: 16px;
    border: 1.5px solid #11532733;
    border-radius: 7px;
    background: #fff;
    color: #2a2a2a;
    outline: none;
    transition: border-color .25s ease-out, box-shadow .25s ease-out;
    box-sizing: border-box;
    min-height: 56px
}

.contact-us .form_panel .form_box .floating_field input:focus {
    border-color: #D14120;
    box-shadow: 2px 3px 4px -2px #d1412012
}

.contact-us .form_panel .form_box .floating_field label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #888;
    pointer-events: none;
    transition: top .2s ease-out, font-size .2s ease-out, color .2s ease-out, transform .2s ease-out
}

.contact-us .form_panel .form_box .floating_field input:focus+label,
.contact-us .form_panel .form_box .floating_field input:not(:placeholder-shown)+label {
    top: 10px;
    transform: translateY(0);
    font-size: 12px;
    color: #D14120
}

.contact-us .form_panel .form_box .channel_group {
    margin-bottom: 24px
}

.contact-us .form_panel .form_box .channel_label {
    font-size: 14px;
    color: #115327;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block
}

.contact-us .form_panel .form_box .channel_options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.contact-us .form_panel .form_box .channel_option {
    position: relative;
    flex: 1;
    min-width: 80px
}

.contact-us .form_panel .form_box .channel_option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.contact-us .form_panel .form_box .channel_option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 8px;
    background: #fff;
    border: 1.5px solid #11532726;
    border-radius: 7px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    transition: border-color .2s ease-out, background .2s ease-out, color .2s ease-out;
    text-align: center
}

.contact-us .form_panel .form_box .channel_option label .ch_icon {
    font-size: 22px;
    color: #115327;
    transition: color .2s ease-out
}

.contact-us .form_panel .form_box .channel_option input[type="radio"]:checked+label {
    border-color: #D14120;
    background: #d141200d !important;
    color: #D14120
}

.contact-us .form_panel .form_box .channel_option input[type="radio"]:checked+label .ch_icon {
    color: #D14120
}

.contact-us .form_panel .form_box .channel_option label:hover {
    border-color: #115327;
    color: #115327
}

.contact-us .form_panel .form_box .privacy_row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px
}

.contact-us .form_panel .form_box .privacy_row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #D14120;
    cursor: pointer
}

.contact-us .form_panel .form_box .privacy_row .privacy_text {
    font-size: 14px;
    line-height: 1.75;
    color: #555
}

.contact-us .form_panel .form_box .privacy_row .privacy_text a {
    color: #D14120;
    text-decoration: underline;
    text-underline-offset: 2px
}

.contact-us .form_panel .form_box .submit_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #115327;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
    transition: color .25s ease-out;
    letter-spacing: .04em;
    width: 100%;
    justify-content: center
}

.contact-us .form_panel .form_box .submit_btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #D14120;
    transform: translateX(-100%);
    transition: transform .35s ease-out;
    z-index: 0
}

.contact-us .form_panel .form_box .submit_btn:hover::before {
    transform: translateX(0)
}

.contact-us .form_panel .form_box .submit_btn span,
.contact-us .form_panel .form_box .submit_btn .btn_arrow {
    position: relative;
    z-index: 1
}

.contact-us .form_panel .form_box .submit_btn .btn_arrow {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us .form_panel .form_box .submit_btn .btn_arrow svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform .2s ease-out
}

.contact-us .form_panel .form_box .submit_btn:hover .btn_arrow svg {
    transform: translateX(4px)
}

.contact-us .form_panel .form_box .submit_btn:active {
    animation: flashAccent .15s ease-out
}

@keyframes flashAccent {
    0% {
        background: #D14120
    }

    100% {
        background: #115327
    }
}

.contact-us .form_panel .form_box .submit_btn:focus-visible {
    outline: 3px solid #D14120;
    outline-offset: 3px
}

@media (max-width: 1024px) {
    .contact-us .panel_title {
        grid-template-columns: 1fr
    }

    .contact-us .panel_title .image_half {
        height: 260px;
        border-radius: 0
    }

    .contact-us .panel_title .text_half {
        padding: 36px
    }

    .contact-us .panel_title h1 {
        font-size: 36px
    }

    .contact-us .details_grid .inner {
        grid-template-columns: 1fr
    }

    .contact-us .form_panel .form_inner {
        grid-template-columns: 1fr;
        gap: 36px
    }
}

@media (max-width: 640px) {
    .contact-us .panel_title h1 {
        font-size: 36px
    }

    .contact-us .panel_title .text_half {
        padding: 24px
    }

    .contact-us .details_grid .inner {
        padding: 0 24px
    }

    .contact-us .form_panel .form_inner {
        padding: 0 24px
    }

    .contact-us .channel_options {
        flex-direction: column
    }
}

.root {
    overflow-x: hidden;
    position: relative
}

.root .page_max {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 36px
}

.root .title_block {
    position: relative;
    padding: 72px 0;
    background: #111a14;
    overflow: hidden
}

.root .title_block .grain_texture {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");
    background-size: 256px 256px;
    opacity: .45;
    pointer-events: none
}

.root .title_block .dot_grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 100%;
    background-image: radial-gradient(circle, #d1412040 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none
}

.root .title_block .bg_image_wrap {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.root .title_block .bg_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .18;
    mask-image: linear-gradient(to bottom, transparent 0%, #0009 40%, #0009 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #0009 40%, #0009 70%, transparent 100%);
    animation: bg_pan 18s linear infinite alternate
}

@keyframes bg_pan {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-6%)
    }
}

.root .title_block .title_inner {
    position: relative;
    z-index: 2;
    max-width: 760px
}

.root .title_block .label_tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    color: #D14120;
    border: 1px solid #d1412066;
    border-radius: 7px;
    padding: 4px 12px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.root .title_block .main_heading {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #f0ece6;
    margin: 0 0 24px
}

.root .title_block .main_heading .word_accent {
    position: relative;
    display: inline-block;
    color: #D14120
}

.root .title_block .main_heading .word_accent::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    height: 3px;
    width: 0;
    background: #D14120;
    border-radius: 2px;
    animation: underline_draw .45s ease-out .6s forwards
}

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

.root .title_block .tagline {
    font-size: 18px;
    line-height: 1.75;
    color: #f0ece6b8;
    margin: 0;
    max-width: 520px
}

.root .title_block .title_meta {
    margin-top: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.root .title_block .meta_stat {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.root .title_block .meta_stat .stat_num {
    font-size: 36px;
    line-height: 1.1;
    color: #f0ece6;
    letter-spacing: -.02em
}

.root .title_block .meta_stat .stat_label {
    font-size: 14px;
    color: #f0ece68c;
    letter-spacing: .06em
}

.root .title_block .meta_divider {
    width: 1px;
    height: 48px;
    background: #f0ece626
}

.root .emerge {
    animation: emerge_blur .45s ease-out both
}

.root .emerge.delay_1 {
    animation-delay: .1s
}

.root .emerge.delay_2 {
    animation-delay: .22s
}

.root .emerge.delay_3 {
    animation-delay: .35s
}

@keyframes emerge_blur {
    from {
        filter: blur(8px);
        opacity: 0;
        transform: translateY(12px)
    }

    to {
        filter: blur(0);
        opacity: 1;
        transform: translateY(0)
    }
}

.root .shadow_divider {
    height: 36px;
    background: linear-gradient(to bottom, #11532712, transparent);
    pointer-events: none
}

.root .recognition_band {
    padding: 72px 0;
    background: #fff;
    position: relative
}

.root .recognition_band .band_inner {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 72px;
    align-items: start
}

.root .recognition_band .band_left {
    position: relative
}

.root .recognition_band .section_eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #115327;
    margin-bottom: 12px
}

.root .recognition_band .band_heading {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.025em;
    color: transparent;
    -webkit-text-stroke: 2px #115327;
    margin: 0 0 24px
}

.root .recognition_band .band_desc {
    font-size: 16px;
    line-height: 1.75;
    color: #2a3a2e;
    margin: 0 0 24px
}

.root .recognition_band .assoc_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.root .recognition_band .assoc_list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 1.75;
    color: #2a3a2e
}

.root .recognition_band .assoc_dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #D14120;
    flex-shrink: 0
}

.root .recognition_band .band_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.root .recognition_band .credential_card {
    border-radius: 20px;
    padding: 24px;
    background: #EFF4FF;
    box-shadow: 2px 3px 4px -2px #d1412012;
    transition: box-shadow .25s ease-out, transform .2s ease-out
}

.root .recognition_band .credential_card:hover {
    box-shadow: 2px 6px 20px -2px #d141201c;
    transform: translateY(-3px)
}

.root .recognition_band .credential_card .card_icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    color: #115327
}

.root .recognition_band .credential_card .card_title {
    font-size: 16px;
    line-height: 1.1;
    color: #115327;
    margin: 0 0 8px;
    font-weight: 600
}

.root .recognition_band .credential_card .card_body {
    font-size: 14px;
    line-height: 1.75;
    color: #3a4a3e;
    margin: 0
}

.root .recognition_band .credential_card.featured {
    grid-column: span 2;
    background: #115327;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.root .recognition_band .credential_card.featured .card_title {
    color: #EFF4FF;
    font-size: 18px
}

.root .recognition_band .credential_card.featured .card_body {
    color: #eff4ffbf
}

.root .recognition_band .credential_card.featured .card_icon {
    color: #D14120;
    flex-shrink: 0
}

.root .adaptive_proof {
    padding: 72px 0;
    background: conic-gradient(from 31deg at 30% 60%, #EFF4FF 0%, #e8f0e4 40%, #EFF4FF 100%);
    position: relative
}

.root .adaptive_proof .rotating_shape {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    height: 320px;
    border: 2px solid #1153271a;
    border-radius: 48px;
    animation: slow_rotate 28s linear infinite;
    pointer-events: none
}

.root .adaptive_proof .rotating_shape_inner {
    position: absolute;
    inset: 32px;
    border: 1px solid #d141201f;
    border-radius: 32px
}

@keyframes slow_rotate {
    from {
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        transform: translateY(-50%) rotate(360deg)
    }
}

.root .adaptive_proof .proof_inner {
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: center
}

.root .adaptive_proof .proof_image_col {
    flex: 0 0 420px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 12px 36px -2px #11532721
}

.root .adaptive_proof .proof_image_col img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block
}

.root .adaptive_proof .proof_image_col .vignette_overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #11532773 100%);
    pointer-events: none
}

.root .adaptive_proof .proof_text_col {
    flex: 1
}

.root .adaptive_proof .section_eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #D14120;
    margin-bottom: 12px
}

.root .adaptive_proof .proof_heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 2px #115327;
    margin: 0 0 24px
}

.root .adaptive_proof .proof_paragraph {
    font-size: 16px;
    line-height: 1.75;
    color: #1e2e22;
    margin: 0 0 24px
}

.root .adaptive_proof .proof_paragraph.single {
    margin-bottom: 12px
}

.root .adaptive_proof .condition_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 24px
}

.root .adaptive_proof .condition_item {
    border-radius: 7px;
    padding: 12px;
    background: #ffffffb3;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.root .adaptive_proof .condition_item .ci_icon {
    color: #D14120;
    flex-shrink: 0;
    margin-top: 2px
}

.root .adaptive_proof .condition_item .ci_text {
    font-size: 14px;
    line-height: 1.75;
    color: #1e2e22;
    margin: 0
}

.root .real_example {
    padding: 72px 0;
    background: #fff;
    position: relative
}

.root .real_example .example_inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1.8fr;
    gap: 36px;
    align-items: start
}

.root .real_example .example_label_col {
    padding-top: 8px
}

.root .real_example .section_eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #D14120;
    margin-bottom: 12px
}

.root .real_example .example_heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 2px #D14120;
    margin: 0
}

.root .real_example .example_scenario_col {
    border-radius: 20px;
    padding: 36px;
    background: #EFF4FF;
    box-shadow: 2px 6px 20px -2px #d1412012
}

.root .real_example .scenario_tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .06em;
    color: #115327;
    background: #1153271a;
    border-radius: 7px;
    padding: 4px 12px;
    margin-bottom: 16px
}

.root .real_example .scenario_name {
    font-size: 18px;
    line-height: 1.1;
    color: #115327;
    margin: 0 0 12px
}

.root .real_example .scenario_body {
    font-size: 16px;
    line-height: 1.75;
    color: #2a3a2e;
    margin: 0
}

.root .real_example .example_detail_col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.root .real_example .detail_block {
    border-radius: 20px;
    padding: 24px;
    background: #fff;
    border: 1px solid #1153271f
}

.root .real_example .detail_block .db_label {
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #115327;
    margin-bottom: 8px
}

.root .real_example .detail_block .db_text {
    font-size: 16px;
    line-height: 1.75;
    color: #1e2e22;
    margin: 0
}

.root .real_example .example_image_wrap {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 6px 20px -2px #1153271c
}

.root .real_example .example_image_wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block
}

.root .real_example .example_image_wrap .vignette_overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #11532766 100%);
    pointer-events: none
}

.root .client_situations {
    padding: 72px 0;
    background: #115327;
    position: relative
}

.root .client_situations .rotating_bg_shape {
    position: absolute;
    left: -100px;
    bottom: -80px;
    width: 400px;
    height: 400px;
    border: 1px solid #eff4ff12;
    border-radius: 48px;
    animation: slow_rotate 35s linear infinite reverse;
    pointer-events: none
}

.root .client_situations .sit_header {
    margin-bottom: 48px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px
}

.root .client_situations .sit_heading {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.025em;
    color: transparent;
    -webkit-text-stroke: 2px #EFF4FF;
    margin: 0;
    max-width: 540px
}

.root .client_situations .sit_intro {
    font-size: 16px;
    line-height: 1.75;
    color: #eff4ffb3;
    max-width: 320px;
    margin: 0
}

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

.root .client_situations .sit_card {
    border-radius: 20px;
    padding: 36px 24px;
    background: #eff4ff0f;
    border: 1px solid #eff4ff1f;
    transition: background .25s ease-out, border-color .2s ease-out
}

.root .client_situations .sit_card:hover {
    background: #eff4ff1a;
    border-color: #d1412066
}

.root .client_situations .sit_card .client_name {
    font-size: 18px;
    line-height: 1.1;
    color: #EFF4FF;
    margin: 0 0 8px
}

.root .client_situations .sit_card .client_role {
    font-size: 14px;
    color: #d14120e6;
    letter-spacing: .06em;
    margin-bottom: 16px;
    display: block
}

.root .client_situations .sit_card .sit_quote {
    font-size: 16px;
    line-height: 1.75;
    color: #eff4ffbf;
    margin: 0 0 16px;
    font-style: italic
}

.root .client_situations .sit_card .sit_outcome {
    font-size: 14px;
    line-height: 1.75;
    color: #eff4ff8c;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid #eff4ff1a
}

.root .approach_detail {
    padding: 72px 0;
    background: #fff;
    position: relative
}

.root .approach_detail .approach_inner {
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start
}

.root .approach_detail .approach_text_col {
    flex: 1
}

.root .approach_detail .section_eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #115327;
    margin-bottom: 12px
}

.root .approach_detail .approach_heading {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.025em;
    color: transparent;
    -webkit-text-stroke: 2px #115327;
    margin: 0 0 24px
}

.root .approach_detail .approach_paragraph {
    font-size: 16px;
    line-height: 1.75;
    color: #1e2e22;
    margin: 0 0 24px
}

.root .approach_detail .approach_paragraph.tight {
    margin-bottom: 12px
}

.root .approach_detail .approach_right_col {
    flex: 0 0 480px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.root .approach_detail .resource_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.root .approach_detail .resource_card {
    border-radius: 20px;
    padding: 24px;
    background: #EFF4FF;
    box-shadow: 2px 3px 4px -2px #11532712;
    transition: box-shadow .2s ease-out, transform .18s ease-out;
    text-decoration: none;
    display: block
}

.root .approach_detail .resource_card:hover {
    box-shadow: 2px 6px 20px -2px #1153271c;
    transform: translateY(-2px)
}

.root .approach_detail .resource_card .rc_type {
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #D14120;
    margin-bottom: 8px;
    display: block
}

.root .approach_detail .resource_card .rc_name {
    font-size: 16px;
    line-height: 1.1;
    color: #115327;
    margin: 0 0 8px;
    font-weight: 600
}

.root .approach_detail .resource_card .rc_meta {
    font-size: 14px;
    color: #3a4a3e;
    margin: 0
}

.root .approach_detail .approach_image_wrap {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 12px 36px -2px #11532721
}

.root .approach_detail .approach_image_wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block
}

.root .approach_detail .approach_image_wrap .vignette_overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #11532773 100%);
    pointer-events: none
}

.root .audience_fit {
    padding: 72px 0;
    background: conic-gradient(from 31deg at 70% 40%, #EFF4FF 0%, #e4ede8 50%, #EFF4FF 100%);
    position: relative
}

.root .audience_fit .rotating_shape_right {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 240px;
    height: 240px;
    border: 1px solid #d141201a;
    border-radius: 48px;
    animation: slow_rotate 22s linear infinite;
    pointer-events: none
}

.root .audience_fit .audience_header {
    text-align: center;
    margin-bottom: 48px
}

.root .audience_fit .section_eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #D14120;
    margin-bottom: 12px
}

.root .audience_fit .audience_heading {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.025em;
    color: transparent;
    -webkit-text-stroke: 2px #115327;
    margin: 0 auto 16px;
    max-width: 680px
}

.root .audience_fit .audience_sub {
    font-size: 18px;
    line-height: 1.75;
    color: #1e2e22;
    max-width: 560px;
    margin: 0 auto
}

.root .audience_fit .profiles_row {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.root .audience_fit .profile_card {
    flex: 1;
    border-radius: 20px;
    padding: 36px 24px;
    background: #fff;
    box-shadow: 2px 6px 20px -2px #1153271c;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.root .audience_fit .profile_card .profile_icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #EFF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #115327;
    margin-bottom: 4px
}

.root .audience_fit .profile_card .profile_role {
    font-size: 18px;
    line-height: 1.1;
    color: #115327;
    margin: 0;
    font-weight: 600
}

.root .audience_fit .profile_card .profile_situation {
    font-size: 14px;
    color: #D14120;
    letter-spacing: .05em;
    margin: 0
}

.root .audience_fit .profile_card .profile_desc {
    font-size: 16px;
    line-height: 1.75;
    color: #2a3a2e;
    margin: 0
}

@media (max-width: 1024px) {
    .root .recognition_band .band_inner {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .root .adaptive_proof .proof_inner {
        flex-direction: column;
        gap: 36px
    }

    .root .adaptive_proof .proof_image_col {
        flex: none;
        width: 100%
    }

    .root .real_example .example_inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .root .client_situations .situations_grid {
        grid-template-columns: 1fr 1fr
    }

    .root .approach_detail .approach_inner {
        flex-direction: column;
        gap: 36px
    }

    .root .approach_detail .approach_right_col {
        flex: none;
        width: 100%
    }

    .root .audience_fit .profiles_row {
        flex-wrap: wrap
    }

    .root .audience_fit .profile_card {
        flex: 0 0 calc(50% - 12px)
    }
}

@media (max-width: 768px) {
    .root .title_block .main_heading {
        font-size: 52px
    }

    .root .title_block .title_meta {
        flex-wrap: wrap
    }

    .root .recognition_band .band_heading {
        font-size: 36px
    }

    .root .recognition_band .band_right {
        grid-template-columns: 1fr
    }

    .root .recognition_band .credential_card.featured {
        grid-column: span 1;
        flex-direction: column
    }

    .root .client_situations .situations_grid {
        grid-template-columns: 1fr
    }

    .root .client_situations .sit_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .root .client_situations .sit_heading {
        font-size: 36px
    }

    .root .approach_detail .approach_heading {
        font-size: 36px
    }

    .root .approach_detail .resource_grid {
        grid-template-columns: 1fr
    }

    .root .audience_fit .audience_heading {
        font-size: 36px
    }

    .root .audience_fit .profiles_row {
        flex-direction: column
    }

    .root .audience_fit .profile_card {
        flex: none
    }

    .root .adaptive_proof .condition_grid {
        grid-template-columns: 1fr
    }
}

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

.journal .grid_posts {
    max-width: 1320px;
    margin: 0 auto;
    padding: 72px 36px
}

.journal .grid_posts_label {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 72px;
    gap: 24px
}

.journal .grid_posts_label h1 {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #111;
    margin: 0;
    max-width: 700px
}

.journal .grid_posts_label h1 span.underline_word {
    position: relative;
    display: inline-block;
    color: #D14120
}

.journal .grid_posts_label h1 span.underline_word::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    background: #D14120;
    animation: draw_line .45s ease-out .2s forwards
}

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

.journal .grid_posts_label p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    max-width: 320px;
    margin: 0;
    text-align: right
}

.journal .cards_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px
}

.journal .post_card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 6px 20px -2px #d141201c;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s ease-out, transform .2s ease-out
}

.journal .post_card:hover {
    box-shadow: 2px 12px 36px -2px #d141202e;
    transform: translateY(-4px)
}

.journal .post_card .card_image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden
}

.journal .post_card .card_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease-out
}

.journal .post_card:hover .card_image img {
    transform: scale(1.04)
}

.journal .post_card .card_tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #D14120;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    padding: 4px 12px;
    border-radius: 7px;
    letter-spacing: .04em
}

.journal .post_card .card_body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px
}

.journal .post_card .card_category {
    font-size: 14px;
    line-height: 1.1;
    color: #115327;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 600
}

.journal .post_card .card_title {
    font-size: 18px;
    line-height: 1.75;
    color: #111;
    margin: 0;
    font-weight: 700;
    letter-spacing: -.01em
}

.journal .post_card .card_subtitle {
    font-size: 14px;
    line-height: 1.75;
    color: #444;
    margin: 0
}

.journal .post_card .card_description {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
    margin: 0;
    flex: 1
}

.journal .post_card .card_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 1px solid #EFF4FF
}

.journal .post_card .card_meta .meta_author {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    flex: 1
}

.journal .post_card .card_meta .meta_read {
    font-size: 14px;
    color: #888;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.journal .post_card .card_meta .meta_read .pe-7s-clock {
    font-size: 16px;
    color: #115327
}

.journal .post_card .card_stats {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.journal .post_card .card_stats .stat_item {
    font-size: 14px;
    color: #888;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.journal .post_card .card_stats .stat_item .pe-7s-look,
.journal .post_card .card_stats .stat_item .pe-7s-like {
    font-size: 16px;
    color: #D14120
}

.journal .post_card .card_date {
    font-size: 14px;
    color: #aaa;
    letter-spacing: .02em
}

.journal .post_card .card_link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #D14120;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .02em;
    margin-top: 4px;
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: color .2s ease-out
}

.journal .post_card .card_link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #D14120;
    transition: width .25s ease-out
}

.journal .post_card .card_link:hover::before {
    width: 100%
}

.journal .post_card .card_link .pe-7s-angle-right {
    font-size: 18px;
    transition: transform .2s ease-out
}

.journal .post_card .card_link:hover .pe-7s-angle-right {
    transform: translateX(4px)
}

.journal .about_strip {
    background: #115327;
    padding: 72px 0;
    position: relative
}

.journal .about_strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: conic-gradient(from 31deg, #D14120, #EFF4FF, #115327, #D14120)
}

.journal .about_strip_inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 36px;
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 72px;
    align-items: center
}

.journal .about_strip_inner .left_col h2 {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.025em;
    margin: 0 0 24px;
    -webkit-text-stroke: 2px #EFF4FF;
    color: transparent
}

.journal .about_strip_inner .left_col p {
    font-size: 16px;
    line-height: 1.75;
    color: #eff4ffcc;
    margin: 0
}

.journal .about_strip_inner .right_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.journal .about_strip_inner .right_col .metric_box {
    background: #eff4ff12;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #eff4ff26
}

.journal .about_strip_inner .right_col .metric_box .metric_number {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #D14120;
    font-weight: 800;
    display: block
}

.journal .about_strip_inner .right_col .metric_box .metric_label {
    font-size: 16px;
    line-height: 1.75;
    color: #eff4ffb3;
    display: block;
    margin-top: 8px
}

.journal .pull_quote_band {
    background: #EFF4FF;
    padding: 72px 36px;
    position: relative;
    overflow: hidden
}

.journal .pull_quote_band .dots_decoration {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    height: 100%;
    pointer-events: none
}

.journal .pull_quote_band_inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 72px;
    align-items: center;
    position: relative;
    z-index: 1
}

.journal .pull_quote_band_inner .quote_text {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #111;
    margin: 0;
    font-weight: 700
}

.journal .pull_quote_band_inner .quote_text em {
    font-style: normal;
    color: #D14120
}

.journal .pull_quote_band_inner .quote_aside {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.journal .pull_quote_band_inner .quote_aside p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    margin: 0
}

.journal .pull_quote_band_inner .quote_aside .aside_link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #115327;
    text-decoration: none;
    font-weight: 700;
    transition: color .2s ease-out
}

.journal .pull_quote_band_inner .quote_aside .aside_link:hover {
    color: #D14120
}

.journal .pull_quote_band_inner .quote_aside .aside_link .pe-7s-angle-right {
    font-size: 20px;
    transition: transform .2s ease-out
}

.journal .pull_quote_band_inner .quote_aside .aside_link:hover .pe-7s-angle-right {
    transform: translateX(4px)
}

.journal .image_feature {
    max-width: 1320px;
    margin: 0 auto;
    padding: 72px 36px;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 36px;
    align-items: start
}

.journal .image_feature .image_col {
    position: relative
}

.journal .image_feature .image_col img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    box-shadow: 2px 6px 20px -2px #d141201c;
    transition: box-shadow .35s ease-out;
    object-fit: cover
}

.journal .image_feature .image_col:hover img {
    box-shadow: 2px 12px 36px -2px #d1412033
}

.journal .image_feature .image_col .color_shift {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(31deg, #1153272e 0%, transparent 60%);
    pointer-events: none
}

.journal .image_feature .image_col .stripe_accent {
    position: absolute;
    bottom: -12px;
    left: 24px;
    right: 24px;
    height: 8px;
    background: conic-gradient(from 31deg, #D14120, #115327, #D14120);
    border-radius: 7px
}

.journal .image_feature .text_col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 36px
}

.journal .image_feature .text_col h3 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0;
    -webkit-text-stroke: 1.5px #111;
    color: transparent
}

.journal .image_feature .text_col p {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin: 0
}

.journal .image_feature .text_col .feature_link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #D14120;
    text-decoration: none;
    font-weight: 700;
    transition: color .2s ease-out;
    align-self: flex-start
}

.journal .image_feature .text_col .feature_link:hover {
    color: #115327
}

.journal .image_feature .text_col .feature_link .pe-7s-angle-right {
    font-size: 20px;
    transition: transform .2s ease-out
}

.journal .image_feature .text_col .feature_link:hover .pe-7s-angle-right {
    transform: translateX(4px)
}

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

    .journal .about_strip_inner {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .journal .pull_quote_band_inner {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .journal .image_feature {
        grid-template-columns: 1fr
    }

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

    .journal .grid_posts_label p {
        text-align: left;
        max-width: 100%
    }
}

@media (max-width: 640px) {
    .journal .cards_grid {
        grid-template-columns: 1fr
    }

    .journal .grid_posts_label h1 {
        font-size: 36px
    }

    .journal .about_strip_inner .left_col h2 {
        font-size: 36px
    }

    .journal .pull_quote_band_inner .quote_text {
        font-size: 24px
    }

    .journal .about_strip_inner .right_col {
        grid-template-columns: 1fr
    }

    .journal .grid_posts {
        padding: 36px 24px
    }

    .journal .about_strip {
        padding: 36px 0
    }

    .journal .pull_quote_band {
        padding: 36px 24px
    }

    .journal .image_feature {
        padding: 36px 24px
    }
}

.about-us-page {
    overflow-x: clip;
    position: relative
}

.about-us-page .animated-underline {
    position: relative;
    display: inline-block
}

.about-us-page .animated-underline::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    background: #D14120;
    animation: underline-draw .45s ease-out .6s forwards
}

@keyframes underline-draw {
    to {
        width: 100%
    }
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

@keyframes gradient-shift {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.about-us-page .identity-block {
    position: relative;
    padding: 72px 24px;
    background: conic-gradient(from 31deg at 30% 60%, #115327 0deg, #1a4a30 60deg, #D14120 140deg, #b33618 200deg, #115327 360deg);
    background-size: 300% 300%;
    animation: gradient-shift 12s ease-out infinite;
    overflow: hidden
}

.about-us-page .identity-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #11532773;
    pointer-events: none
}

.about-us-page .identity-faded-letter {
    position: absolute;
    top: -12px;
    right: 4px;
    font-size: 240px;
    font-weight: 900;
    line-height: 1.1;
    color: #ffffff0d;
    letter-spacing: -8px;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.about-us-page .identity-inner {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.about-us-page .identity-text-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.about-us-page .identity-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: .12em;
    color: #eff4ffb3;
    text-transform: uppercase;
    animation: fade-up .35s ease-out both
}

.about-us-page .identity-label-dot {
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background: #D14120;
    flex-shrink: 0
}

.about-us-page .identity-heading {
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #EFF4FF;
    margin: 0;
    animation: fade-up .4s ease-out .15s both;
    -webkit-text-stroke: 0
}

.about-us-page .identity-heading span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1.5px #EFF4FF
}

.about-us-page .identity-sub {
    font-size: 18px;
    line-height: 1.75;
    color: #eff4ffd1;
    margin: 0;
    animation: fade-up .4s ease-out .25s both
}

.about-us-page .identity-since {
    font-size: 14px;
    color: #eff4ff80;
    letter-spacing: .08em;
    animation: fade-up .35s ease-out .35s both
}

.about-us-page .identity-image-col {
    position: relative;
    animation: fade-up .45s ease-out .2s both
}

.about-us-page .identity-image-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.about-us-page .identity-image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, transparent 55%, #11532780 100%);
    pointer-events: none
}

.about-us-page .identity-image-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: contrast(1.08) saturate(0.9)
}

.about-us-page .identity-corner-decoration {
    position: absolute;
    pointer-events: none
}

.about-us-page .identity-corner-decoration.top-left {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-top: 2px solid #eff4ff66;
    border-left: 2px solid #eff4ff66;
    border-radius: 7px 0 0 0
}

.about-us-page .identity-corner-decoration.bottom-right {
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #D14120;
    border-right: 2px solid #D14120;
    border-radius: 0 0 7px 0
}

.about-us-page .identity-stats-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 8px;
    animation: fade-up .4s ease-out .4s both
}

.about-us-page .stat-chip {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 24px;
    background: #eff4ff14;
    border-radius: 7px;
    border: 1px solid #eff4ff24
}

.about-us-page .stat-chip-number {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #EFF4FF;
    font-weight: 700
}

.about-us-page .stat-chip-label {
    font-size: 14px;
    line-height: 1.75;
    color: #eff4ff99
}

.about-us-page .divider-stacked {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 24px;
    max-width: 1320px;
    margin: 0 auto
}

.about-us-page .divider-thick {
    height: 3px;
    background: #115327;
    border-radius: 48px
}

.about-us-page .divider-thin {
    height: 1px;
    background: #11532733;
    border-radius: 48px
}

.about-us-page .team-block {
    padding: 72px 24px;
    background: #EFF4FF;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 85% 100%, 0 100%);
    padding-bottom: 104px
}

.about-us-page .team-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 72px
}

.about-us-page .team-header-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start
}

.about-us-page .team-heading-group {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.about-us-page .team-eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #D14120
}

.about-us-page .team-heading {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.025em;
    margin: 0;
    color: transparent;
    -webkit-text-stroke: 1.5px #115327
}

.about-us-page .team-heading strong {
    display: block;
    color: #115327;
    -webkit-text-stroke: 0;
    font-size: 52px
}

.about-us-page .team-description-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 12px
}

.about-us-page .team-description-col p {
    font-size: 16px;
    line-height: 1.75;
    color: #2a3d30;
    margin: 0
}

.about-us-page .team-description-col p.lead {
    font-size: 18px;
    color: #115327;
    font-weight: 500
}

.about-us-page .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.about-us-page .team-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 6px 20px -2px #d141201c;
    transition: transform .25s ease-out, box-shadow .25s ease-out;
    opacity: 0;
    animation: fade-up .4s ease-out forwards
}

.about-us-page .team-card:nth-child(1) {
    animation-delay: .1s
}

.about-us-page .team-card:nth-child(2) {
    animation-delay: .2s
}

.about-us-page .team-card:nth-child(3) {
    animation-delay: .3s
}

.about-us-page .team-card:hover {
    transform: translateY(-6px);
    box-shadow: 2px 12px 36px -2px #d1412021
}

.about-us-page .team-card-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative
}

.about-us-page .team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .35s ease-out
}

.about-us-page .team-card:hover .team-card-image img {
    transform: scale(1.04)
}

.about-us-page .team-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.about-us-page .team-card-name {
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #115327;
    margin: 0;
    font-weight: 700
}

.about-us-page .team-card-role {
    font-size: 14px;
    color: #D14120;
    letter-spacing: .06em;
    text-transform: uppercase
}

.about-us-page .team-card-bio {
    font-size: 14px;
    line-height: 1.75;
    color: #3d4f42;
    margin: 0;
    padding-top: 8px
}

.about-us-page .team-card-icon-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding-top: 8px
}

.about-us-page .team-card-icon-badge {
    width: 36px;
    height: 36px;
    border-radius: 7px;
    background: #EFF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #115327;
    font-size: 18px;
    box-shadow: 2px 3px 4px -2px #11532712;
    transition: background .2s ease-out, color .2s ease-out
}

.about-us-page .team-card-icon-badge:hover {
    background: #115327;
    color: #EFF4FF
}

.about-us-page .approach-strip {
    background: #fff;
    padding: 36px 24px;
    border-top: 1px solid #1153271a;
    border-bottom: 1px solid #1153271a
}

.about-us-page .approach-strip-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: center;
    flex-wrap: wrap
}

.about-us-page .approach-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 200px
}

.about-us-page .approach-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 7px;
    background: #115327;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 2px 6px 20px -2px #1153271c;
    color: #EFF4FF;
    font-size: 22px
}

.about-us-page .approach-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.about-us-page .approach-text-label {
    font-size: 14px;
    font-weight: 700;
    color: #115327;
    letter-spacing: .04em
}

.about-us-page .approach-text-desc {
    font-size: 14px;
    line-height: 1.75;
    color: #4a5c50;
    margin: 0
}

.about-us-page .approach-sep {
    width: 1px;
    height: 48px;
    background: #11532726;
    flex-shrink: 0
}

@media (max-width: 960px) {
    .about-us-page .identity-inner {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .about-us-page .identity-heading {
        font-size: 52px
    }

    .about-us-page .team-header-row {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .about-us-page .team-heading {
        font-size: 36px
    }

    .about-us-page .team-heading strong {
        font-size: 36px
    }

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

    .about-us-page .approach-sep {
        display: none
    }
}

@media (max-width: 640px) {
    .about-us-page .identity-heading {
        font-size: 36px
    }

    .about-us-page .identity-stats-row {
        flex-wrap: wrap
    }

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

    .about-us-page .team-block {
        clip-path: none;
        padding-bottom: 72px
    }

    .about-us-page .approach-strip-inner {
        flex-direction: column;
        align-items: flex-start
    }
}

.about-us-page :focus-visible {
    outline: 3px solid #D14120 !important;
    outline-offset: 3px !important;
    border-radius: 7px !important
}

.success_page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 24px;
    background: #EFF4FF
}

.success_page .success_card {
    background: #fff;
    max-width: 560px;
    width: 100%;
    border-radius: 32px;
    padding: 72px 36px;
    box-shadow: 2px 12px 36px -2px #d1412021;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.success_page .success_icon_wrap {
    width: 72px;
    height: 72px;
    border-radius: 48px;
    background: #EFF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.success_page .success_icon_wrap svg {
    display: block
}

.success_page .success_heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #115327;
    text-align: center;
    margin: 0;
    -webkit-text-stroke: 1.5px #115327;
    color: transparent
}

.success_page .success_subtext {
    font-size: 18px;
    line-height: 1.75;
    color: #2a2a2a;
    text-align: center;
    margin: 0;
    max-width: 420px
}

.success_page .success_divider {
    width: 48px;
    height: 3px;
    border-radius: 7px;
    background: #D14120;
    opacity: .55
}

.success_page .success_note {
    font-size: 14px;
    line-height: 1.75;
    color: #4a5568;
    text-align: center;
    margin: 0
}

.success_page .success_return_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.1;
    color: #D14120;
    text-decoration: none;
    border-radius: 7px;
    padding: 12px 24px;
    border: 1.5px solid #D14120;
    position: relative;
    overflow: hidden;
    transition: color .25s ease-out, border-color .2s ease-out;
    background: #fff;
    letter-spacing: .01em
}

.success_page .success_return_link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #D14120;
    transform: translateX(-100%);
    transition: transform .35s ease-out;
    z-index: 0;
    border-radius: 7px
}

.success_page .success_return_link:hover::before,
.success_page .success_return_link:focus::before {
    transform: translateX(0)
}

.success_page .success_return_link:hover,
.success_page .success_return_link:focus {
    color: #fff;
    border-color: #D14120;
    outline: none
}

.success_page .success_return_link .link_label,
.success_page .success_return_link .link_arrow {
    position: relative;
    z-index: 1
}

.success_page .success_return_link .link_arrow {
    transition: transform .2s ease-out
}

.success_page .success_return_link:hover .link_arrow,
.success_page .success_return_link:focus .link_arrow {
    transform: translateX(4px)
}

@media (max-width: 600px) {
    .success_page .success_card {
        padding: 36px 24px;
        gap: 24px
    }

    .success_page .success_heading {
        font-size: 24px
    }

    .success_page .success_subtext {
        font-size: 16px
    }
}