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

html {
    font-size: 100%
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'IBM Plex Sans', sans-serif
}

.page_header {
    background: #fff;
    border-bottom: 1px solid #EEF2EE
}

.header_top_bar {
    background: #54986B;
    padding: 8px 0
}

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

.header_phone_link {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: .02em;
    line-height: 1.45;
    transition: color 450ms cubic-bezier(0.34, 1.2, 0.64, 1)
}

.header_phone_link:hover,
.header_phone_link:focus {
    color: #EEF2EE
}

.header_phone_link:focus {
    outline: none;
    position: relative
}

.header_phone_link:focus::before {
    content: 'Telefon';
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 14px;
    color: #EEF2EE;
    font-weight: 400;
    white-space: nowrap
}

.header_email_link {
    font-size: 14px;
    color: #EEF2EE;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.45;
    transition: color 420ms ease-in-out
}

.header_email_link:hover,
.header_email_link:focus {
    color: #fff
}

.header_email_link:focus {
    outline: none;
    position: relative
}

.header_email_link:focus::before {
    content: 'E-mail';
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 14px;
    color: #EEF2EE;
    font-weight: 400;
    white-space: nowrap
}

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

.header_brand_row {
    max-width: 1140px;
    margin: 0 auto;
    padding: 32px 32px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

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

.brand_logo_pod {
    width: 44px;
    height: 44px;
    border-radius: 9px;
    background-color: #2a2a2a;
    border: 1px solid #54986b40;
    box-shadow: 1px 7px 28px -1px #54986b1c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

.brand_logo_pod img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block
}

.brand_name_text {
    font-size: 24px;
    font-weight: 700;
    color: #1b2e22;
    letter-spacing: .01em;
    line-height: 1.15
}

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

.primary_navigation a {
    font-size: 16px;
    font-weight: 400;
    color: #2d4a36;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.45;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: color 400ms cubic-bezier(0.34, 1.2, 0.64, 1), background-color 400ms cubic-bezier(0.34, 1.2, 0.64, 1), border-color 400ms cubic-bezier(0.34, 1.2, 0.64, 1);
    white-space: nowrap;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.primary_navigation a:hover {
    color: #54986B;
    background-color: #EEF2EE;
    border-color: #54986b2e
}

.primary_navigation a:focus {
    outline: none;
    color: #54986B;
    background-color: #EEF2EE;
    border-color: #54986b59;
    position: relative
}

.primary_navigation a:focus::before {
    content: 'Navigér';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #54986B;
    font-weight: 400;
    white-space: nowrap;
    background: #fff;
    padding: 0 8px;
    border-radius: 2px
}

.primary_navigation a[aria-current="page"] {
    color: #54986B;
    background-color: #EEF2EE;
    border-color: #54986b38;
    font-weight: 700
}

.header_divider {
    height: 4px;
    background: linear-gradient(90deg, #54986B 0%, #81B4A6 60%, #EEF2EE 100%);
    border: none;
    margin: 0
}

.page_footer {
    background: #EEF2EE;
    box-shadow: inset 0 4px 16px -4px #54986b1a;
    padding: 64px 0 32px;
    margin-top: 96px
}

.footer_inner_deck {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.footer_top_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid #54986b2e
}

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

.footer_logo_pod {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background-color: #2a2a2a;
    border: 1px solid #54986b4d;
    box-shadow: 1px 1px 2px -1px #54986b14;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

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

.footer_brand_name {
    font-size: 16px;
    font-weight: 700;
    color: #1b2e22;
    letter-spacing: .01em;
    line-height: 1.45
}

.footer_brand_description {
    font-size: 14px;
    color: #3a5a42;
    line-height: 1.7;
    letter-spacing: .01em
}

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

.footer_group_label {
    font-size: 14px;
    font-weight: 700;
    color: #54986B;
    letter-spacing: .02em;
    line-height: 1.15;
    text-transform: uppercase
}

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

.footer_link_list li a {
    font-size: 14px;
    color: #2d4a36;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.45;
    border-radius: 2px;
    transition: color 420ms ease-in-out;
    display: inline-block;
    padding: 8px 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.footer_link_list li a:hover {
    color: #54986B
}

.footer_link_list li a:focus {
    outline: none;
    color: #54986B;
    position: relative
}

.footer_link_list li a:focus::before {
    content: 'Side';
    position: absolute;
    top: -14px;
    left: 0;
    font-size: 14px;
    color: #54986B;
    font-weight: 400;
    white-space: nowrap
}

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

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

.footer_contact_label {
    font-size: 14px;
    font-weight: 700;
    color: #54986B;
    letter-spacing: .02em;
    line-height: 1.15;
    text-transform: uppercase
}

.footer_contact_value {
    font-size: 14px;
    color: #2d4a36;
    line-height: 1.45;
    letter-spacing: .01em
}

.footer_contact_value a {
    color: #2d4a36;
    text-decoration: none;
    transition: color 420ms ease-in-out;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.footer_contact_value a:hover {
    color: #54986B
}

.footer_contact_value a:focus {
    outline: none;
    color: #54986B;
    position: relative
}

.footer_contact_value a:focus::before {
    content: 'Kontakt';
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 14px;
    color: #54986B;
    font-weight: 400;
    white-space: nowrap
}

.footer_bottom_row {
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.footer_copyright {
    font-size: 14px;
    color: #3a5a42;
    letter-spacing: .01em;
    line-height: 1.45
}

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

.footer_legal_links li a {
    font-size: 14px;
    color: #3a5a42;
    text-decoration: none;
    letter-spacing: .01em;
    line-height: 1.45;
    border-radius: 2px;
    transition: color 400ms cubic-bezier(0.34, 1.2, 0.64, 1);
    padding: 8px 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.footer_legal_links li a:hover {
    color: #54986B
}

.footer_legal_links li a:focus {
    outline: none;
    color: #54986B;
    position: relative
}

.footer_legal_links li a:focus::before {
    content: 'Politik';
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 14px;
    color: #54986B;
    font-weight: 400;
    white-space: nowrap
}

.footer_neomorph_card {
    background: #EEF2EE;
    border-radius: 16px;
    box-shadow: 1px 7px 28px -1px #54986b1c inset 0 2px 6px -2px #81b4a62e;
    padding: 32px;
    margin-bottom: 32px
}

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

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

    .header_brand_row {
        padding: 24px 32px 16px
    }
}

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

    .primary_navigation {
        justify-content: flex-start
    }

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

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

    .footer_contact_cell {
        grid-column: auto
    }

    .footer_inner_deck {
        padding: 0 16px
    }

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

    .footer_neomorph_card {
        padding: 16px
    }
}

@media (max-width: 480px) {
    .header_contact_group {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .primary_navigation a {
        font-size: 14px;
        padding: 8px
    }

    .brand_name_text {
        font-size: 16px
    }

    .footer_legal_links {
        gap: 8px
    }
}

.doc-section {
    max-width: 1140px;
    margin: 0 auto;
    padding: 64px 32px;
    color: #2d3a30;
    line-height: 1.7;
    font-size: 16px
}

.doc-section ul,
.doc-section ol {
    padding-left: 32px;
    margin: 16px 0 32px
}

.doc-section ul {
    list-style-type: disc
}

.doc-section ol {
    list-style-type: decimal
}

.doc-section li {
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 16px;
    letter-spacing: .01em
}

.doc-section li::marker {
    color: #54986B
}

.doc-section strong,
.doc-section b {
    font-weight: 700;
    color: #1e2e22;
    letter-spacing: .01em
}

.doc-section em,
.doc-section i {
    font-style: italic;
    color: #3a4f3f
}

.doc-section a {
    color: #54986B;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .42s cubic-bezier(0.34, 1.2, 0.64, 1), text-decoration-color .5s ease-in-out
}

.doc-section a:hover {
    color: #3a7a52;
    text-decoration-color: #81B4A6
}

.doc-section hr {
    border: none;
    border-top: 1px solid #81B4A6;
    margin: 64px 0;
    opacity: .45
}

.doc-section div {
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .doc-section {
        padding: 32px 16px;
        font-size: 16px
    }

    .doc-section ul,
    .doc-section ol {
        padding-left: 16px
    }
}

@media (max-width: 480px) {
    .doc-section {
        padding: 32px 8px
    }
}

.prime {
    max-width: 100%;
    overflow-x: hidden
}

.prime .page_container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.prime .title_block {
    position: relative;
    padding: 96px 32px 64px;
    text-align: center;
    background: #fff
}

.prime .title_block .atmosphere {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.prime .title_block .atmosphere::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 320px;
    background: radial-gradient(ellipse 60% 50% at 25% 40%, #54986b21 0%, transparent 70%);
    top: -40px;
    left: -60px;
    filter: blur(32px)
}

.prime .title_block .atmosphere::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 260px;
    background: radial-gradient(ellipse 55% 45% at 70% 60%, #81b4a61c 0%, transparent 70%);
    bottom: 0;
    right: -40px;
    filter: blur(28px)
}

.prime .title_block .image_frame {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto 48px;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16/7;
    box-shadow: 1px 12px 52px -1px #54986b21
}

.prime .title_block .image_frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.prime .title_block .image_frame::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to top, #14281e8c 0%, transparent 100%);
    pointer-events: none
}

.prime .title_block .text_area {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto
}

.prime .title_block .label_tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .02em;
    color: #54986B;
    border: 1px solid #54986b59;
    border-radius: 5px;
    padding: 8px 16px;
    margin-bottom: 32px;
    line-height: 1.15
}

.prime .title_block .main_heading {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1a2e22;
    font-weight: 700;
    margin-bottom: 16px
}

.prime .title_block .tagline {
    font-size: 16px;
    line-height: 1.7;
    color: #3d5246;
    margin-bottom: 32px;
    letter-spacing: .01em
}

.prime .title_block .action_links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap
}

.prime .title_block .btn_primary {
    display: inline-block;
    padding: 16px 32px;
    background: #54986B;
    color: #fff;
    font-size: 16px;
    letter-spacing: .01em;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 1px 7px 28px -1px #54986b1c;
    transition: padding .45s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out;
    line-height: 1.15
}

.prime .title_block .btn_primary:hover {
    padding: 16px 48px;
    box-shadow: 1px 12px 52px -1px #54986b21
}

.prime .title_block .btn_secondary {
    display: inline-block;
    padding: 16px 32px;
    background: transparent;
    color: #54986B;
    font-size: 16px;
    letter-spacing: .01em;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 600;
    border: 1.5px solid #54986B;
    transition: padding .5s cubic-bezier(0.34, 1.2, 0.64, 1), background .4s ease-in-out;
    line-height: 1.15
}

.prime .title_block .btn_secondary:hover {
    padding: 16px 48px;
    background: #54986b0f
}

.prime .team_section {
    padding: 96px 32px;
    background: #EEF2EE
}

.prime .team_section .team_inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.prime .team_section .section_label {
    font-size: 14px;
    letter-spacing: .02em;
    color: #54986B;
    margin-bottom: 16px;
    line-height: 1.15;
    font-weight: 600
}

.prime .team_section .section_heading {
    font-size: 24px;
    line-height: 1.45;
    color: #1a2e22;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: .01em
}

.prime .team_section .section_body {
    font-size: 16px;
    line-height: 1.7;
    color: #3d5246;
    letter-spacing: .01em;
    margin-bottom: 32px
}

.prime .team_section .portrait_frame {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3/4;
    width: 100%;
    max-width: 280px;
    box-shadow: 1px 7px 28px -1px #54986b1c
}

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

.prime .team_section .team_right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prime .team_section .expert_card {
    background: #fff;
    border-radius: 9px;
    padding: 32px;
    box-shadow: 1px 1px 2px -1px #54986b14;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prime .team_section .expert_name {
    font-size: 16px;
    font-weight: 700;
    color: #1a2e22;
    letter-spacing: .01em;
    line-height: 1.15
}

.prime .team_section .expert_role {
    font-size: 14px;
    color: #54986B;
    letter-spacing: .02em;
    line-height: 1.15;
    margin-bottom: 8px
}

.prime .team_section .expert_desc {
    font-size: 14px;
    line-height: 1.7;
    color: #3d5246;
    letter-spacing: .01em
}

.prime .reputation_section {
    padding: 64px 32px;
    background: #fff;
    position: relative
}

.prime .reputation_section .rep_spot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse 55% 45% at 40% 50%, #81b4a617 0%, transparent 70%);
    pointer-events: none
}

.prime .reputation_section .rep_inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.prime .reputation_section .rep_top {
    text-align: center;
    margin-bottom: 64px
}

.prime .reputation_section .rep_heading {
    font-size: 24px;
    line-height: 1.45;
    color: #1a2e22;
    font-weight: 300;
    letter-spacing: .01em;
    margin-bottom: 16px
}

.prime .reputation_section .rep_heading strong {
    font-weight: 700
}

.prime .reputation_section .rep_sub {
    font-size: 16px;
    line-height: 1.7;
    color: #3d5246;
    max-width: 560px;
    margin: 0 auto;
    letter-spacing: .01em
}

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

.prime .reputation_section .rep_item {
    border: 1.5px dashed #54986b59;
    border-radius: 9px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prime .reputation_section .rep_icon_box {
    width: 44px;
    height: 44px;
    border: 1.5px solid #54986b66;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    flex-shrink: 0
}

.prime .reputation_section .rep_icon_box svg {
    width: 22px;
    height: 22px
}

.prime .reputation_section .rep_item_title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2e22;
    letter-spacing: .01em;
    line-height: 1.45
}

.prime .reputation_section .rep_item_text {
    font-size: 14px;
    line-height: 1.7;
    color: #3d5246;
    letter-spacing: .01em
}

.prime .gap_section {
    padding: 96px 32px;
    background: #1a2e22
}

.prime .gap_section .gap_inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 64px;
    align-items: center
}

.prime .gap_section .gap_label {
    font-size: 14px;
    letter-spacing: .02em;
    color: #81B4A6;
    margin-bottom: 16px;
    line-height: 1.15;
    font-weight: 600
}

.prime .gap_section .gap_heading {
    font-size: 52px;
    line-height: 1.15;
    color: #EEF2EE;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 32px
}

.prime .gap_section .gap_body {
    font-size: 16px;
    line-height: 1.7;
    color: #adc5b8;
    letter-spacing: .01em;
    margin-bottom: 32px
}

.prime .gap_section .gap_checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prime .gap_section .gap_checklist li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #adc5b8;
    letter-spacing: .01em
}

.prime .gap_section .gap_checklist .check_box {
    width: 22px;
    height: 22px;
    border: 1.5px solid #81b4a680;
    border-radius: 5px;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    background: transparent
}

.prime .gap_section .gap_checklist .check_box::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #81B4A6;
    border-bottom: 2px solid #81B4A6;
    transform: rotate(-45deg)
}

.prime .gap_section .gap_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.prime .gap_section .gap_image_wrap {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/5;
    box-shadow: 1px 12px 52px -1px #54986b21
}

.prime .gap_section .gap_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.prime .gap_section .btn_inverted {
    display: inline-block;
    padding: 16px 32px;
    background: #EEF2EE;
    color: #1a2e22;
    font-size: 16px;
    letter-spacing: .01em;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 700;
    transition: padding .45s cubic-bezier(0.34, 1.2, 0.64, 1), background .4s ease-in-out;
    line-height: 1.15;
    align-self: flex-start
}

.prime .gap_section .btn_inverted:hover {
    padding: 16px 48px;
    background: #fff
}

.prime .outcomes_section {
    padding: 96px 32px;
    background: #EEF2EE
}

.prime .outcomes_section .out_inner {
    max-width: 1140px;
    margin: 0 auto
}

.prime .outcomes_section .out_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    margin-bottom: 64px;
    align-items: end
}

.prime .outcomes_section .out_heading {
    font-size: 52px;
    line-height: 1.15;
    color: #1a2e22;
    font-weight: 700;
    letter-spacing: .01em
}

.prime .outcomes_section .out_intro {
    font-size: 16px;
    line-height: 1.7;
    color: #3d5246;
    letter-spacing: .01em
}

.prime .outcomes_section .out_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.prime .outcomes_section .out_item {
    background: #fff;
    border-radius: 9px;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 1px 1px 2px -1px #54986b14;
    transition: box-shadow .5s ease-in-out
}

.prime .outcomes_section .out_item:hover {
    box-shadow: 1px 7px 28px -1px #54986b1c
}

.prime .outcomes_section .out_num {
    font-size: 52px;
    font-weight: 700;
    color: #54986B;
    line-height: 1.15;
    letter-spacing: .01em
}

.prime .outcomes_section .out_label {
    font-size: 14px;
    line-height: 1.45;
    color: #1a2e22;
    font-weight: 600;
    letter-spacing: .01em
}

.prime .outcomes_section .out_desc {
    font-size: 14px;
    line-height: 1.7;
    color: #3d5246;
    letter-spacing: .01em
}

.prime .outcomes_section .out_image_row {
    margin-top: 64px;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16/5;
    box-shadow: 1px 7px 28px -1px #54986b1c
}

.prime .outcomes_section .out_image_row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.prime .experience_section {
    padding: 96px 32px;
    background: #fff;
    position: relative
}

.prime .experience_section .exp_vignette {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 500px;
    background: radial-gradient(ellipse 50% 45% at 35% 50%, #54986b12 0%, transparent 70%);
    pointer-events: none
}

.prime .experience_section .exp_inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.prime .experience_section .exp_header {
    margin-bottom: 64px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 64px
}

.prime .experience_section .exp_heading {
    font-size: 24px;
    line-height: 1.45;
    color: #1a2e22;
    font-weight: 700;
    letter-spacing: .01em;
    flex: 1
}

.prime .experience_section .exp_note {
    font-size: 16px;
    line-height: 1.7;
    color: #3d5246;
    letter-spacing: .01em;
    flex: 1
}

.prime .experience_section .exp_phases {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prime .experience_section .exp_phase {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    align-items: start
}

.prime .experience_section .phase_aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.prime .experience_section .phase_num {
    font-size: 24px;
    font-weight: 700;
    color: #54986B;
    line-height: 1.15;
    letter-spacing: .01em
}

.prime .experience_section .phase_line {
    width: 1px;
    height: 48px;
    background: #54986b4d
}

.prime .experience_section .phase_body {
    padding-top: 8px
}

.prime .experience_section .phase_title {
    font-size: 16px;
    font-weight: 700;
    color: #1a2e22;
    letter-spacing: .01em;
    line-height: 1.45;
    margin-bottom: 8px;
    display: inline;
    border-bottom: 2px solid #54986b4d;
    padding-bottom: 2px;
    transition: border-color .4s ease-in-out, border-width .5s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.prime .experience_section .exp_phase:hover .phase_title {
    border-color: #54986B;
    border-bottom-width: 3px
}

.prime .experience_section .phase_text {
    font-size: 14px;
    line-height: 1.7;
    color: #3d5246;
    letter-spacing: .01em;
    margin-top: 8px
}

.prime .experience_section .exp_aside_note {
    margin-top: 64px;
    border-top: 1px solid #54986b33;
    padding-top: 32px;
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 32px;
    align-items: start
}

.prime .experience_section .aside_label {
    font-size: 14px;
    color: #54986B;
    letter-spacing: .02em;
    font-weight: 600;
    line-height: 1.45
}

.prime .experience_section .aside_text {
    font-size: 14px;
    line-height: 1.7;
    color: #3d5246;
    letter-spacing: .01em
}

.prime .divider_a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
    background: #EEF2EE
}

.prime .divider_a .div_line {
    width: 48px;
    height: 1px;
    background: #54986b66
}

.prime .divider_a .div_diamond {
    width: 8px;
    height: 8px;
    background: #54986B;
    transform: rotate(45deg);
    border-radius: 2px
}

.prime .divider_b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
    background: #fff
}

.prime .divider_b .div_line_b {
    width: 48px;
    height: 1px;
    background: #81b4a680
}

.prime .divider_b .div_circle {
    width: 8px;
    height: 8px;
    border: 1.5px solid #81B4A6;
    border-radius: 24px
}

@keyframes mask_reveal {
    from {
        clip-path: ellipse(0% 0% at 50% 50%);
        opacity: 0
    }

    to {
        clip-path: ellipse(120% 120% at 50% 50%);
        opacity: 1
    }
}

.prime .title_block .image_frame {
    animation: mask_reveal .6s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@keyframes fade_up {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.prime .title_block .text_area {
    animation: fade_up .5s .3s ease-in-out both
}

@media (max-width: 1024px) {
    .prime .team_section .team_inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prime .gap_section .gap_inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prime .gap_section .gap_image_wrap {
        display: none
    }

    .prime .outcomes_section .out_top {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .prime .outcomes_section .out_grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .prime .experience_section .exp_header {
        flex-direction: column;
        gap: 16px
    }

    .prime .experience_section .exp_aside_note {
        grid-template-columns: 1fr;
        gap: 8px
    }
}

@media (max-width: 768px) {
    .prime .title_block {
        padding: 64px 16px 48px
    }

    .prime .title_block .main_heading {
        font-size: 24px
    }

    .prime .title_block .image_frame {
        display: none
    }

    .prime .reputation_section .rep_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .prime .outcomes_section .out_grid {
        grid-template-columns: 1fr 1fr
    }

    .prime .outcomes_section .out_image_row {
        display: none
    }

    .prime .gap_section .gap_heading {
        font-size: 24px
    }

    .prime .outcomes_section .out_heading {
        font-size: 24px
    }

    .prime .team_section {
        padding: 64px 16px
    }

    .prime .gap_section {
        padding: 64px 16px
    }

    .prime .outcomes_section {
        padding: 64px 16px
    }

    .prime .experience_section {
        padding: 64px 16px
    }

    .prime .reputation_section {
        padding: 48px 16px
    }

    .prime .experience_section .exp_phase {
        grid-template-columns: 48px 1fr;
        gap: 16px
    }
}

@media (max-width: 480px) {
    .prime .outcomes_section .out_grid {
        grid-template-columns: 1fr
    }

    .prime .title_block .action_links {
        flex-direction: column;
        align-items: center
    }
}

.about-us-page {
    max-width: 100%;
    overflow-x: hidden
}

.about-us-page .page-strip {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.about-us-page .founding-block {
    padding: 96px 0 64px;
    background: #fff;
    position: relative
}

.about-us-page .founding-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: radial-gradient(ellipse 70% 60% at 20% 40%, #54986b12 0%, transparent 65%);
    pointer-events: none
}

.about-us-page .founding-block .scanlines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.about-us-page .founding-block .scanlines::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    height: 300%;
    background: repeating-linear-gradient(to bottom, transparent 0px, transparent 7px, #54986b06 7px, #54986b06 8px);
    animation: scanline-drift 18s linear infinite
}

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

    100% {
        transform: translateY(33.33%)
    }
}

.about-us-page .founding-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1
}

.about-us-page .founding-label {
    font-size: 14px;
    letter-spacing: .02em;
    color: #54986B;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.45
}

.about-us-page .founding-heading {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1a2e20;
    font-weight: 700;
    margin-bottom: 32px
}

.about-us-page .founding-heading em {
    font-style: normal;
    font-weight: 300;
    color: #54986B
}

.about-us-page .founding-body {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start
}

.about-us-page .founding-aside {
    flex: 0 0 80px;
    font-size: 14px;
    line-height: 1.7;
    color: #81B4A6;
    letter-spacing: .01em;
    padding-top: 4px;
    border-right: 2px solid #EEF2EE;
    padding-right: 16px
}

.about-us-page .founding-text {
    flex: 1
}

.about-us-page .founding-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3e30;
    letter-spacing: .01em;
    margin-bottom: 16px
}

.about-us-page .founding-text p:last-child {
    margin-bottom: 0
}

.about-us-page .founding-text strong {
    color: #54986B;
    font-weight: 600
}

.about-us-page .founding-image-col {
    position: relative
}

.about-us-page .founding-image-frame {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 1px 12px 52px -1px #54986b21
}

.about-us-page .founding-image-frame img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.about-us-page .founding-image-frame:hover img {
    transform: scale(1.03)
}

.about-us-page .founding-image-accent {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    border-radius: 9px;
    background: #EEF2EE;
    border: 4px solid #fff;
    box-shadow: 1px 7px 28px -1px #54986b1c;
    overflow: hidden
}

.about-us-page .founding-image-accent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.about-us-page .founding-stat-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 32px
}

.about-us-page .founding-stat {
    flex: 1;
    padding: 16px;
    background: #EEF2EE;
    border-radius: 5px;
    border-right: 3px solid #54986B;
    box-shadow: 1px 1px 2px -1px #54986b14;
    transition: box-shadow .4s ease-in-out
}

.about-us-page .founding-stat:hover {
    box-shadow: 1px 7px 28px -1px #54986b1c
}

.about-us-page .founding-stat-num {
    font-size: 24px;
    font-weight: 700;
    color: #54986B;
    letter-spacing: .01em;
    line-height: 1.15
}

.about-us-page .founding-stat-desc {
    font-size: 14px;
    color: #2c3e30;
    line-height: 1.45;
    margin-top: 8px;
    letter-spacing: .01em
}

.about-us-page .wavy-divider {
    width: 100%;
    height: 32px;
    position: relative;
    overflow: hidden
}

.about-us-page .wavy-divider svg {
    width: 100%;
    height: 100%
}

.about-us-page .team-block {
    padding: 64px 0 96px;
    background: #EEF2EE;
    position: relative
}

.about-us-page .team-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 50% 80% at 80% 50%, #81b4a61f 0%, transparent 60%);
    pointer-events: none
}

.about-us-page .team-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start;
    margin-bottom: 64px;
    position: relative;
    z-index: 1
}

.about-us-page .team-label {
    font-size: 14px;
    letter-spacing: .02em;
    color: #54986B;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 16px
}

.about-us-page .team-heading {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: .01em;
    color: #1a2e20;
    font-weight: 300;
    margin-bottom: 0
}

.about-us-page .team-heading strong {
    font-weight: 700
}

.about-us-page .team-description {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3e30;
    letter-spacing: .01em
}

.about-us-page .team-description p {
    margin-bottom: 16px
}

.about-us-page .team-description p:last-child {
    margin-bottom: 0
}

.about-us-page .team-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
    position: relative;
    z-index: 1
}

.about-us-page .team-card {
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 1px 7px 28px -1px #54986b1c;
    transition: box-shadow .5s cubic-bezier(0.34, 1.2, 0.64, 1), transform .5s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.about-us-page .team-card:hover {
    box-shadow: 1px 12px 52px -1px #54986b21;
    transform: translateY(-4px)
}

.about-us-page .team-card.featured {
    grid-row: span 1
}

.about-us-page .team-portrait {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center;
    display: block
}

.about-us-page .team-card.featured .team-portrait {
    aspect-ratio: 3/4
}

.about-us-page .team-card-info {
    padding: 16px
}

.about-us-page .team-card-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a2e20;
    letter-spacing: .01em;
    line-height: 1.45;
    margin-bottom: 8px
}

.about-us-page .team-card-role {
    font-size: 14px;
    color: #54986B;
    letter-spacing: .01em;
    line-height: 1.45;
    font-weight: 600
}

.about-us-page .team-card-note {
    font-size: 14px;
    color: #5a7060;
    line-height: 1.7;
    letter-spacing: .01em;
    margin-top: 8px
}

.about-us-page .team-plain-card {
    background: #fff;
    border-radius: 9px;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 1px 1px 2px -1px #54986b14;
    transition: box-shadow .4s ease-in-out
}

.about-us-page .team-plain-card:hover {
    box-shadow: 1px 7px 28px -1px #54986b1c
}

.about-us-page .team-plain-initial {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: #EEF2EE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #54986B;
    margin-bottom: 16px;
    letter-spacing: .01em
}

.about-us-page .checklist {
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-us-page .checklist li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #2c3e30;
    letter-spacing: .01em
}

.about-us-page .checklist li::before {
    content: '';
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    border-radius: 2px;
    border: 2px solid #54986B;
    background: linear-gradient(135deg, #54986B 0%, #81B4A6 100%);
    box-shadow: inset 0 2px 4px #54986b33;
    position: relative
}

.about-us-page .checklist li::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) translate(-50%, -50%);
    pointer-events: none
}

.about-us-page .checklist-wrap {
    position: relative
}

.about-us-page .checklist-wrap .checklist li {
    position: relative
}

.about-us-page .checklist-wrap .checklist li .check-mark {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    border-radius: 2px;
    background: linear-gradient(135deg, #54986B 0%, #81B4A6 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-us-page .checklist-wrap .checklist li .check-mark svg {
    width: 10px;
    height: 10px
}

.about-us-page .values-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 64px;
    position: relative;
    z-index: 1
}

.about-us-page .value-item {
    flex: 1;
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 1px 7px 28px -1px #54986b1c;
    transition: box-shadow .45s cubic-bezier(0.34, 1.2, 0.64, 1), transform .45s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative;
    overflow: hidden
}

.about-us-page .value-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #54986B 0%, #81B4A6 100%);
    border-radius: 0 16px 16px 0
}

.about-us-page .value-item:hover {
    box-shadow: 1px 12px 52px -1px #54986b21;
    transform: translateY(-3px)
}

.about-us-page .value-number {
    font-size: 52px;
    font-weight: 700;
    color: #54986B;
    line-height: 1.15;
    letter-spacing: .01em;
    opacity: .18;
    margin-bottom: 8px
}

.about-us-page .value-heading {
    font-size: 16px;
    font-weight: 700;
    color: #1a2e20;
    letter-spacing: .01em;
    line-height: 1.45;
    margin-bottom: 8px
}

.about-us-page .value-text {
    font-size: 14px;
    line-height: 1.7;
    color: #5a7060;
    letter-spacing: .01em
}

.about-us-page .image-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 64px;
    position: relative;
    z-index: 1
}

.about-us-page .image-tile {
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 1px 7px 28px -1px #54986b1c
}

.about-us-page .image-tile img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s cubic-bezier(0.34, 1.2, 0.64, 1);
    filter: saturate(0.9) brightness(0.97)
}

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

.about-us-page .image-tile.tall img {
    aspect-ratio: 3/4
}

@media (max-width: 1024px) {
    .about-us-page .founding-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .about-us-page .founding-image-col {
        display: none
    }

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

    .about-us-page .team-top {
        grid-template-columns: 1fr;
        gap: 32px
    }

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

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

@media (max-width: 768px) {
    .about-us-page .founding-block {
        padding: 64px 0 32px
    }

    .about-us-page .founding-heading {
        font-size: 24px
    }

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

    .about-us-page .founding-aside {
        border-right: none;
        border-bottom: 2px solid #EEF2EE;
        padding-right: 0;
        padding-bottom: 8px;
        flex: none
    }

    .about-us-page .founding-stat-row {
        flex-direction: column;
        gap: 16px
    }

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

    .about-us-page .image-row {
        display: none
    }

    .about-us-page .page-strip {
        padding: 0 16px
    }
}

@media (max-width: 480px) {
    .about-us-page .founding-heading {
        font-size: 24px
    }

    .about-us-page .team-block {
        padding: 32px 0 64px
    }
}

.consultation {
    max-width: 100%;
    overflow-x: hidden
}

.consultation .page_container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.consultation .reveal {
    opacity: 0;
    transform: translateY(24px);
    animation: revealUp .55s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

.consultation .reveal.delay_1 {
    animation-delay: .1s
}

.consultation .reveal.delay_2 {
    animation-delay: .22s
}

.consultation .reveal.delay_3 {
    animation-delay: .36s
}

.consultation .reveal.delay_4 {
    animation-delay: .52s
}

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

.consultation .split_panel {
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: 64px;
    align-items: center;
    padding: 96px 32px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.consultation .split_panel::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 120px;
    height: 120px;
    background-image: repeating-linear-gradient(45deg, #54986B 0px, #54986B 1px, transparent 1px, transparent 10px);
    opacity: .07;
    pointer-events: none
}

.consultation .image_card {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 7px 28px -1px #54986b1c
}

.consultation .image_card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block
}

.consultation .image_card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, #54986b59, transparent);
    pointer-events: none
}

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

.consultation .label_tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .02em;
    color: #54986B;
    border: 1px solid #81B4A6;
    border-radius: 2px;
    padding: 8px 16px;
    width: fit-content;
    line-height: 1.15
}

.consultation .panel_text h1 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e2d24;
    font-weight: 800;
    margin: 0
}

.consultation .panel_text h1 span {
    font-weight: 300;
    color: #54986B
}

.consultation .panel_text p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4a40;
    margin: 0;
    max-width: 520px
}

.consultation .panel_text .number_accent {
    color: #54986B;
    font-weight: 700
}

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

.consultation .btn_primary {
    display: inline-block;
    background: #54986B;
    color: #fff;
    font-size: 16px;
    letter-spacing: .01em;
    padding: 16px 32px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.15;
    box-shadow: 1px 7px 28px -1px #54986b1c;
    transition: padding .45s cubic-bezier(0.34, 1.2, 0.64, 1), background .4s ease-in-out
}

.consultation .btn_primary:hover {
    background: #3d7a52;
    padding-left: 40px;
    padding-right: 40px
}

.consultation .btn_secondary {
    font-size: 16px;
    color: #54986B;
    text-decoration: underline;
    letter-spacing: .01em;
    line-height: 1.45;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: color .4s ease-in-out
}

.consultation .btn_secondary:hover {
    color: #3d7a52
}

.consultation .format_strip {
    background: #EEF2EE;
    padding: 64px 32px;
    position: relative
}

.consultation .format_strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 20% 50%, #54986b14 0%, transparent 70%);
    pointer-events: none
}

.consultation .format_inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.consultation .format_header {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 32px;
    align-items: end
}

.consultation .format_header h2 {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: .01em;
    color: #1e2d24;
    font-weight: 700;
    margin: 0
}

.consultation .format_header p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4a40;
    margin: 0
}

.consultation .format_grid {
    display: grid;
    grid-template-columns: 3fr 2fr 1fr;
    gap: 16px
}

.consultation .format_card {
    background: #fff;
    border-radius: 9px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 1px 1px 2px -1px #54986b14;
    transition: box-shadow .5s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.consultation .format_card:hover {
    box-shadow: 1px 12px 52px -1px #54986b21
}

.consultation .format_card h3 {
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: .01em;
    color: #1e2d24;
    font-weight: 700;
    margin: 0
}

.consultation .format_card p {
    font-size: 14px;
    line-height: 1.7;
    color: #3a4a40;
    margin: 0
}

.consultation .card_icon {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: #EEF2EE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.consultation .card_icon svg {
    width: 20px;
    height: 20px
}

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

.consultation .checklist li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #3a4a40
}

.consultation .checklist li::before {
    content: '';
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 2px solid #54986B;
    border-radius: 2px;
    margin-top: 3px;
    background: linear-gradient(135deg, #54986B 0%, #54986B 50%, transparent 50%);
    background-size: 100% 100%
}

.consultation .experts_panel {
    padding: 96px 32px;
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 60fr 40fr;
    gap: 64px;
    align-items: start;
    position: relative
}

.consultation .experts_panel::after {
    content: '';
    position: absolute;
    bottom: 32px;
    right: 0;
    width: 80px;
    height: 80px;
    background-image: repeating-linear-gradient(-45deg, #81B4A6 0px, #81B4A6 1px, transparent 1px, transparent 8px);
    opacity: .12;
    pointer-events: none
}

.consultation .experts_left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.consultation .experts_left h2 {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1e2d24;
    font-weight: 300;
    margin: 0
}

.consultation .experts_left h2 strong {
    font-weight: 800;
    display: block
}

.consultation .aside_note {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    align-items: start
}

.consultation .aside_label {
    font-size: 14px;
    line-height: 1.45;
    color: #81B4A6;
    letter-spacing: .02em;
    padding-top: 4px;
    text-align: right
}

.consultation .aside_body {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4a40;
    margin: 0
}

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

.consultation .portrait_item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 16px;
    align-items: center;
    background: #EEF2EE;
    border-radius: 9px;
    padding: 16px;
    box-shadow: 1px 1px 2px -1px #54986b14;
    transition: box-shadow .42s ease-in-out
}

.consultation .portrait_item:hover {
    box-shadow: 1px 7px 28px -1px #54986b1c
}

.consultation .portrait_img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    display: block
}

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

.consultation .portrait_meta h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    color: #1e2d24;
    margin: 0;
    letter-spacing: .01em
}

.consultation .portrait_meta span {
    font-size: 14px;
    color: #54986B;
    line-height: 1.45;
    letter-spacing: .01em
}

.consultation .star_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.consultation .rating {
    display: flex;
    flex-direction: row
}

.consultation .star {
    width: 14px;
    height: 14px;
    display: inline-block
}

.consultation .star svg {
    width: 14px;
    height: 14px
}

.consultation .rating_text {
    font-size: 14px;
    color: #3a4a40;
    line-height: 1.45
}

@media (max-width: 1024px) {
    .consultation .split_panel {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 64px 32px
    }

    .consultation .format_header {
        grid-template-columns: 1fr
    }

    .consultation .format_grid {
        grid-template-columns: 1fr 1fr
    }

    .consultation .experts_panel {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 64px 32px
    }
}

@media (max-width: 768px) {
    .consultation .split_panel .image_card {
        display: none
    }

    .consultation .panel_text h1 {
        font-size: 24px
    }

    .consultation .format_grid {
        grid-template-columns: 1fr
    }

    .consultation .format_strip {
        padding: 32px 16px
    }

    .consultation .experts_left h2 {
        font-size: 24px
    }

    .consultation .page_container {
        padding: 0 16px
    }

    .consultation .split_panel,
    .consultation .experts_panel {
        padding: 64px 16px
    }

    .consultation .aside_note {
        grid-template-columns: 1fr
    }

    .consultation .aside_label {
        text-align: left
    }
}

@media (max-width: 480px) {
    .consultation .action_row {
        flex-direction: column;
        align-items: flex-start
    }

    .consultation .portrait_stack {
        gap: 8px
    }
}

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

.contact-us-page .form-area {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 32px
}

.contact-us-page .form-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
    align-items: start
}

.contact-us-page .form-sidebar {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 32px
}

.contact-us-page .sidebar-label {
    font-size: 14px;
    letter-spacing: .02em;
    color: #54986B;
    line-height: 1.45;
    text-transform: uppercase;
    font-weight: 600
}

.contact-us-page .sidebar-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .01em;
    color: #1b2e22;
    margin: 0
}

.contact-us-page .sidebar-heading .accent-digit {
    color: #54986B
}

.contact-us-page .sidebar-note {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4d40;
    letter-spacing: .01em
}

.contact-us-page .contact-detail-group {
    display: grid;
    gap: 16px
}

.contact-us-page .detail-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 8px;
    align-items: start
}

.contact-us-page .detail-icon {
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: #EEF2EE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-us-page .detail-icon svg {
    width: 18px;
    height: 18px;
    stroke: #54986B;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .detail-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px
}

.contact-us-page .detail-text-label {
    font-size: 14px;
    color: #81B4A6;
    letter-spacing: .02em;
    line-height: 1.15
}

.contact-us-page .detail-text-value {
    font-size: 16px;
    color: #1b2e22;
    line-height: 1.45;
    letter-spacing: .01em;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.contact-us-page .detail-text-value:hover {
    color: #54986B
}

.contact-us-page .form-card {
    background: #fff;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 1px 7px 28px -1px #54986b1c;
    border: 1px solid #EEF2EE
}

.contact-us-page .form-card-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1b2e22;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 8px
}

.contact-us-page .form-card-sub {
    font-size: 14px;
    color: #3a4d40;
    line-height: 1.45;
    letter-spacing: .01em;
    margin: 0 0 32px
}

.contact-us-page .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.contact-us-page .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.contact-us-page .field-label {
    font-size: 14px;
    color: #3a4d40;
    letter-spacing: .02em;
    line-height: 1.15;
    font-weight: 600
}

.contact-us-page .field-input {
    height: 48px;
    border-radius: 9px;
    border: 1.5px solid #d0ddd4;
    padding: 0 16px;
    font-size: 14px;
    color: #1b2e22;
    background: #fff;
    letter-spacing: .01em;
    transition: border-color .42s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1);
    width: 100%;
    box-sizing: border-box;
    outline: none
}

.contact-us-page .field-input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .02em;
    color: #81B4A6
}

.contact-us-page .field-input:focus {
    border-color: #54986B;
    box-shadow: 1px 1px 2px -1px #54986b14
}

.contact-us-page .field-select {
    height: 48px;
    border-radius: 9px;
    border: 1.5px solid #d0ddd4;
    padding: 0 16px;
    font-size: 14px;
    color: #1b2e22;
    background: #fff;
    letter-spacing: .01em;
    transition: border-color .42s cubic-bezier(0.34, 1.2, 0.64, 1);
    width: 100%;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2354986B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer
}

.contact-us-page .field-select:focus {
    border-color: #54986B
}

.contact-us-page .priority-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 16px
}

.contact-us-page .priority-option {
    position: relative
}

.contact-us-page .priority-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.contact-us-page .priority-option label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px 8px;
    border-radius: 9px;
    border: 1.5px solid #d0ddd4;
    cursor: pointer;
    transition: border-color .4s cubic-bezier(0.34, 1.2, 0.64, 1), background .4s cubic-bezier(0.34, 1.2, 0.64, 1);
    font-size: 14px;
    color: #3a4d40;
    letter-spacing: .01em;
    line-height: 1.15;
    text-align: center;
    user-select: none
}

.contact-us-page .priority-option input[type="radio"]:checked+label {
    border-color: #54986B;
    background: #EEF2EE;
    color: #1b2e22;
    font-weight: 600
}

.contact-us-page .priority-option label:hover {
    border-color: #81B4A6
}

.contact-us-page .priority-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block
}

.contact-us-page .priority-dot.low {
    background: #81B4A6
}

.contact-us-page .priority-dot.normal {
    background: #54986B
}

.contact-us-page .priority-dot.urgent {
    background: #c05a3a
}

.contact-us-page .priority-field-label {
    font-size: 14px;
    color: #3a4d40;
    letter-spacing: .02em;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}

.contact-us-page .privacy-row {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 8px;
    align-items: start;
    margin-bottom: 24px;
    margin-top: 8px
}

.contact-us-page .privacy-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1.5px solid #d0ddd4;
    accent-color: #54986B;
    cursor: pointer;
    margin-top: 2px;
    flex-shrink: 0
}

.contact-us-page .privacy-text {
    font-size: 14px;
    color: #3a4d40;
    line-height: 1.7;
    letter-spacing: .01em
}

.contact-us-page .privacy-text a {
    color: #54986B;
    text-decoration: underline;
    transition: color .4s ease-in-out
}

.contact-us-page .privacy-text a:hover {
    color: #1b2e22
}

.contact-us-page .submit-button {
    width: 100%;
    height: 52px;
    border-radius: 9px;
    background: #54986B;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .02em;
    border: none;
    cursor: pointer;
    transition: background .42s cubic-bezier(0.34, 1.2, 0.64, 1), width .5s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-shadow: 1px 7px 28px -1px #54986b1c;
    display: block
}

.contact-us-page .submit-button:hover {
    background: #3d7a52;
    box-shadow: 1px 12px 52px -1px #54986b21
}

.contact-us-page .submit-button:focus {
    outline: 2px solid #54986B;
    outline-offset: 3px
}

.contact-us-page .submit-button:active {
    background: #2e6040
}

.contact-us-page .info-strip {
    background: #EEF2EE;
    padding: 64px 32px
}

.contact-us-page .info-strip-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2px 1fr 2px 1fr;
    gap: 32px;
    align-items: center
}

.contact-us-page .strip-divider {
    background: #81B4A6;
    height: 64px;
    border-radius: 2px;
    opacity: .4
}

.contact-us-page .strip-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px
}

.contact-us-page .strip-item-label {
    font-size: 14px;
    color: #81B4A6;
    letter-spacing: .02em;
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 600
}

.contact-us-page .strip-item-value {
    font-size: 16px;
    color: #1b2e22;
    line-height: 1.45;
    letter-spacing: .01em;
    font-weight: 500
}

.contact-us-page .strip-item-value a {
    color: #1b2e22;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.contact-us-page .strip-item-value a:hover {
    color: #54986B
}

.contact-us-page .response-block {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 32px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 64px;
    align-items: start
}

.contact-us-page .response-aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.contact-us-page .response-aside-decoration {
    position: absolute;
    top: -32px;
    left: -16px;
    font-size: 160px;
    line-height: 1;
    color: #EEF2EE;
    font-weight: 700;
    letter-spacing: -.04em;
    pointer-events: none;
    z-index: 0;
    user-select: none
}

.contact-us-page .response-aside-label {
    font-size: 14px;
    color: #54986B;
    letter-spacing: .02em;
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1
}

.contact-us-page .response-aside-heading {
    font-size: 24px;
    font-weight: 300;
    color: #1b2e22;
    line-height: 1.45;
    letter-spacing: .01em;
    margin: 0;
    position: relative;
    z-index: 1
}

.contact-us-page .response-aside-heading strong {
    font-weight: 700
}

.contact-us-page .response-main {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.contact-us-page .response-bar-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .response-bar-labels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.contact-us-page .response-bar-title {
    font-size: 14px;
    color: #3a4d40;
    letter-spacing: .01em;
    line-height: 1.15;
    font-weight: 600
}

.contact-us-page .response-bar-extremes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #81B4A6;
    letter-spacing: .01em;
    line-height: 1.15
}

.contact-us-page .response-bar-track {
    height: 8px;
    border-radius: 5px;
    background: #EEF2EE;
    position: relative;
    overflow: hidden
}

.contact-us-page .response-bar-fill {
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, #81B4A6, #54986B);
    animation: bar-grow 1.2s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
    transform-origin: left center
}

@keyframes bar-grow {
    from {
        width: 0
    }

    to {
        width: var(--bar-width)
    }
}

.contact-us-page .response-bar-marker {
    position: absolute;
    top: 0;
    height: 100%;
    width: 3px;
    background: #1b2e22;
    border-radius: 2px;
    left: var(--marker-pos)
}

.contact-us-page .response-text {
    font-size: 16px;
    color: #3a4d40;
    line-height: 1.7;
    letter-spacing: .01em
}

.contact-us-page .response-text .accent-digit {
    color: #54986B;
    font-weight: 700
}

.contact-us-page .bg-animated {
    animation: bg-shift 15s linear infinite
}

@keyframes bg-shift {
    0% {
        background-color: #EEF2EE
    }

    50% {
        background-color: #ddeae3
    }

    100% {
        background-color: #EEF2EE
    }
}

@media (max-width: 1024px) {
    .contact-us-page .form-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .contact-us-page .sidebar-heading {
        font-size: 52px
    }

    .contact-us-page .response-block {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .contact-us-page .response-aside-decoration {
        display: none
    }

    .contact-us-page .info-strip-inner {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .contact-us-page .strip-divider {
        display: none
    }
}

@media (max-width: 768px) {
    .contact-us-page .form-area {
        padding: 64px 16px
    }

    .contact-us-page .form-card {
        padding: 32px 16px
    }

    .contact-us-page .field-row {
        grid-template-columns: 1fr
    }

    .contact-us-page .sidebar-heading {
        font-size: 52px
    }

    .contact-us-page .priority-strip {
        grid-template-columns: 1fr
    }

    .contact-us-page .response-block {
        padding: 64px 16px
    }

    .contact-us-page .info-strip {
        padding: 32px 16px
    }
}

@media (max-width: 480px) {
    .contact-us-page .sidebar-heading {
        font-size: 52px
    }

    .contact-us-page .form-card {
        padding: 24px 16px
    }
}

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

.success_page .success_card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 1px 7px 28px -1px #54986b1c;
    padding: 64px;
    max-width: 560px;
    width: 100%;
    text-align: center
}

.success_page .success_card .icon_wrapper {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: #EEF2EE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px
}

.success_page .success_card .icon_wrapper svg {
    display: block
}

.success_page .success_card .success_heading {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: .01em;
    font-weight: 700;
    color: #1b2e23;
    margin: 0 0 16px
}

.success_page .success_card .success_text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #3a4f42;
    margin: 0 0 32px
}

.success_page .success_card .success_note {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: .02em;
    color: #54986B;
    margin: 0 0 32px;
    padding: 16px;
    background: #EEF2EE;
    border-radius: 9px
}

.success_page .success_card .return_link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: .01em;
    font-weight: 600;
    color: #fff;
    background: #54986B;
    padding: 16px 32px;
    border-radius: 9px;
    text-decoration: none;
    transition: padding .42s cubic-bezier(0.34, 1.2, 0.64, 1), background .45s ease-in-out
}

.success_page .success_card .return_link:hover {
    background: #3d7a53;
    padding: 16px 40px
}

.success_page .success_card .return_link:focus {
    outline: 2px solid #54986B;
    outline-offset: 4px
}

@media (max-width: 480px) {
    .success_page {
        padding: 64px 16px
    }

    .success_page .success_card {
        padding: 32px 16px
    }
}