body {
    font-family: "Roboto Mono", monospace;
    margin: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
    -webkit-text-size-adjust: 100%;
}

.hd {
    background: #F2F4F1;
    border-bottom: 2px solid #598640;
    position: relative;
}

.hd__bar--top {
    background: #598640;
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}

.hd__contact-link {
    color: #F2F4F1;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: color 0.45s ease-in-out, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hd__contact-link:hover {
    color: #AABC7D;
    opacity: 0.9;
}

.hd__contact-link:focus {
    outline: 2px solid #AABC7D;
    outline-offset: 3px;
    border-radius: 4px;
}

.hd__body {
    max-width: 1320px;
    margin: 0 auto;
    padding: 32px 32px 16px;
    display: flex;
    align-items: flex-end;
    gap: 64px;
}

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

.hd__logo-box {
    border: 1px solid #2a3d1a;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(89, 134, 64, 0.08), 0 6px 20px 0 rgba(89, 134, 64, 0.11);
}

.hd__logo-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.hd__brand-name {
    font-size: 15px;
    font-weight: 700;
    color: #2a3d1a;
    letter-spacing: 0.12em;
    line-height: 1.1;
    text-transform: lowercase;
}

.hd__menu {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hd__menu-item {
    display: block;
}

.hd__menu-link {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #2a3d1a;
    text-decoration: none;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: border-color 0.55s ease-in-out, background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.45s ease-in-out;
}

.hd__menu-link:hover {
    background: #AABC7D;
    border-color: #598640;
    color: #1e2d10;
}

.hd__menu-link:focus {
    outline: 2px solid #598640;
    outline-offset: 2px;
}

.hd__menu-link[aria-current="page"] {
    background: #598640;
    color: #F2F4F1;
    border-color: #598640;
}

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

    .hd__menu {
        justify-content: center;
    }

    .hd__bar--top {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
        padding: 8px 16px;
    }
}

@media (max-width: 320px) {
    .hd__menu-link {
        padding: 8px;
        font-size: 15px;
    }
}

.ft {
    background: #2a3d1a;
    border-top: 2px solid #598640;
    padding: 32px 32px;
}

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

.ft__copy {
    font-size: 15px;
    color: #AABC7D;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 300;
}

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

.ft__legal-link {
    font-size: 15px;
    color: #F2F4F1;
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    transition: color 0.48s ease-in-out;
}

.ft__legal-link:hover {
    color: #AABC7D;
}

.ft__legal-link:focus {
    outline: 2px solid #AABC7D;
    outline-offset: 3px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .ft__row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    .ft__legal {
        justify-content: center;
        gap: 16px;
    }

    .ft {
        padding: 32px 16px;
    }
}

.ck-bar {
    position: fixed;
    top: 32px;
    left: 32px;
    z-index: 1000;
    background: #F2F4F1;
    border: 2px solid #598640;
    border-radius: 7px;
    padding: 32px;
    max-width: 340px;
    width: calc(100vw - 64px);
    box-shadow: 0 9px 44px 0 rgba(89, 134, 64, 0.14);
    display: none;
    opacity: 0;
    transition: opacity 0.32s ease-in-out;
}

.ck-bar--visible {
    opacity: 1;
}

.ck-bar__desc {
    font-size: 15px;
    color: #2a3d1a;
    line-height: 1.8;
    font-family: "Roboto Mono", monospace;
    margin: 0 0 8px;
}

.ck-bar__policy-link {
    color: #598640;
    text-decoration: underline;
    font-weight: 500;
}

.ck-bar__policy-link:hover {
    color: #2a3d1a;
}

.ck-bar__policy-link:focus {
    outline: 2px solid #598640;
    outline-offset: 2px;
    border-radius: 4px;
}

.ck-bar__headline {
    font-size: 18px;
    font-weight: 700;
    color: #2a3d1a;
    line-height: 1.1;
    letter-spacing: 0.06em;
    font-family: "Roboto Mono", monospace;
    margin: 8px 0 16px;
    display: block;
}

.ck-bar__toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #AABC7D;
}

.ck-bar__toggle-label {
    font-size: 15px;
    color: #2a3d1a;
    font-family: "Roboto Mono", monospace;
    line-height: 1.5;
}

.ck-bar__toggle {
    width: 36px;
    height: 20px;
    cursor: pointer;
    accent-color: #598640;
}

.ck-bar__toggle:focus {
    outline: 2px solid #598640;
    outline-offset: 2px;
}

.ck-bar__btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.ck-bar__btn--accept {
    font-family: "Roboto Mono", monospace;
    font-size: 15px;
    font-weight: 700;
    color: #F2F4F1;
    background: #598640;
    border: 2px solid #598640;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    line-height: 1.5;
    transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.48s ease-in-out;
    min-height: 44px;
}

.ck-bar__btn--accept:hover {
    background: #2a3d1a;
    border-color: #2a3d1a;
    box-shadow: 0 6px 20px 0 rgba(89, 134, 64, 0.11);
}

.ck-bar__btn--accept:focus {
    outline: 2px solid #2a3d1a;
    outline-offset: 3px;
}

.ck-bar__btn--reject {
    font-family: "Roboto Mono", monospace;
    font-size: 15px;
    font-weight: 400;
    color: #598640;
    background: transparent;
    border: 2px solid #598640;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    line-height: 1.5;
    transition: box-shadow 0.55s ease-in-out, color 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.48s ease-in-out;
    min-height: 44px;
}

.ck-bar__btn--reject:hover {
    box-shadow: 0 6px 20px 0 rgba(89, 134, 64, 0.11);
    color: #2a3d1a;
    border-color: #2a3d1a;
}

.ck-bar__btn--reject:focus {
    outline: 2px solid #598640;
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .ck-bar {
        top: 16px;
        left: 16px;
        max-width: calc(100vw - 32px);
        width: calc(100vw - 32px);
        padding: 16px;
    }
}

.agreement-block {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1320px;
    padding: 64px 32px;
}

.agreement-block h1 {
    font-size: 58px;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin-bottom: 32px;
    margin-top: 0;
}

.agreement-block h2 {
    font-size: 30px;
    letter-spacing: 0.1px;
    line-height: 1.1;
    margin-bottom: 16px;
    margin-top: 64px;
}

.agreement-block h3 {
    font-size: 22px;
    letter-spacing: 0.1px;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 32px;
}

.agreement-block h4 {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 32px;
}

.agreement-block h5 {
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-top: 16px;
    text-transform: uppercase;
}

.agreement-block h6 {
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-top: 16px;
    opacity: 0.75;
    text-transform: uppercase;
}

.agreement-block em,
.agreement-block i {
    color: #598640;
    font-style: italic;
}

.agreement-block hr {
    background: none;
    border: none;
    border-top: 2px solid #AABC7D;
    margin-bottom: 64px;
    margin-top: 64px;
    opacity: 0.5;
}

.agreement-block table {
    border-collapse: collapse;
    border-radius: 7px;
    box-shadow: 0 1px 4px 0 rgba(89, 134, 64, 0.08), 0 6px 20px 0 rgba(89, 134, 64, 0.11);
    margin-bottom: 32px;
    margin-top: 32px;
    overflow: hidden;
    width: 100%;
}

.agreement-block thead {
    background-color: #598640;
}

.agreement-block thead th {
    color: #F2F4F1;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 16px;
    text-align: left;
    text-transform: uppercase;
}

.agreement-block tbody tr {
    border-bottom: 1px solid rgba(170, 188, 125, 0.3);
    transition: background-color 0.45s ease-in-out;
}

.agreement-block tbody tr:last-child {
    border-bottom: none;
}

.agreement-block tbody tr:nth-child(even) {
    background-color: #F2F4F1;
}

.agreement-block tbody tr:hover {
    background-color: rgba(170, 188, 125, 0.18);
}

.agreement-block td {
    font-size: 15px;
    line-height: 1.8;
    padding: 16px;
    vertical-align: top;
}

.agreement-block div {
    box-sizing: border-box;
}

.agreement-block div+div {
    margin-top: 16px;
}

@media (max-width: 768px) {
    .agreement-block {
        padding: 32px 16px;
    }

    .agreement-block h1 {
        font-size: 30px;
    }

    .agreement-block h2 {
        font-size: 22px;
        margin-top: 32px;
    }

    .agreement-block h3 {
        font-size: 18px;
    }

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

    .agreement-block hr {
        margin-bottom: 32px;
        margin-top: 32px;
    }
}

@media (max-width: 320px) {
    .agreement-block {
        padding: 16px 8px;
    }

    .agreement-block h1 {
        font-size: 22px;
    }

    .agreement-block h2 {
        font-size: 18px;
    }

    .agreement-block td,
    .agreement-block thead th {
        padding: 8px;
    }
}

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

.avlb__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
}

.avlb__reveal-1 {
    opacity: 0;
    transform: translateY(12px);
    animation: avlb-up 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
}

.avlb__reveal-2 {
    opacity: 0;
    transform: translateY(22px);
    animation: avlb-up 0.58s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s forwards;
}

.avlb__reveal-3 {
    opacity: 0;
    transform: translateY(34px);
    animation: avlb-up 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}

@keyframes avlb-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.avlb__hero {
    padding: 96px 0 64px;
    background: #F2F4F1;
    position: relative;
}

.avlb__hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
}

.avlb__hero-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: center;
}

.avlb__hero-img-col {
    position: relative;
}

.avlb__hero-img-frame {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 9px 44px 0 rgba(89, 134, 64, 0.14);
}

.avlb__hero-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(40%) saturate(1.1);
}

.avlb__hero-img-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(89, 134, 64, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.avlb__hero-deco {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid rgba(89, 134, 64, 0.13);
    pointer-events: none;
}

.avlb__hero-deco::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    border: 1px solid rgba(89, 134, 64, 0.09);
}

.avlb__hero-text {
    position: relative;
}

.avlb__hero-text::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -32px;
    width: 4px;
    height: 64px;
    background: linear-gradient(to bottom, #598640, rgba(89, 134, 64, 0));
    border-radius: 4px;
}

.avlb__label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #598640;
    background: rgba(170, 188, 125, 0.18);
    padding: 8px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-weight: 600;
}

.avlb__hero-h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #1e2d14;
    margin: 0 0 16px;
}

.avlb__hero-sub {
    font-size: 18px;
    line-height: 1.8;
    color: #3a4d2a;
    margin: 0 0 32px;
    max-width: 520px;
}

.avlb__hero-note {
    font-size: 15px;
    line-height: 1.5;
    color: #556644;
    border-top: 1px solid rgba(89, 134, 64, 0.2);
    padding-top: 16px;
}

.avlb__schedule {
    padding: 96px 0;
    background: #fff;
}

.avlb__sch-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
    align-items: start;
}

.avlb__sch-main {}

.avlb__sec-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.avlb__sec-shape {
    width: 10px;
    height: 10px;
    background: #598640;
    border-radius: 4px;
    flex-shrink: 0;
}

.avlb__sec-tag {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    color: #598640;
    font-weight: 600;
}

.avlb__sch-h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #1e2d14;
    margin: 0 0 32px;
}

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

.avlb__day-card {
    border-radius: 13px;
    padding: 16px;
    background: #F2F4F1;
    box-shadow: 0 1px 4px 0 rgba(89, 134, 64, 0.08);
    transition: box-shadow 0.48s ease-in-out, transform 0.48s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.avlb__day-card:hover {
    box-shadow: 0 6px 20px 0 rgba(89, 134, 64, 0.11);
    transform: scale(1.02);
}

.avlb__day-card--closed {
    opacity: 0.55;
}

.avlb__day-name {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e2d14;
    letter-spacing: 0.04em;
}

.avlb__day-time {
    font-size: 18px;
    line-height: 1.5;
    color: #598640;
    font-weight: 600;
}

.avlb__day-badge {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    background: rgba(89, 134, 64, 0.12);
    color: #3a5a22;
    border-radius: 4px;
    padding: 4px 8px;
    align-self: flex-start;
}

.avlb__day-badge--off {
    background: rgba(0, 0, 0, 0.06);
    color: #666;
}

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

.avlb__info-card {
    border-radius: 13px;
    padding: 32px;
    background: linear-gradient(160deg, rgba(242, 244, 241, 1) 0%, transparent 100%);
    border: 1px solid rgba(89, 134, 64, 0.15);
    box-shadow: 0 1px 4px 0 rgba(89, 134, 64, 0.08);
}

.avlb__info-card-h {
    font-size: 18px;
    line-height: 1.5;
    color: #1e2d14;
    margin: 0 0 8px;
    font-weight: 700;
}

.avlb__info-card-p {
    font-size: 15px;
    line-height: 1.8;
    color: #3a4d2a;
    margin: 0;
}

.avlb__info-card-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #598640;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.52s ease-in-out;
}

.avlb__info-card-link:hover {
    color: #3a5a22;
}

.avlb__team {
    padding: 96px 0;
    background: #F2F4F1;
    position: relative;
    overflow: hidden;
}

.avlb__team-deco {
    position: absolute;
    bottom: -64px;
    right: -64px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 2px solid rgba(89, 134, 64, 0.1);
    pointer-events: none;
}

.avlb__team-deco::before {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    border: 1px solid rgba(89, 134, 64, 0.07);
}

.avlb__team-deco::after {
    content: "";
    position: absolute;
    inset: 48px;
    border-radius: 50%;
    border: 1px solid rgba(89, 134, 64, 0.05);
}

.avlb__team-h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #1e2d14;
    margin: 0 0 32px;
}

.avlb__team-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.avlb__expert {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
    align-items: start;
    background: #fff;
    border-radius: 13px;
    padding: 32px;
    box-shadow: 0 1px 4px 0 rgba(89, 134, 64, 0.08);
    transition: box-shadow 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.avlb__expert:hover {
    box-shadow: 0 9px 44px 0 rgba(89, 134, 64, 0.14);
    transform: scale(1.02);
}

.avlb__expert-img-wrap {
    aspect-ratio: 5/7;
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid rgba(89, 134, 64, 0.2);
}

.avlb__expert-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(20%) saturate(1.1);
}

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

.avlb__expert-name {
    font-size: 18px;
    line-height: 1.5;
    color: #1e2d14;
    font-weight: 700;
    margin: 0;
}

.avlb__expert-role {
    font-size: 15px;
    line-height: 1.5;
    color: #598640;
    font-weight: 600;
    margin: 0;
}

.avlb__expert-bio {
    font-size: 15px;
    line-height: 1.8;
    color: #3a4d2a;
    margin: 0;
}

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

.avlb__checklist li {
    font-size: 15px;
    line-height: 1.5;
    color: #3a4d2a;
    padding-left: 24px;
    position: relative;
}

.avlb__checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border: 2px solid #598640;
    border-radius: 4px;
    background: rgba(89, 134, 64, 0.1);
}

.avlb__band {
    height: 32px;
    background: linear-gradient(to bottom, rgba(170, 188, 125, 0.25), transparent);
}

@media (max-width: 1024px) {
    .avlb__hero-h1 {
        font-size: 30px;
    }

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

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

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

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

    .avlb__hero {
        padding: 64px 0 32px;
    }

    .avlb__hero-h1 {
        font-size: 30px;
    }

    .avlb__days-grid {
        grid-template-columns: 1fr;
    }

    .avlb__schedule {
        padding: 64px 0;
    }

    .avlb__team {
        padding: 64px 0;
    }

    .avlb__expert {
        grid-template-columns: 96px 1fr;
    }

    .avlb__inner {
        padding: 0 16px;
    }
}

@media (max-width: 320px) {
    .avlb__hero-h1 {
        font-size: 22px;
    }

    .avlb__expert {
        grid-template-columns: 1fr;
    }
}

.cu-pg {
    background: #F2F4F1;
    overflow-x: clip;
    padding: 0;
}

.cu-pg .reach {
    max-width: 1320px;
    margin: 0 auto;
    padding: 96px 32px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
    align-items: start;
}

.cu-pg .reach__img-col {
    position: relative;
}

.cu-pg .reach__img-wrap {
    border-radius: 13px;
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 100%;
    box-shadow: 0 9px 44px 0 rgba(89, 134, 64, 0.14);
}

.cu-pg .reach__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.85);
    transition: filter 0.55s ease-in-out;
}

.cu-pg .reach__img-wrap:hover img {
    filter: saturate(1) brightness(0.9);
}

.cu-pg .reach__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(89, 134, 64, 0.45) 0%, transparent 65%);
    border-radius: 13px;
    pointer-events: none;
}

.cu-pg .reach__dots {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 80px;
    height: 80px;
    pointer-events: none;
    z-index: 0;
}

.cu-pg .reach__dots circle {
    fill: rgba(89, 134, 64, 0.18);
}

.cu-pg .reach__text-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cu-pg .reach__label {
    font-size: 15px;
    letter-spacing: 0.12em;
    color: #598640;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
}

.cu-pg .reach__h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #1b2d10;
    margin: 0;
}

.cu-pg .reach__h1 span {
    display: block;
    color: #598640;
}

.cu-pg .reach__desc {
    font-size: 18px;
    line-height: 1.8;
    color: #2e3d22;
    margin: 0;
}

.cu-pg .reach__contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 2px dashed rgba(89, 134, 64, 0.35);
    border-radius: 13px;
    padding: 32px;
    background: rgba(170, 188, 125, 0.1);
}

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

.cu-pg .reach__clabel {
    font-size: 15px;
    letter-spacing: 0.08em;
    color: #598640;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.cu-pg .reach__cval {
    font-size: 18px;
    line-height: 1.5;
    color: #1b2d10;
    text-decoration: none;
    transition: color 0.45s ease-in-out;
}

.cu-pg .reach__cval:hover {
    color: #598640;
}

.cu-pg .reach__cval--addr {
    font-size: 18px;
    line-height: 1.5;
    color: #1b2d10;
}

.cu-pg .reach__num {
    font-size: 72px;
    line-height: 1.1;
    color: rgba(89, 134, 64, 0.12);
    font-weight: 900;
    position: absolute;
    bottom: 16px;
    right: 16px;
    pointer-events: none;
    user-select: none;
    letter-spacing: -2px;
}

@keyframes desat-cycle {

    0%,
    100% {
        filter: saturate(1);
    }

    50% {
        filter: saturate(0.55);
    }
}

.cu-pg .form-sec {
    background: linear-gradient(105deg, rgba(89, 134, 64, 0.08) 0%, #F2F4F1 60%);
    animation: desat-cycle 9s ease-in-out infinite;
}

.cu-pg .form-sec__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 96px 32px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start;
}

.cu-pg .form-sec__aside {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 32px;
}

.cu-pg .form-sec__shape {
    width: 36px;
    height: 36px;
    background: #598640;
    border-radius: 7px;
    transform: rotate(12deg);
}

.cu-pg .form-sec__h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #1b2d10;
    margin: 0;
}

.cu-pg .form-sec__note {
    font-size: 15px;
    line-height: 1.8;
    color: #3a4f27;
    margin: 0;
}

.cu-pg .form-sec__steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cu-pg .form-sec__step {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.5;
    color: #2e3d22;
}

.cu-pg .form-sec__step-num {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 4px;
    background: #AABC7D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #1b2d10;
    line-height: 1.1;
}

.cu-pg .frm {
    background: #fff;
    border-radius: 22px;
    padding: 64px;
    box-shadow: 0 6px 20px 0 rgba(89, 134, 64, 0.11);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.cu-pg .frm__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

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

.cu-pg .frm__field--full {
    grid-column: 1 / -1;
}

.cu-pg .frm__lbl {
    font-size: 15px;
    font-weight: 700;
    color: #2e3d22;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.cu-pg .frm__lbl span {
    color: #598640;
}

.cu-pg .frm__input {
    border: 2px solid rgba(89, 134, 64, 0.25);
    border-radius: 7px;
    padding: 16px;
    font-size: 18px;
    line-height: 1.5;
    color: #1b2d10;
    background: #F2F4F1;
    outline: none;
    transition: border-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    box-sizing: border-box;
}

.cu-pg .frm__input::placeholder {
    color: #8aaa6a;
    font-weight: 300;
}

.cu-pg .frm__input:focus {
    border-color: #598640;
    box-shadow: 0 1px 4px 0 rgba(89, 134, 64, 0.08);
    background: #fff;
}

.cu-pg .frm__select {
    border: 2px solid rgba(89, 134, 64, 0.25);
    border-radius: 7px;
    padding: 16px;
    font-size: 18px;
    line-height: 1.5;
    color: #1b2d10;
    background: #F2F4F1;
    outline: none;
    transition: border-color 0.55s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    cursor: pointer;
}

.cu-pg .frm__select:focus {
    border-color: #598640;
    background: #fff;
}

.cu-pg .frm__select-wrap {
    position: relative;
}

.cu-pg .frm__select-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 12px;
    height: 8px;
}

.cu-pg .frm__select-arrow path {
    fill: #598640;
}

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

.cu-pg .frm__chk {
    width: 22px;
    height: 22px;
    min-width: 22px;
    accent-color: #598640;
    cursor: pointer;
    margin-top: 2px;
}

.cu-pg .frm__privacy-txt {
    font-size: 15px;
    line-height: 1.8;
    color: #3a4f27;
}

.cu-pg .frm__privacy-txt a {
    color: #598640;
    text-decoration: underline;
    transition: color 0.45s ease-in-out;
}

.cu-pg .frm__privacy-txt a:hover {
    color: #1b2d10;
}

.cu-pg .frm__submit {
    align-self: flex-start;
    background: #598640;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 16px 32px;
    font-size: 18px;
    line-height: 1.5;
    cursor: pointer;
    transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s ease-in-out;
    letter-spacing: 0.03em;
}

.cu-pg .frm__submit:hover {
    box-shadow: 0 9px 44px 0 rgba(89, 134, 64, 0.14);
    transform: scale(1.03);
}

.cu-pg .frm__submit:focus {
    outline: 3px solid #AABC7D;
    outline-offset: 3px;
}

.cu-pg .frm__submit:active {
    transform: scale(0.99);
}

.cu-pg .zigzag-div {
    width: 100%;
    line-height: 0;
    display: block;
}

.cu-pg .zigzag-div svg {
    display: block;
    width: 100%;
}

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

    .cu-pg .reach__img-col {
        max-width: 480px;
    }

    .cu-pg .reach__h1 {
        font-size: 30px;
    }

    .cu-pg .form-sec__inner {
        grid-template-columns: 1fr;
        padding: 64px 32px;
        gap: 32px;
    }

    .cu-pg .form-sec__aside {
        position: static;
    }

    .cu-pg .frm {
        padding: 32px;
    }
}

@media (max-width: 768px) {
    .cu-pg .reach {
        padding: 64px 16px;
    }

    .cu-pg .reach__h1 {
        font-size: 30px;
    }

    .cu-pg .frm__row {
        grid-template-columns: 1fr;
    }

    .cu-pg .form-sec__inner {
        padding: 64px 16px;
    }

    .cu-pg .frm {
        padding: 32px 16px;
    }
}

@media (max-width: 320px) {
    .cu-pg .reach__h1 {
        font-size: 22px;
    }

    .cu-pg .frm {
        padding: 16px;
    }
}

.ab-us {
    overflow-x: hidden;
}

.ab-us .pg-schema {
    display: none;
}

.ab-us .s1 {
    padding: 96px 16px 64px;
    background: linear-gradient(170deg, #598640 0%, #AABC7D 45%, transparent 100%);
    position: relative;
}

.ab-us .s1__inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 64px;
    margin: 0 auto;
    max-width: 1320px;
}

.ab-us .s1__text {
    flex: 1 1 0;
    min-width: 0;
}

.ab-us .s1__label {
    border: 2px solid #F2F4F1;
    border-radius: 4px;
    color: #F2F4F1;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.12em;
    margin-bottom: 32px;
    padding: 8px 16px;
    text-transform: uppercase;
}

.ab-us .s1__h1 {
    color: #F2F4F1;
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 32px;
    margin-top: 0;
}

.ab-us .s1__lead {
    color: #F2F4F1;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 16px;
    margin-top: 0;
}

.ab-us .s1__sub {
    color: #F2F4F1;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    opacity: 0.88;
}

.ab-us .s1__img-col {
    flex: 0 0 380px;
    position: relative;
}

.ab-us .s1__img-wrap {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}

.ab-us .s1__img-wrap img {
    aspect-ratio: 1/1;
    display: block;
    filter: blur(3px);
    object-fit: cover;
    transition: filter 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}

.ab-us .s1__img-wrap:hover img {
    filter: blur(0px);
}

.ab-us .s1__deco {
    background: rgba(89, 134, 64, 0.18);
    border-radius: 22px;
    bottom: -16px;
    height: 100%;
    position: absolute;
    right: -16px;
    width: 100%;
    z-index: -1;
}

.ab-us .s1__divider {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    margin-top: 64px;
}

.ab-us .s1__arr {
    border-right: 2px solid #F2F4F1;
    border-top: 2px solid #F2F4F1;
    display: inline-block;
    height: 10px;
    opacity: 0.55;
    transform: rotate(45deg);
    width: 10px;
}

.ab-us .s2 {
    background: #F2F4F1;
    padding: 96px 16px;
}

.ab-us .s2__inner {
    margin: 0 auto;
    max-width: 1320px;
}

.ab-us .s2__top {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 64px;
    margin-bottom: 64px;
}

.ab-us .s2__top-text {
    flex: 1 1 0;
    min-width: 0;
}

.ab-us .s2__anchor {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 32px;
}

.ab-us .s2__anchor-shape {
    background: #598640;
    border-radius: 4px;
    flex-shrink: 0;
    height: 18px;
    width: 6px;
}

.ab-us .s2__h2 {
    color: #2a3d1e;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 0;
}

.ab-us .s2__desc {
    color: #2a3d1e;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 16px;
    margin-top: 32px;
}

.ab-us .s2__desc--sm {
    color: #3a4f2a;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
}

.ab-us .s2__img-side {
    flex: 0 0 320px;
}

.ab-us .s2__img-wrap {
    border-radius: 13px;
    overflow: hidden;
    position: relative;
}

.ab-us .s2__img-wrap img {
    aspect-ratio: 1/1;
    display: block;
    filter: blur(3px);
    object-fit: cover;
    transition: filter 0.6s ease-in-out;
    width: 100%;
}

.ab-us .s2__img-wrap:hover img {
    filter: blur(0px);
}

.ab-us .s2__grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 64px;
}

.ab-us .s2__card {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 1px 4px 0 rgba(89, 134, 64, 0.08), 0 6px 20px 0 rgba(89, 134, 64, 0.11);
    padding: 32px;
    position: relative;
    transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ab-us .s2__card:hover {
    box-shadow: 0 9px 44px 0 rgba(89, 134, 64, 0.14);
    transform: scale(1.03);
}

.ab-us .s2__card::before {
    background: linear-gradient(135deg, #598640 0%, transparent 55%);
    border-radius: 13px 0 0 0;
    content: "";
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.ab-us .s2__card-h {
    color: #2a3d1e;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 0;
}

.ab-us .s2__card-p {
    color: #3a4f2a;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
    margin-top: 0;
}

.ab-us .s2__team {
    border-top: 2px solid #AABC7D;
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 64px;
}

.ab-us .s2__member {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.ab-us .s2__portrait {
    border-radius: 13px;
    flex-shrink: 0;
    height: 140px;
    overflow: hidden;
    width: 96px;
}

.ab-us .s2__portrait img {
    aspect-ratio: 2/3;
    display: block;
    filter: blur(2px);
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: filter 0.5s ease-in-out;
    width: 100%;
}

.ab-us .s2__portrait:hover img {
    filter: blur(0px);
}

.ab-us .s2__member-info {
    flex: 1 1 0;
    min-width: 0;
}

.ab-us .s2__member-name {
    color: #2a3d1e;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-top: 0;
}

.ab-us .s2__member-role {
    background: rgba(170, 188, 125, 0.25);
    border-radius: 4px;
    color: #3a4f2a;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    padding: 4px 8px;
}

.ab-us .s2__member-bio {
    color: #3a4f2a;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
    margin-top: 0;
}

.ab-us .s2__imgs-row {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 64px;
}

.ab-us .s2__scene {
    border-radius: 13px;
    overflow: hidden;
}

.ab-us .s2__scene img {
    aspect-ratio: 1/1;
    display: block;
    filter: blur(3px);
    object-fit: cover;
    transition: filter 0.58s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}

.ab-us .s2__scene:hover img {
    filter: blur(0px);
}

.ab-us .s2__dot-bg {
    background-image: radial-gradient(circle, #AABC7D 1px, transparent 1px);
    background-position: top left;
    background-size: 18px 18px;
    border-radius: 13px;
    margin-bottom: 64px;
    opacity: 0.35;
    padding: 32px;
    pointer-events: none;
}

.ab-us .s2__checklist {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.ab-us .s2__checklist li {
    align-items: flex-start;
    color: #2a3d1e;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    gap: 16px;
    line-height: 1.8;
}

.ab-us .s2__check {
    border: 2px solid #598640;
    border-radius: 4px;
    flex-shrink: 0;
    height: 18px;
    margin-top: 3px;
    position: relative;
    width: 18px;
}

.ab-us .s2__check::after {
    border-bottom: 2px solid #598640;
    border-right: 2px solid #598640;
    content: "";
    height: 9px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    width: 5px;
}

.ab-us .s2__divider {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    margin-bottom: 64px;
    margin-top: 0;
}

.ab-us .s2__arr {
    border-right: 2px solid #598640;
    border-top: 2px solid #598640;
    display: inline-block;
    height: 10px;
    opacity: 0.45;
    transform: rotate(45deg);
    width: 10px;
}

.ab-us .s2__highlight-strip {
    background: #598640;
    border-radius: 7px;
    margin-bottom: 64px;
    padding: 32px 64px;
}

.ab-us .s2__highlight-strip p {
    color: #F2F4F1;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.ab-us .s2__card--anim:nth-child(1) {
    animation: fadeUp 0.5s ease-in-out 0.1s both;
}

.ab-us .s2__card--anim:nth-child(2) {
    animation: fadeUp 0.55s ease-in-out 0.22s both;
}

.ab-us .s2__card--anim:nth-child(3) {
    animation: fadeUp 0.6s ease-in-out 0.34s both;
}

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

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

@media (max-width: 1024px) {
    .ab-us .s1__inner {
        flex-direction: column;
        gap: 32px;
    }

    .ab-us .s1__img-col {
        flex: 0 0 auto;
        width: 100%;
    }

    .ab-us .s2__top {
        flex-direction: column;
        gap: 32px;
    }

    .ab-us .s2__img-side {
        flex: 0 0 auto;
        width: 100%;
    }

    .ab-us .s2__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ab-us .s2__imgs-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ab-us .s1__h1 {
        font-size: 30px;
    }

    .ab-us .s2__grid {
        grid-template-columns: 1fr;
    }

    .ab-us .s2__team {
        grid-template-columns: 1fr;
    }

    .ab-us .s2__imgs-row {
        grid-template-columns: 1fr;
    }

    .ab-us .s2__checklist {
        grid-template-columns: 1fr;
    }

    .ab-us .s2__highlight-strip {
        padding: 32px 16px;
    }

    .ab-us .s2__highlight-strip p {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .ab-us .s1__h1 {
        font-size: 22px;
    }

    .ab-us .s2__member {
        flex-direction: column;
    }
}

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

.prtl .prtl__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
}

.prtl .ttl-blk {
    padding: 96px 32px 64px;
    position: relative;
    text-align: center;
    background: linear-gradient(170deg, #F2F4F1 0%, transparent 100%);
}

.prtl .ttl-blk__atm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.prtl .ttl-blk__spot {
    position: absolute;
    border-radius: 36px;
    filter: blur(48px);
    opacity: 0.18;
}

.prtl .ttl-blk__spot--a {
    width: 320px;
    height: 320px;
    background: #598640;
    top: -64px;
    left: 8%;
}

.prtl .ttl-blk__spot--b {
    width: 240px;
    height: 240px;
    background: #AABC7D;
    top: 32px;
    right: 12%;
}

.prtl .ttl-blk__body {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.prtl .ttl-blk__img-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 32px;
    overflow: hidden;
    border-radius: 13px;
}

.prtl .ttl-blk__img-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48%;
    background: linear-gradient(to bottom, transparent, rgba(89, 134, 64, 0.38));
    pointer-events: none;
}

.prtl .ttl-blk__img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    display: block;
    clip-path: inset(0 100% 0 0);
    animation: img-wipe 0.58s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s forwards;
}

@keyframes img-wipe {
    to {
        clip-path: inset(0 0% 0 0);
    }
}

.prtl .ttl-blk__tag {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.12em;
    color: #598640;
    background: rgba(170, 188, 125, 0.18);
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 16px;
    line-height: 1.5;
}

.prtl .ttl-blk__h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #1b2e12;
    margin: 0 0 16px;
    text-align: left;
}

.prtl .ttl-blk__desc {
    font-size: 18px;
    line-height: 1.8;
    color: #2e3d22;
    max-width: 560px;
    text-align: left;
    margin: 0;
}

.prtl .ttl-blk__text-side {
    text-align: left;
}

.prtl .fit-sec {
    padding: 96px 32px;
    background: #fff;
    border-top: 2px dashed rgba(89, 134, 64, 0.22);
}

.prtl .fit-sec__inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.prtl .fit-sec__label {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #598640;
    margin-bottom: 16px;
    display: block;
    line-height: 1.5;
}

.prtl .fit-sec__shape {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #AABC7D;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    transform: rotate(45deg);
}

.prtl .fit-sec__h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #1b2e12;
    margin: 0 0 32px;
}

.prtl .fit-sec__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prtl .fit-sec__list li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(170, 188, 125, 0.25);
    font-size: 15px;
    line-height: 1.8;
    color: #2e3d22;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.prtl .fit-sec__list li::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #598640;
    border-radius: 4px;
    margin-top: 2px;
    background: rgba(170, 188, 125, 0.15);
}

.prtl .fit-sec__img-col {
    position: relative;
}

.prtl .fit-sec__img-frame {
    border: 2px dashed rgba(89, 134, 64, 0.45);
    border-radius: 13px;
    padding: 8px;
    display: inline-block;
    width: 100%;
}

.prtl .fit-sec__img-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 7px;
    position: relative;
}

.prtl .fit-sec__img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prtl .fit-sec__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(89, 134, 64, 0);
    transition: background 0.5s ease-in-out;
    pointer-events: none;
    border-radius: 7px;
}

.prtl .fit-sec__img-wrap:hover .fit-sec__img {
    transform: scale(1.04);
}

.prtl .fit-sec__img-wrap:hover::after {
    background: rgba(89, 134, 64, 0.22);
}

.prtl .fit-sec__note {
    font-size: 15px;
    line-height: 1.8;
    color: #2e3d22;
    margin: 16px 0 0;
}

.prtl .rel-sec {
    padding: 64px 32px;
    background: linear-gradient(158deg, #F2F4F1 0%, rgba(170, 188, 125, 0.12) 100%);
}

.prtl .rel-sec__inner {
    max-width: 1320px;
    margin: 0 auto;
}

.prtl .rel-sec__top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 64px;
    gap: 32px;
}

.prtl .rel-sec__shape {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #598640;
    border-radius: 22px;
    margin-right: 8px;
    vertical-align: middle;
}

.prtl .rel-sec__label {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #598640;
    display: block;
    margin-bottom: 16px;
    line-height: 1.5;
}

.prtl .rel-sec__h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #1b2e12;
    margin: 0;
    max-width: 480px;
}

.prtl .rel-sec__lead {
    font-size: 18px;
    line-height: 1.8;
    color: #2e3d22;
    max-width: 420px;
    margin: 0;
}

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

.prtl .rel-card {
    background: #fff;
    border-radius: 13px;
    padding: 32px;
    box-shadow: 0 1px 4px 0 rgba(89, 134, 64, 0.08), 0 6px 20px 0 rgba(89, 134, 64, 0.11);
    transition: box-shadow 0.5s ease-in-out, transform 0.48s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prtl .rel-card:hover {
    box-shadow: 0 9px 44px 0 rgba(89, 134, 64, 0.14);
    transform: scale(1.03);
}

.prtl .rel-card__portrait-wrap {
    width: 80px;
    height: 103px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.prtl .rel-card__portrait-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(89, 134, 64, 0);
    transition: background 0.52s ease-in-out;
    pointer-events: none;
}

.prtl .rel-card__portrait-wrap:hover::after {
    background: rgba(89, 134, 64, 0.2);
}

.prtl .rel-card__portrait {
    width: 80px;
    height: 103px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.prtl .rel-card__name {
    font-size: 15px;
    font-weight: 700;
    color: #1b2e12;
    line-height: 1.5;
    margin: 0;
}

.prtl .rel-card__role {
    font-size: 15px;
    color: #598640;
    line-height: 1.5;
    margin: 0;
}

.prtl .rel-card__txt {
    font-size: 15px;
    line-height: 1.8;
    color: #2e3d22;
    margin: 0;
}

.prtl .rel-card__no-portrait {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: rgba(170, 188, 125, 0.25);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.prtl .rel-card__no-portrait svg {
    width: 36px;
    height: 36px;
}

.prtl .rel-card__head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.prtl .rel-card__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.prtl .ex-sec {
    padding: 96px 32px;
    background: #fff;
    border-top: 1px solid rgba(170, 188, 125, 0.3);
}

.prtl .ex-sec__inner {
    max-width: 1320px;
    margin: 0 auto;
}

.prtl .ex-sec__label {
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #598640;
    display: block;
    margin-bottom: 16px;
    line-height: 1.5;
}

.prtl .ex-sec__shape {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #598640;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
}

.prtl .ex-sec__h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #1b2e12;
    margin: 0 0 64px;
    max-width: 680px;
}

.prtl .ex-sec__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    margin-bottom: 64px;
}

.prtl .ex-sec__row--flip {
    direction: ltr;
}

.prtl .ex-sec__img-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 13px;
    position: relative;
}

.prtl .ex-sec__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(89, 134, 64, 0);
    transition: background 0.55s ease-in-out;
    pointer-events: none;
    border-radius: 13px;
}

.prtl .ex-sec__img-wrap:hover::after {
    background: rgba(89, 134, 64, 0.2);
}

.prtl .ex-sec__img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prtl .ex-sec__img-wrap:hover .ex-sec__img {
    transform: scale(1.05);
}

.prtl .ex-sec__txt-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prtl .ex-sec__step {
    font-size: 72px;
    line-height: 1.1;
    color: rgba(170, 188, 125, 0.28);
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.prtl .ex-sec__h3 {
    font-size: 22px;
    line-height: 1.5;
    color: #1b2e12;
    margin: 0;
}

.prtl .ex-sec__p {
    font-size: 15px;
    line-height: 1.8;
    color: #2e3d22;
    margin: 0;
}

.prtl .ex-sec__accent {
    background: rgba(170, 188, 125, 0.15);
    border-radius: 7px;
    padding: 16px;
    font-size: 15px;
    line-height: 1.8;
    color: #2e3d22;
    margin: 0;
}

.prtl .ex-sec__dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    margin: 64px 0 0;
}

.prtl .ex-sec__dot {
    width: 8px;
    height: 8px;
    border-radius: 22px;
    background: #AABC7D;
}

.prtl .ex-sec__dot--mid {
    background: #598640;
}

@media (max-width: 1024px) {
    .prtl .ttl-blk__h1 {
        font-size: 30px;
    }

    .prtl .fit-sec__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .prtl .rel-sec__grid {
        grid-template-columns: 1fr 1fr;
    }

    .prtl .ex-sec__row {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .prtl .rel-sec__top {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .prtl .ttl-blk {
        padding: 64px 16px 32px;
    }

    .prtl .ttl-blk__h1 {
        font-size: 22px;
    }

    .prtl .fit-sec {
        padding: 64px 16px;
    }

    .prtl .rel-sec {
        padding: 64px 16px;
    }

    .prtl .rel-sec__grid {
        grid-template-columns: 1fr;
    }

    .prtl .ex-sec {
        padding: 64px 16px;
    }
}

@media (max-width: 320px) {
    .prtl .ttl-blk__h1 {
        font-size: 18px;
    }

    .prtl .ttl-blk__desc {
        font-size: 15px;
    }
}

.succ-pg {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72vh;
    padding: 96px 32px;
}

.succ-pg .succ__card {
    background: #F2F4F1;
    border-radius: 13px;
    box-shadow: 0 1px 4px 0 rgba(89, 134, 64, 0.08), 0 6px 20px 0 rgba(89, 134, 64, 0.11), 0 9px 44px 0 rgba(89, 134, 64, 0.14);
    max-width: 560px;
    padding: 64px 64px;
    text-align: center;
    width: 100%;
}

.succ-pg .succ__icon {
    display: block;
    margin: 0 auto 32px;
    width: 64px;
    height: 64px;
}

.succ-pg .succ__icon-circle {
    fill: none;
    stroke: #598640;
    stroke-width: 2.5;
    stroke-dasharray: 166;
    stroke-dashoffset: 0;
}

.succ-pg .succ__icon-check {
    fill: none;
    stroke: #598640;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.succ-pg .succ__heading {
    color: #2a3d1c;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.succ-pg .succ__text {
    color: #3a4a2e;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 32px;
}

.succ-pg .succ__detail {
    background: #fff;
    border-radius: 7px;
    box-shadow: inset 0 1px 3px 0 rgba(170, 188, 125, 0.18), inset 0 -1px 2px 0 rgba(89, 134, 64, 0.10);
    color: #4a5e35;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 32px;
    padding: 16px 32px;
}

.succ-pg .succ__link {
    background: #598640;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding: 16px 32px;
    text-decoration: none;
    transition: box-shadow 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.45s ease-in-out;
}

.succ-pg .succ__link:hover {
    background: #4a7235;
    box-shadow: 0 6px 20px 0 rgba(89, 134, 64, 0.22), 0 9px 44px 0 rgba(89, 134, 64, 0.14);
}

.succ-pg .succ__link:focus {
    outline: 2px solid #2a3d1c;
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .succ-pg .succ__card {
        padding: 64px 32px;
    }

    .succ-pg .succ__heading {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .succ-pg .succ__card {
        padding: 32px 16px;
    }
}