@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/karla@latest/700.css";

body {
    margin: 0;
    min-height: 100dvh;
    overflow-x: hidden;
    font-family: 'Karla', sans-serif
}

.page-frame {
    box-sizing: border-box;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.top-bar {
    background: #1b2a14;
    padding-top: 8px;
    padding-bottom: 8px
}

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

.top-bar-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.top-bar-contact a {
    color: #B9CAAF;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.top-bar-contact a:hover,
.top-bar-contact a:focus {
    color: #EFF1ED;
    outline: none;
    box-shadow: none
}

.top-bar-contact a:focus-visible {
    box-shadow: 0 0 0 3px #82a05a80;
    border-radius: 8px
}

.top-bar-contact .bi {
    font-size: 16px;
    color: #82A05A
}

.top-bar-label {
    color: #82A05A;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .08em
}

.brand-bar {
    background: linear-gradient(135deg, #1b2a14 0%, #243318 55%, #1a2812 100%);
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #82a05a2e
}

.brand-bar-plate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.brand-ident {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    flex-shrink: 0
}

.hex-frame {
    position: relative;
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.hex-frame svg.hex-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hex-frame-inner {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 4px 0 #82a05a0d 0 5px 25px 0 #82a05a1c;
    padding: 8px;
    box-sizing: border-box
}

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

.brand-text-pod {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.brand-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #EFF1ED;
    letter-spacing: -.01em
}

.brand-sub {
    font-size: 16px;
    line-height: 1.2;
    color: #B9CAAF;
    letter-spacing: .06em;
    font-weight: 400
}

.brand-since {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #82A05A;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .05em
}

.brand-since .bi {
    font-size: 16px
}

.nav-bar {
    background: #243318;
    border-top: 1px solid #b9caaf1a;
    box-shadow: 0 5px 25px 0 #82a05a1c
}

.nav-bar-plate {
    display: flex;
    align-items: stretch;
    gap: 0;
    flex-wrap: wrap
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #B9CAAF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    padding: 16px;
    border-bottom: 3px solid transparent;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), background-color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    white-space: nowrap
}

.nav-link .bi {
    font-size: 16px;
    flex-shrink: 0
}

.nav-link:hover,
.nav-link:focus {
    color: #EFF1ED;
    background-color: #82a05a1f;
    border-bottom-color: #82A05A;
    outline: none
}

.nav-link:focus-visible {
    box-shadow: inset 0 0 0 3px #82a05a80;
    border-radius: 8px
}

.nav-link.active-pg {
    color: #EFF1ED;
    border-bottom-color: #82A05A;
    background-color: #82a05a14
}

.site-footer {
    background: linear-gradient(160deg, #1a2812 0%, #1b2a14 60%, #243318 100%);
    border-top: 2px solid #82A05A
}

.ft-upper {
    padding-top: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b9caaf26
}

.ft-upper-plate {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start
}

.ft-brand-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ft-brand-link {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none
}

.ft-hex {
    position: relative;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ft-hex svg.hex-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ft-hex-inner {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 4px 0 #82a05a0d 0 5px 25px 0 #82a05a1c;
    padding: 8px;
    box-sizing: border-box
}

.ft-hex-inner img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block
}

.ft-brand-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #EFF1ED
}

.ft-brand-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #B9CAAF;
    max-width: 280px
}

.ft-contact-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ft-cell-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #82A05A;
    letter-spacing: .1em;
    text-transform: uppercase
}

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

.ft-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.ft-contact-list .bi {
    color: #82A05A;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px
}

.ft-contact-list a,
.ft-contact-list span {
    color: #B9CAAF;
    font-size: 16px;
    line-height: 1.7;
    text-decoration: none;
    transition: color .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft-contact-list a:hover,
.ft-contact-list a:focus {
    color: #EFF1ED;
    outline: none
}

.ft-contact-list a:focus-visible {
    box-shadow: 0 0 0 3px #82a05a80;
    border-radius: 8px
}

.ft-logo-anchor {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px
}

.ft-logo-big {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ft-logo-big svg.hex-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ft-logo-big-inner {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 9px 44px 0 #82a05a21;
    padding: 8px;
    box-sizing: border-box
}

.ft-logo-big-inner img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block
}

.ft-lower {
    padding-top: 16px;
    padding-bottom: 40px
}

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

.ft-copy {
    font-size: 16px;
    line-height: 1.2;
    color: #B9CAAF
}

.ft-legal-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.ft-legal-links a {
    color: #B9CAAF;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ft-legal-links a:hover,
.ft-legal-links a:focus {
    color: #EFF1ED;
    outline: none
}

.ft-legal-links a:focus-visible {
    box-shadow: 0 0 0 3px #82a05a80;
    border-radius: 8px
}

.ft-divider {
    width: 4px;
    height: 4px;
    background: #82A05A;
    border-radius: 50%;
    display: inline-block
}

.ck-notice {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 80px);
    max-width: 560px;
    background: #1b2a14;
    border: 1px solid #82a05a59;
    border-radius: 22px;
    box-shadow: 0 9px 44px 0 #82a05a21;
    z-index: 1200;
    padding: 40px;
    box-sizing: border-box
}

.ck-headline {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #EFF1ED;
    margin-bottom: 8px
}

.ck-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #B9CAAF;
    margin-bottom: 16px
}

.ck-toggles {
    display: none;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
    padding: 16px;
    background: #82a05a14;
    border-radius: 14px
}

.ck-toggles.open {
    display: flex
}

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

.ck-toggle-label {
    font-size: 16px;
    line-height: 1.2;
    color: #EFF1ED;
    font-weight: 500
}

.ck-toggle-sub {
    font-size: 16px;
    line-height: 1.2;
    color: #B9CAAF
}

.ck-toggle-always {
    font-size: 16px;
    line-height: 1.2;
    color: #82A05A;
    font-weight: 500
}

.ck-switch {
    position: relative;
    width: 44px;
    height: 24px;
    flex-shrink: 0
}

.ck-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.ck-switch-track {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b9caaf33;
    border-radius: 34px;
    cursor: pointer;
    transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ck-switch-track::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #B9CAAF;
    border-radius: 50%;
    transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ck-switch input:checked+.ck-switch-track {
    background: #82A05A
}

.ck-switch input:checked+.ck-switch-track::after {
    transform: translateX(20px);
    background: #EFF1ED
}

.ck-switch input:focus-visible+.ck-switch-track {
    box-shadow: 0 0 0 3px #82a05a80
}

.ck-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.ck-btn {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ck-btn-accept {
    color: #82A05A
}

.ck-btn-accept:hover,
.ck-btn-accept:focus {
    color: #EFF1ED;
    outline: none
}

.ck-btn-accept:focus-visible {
    box-shadow: 0 0 0 3px #82a05a80;
    border-radius: 8px
}

.ck-btn-reject {
    color: #B9CAAF
}

.ck-btn-reject:hover,
.ck-btn-reject:focus {
    color: #EFF1ED;
    outline: none
}

.ck-btn-reject:focus-visible {
    box-shadow: 0 0 0 3px #82a05a80;
    border-radius: 8px
}

.ck-btn-settings {
    color: #B9CAAF;
    font-weight: 400
}

.ck-btn-settings:hover,
.ck-btn-settings:focus {
    color: #EFF1ED;
    outline: none
}

.ck-btn-settings:focus-visible {
    box-shadow: 0 0 0 3px #82a05a80;
    border-radius: 8px
}

@media (max-width: 768px) {
    .page-frame {
        padding-left: 16px;
        padding-right: 16px
    }

    .top-bar-plate {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .brand-bar-plate {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .brand-since {
        display: none
    }

    .nav-bar-plate {
        gap: 0
    }

    .nav-link {
        padding: 16px 8px;
        font-size: 16px
    }

    .ft-upper-plate {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ft-logo-anchor {
        align-items: flex-start
    }

    .ft-lower-plate {
        flex-direction: column;
        align-items: flex-start
    }

    .ck-notice {
        width: calc(100% - 32px);
        padding: 16px;
        bottom: 16px
    }
}

@media (min-width: 769px) and (max-width: 1280px) {
    .page-frame {
        padding-left: 40px;
        padding-right: 40px
    }

    .ft-upper-plate {
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }

    .ft-logo-anchor {
        grid-column: 1 / -1;
        align-items: flex-start;
        flex-direction: row;
        align-items: center
    }
}

.n-legal-info {
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2c3a1e;
    line-height: 1.7;
    font-size: 16px
}

.n-legal-info h1 {
    font-size: 72px;
    line-height: 1.2;
    color: #2c3a1e;
    margin-bottom: 40px;
    margin-top: 0;
    letter-spacing: -.5px
}

.n-legal-info h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #2c3a1e;
    margin-top: 80px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #EFF1ED
}

.n-legal-info h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #3a4d25;
    margin-top: 40px;
    margin-bottom: 16px
}

.n-legal-info h4 {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4d25;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 8px
}

.n-legal-info h5 {
    font-size: 16px;
    line-height: 1.7;
    color: #82A05A;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px
}

.n-legal-info h6 {
    font-size: 16px;
    line-height: 1.7;
    color: #5a7a38;
    font-weight: 600;
    font-style: italic;
    margin-top: 16px;
    margin-bottom: 8px
}

.n-legal-info ul {
    margin: 16px 0 40px;
    padding-left: 40px;
    list-style: none
}

.n-legal-info ol {
    margin: 16px 0 40px;
    padding-left: 40px;
    list-style: none;
    counter-reset: policy-counter
}

.n-legal-info ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 16px;
    color: #2c3a1e
}

.n-legal-info ul li::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #82A05A
}

.n-legal-info ol li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    line-height: 1.7;
    font-size: 16px;
    color: #2c3a1e;
    counter-increment: policy-counter
}

.n-legal-info ol li::before {
    content: counter(policy-counter) ".";
    position: absolute;
    left: -24px;
    top: 0;
    font-weight: 600;
    color: #82A05A;
    font-size: 16px;
    line-height: 1.7;
    min-width: 24px
}

.n-legal-info ul ul,
.n-legal-info ol ol,
.n-legal-info ul ol,
.n-legal-info ol ul {
    margin: 8px 0
}

.n-legal-info ul ul li::before {
    width: 4px;
    height: 4px;
    top: 12px;
    background-color: #B9CAAF
}

.n-legal-info table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 40px 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    font-size: 16px;
    line-height: 1.7
}

.n-legal-info thead {
    background-color: #82A05A
}

.n-legal-info thead th {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .05em;
    padding: 16px;
    text-align: left;
    border: none
}

.n-legal-info tbody tr {
    transition: background-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.n-legal-info tbody tr:nth-child(even) {
    background-color: #EFF1ED
}

.n-legal-info tbody tr:nth-child(odd) {
    background-color: #fff
}

.n-legal-info tbody tr:hover {
    background-color: #d8e5cc
}

.n-legal-info td {
    padding: 16px;
    color: #2c3a1e;
    font-size: 16px;
    line-height: 1.7;
    border-bottom: 1px solid #B9CAAF;
    border-right: none;
    border-left: none;
    border-top: none;
    vertical-align: top
}

.n-legal-info tbody tr:last-child td {
    border-bottom: none
}

.n-legal-info th {
    padding: 16px;
    text-align: left
}

.n-legal-info hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #82A05A 0%, #B9CAAF 60%, #EFF1ED 100%);
    margin: 80px 0;
    border-radius: 8px;
    opacity: .6
}

.n-legal-info div {
    margin-bottom: 16px
}

.n-legal-info div p,
.n-legal-info div span {
    line-height: 1.7;
    font-size: 16px;
    color: #2c3a1e
}

@media (max-width: 1280px) {
    .n-legal-info {
        padding: 80px 40px
    }

    .n-legal-info h1 {
        font-size: 72px
    }
}

@media (max-width: 768px) {
    .n-legal-info {
        padding: 40px 16px
    }

    .n-legal-info h1 {
        font-size: 32px;
        margin-bottom: 16px
    }

    .n-legal-info h2 {
        font-size: 24px;
        margin-top: 40px
    }

    .n-legal-info h3 {
        font-size: 16px;
        margin-top: 16px
    }

    .n-legal-info h2 {
        margin-top: 40px
    }

    .n-legal-info hr {
        margin: 40px 0
    }

    .n-legal-info table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 14px
    }

    .n-legal-info thead th,
    .n-legal-info td {
        padding: 8px 16px;
        white-space: nowrap
    }

    .n-legal-info ul {
        padding-left: 16px
    }

    .n-legal-info ol {
        padding-left: 40px
    }
}

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

.cnt-pg .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 16px
}

.cnt-pg .reach-band {
    padding: 80px 16px 40px;
    background: #fff;
    position: relative
}

.cnt-pg .reach-band::after {
    content: '';
    display: block;
    height: 1px;
    background: linear-gradient(127deg, #b9caaf2e 0%, #b9caaf8c 50%, #b9caaf14 100%);
    filter: blur(1.5px);
    margin-top: 80px
}

.cnt-pg .reach-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.cnt-pg .reach-img-col {
    position: relative
}

.cnt-pg .reach-img-frame {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 9px 44px 0 #82a05a21;
    position: relative
}

.cnt-pg .reach-img-frame img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7);
    transition: filter .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cnt-pg .reach-img-frame:hover img {
    filter: saturate(1)
}

.cnt-pg .reach-img-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 34px;
    background: linear-gradient(200deg, #82a05a38 0%, transparent 55%, #b9caaf2e 100%);
    z-index: 1;
    pointer-events: none
}

.cnt-pg .reach-img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 34px;
    box-shadow: inset 0 0 40px 16px #eff1ed8c;
    z-index: 2;
    pointer-events: none
}

.cnt-pg .blob-a {
    position: absolute;
    width: 220px;
    height: 180px;
    background: linear-gradient(127deg, #b9caaf61 0%, #eff1ed38 100%);
    border-radius: 48px;
    filter: blur(32px);
    top: -40px;
    left: -40px;
    z-index: 0;
    pointer-events: none
}

.cnt-pg .blob-b {
    position: absolute;
    width: 160px;
    height: 200px;
    background: linear-gradient(127deg, #82a05a2e 0%, #b9caaf1f 100%);
    border-radius: 48px;
    filter: blur(28px);
    bottom: -24px;
    right: -32px;
    z-index: 0;
    pointer-events: none
}

.cnt-pg .reach-text-col {
    padding-top: 40px
}

.cnt-pg .reach-label {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .12em;
    color: #82A05A;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.cnt-pg .reach-h1 {
    font-size: 72px;
    line-height: 1.2;
    color: #2a2e24;
    margin-bottom: 16px;
    font-weight: 800
}

.cnt-pg .reach-h1 .first-letter-acc {
    font-size: 72px;
    color: #82A05A
}

.cnt-pg .reach-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4435;
    margin-bottom: 40px;
    max-width: 440px
}

.cnt-pg .info-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px
}

.cnt-pg .info-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #EFF1ED;
    border-radius: 14px;
    box-shadow: 0 2px 4px 0 #82a05a0d;
    transition: box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1), background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cnt-pg .info-row:hover {
    box-shadow: 0 5px 25px 0 #82a05a1c;
    background: #e8ecdf
}

.cnt-pg .info-icon {
    width: 40px;
    height: 40px;
    background: #82A05A;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 16px
}

.cnt-pg .info-detail {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.cnt-pg .info-detail-label {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .08em;
    color: #82A05A;
    text-transform: uppercase;
    font-weight: 600
}

.cnt-pg .info-detail-val {
    font-size: 16px;
    line-height: 1.7;
    color: #2a2e24;
    text-decoration: none
}

.cnt-pg .info-detail-val:hover {
    color: #82A05A
}

.cnt-pg .reach-cta-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    color: #82A05A;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .04em;
    border-bottom: 1.5px solid #82a05a4d;
    padding-bottom: 4px;
    transition: border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cnt-pg .reach-cta-link:hover {
    color: #5c7a3a;
    border-color: #82A05A
}

.cnt-pg .reach-cta-link .arr-icon {
    transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cnt-pg .reach-cta-link:hover .arr-icon {
    transform: translateX(4px)
}

.cnt-pg .form-band {
    padding: 80px 16px;
    background: linear-gradient(127deg, #B9CAAF 0%, #EFF1ED 100%);
    position: relative;
    overflow: hidden
}

.cnt-pg .form-band-deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.cnt-pg .form-band-deco .deco-path {
    position: absolute;
    border: 2px dashed #82a05a38;
    border-radius: 48px;
    pointer-events: none
}

.cnt-pg .form-band-deco .deco-path.dp1 {
    width: 340px;
    height: 260px;
    top: -60px;
    right: 80px;
    transform: rotate(18deg)
}

.cnt-pg .form-band-deco .deco-path.dp2 {
    width: 200px;
    height: 160px;
    bottom: 40px;
    left: 40px;
    transform: rotate(-12deg)
}

.cnt-pg .flicker-dot {
    position: absolute;
    border-radius: 48px;
    pointer-events: none;
    animation: flicker-accent 4.5s ease-in-out infinite
}

.cnt-pg .flicker-dot.fd1 {
    width: 80px;
    height: 80px;
    background: #82a05a2e;
    top: 40px;
    left: 60px;
    animation-delay: 0s
}

.cnt-pg .flicker-dot.fd2 {
    width: 48px;
    height: 48px;
    background: #b9caaf47;
    bottom: 80px;
    right: 120px;
    animation-delay: 2.1s
}

@keyframes flicker-accent {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

.cnt-pg .form-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 1
}

.cnt-pg .form-meta {
    padding-top: 16px
}

.cnt-pg .form-meta-num {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 900;
    color: #82a05a2e;
    display: block;
    margin-bottom: 8px
}

.cnt-pg .form-meta-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #2a2e24;
    margin-bottom: 16px;
    font-weight: 700
}

.cnt-pg .form-meta-h2 .dot-acc {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 8px;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -3px
}

.cnt-pg .form-meta-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4435
}

.cnt-pg .contact-form {
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 9px 44px 0 #82a05a21
}

.cnt-pg .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.cnt-pg .form-row.full {
    grid-template-columns: 1fr
}

.cnt-pg .field-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cnt-pg .field-grp label {
    font-size: 16px;
    line-height: 1.2;
    color: #3d4435;
    font-weight: 600;
    letter-spacing: .04em
}

.cnt-pg .field-grp input,
.cnt-pg .field-grp select {
    padding: 16px;
    border: 1.5px solid #B9CAAF;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.2;
    color: #2a2e24;
    background: #EFF1ED;
    outline: none;
    transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none
}

.cnt-pg .field-grp input::placeholder {
    color: #8a9680
}

.cnt-pg .field-grp input:focus,
.cnt-pg .field-grp select:focus {
    border-color: #82A05A;
    box-shadow: 0 0 0 4px #82a05a21 inset 0 4px 8px 0 #82a05a12;
    background: #fff
}

.cnt-pg .select-wrap {
    position: relative
}

.cnt-pg .select-wrap select {
    padding-right: 40px;
    cursor: pointer
}

.cnt-pg .select-wrap .sel-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #82A05A;
    font-size: 16px
}

.cnt-pg .time-slots-label {
    font-size: 16px;
    line-height: 1.2;
    color: #3d4435;
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 8px;
    display: block
}

.cnt-pg .time-slots-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 16px
}

.cnt-pg .slot-opt {
    position: relative
}

.cnt-pg .slot-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.cnt-pg .slot-opt label {
    display: block;
    padding: 8px 4px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #3d4435;
    background: #EFF1ED;
    border: 1.5px solid #B9CAAF;
    border-radius: 14px;
    cursor: pointer;
    transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cnt-pg .slot-opt input[type="radio"]:checked+label {
    background: #82A05A;
    border-color: #82A05A;
    color: #fff;
    box-shadow: 0 5px 25px 0 #82a05a1c
}

.cnt-pg .slot-opt input[type="radio"]:focus+label {
    box-shadow: 0 0 0 4px #82a05a38
}

.cnt-pg .slot-opt label:hover {
    border-color: #82A05A;
    background: #d4e0c8
}

.cnt-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
    padding: 16px;
    background: #EFF1ED;
    border-radius: 14px
}

.cnt-pg .privacy-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    accent-color: #82A05A;
    margin-top: 2px;
    cursor: pointer;
    border-radius: 8px
}

.cnt-pg .privacy-row label {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4435;
    cursor: pointer
}

.cnt-pg .privacy-row label a {
    color: #82A05A;
    text-decoration: underline;
    text-underline-offset: 3px
}

.cnt-pg .privacy-row label a:hover {
    color: #5c7a3a
}

.cnt-pg .submit-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: #82A05A;
    color: #fff;
    border: none;
    border-radius: 22px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .06em;
    cursor: pointer;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cnt-pg .submit-btn:hover {
    background: #5c7a3a;
    box-shadow: 0 9px 44px 0 #82a05a2e;
    transform: translateY(-2px)
}

.cnt-pg .submit-btn:focus {
    outline: 3px solid #82a05a80;
    outline-offset: 3px
}

.cnt-pg .submit-btn:active {
    transform: translateY(0);
    box-shadow: inset 0 4px 10px 0 #82a05a2e
}

.cnt-pg .form-divider {
    height: 1px;
    background: linear-gradient(127deg, #b9caaf26 0%, #b9caaf80 50%, #b9caaf1a 100%);
    filter: blur(0.8px);
    margin: 16px 0
}

@media (max-width: 1280px) {
    .cnt-pg .reach-inner {
        gap: 40px
    }

    .cnt-pg .form-inner {
        gap: 40px
    }

    .cnt-pg .reach-h1 {
        font-size: 72px
    }
}

@media (max-width: 768px) {
    .cnt-pg .reach-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .cnt-pg .reach-img-frame img {
        height: 280px
    }

    .cnt-pg .reach-h1 {
        font-size: 32px
    }

    .cnt-pg .reach-h1 .first-letter-acc {
        font-size: 32px
    }

    .cnt-pg .reach-band {
        padding: 40px 16px
    }

    .cnt-pg .form-band {
        padding: 40px 16px
    }

    .cnt-pg .form-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .cnt-pg .form-row {
        grid-template-columns: 1fr
    }

    .cnt-pg .time-slots-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .cnt-pg .contact-form {
        padding: 16px
    }

    .cnt-pg .form-meta-num {
        font-size: 32px
    }

    .cnt-pg .form-meta-h2 {
        font-size: 24px
    }
}

.abt-pg {
    overflow-x: hidden
}

.abt-pg * {
    box-sizing: border-box
}

.abt-pg .sk-circle .sk-child::before {
    background-color: #82A05A
}

@keyframes slideFromLeft {
    from {
        opacity: 0;
        transform: translateX(-48px)
    }

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

@keyframes slideFromRight {
    from {
        opacity: 0;
        transform: translateX(48px)
    }

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

.abt-pg .from-left {
    animation: slideFromLeft .28s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.abt-pg .from-right {
    animation: slideFromRight .32s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.abt-pg .delay-1 {
    animation-delay: .08s
}

.abt-pg .delay-2 {
    animation-delay: .16s
}

.abt-pg .delay-3 {
    animation-delay: .24s
}

.abt-pg .zz-div {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.abt-pg .top-strip {
    background: #fff;
    padding: 40px 0 0;
    position: relative
}

.abt-pg .top-strip__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px
}

.abt-pg .top-strip__text {
    flex: 1 1 0;
    min-width: 0
}

.abt-pg .strip-eyebrow {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .12em;
    color: #82A05A;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.abt-pg .strip-eyebrow__line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #82A05A;
    border-radius: 8px
}

.abt-pg .strip-h1 {
    font-size: 72px;
    line-height: 1.2;
    color: #1e2a14;
    margin: 0 0 16px;
    font-weight: 800
}

.abt-pg .strip-h1 .acc-letter {
    font-size: 72px;
    color: #82A05A
}

.abt-pg .strip-counter-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px
}

.abt-pg .strip-counter {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 900;
    background: linear-gradient(127deg, #B9CAAF, #EFF1ED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.abt-pg .strip-counter-label {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5e32
}

.abt-pg .strip-lead {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4a28;
    max-width: 520px;
    margin: 0
}

.abt-pg .top-strip__img-card {
    flex: 0 0 280px;
    width: 280px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 #82a05a1c 0 9px 44px 0 #82a05a21;
    position: relative
}

.abt-pg .top-strip__img-card img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.6) sepia(0.3) brightness(0.95)
}

.abt-pg .img-card-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #82A05A;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 4px 16px;
    border-radius: 34px
}

.abt-pg .flow-arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    vertical-align: middle
}

.abt-pg .strip-deco-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.abt-pg .strip-deco-line svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .06
}

.abt-pg .story-band {
    background: #EFF1ED;
    padding: 80px 0;
    position: relative
}

.abt-pg .story-band__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px
}

.abt-pg .story-sidebar {
    flex: 0 0 240px;
    background: #82A05A;
    border-radius: 22px;
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    box-shadow: 0 5px 25px 0 #82a05a1c
}

.abt-pg .sidebar-stat {
    text-align: center
}

.abt-pg .sidebar-stat__num {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
    color: #fff;
    display: block
}

.abt-pg .sidebar-stat__label {
    font-size: 16px;
    line-height: 1.7;
    color: #d6e5c4;
    display: block;
    margin-top: 4px
}

.abt-pg .sidebar-divider {
    width: 40px;
    height: 2px;
    background: #ffffff4d;
    border-radius: 8px;
    margin: 0 auto
}

.abt-pg .story-main {
    flex: 1 1 0;
    min-width: 0
}

.abt-pg .story-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1e2a14;
    margin: 0 0 16px;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.abt-pg .story-h2::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    margin-left: 8px;
    vertical-align: middle
}

.abt-pg .story-body {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4a28;
    margin: 0 0 16px
}

.abt-pg .story-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    margin-top: 16px
}

.abt-pg .story-img-wrap img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center
}

.abt-pg .story-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.abt-pg .story-deco svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .07
}

.abt-pg .team-band {
    background: #fff;
    padding: 80px 0;
    position: relative
}

.abt-pg .team-band__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.abt-pg .team-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1e2a14;
    margin: 0 0 40px;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.abt-pg .team-h2::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    margin-left: 8px;
    vertical-align: middle
}

.abt-pg .team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.abt-pg .team-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #EFF1ED;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 2px 4px 0 #82a05a0d;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-pg .team-card:hover {
    box-shadow: 0 9px 44px 0 #82a05a21
}

.abt-pg .team-portrait {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 25px 0 #82a05a1c
}

.abt-pg .team-portrait img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-pg .team-info {
    flex: 1 1 0;
    min-width: 0
}

.abt-pg .team-name {
    font-size: 24px;
    line-height: 1.2;
    color: #1e2a14;
    font-weight: 700;
    margin: 0 0 4px
}

.abt-pg .team-role {
    font-size: 16px;
    line-height: 1.2;
    color: #82A05A;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 8px
}

.abt-pg .team-bio {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4a28;
    margin: 0
}

.abt-pg .team-num-accent {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 900;
    color: #B9CAAF;
    opacity: .18;
    float: right;
    margin-left: 8px;
    margin-top: -8px;
    user-select: none
}

.abt-pg .tiers-band {
    background: linear-gradient(127deg, #B9CAAF, #EFF1ED);
    padding: 80px 0;
    position: relative
}

.abt-pg .tiers-band__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.abt-pg .tiers-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1e2a14;
    margin: 0 0 8px;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.abt-pg .tiers-h2::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    margin-left: 8px;
    vertical-align: middle
}

.abt-pg .tiers-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4a28;
    margin: 0 0 40px;
    max-width: 560px
}

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

.abt-pg .tier-card {
    flex: 1 1 0;
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    position: relative;
    transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-pg .tier-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 9px 44px 0 #82a05a21
}

.abt-pg .tier-card.featured {
    background: #82A05A;
    border-radius: 22px
}

.abt-pg .tier-card.featured .tier-name,
.abt-pg .tier-card.featured .tier-price,
.abt-pg .tier-card.featured .tier-desc {
    color: #fff
}

.abt-pg .tier-card.featured .tier-feat-item {
    color: #d6e5c4
}

.abt-pg .tier-card.featured .tier-feat-icon {
    color: #fff
}

.abt-pg .tier-badge {
    position: absolute;
    top: -12px;
    right: 24px;
    background: #1e2a14;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 4px 16px;
    border-radius: 34px;
    letter-spacing: .06em
}

.abt-pg .tier-name {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1e2a14;
    margin: 0
}

.abt-pg .tier-price {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
    color: #82A05A;
    margin: 0
}

.abt-pg .tier-price span {
    font-size: 16px;
    font-weight: 400;
    opacity: .7
}

.abt-pg .tier-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4a28;
    margin: 0
}

.abt-pg .tier-feats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-pg .tier-feat-item {
    font-size: 16px;
    line-height: 1.7;
    color: #3a4a28;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.abt-pg .tier-feat-icon {
    color: #82A05A;
    font-size: 16px;
    flex-shrink: 0
}

.abt-pg .tier-cta {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    color: #82A05A;
    text-decoration: none;
    font-weight: 600;
    margin-top: 8px;
    transition: gap .25s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.abt-pg .tier-cta:hover {
    gap: 16px
}

.abt-pg .tier-card.featured .tier-cta {
    color: #fff
}

.abt-pg .tier-num-bg {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 72px;
    line-height: 1.2;
    font-weight: 900;
    color: #B9CAAF;
    opacity: .12;
    user-select: none;
    pointer-events: none
}

.abt-pg .tier-card.featured .tier-num-bg {
    color: #fff;
    opacity: .08
}

.abt-pg .tiers-band::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, #82a05a0a 0px, #82a05a0a 1px, transparent 1px, transparent 4px), repeating-linear-gradient(90deg, #82a05a08 0px, #82a05a08 1px, transparent 1px, transparent 4px);
    pointer-events: none;
    border-radius: 0
}

.abt-pg .tiers-deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.abt-pg .tiers-deco svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .06
}

@media (max-width: 1280px) {
    .abt-pg .top-strip__img-card {
        flex: 0 0 220px;
        width: 220px
    }

    .abt-pg .strip-h1 {
        font-size: 72px
    }

    .abt-pg .tiers-row {
        gap: 16px
    }
}

@media (max-width: 768px) {
    .abt-pg .top-strip__inner {
        flex-direction: column;
        padding: 0 16px
    }

    .abt-pg .top-strip__img-card {
        width: 100%;
        flex: 0 0 auto
    }

    .abt-pg .strip-h1 {
        font-size: 32px
    }

    .abt-pg .strip-h1 .acc-letter {
        font-size: 32px
    }

    .abt-pg .strip-counter {
        font-size: 32px
    }

    .abt-pg .story-band__inner {
        flex-direction: column;
        padding: 0 16px
    }

    .abt-pg .story-sidebar {
        flex: 0 0 auto;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
        padding: 16px
    }

    .abt-pg .sidebar-stat {
        flex: 1 1 80px
    }

    .abt-pg .sidebar-divider {
        display: none
    }

    .abt-pg .team-band__inner {
        padding: 0 16px
    }

    .abt-pg .team-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .abt-pg .team-card {
        padding: 16px
    }

    .abt-pg .tiers-band__inner {
        padding: 0 16px
    }

    .abt-pg .tiers-row {
        flex-direction: column
    }

    .abt-pg .tier-card {
        padding: 16px
    }

    .abt-pg .story-band {
        padding: 40px 0
    }

    .abt-pg .team-band {
        padding: 40px 0
    }

    .abt-pg .tiers-band {
        padding: 40px 0
    }
}

.jrnl-pg {
    overflow-x: hidden
}

.jrnl-pg .reveal-up {
    animation: revealUp .28s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(32px)
    }

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

.jrnl-pg .reveal-up:nth-child(2) {
    animation-delay: .07s
}

.jrnl-pg .reveal-up:nth-child(3) {
    animation-delay: .13s
}

.jrnl-pg .reveal-up:nth-child(4) {
    animation-delay: .19s
}

.jrnl-pg .accent-first::first-letter {
    font-size: 32px;
    color: #82A05A;
    line-height: 1.2;
    float: left;
    margin-right: 4px;
    margin-top: 4px
}

.jrnl-pg .dot-accent::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 48px;
    background: #82A05A;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.jrnl-pg .pg-bound {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.jrnl-pg .title-strip {
    background: #2c3a22;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden
}

.jrnl-pg .title-strip .circ-deco {
    position: absolute;
    border-radius: 48px;
    background: #b9caaf12;
    pointer-events: none
}

.jrnl-pg .title-strip .circ-deco.c1 {
    width: 340px;
    height: 340px;
    border-radius: 48px;
    top: -80px;
    left: -60px;
    border-radius: 50%;
    background: #82a05a17
}

.jrnl-pg .title-strip .circ-deco.c2 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    bottom: -60px;
    left: 30%;
    background: #b9caaf0f
}

.jrnl-pg .title-strip .circ-deco.c3 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 40px;
    right: 380px;
    background: #82a05a14
}

.jrnl-pg .title-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 80px;
    align-items: center
}

.jrnl-pg .title-text-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.jrnl-pg .kicker {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .12em;
    color: #B9CAAF;
    text-transform: uppercase;
    font-weight: 600
}

.jrnl-pg .title-h1 {
    font-size: 72px;
    line-height: 1.2;
    color: #EFF1ED;
    font-weight: 800;
    margin: 0
}

.jrnl-pg .title-sub {
    font-size: 24px;
    line-height: 1.7;
    color: #B9CAAF;
    margin: 0;
    max-width: 520px
}

.jrnl-pg .img-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.jrnl-pg .img-frame {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    width: 380px;
    height: 420px;
    box-shadow: 0 9px 44px 0 #82a05a21
}

.jrnl-pg .img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(1) contrast(1.15)
}

.jrnl-pg .img-frame .img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(127deg, #2c3a2273 0%, #82a05a2e 100%);
    border-radius: 22px
}

.jrnl-pg .img-badge {
    position: absolute;
    bottom: -16px;
    left: -24px;
    background: #82A05A;
    color: #EFF1ED;
    border-radius: 14px;
    padding: 16px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 140px
}

.jrnl-pg .img-badge .badge-num {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800
}

.jrnl-pg .dashed-path {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: .18
}

.jrnl-pg .pub-strip {
    background: #EFF1ED;
    padding-top: 80px;
    padding-bottom: 80px
}

.jrnl-pg .pub-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 80px
}

.jrnl-pg .pub-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #2c3a22;
    font-weight: 800;
    margin: 0
}

.jrnl-pg .pub-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4d30;
    max-width: 420px;
    margin: 0
}

.jrnl-pg .pub-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px
}

.jrnl-pg .pub-card {
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl-pg .pub-card:hover {
    box-shadow: 0 9px 44px 0 #82a05a21;
    transform: translateY(-4px)
}

.jrnl-pg .pub-card.featured {
    grid-column: 1;
    grid-row: 1 / 3;
    background: #2c3a22
}

.jrnl-pg .pub-card.featured .card-topic {
    color: #B9CAAF
}

.jrnl-pg .pub-card.featured .card-h {
    color: #EFF1ED
}

.jrnl-pg .pub-card.featured .card-author {
    color: #B9CAAF
}

.jrnl-pg .pub-card.featured .card-body {
    color: #B9CAAF
}

.jrnl-pg .pub-card.featured .read-link {
    color: #82A05A
}

.jrnl-pg .pub-card.featured .read-link:hover {
    color: #EFF1ED
}

.jrnl-pg .card-topic {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #82A05A;
    font-weight: 700
}

.jrnl-pg .card-h {
    font-size: 24px;
    line-height: 1.2;
    color: #2c3a22;
    font-weight: 800;
    margin: 0
}

.jrnl-pg .card-body {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4d30;
    margin: 0;
    flex: 1
}

.jrnl-pg .card-author-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px
}

.jrnl-pg .author-av {
    width: 34px;
    height: 34px;
    border-radius: 48px;
    background: linear-gradient(127deg, #B9CAAF 0%, #82A05A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    flex-shrink: 0
}

.jrnl-pg .card-author {
    font-size: 16px;
    line-height: 1.2;
    color: #3d4d30;
    font-weight: 600
}

.jrnl-pg .card-journal {
    font-size: 16px;
    line-height: 1.2;
    color: #82A05A;
    font-style: italic
}

.jrnl-pg .read-link {
    font-size: 16px;
    line-height: 1.2;
    color: #82A05A;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.jrnl-pg .read-link:hover {
    color: #2c3a22
}

.jrnl-pg .read-link .arrow-ic {
    display: inline-block;
    transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl-pg .read-link:hover .arrow-ic {
    transform: translateX(5px)
}

.jrnl-pg .num-prefix {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 900;
    color: #82a05a1a;
    position: absolute;
    top: 8px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.jrnl-pg .ring-metric {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 8px
}

.jrnl-pg .ring-wrap {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0
}

.jrnl-pg .ring-wrap svg {
    transform: rotate(-90deg)
}

.jrnl-pg .ring-label {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.jrnl-pg .ring-num {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #82A05A
}

.jrnl-pg .ring-desc {
    font-size: 16px;
    line-height: 1.2;
    color: #3d4d30
}

.jrnl-pg .sidebar-col {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.jrnl-pg .sidebar-ic {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: linear-gradient(127deg, #B9CAAF 0%, #EFF1ED 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3a22;
    font-size: 20px;
    flex-shrink: 0
}

.jrnl-pg .sidebar-entry {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 14px;
    background: #EFF1ED;
    box-shadow: 0 2px 4px 0 #82a05a0d;
    transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.jrnl-pg .sidebar-entry:hover {
    background: #fff;
    box-shadow: 0 5px 25px 0 #82a05a1c
}

.jrnl-pg .sidebar-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.jrnl-pg .sidebar-label {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #82A05A;
    font-weight: 700
}

.jrnl-pg .sidebar-title {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3a22;
    font-weight: 600
}

.jrnl-pg .sidebar-auth {
    font-size: 16px;
    line-height: 1.2;
    color: #5a6e48
}

.jrnl-pg .chevron-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 22px
}

.jrnl-pg .chevron-bg svg {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .04
}

@media (max-width: 1280px) {
    .jrnl-pg .title-grid {
        grid-template-columns: 1fr 340px;
        gap: 40px
    }

    .jrnl-pg .title-h1 {
        font-size: 72px
    }

    .jrnl-pg .img-frame {
        width: 300px;
        height: 340px
    }

    .jrnl-pg .pub-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto
    }

    .jrnl-pg .pub-card.featured {
        grid-column: 1 / 3;
        grid-row: 1
    }
}

@media (max-width: 768px) {
    .jrnl-pg .pg-bound {
        padding-left: 16px;
        padding-right: 16px
    }

    .jrnl-pg .title-strip {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .jrnl-pg .title-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .jrnl-pg .img-col {
        display: none
    }

    .jrnl-pg .title-h1 {
        font-size: 32px
    }

    .jrnl-pg .title-sub {
        font-size: 16px
    }

    .jrnl-pg .pub-strip {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .jrnl-pg .pub-top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px
    }

    .jrnl-pg .pub-grid {
        grid-template-columns: 1fr
    }

    .jrnl-pg .pub-card.featured {
        grid-column: 1;
        grid-row: auto
    }

    .jrnl-pg .num-prefix {
        font-size: 32px
    }
}

.ptl-root {
    overflow-x: hidden;
    background: #fff
}

.ptl-root .ptl-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px
}

.ptl-root .title-blk {
    background: linear-gradient(127deg, #82A05A 0%, #B9CAAF 45%, #EFF1ED 100%);
    padding: 40px 0 80px;
    position: relative
}

.ptl-root .title-blk .tb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.ptl-root .title-blk .tb-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ptl-root .title-blk .tb-eyebrow {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .12em;
    color: #2d3a1e;
    text-transform: uppercase;
    font-weight: 600
}

.ptl-root .title-blk .tb-h1 {
    font-size: 72px;
    line-height: 1.2;
    color: #1e2d10;
    font-weight: 800;
    margin: 0
}

.ptl-root .title-blk .tb-h1 .first-char {
    font-size: 72px;
    color: #82A05A;
    font-weight: 900
}

.ptl-root .title-blk .tb-sub {
    font-size: 24px;
    line-height: 1.7;
    color: #2d3a1e;
    margin: 0;
    font-weight: 400
}

.ptl-root .title-blk .tb-sub .marker-hl {
    background: linear-gradient(127deg, #82a05a8c 0%, #b9caaf66 100%);
    padding: 2px 8px;
    border-radius: 8px;
    display: inline
}

.ptl-root .title-blk .tb-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #2d3a1e;
    margin: 0
}

.ptl-root .title-blk .tb-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #1e2d10;
    font-weight: 700;
    text-decoration: none;
    margin-top: 8px;
    transition: gap .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ptl-root .title-blk .tb-link:hover {
    gap: 16px
}

.ptl-root .title-blk .tb-img-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden
}

.ptl-root .title-blk .tb-img-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 22px;
    box-shadow: 0 9px 44px 0 #82a05a21;
    filter: blur(0px)
}

.ptl-root .title-blk .tb-img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 30%, #ffffff2e 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
    border-radius: 22px
}

.ptl-root .title-blk .corner-br {
    position: absolute;
    width: 32px;
    height: 32px;
    pointer-events: none
}

.ptl-root .title-blk .corner-br.tl {
    top: 8px;
    left: 8px;
    border-top: 3px solid #82A05A;
    border-left: 3px solid #82A05A;
    border-radius: 8px 0 0 0
}

.ptl-root .title-blk .corner-br.tr {
    top: 8px;
    right: 8px;
    border-top: 3px solid #82A05A;
    border-right: 3px solid #82A05A;
    border-radius: 0 8px 0 0
}

.ptl-root .title-blk .corner-br.bl {
    bottom: 8px;
    left: 8px;
    border-bottom: 3px solid #82A05A;
    border-left: 3px solid #82A05A;
    border-radius: 0 0 0 8px
}

.ptl-root .title-blk .corner-br.br {
    bottom: 8px;
    right: 8px;
    border-bottom: 3px solid #82A05A;
    border-right: 3px solid #82A05A;
    border-radius: 0 0 8px 0
}

.ptl-root .title-blk .tb-eyebrow {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: typewr .9s cubic-bezier(0.34, 1.56, 0.64, 1) .2s forwards
}

@keyframes typewr {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.ptl-root .nums-blk {
    background: #1e2d10;
    padding: 80px 0
}

.ptl-root .nums-blk .nb-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px
}

.ptl-root .nums-blk .nb-heading {
    font-size: 32px;
    line-height: 1.2;
    color: #EFF1ED;
    margin: 0;
    font-weight: 700;
    max-width: 480px
}

.ptl-root .nums-blk .nb-heading .first-char {
    color: #82A05A;
    font-size: 40px;
    font-weight: 900
}

.ptl-root .nums-blk .nb-heading .dot-acc {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    margin-left: 4px;
    vertical-align: middle
}

.ptl-root .nums-blk .nb-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #B9CAAF;
    margin: 0;
    max-width: 360px
}

.ptl-root .nums-blk .nb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.ptl-root .nums-blk .nb-card {
    background: #82a05a14;
    border-radius: 22px;
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ptl-root .nums-blk .nb-card:hover {
    background: #82a05a29
}

.ptl-root .nums-blk .nb-card .nb-num {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 900;
    color: #82A05A;
    margin: 0
}

.ptl-root .nums-blk .nb-card .nb-label {
    font-size: 16px;
    line-height: 1.7;
    color: #B9CAAF;
    margin: 0
}

.ptl-root .nums-blk .nb-card .nb-bg-num {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 72px;
    font-weight: 900;
    color: #b9caaf0f;
    line-height: 1;
    pointer-events: none;
    user-select: none
}

.ptl-root .nums-blk .nb-rings {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap
}

.ptl-root .nums-blk .ring-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.ptl-root .nums-blk .ring-item svg {
    transform: rotate(-90deg)
}

.ptl-root .nums-blk .ring-track {
    fill: none;
    stroke: #b9caaf26;
    stroke-width: 8
}

.ptl-root .nums-blk .ring-fill {
    fill: none;
    stroke: #82A05A;
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dashoffset 1.1s cubic-bezier(0.34, 1.56, 0.64, 1) .3s
}

.ptl-root .nums-blk .ring-label {
    font-size: 16px;
    color: #B9CAAF;
    text-align: center;
    line-height: 1.2
}

.ptl-root .nums-blk .ring-pct {
    font-size: 24px;
    font-weight: 700;
    color: #EFF1ED;
    text-align: center
}

.ptl-root .field-blk {
    padding: 80px 0;
    background: #EFF1ED;
    position: relative;
    overflow: hidden
}

.ptl-root .field-blk .fb-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .12;
    pointer-events: none
}

.ptl-root .field-blk .fb-inner {
    position: relative;
    z-index: 2
}

.ptl-root .field-blk .fb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.ptl-root .field-blk .fb-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ptl-root .field-blk .fb-tag {
    display: inline-block;
    background: #82A05A;
    color: #fff;
    font-size: 16px;
    letter-spacing: .1em;
    padding: 4px 16px;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    width: fit-content
}

.ptl-root .field-blk .fb-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1e2d10;
    margin: 0;
    font-weight: 700
}

.ptl-root .field-blk .fb-h2 .first-char {
    color: #82A05A;
    font-size: 40px;
    font-weight: 900
}

.ptl-root .field-blk .fb-h2 .dot-acc {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    margin-left: 4px;
    vertical-align: middle
}

.ptl-root .field-blk .fb-p {
    font-size: 16px;
    line-height: 1.7;
    color: #2d3a1e;
    margin: 0
}

.ptl-root .field-blk .fb-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ptl-root .field-blk .fb-item {
    background: #fff;
    border-radius: 14px;
    padding: 16px 40px 16px 16px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 2px 4px 0 #82a05a0d;
    transition: box-shadow .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.ptl-root .field-blk .fb-item:hover {
    box-shadow: 0 5px 25px 0 #82a05a1c
}

.ptl-root .field-blk .fb-item-num {
    font-size: 32px;
    font-weight: 900;
    color: #82a05a2e;
    line-height: 1;
    min-width: 40px
}

.ptl-root .field-blk .fb-item-body {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ptl-root .field-blk .fb-item-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #1e2d10;
    margin: 0
}

.ptl-root .field-blk .fb-item-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5c33;
    margin: 0
}

.ptl-root .rep-blk {
    padding: 80px 0;
    background: #fff
}

.ptl-root .rep-blk .rb-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: center
}

.ptl-root .rep-blk .rb-img-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden
}

.ptl-root .rep-blk .rb-img-wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 22px;
    box-shadow: 0 9px 44px 0 #82a05a21
}

.ptl-root .rep-blk .rb-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ptl-root .rep-blk .rb-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1e2d10;
    margin: 0;
    font-weight: 700
}

.ptl-root .rep-blk .rb-h2 .first-char {
    color: #82A05A;
    font-size: 40px;
    font-weight: 900
}

.ptl-root .rep-blk .rb-h2 .dot-acc {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    margin-left: 4px;
    vertical-align: middle
}

.ptl-root .rep-blk .rb-p {
    font-size: 16px;
    line-height: 1.7;
    color: #2d3a1e;
    margin: 0
}

.ptl-root .rep-blk .rb-assoc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ptl-root .rep-blk .rb-assoc-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.7;
    color: #2d3a1e
}

.ptl-root .rep-blk .rb-assoc-list li .rb-dot {
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    flex-shrink: 0
}

.ptl-root .rep-blk .rb-assoc-num {
    font-size: 72px;
    font-weight: 900;
    color: #82a05a1a;
    line-height: 1;
    pointer-events: none;
    user-select: none
}

.ptl-root .exp-blk {
    padding: 80px 0;
    background: linear-gradient(127deg, #EFF1ED 0%, #B9CAAF 100%)
}

.ptl-root .exp-blk .eb-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
    max-width: 640px
}

.ptl-root .exp-blk .eb-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1e2d10;
    margin: 0;
    font-weight: 700
}

.ptl-root .exp-blk .eb-h2 .first-char {
    color: #82A05A;
    font-size: 40px;
    font-weight: 900
}

.ptl-root .exp-blk .eb-h2 .dot-acc {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #1e2d10;
    border-radius: 50%;
    margin-left: 4px;
    vertical-align: middle
}

.ptl-root .exp-blk .eb-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #2d3a1e;
    margin: 0
}

.ptl-root .exp-blk .eb-mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 16px
}

.ptl-root .exp-blk .eb-tile {
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    position: relative;
    overflow: hidden
}

.ptl-root .exp-blk .eb-tile.wide {
    grid-column: span 2
}

.ptl-root .exp-blk .eb-tile .tile-num {
    font-size: 72px;
    font-weight: 900;
    color: #82a05a1a;
    line-height: 1;
    position: absolute;
    bottom: 8px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.ptl-root .exp-blk .eb-tile .tile-icon {
    font-size: 24px;
    color: #82A05A;
    margin-bottom: 4px
}

.ptl-root .exp-blk .eb-tile .tile-h {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1e2d10;
    margin: 0
}

.ptl-root .exp-blk .eb-tile .tile-p {
    font-size: 16px;
    line-height: 1.7;
    color: #2d3a1e;
    margin: 0
}

.ptl-root .exp-blk .eb-tile .tile-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    margin-top: 8px
}

.ptl-root .exp-blk .eb-tile .tile-icon {
    animation: iconFloat 2.8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate
}

@keyframes iconFloat {
    from {
        transform: translateY(0px)
    }

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

.ptl-root .voice-blk {
    padding: 80px 0;
    background: #fff
}

.ptl-root .voice-blk .vb-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
    max-width: 560px
}

.ptl-root .voice-blk .vb-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1e2d10;
    margin: 0;
    font-weight: 700
}

.ptl-root .voice-blk .vb-h2 .first-char {
    color: #82A05A;
    font-size: 40px;
    font-weight: 900
}

.ptl-root .voice-blk .vb-h2 .dot-acc {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    margin-left: 4px;
    vertical-align: middle
}

.ptl-root .voice-blk .vb-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #2d3a1e;
    margin: 0
}

.ptl-root .voice-blk .vb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.ptl-root .voice-blk .vb-card {
    background: #EFF1ED;
    border-radius: 22px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 2px 4px 0 #82a05a0d;
    transition: box-shadow .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ptl-root .voice-blk .vb-card:hover {
    box-shadow: 0 9px 44px 0 #82a05a21
}

.ptl-root .voice-blk .vb-card .vb-quote {
    font-size: 16px;
    line-height: 1.7;
    color: #1e2d10;
    margin: 0;
    font-style: italic
}

.ptl-root .voice-blk .vb-card .vb-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.ptl-root .voice-blk .vb-card .vb-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    box-shadow: 0 5px 25px 0 #82a05a1c
}

.ptl-root .voice-blk .vb-card .vb-name {
    font-size: 16px;
    font-weight: 700;
    color: #1e2d10;
    margin: 0
}

.ptl-root .voice-blk .vb-card .vb-role {
    font-size: 16px;
    color: #4a5c33;
    margin: 0
}

.ptl-root .voice-blk .vb-card.featured {
    background: #1e2d10
}

.ptl-root .voice-blk .vb-card.featured .vb-quote {
    color: #EFF1ED
}

.ptl-root .voice-blk .vb-card.featured .vb-name {
    color: #EFF1ED
}

.ptl-root .voice-blk .vb-card.featured .vb-role {
    color: #B9CAAF
}

@media (max-width: 1280px) {
    .ptl-root .title-blk .tb-h1 {
        font-size: 48px
    }

    .ptl-root .nums-blk .nb-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .ptl-root .ptl-container {
        padding: 0 16px
    }

    .ptl-root .title-blk {
        padding: 40px 0 80px
    }

    .ptl-root .title-blk .tb-grid {
        grid-template-columns: 1fr
    }

    .ptl-root .title-blk .tb-h1 {
        font-size: 32px
    }

    .ptl-root .title-blk .tb-h1 .first-char {
        font-size: 32px
    }

    .ptl-root .title-blk .tb-img-wrap img {
        height: 240px
    }

    .ptl-root .nums-blk .nb-top {
        flex-direction: column;
        align-items: flex-start
    }

    .ptl-root .nums-blk .nb-grid {
        grid-template-columns: 1fr 1fr
    }

    .ptl-root .nums-blk .nb-card .nb-num {
        font-size: 48px
    }

    .ptl-root .field-blk .fb-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ptl-root .rep-blk .rb-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ptl-root .exp-blk .eb-mosaic {
        grid-template-columns: 1fr
    }

    .ptl-root .exp-blk .eb-tile.wide {
        grid-column: span 1
    }

    .ptl-root .voice-blk .vb-grid {
        grid-template-columns: 1fr
    }

    .ptl-root .nums-blk .nb-rings {
        gap: 16px
    }
}

.srv-pg {
    overflow-x: hidden
}

.srv-pg .aurora-bg {
    position: relative;
    background: #EFF1ED;
    padding: 80px 0
}

.srv-pg .aurora-layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.srv-pg .aurora-blob-a {
    position: absolute;
    width: 60%;
    height: 80%;
    top: -10%;
    left: -10%;
    background: linear-gradient(127deg, #82a05a2e, #b9caaf14);
    border-radius: 48px;
    animation: aurora-a 9s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate
}

.srv-pg .aurora-blob-b {
    position: absolute;
    width: 55%;
    height: 70%;
    bottom: -10%;
    right: -5%;
    background: linear-gradient(127deg, #b9caaf24, #eff1ed0d);
    border-radius: 48px;
    animation: aurora-b 11s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite alternate
}

@keyframes aurora-a {
    0% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        transform: translate(5%, 8%) scale(1.07)
    }
}

@keyframes aurora-b {
    0% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        transform: translate(-6%, -5%) scale(1.05)
    }
}

.srv-pg .dots-scatter {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.srv-pg .dots-scatter::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #82a05a2e 1.5px, transparent 1.5px), radial-gradient(circle, #b9caaf21 1px, transparent 1px);
    background-size: 38px 38px, 19px 19px;
    background-position: 0 0, 9px 9px
}

.srv-pg .diag-line {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0
}

.srv-pg .diag-line::after {
    content: "";
    position: absolute;
    top: -10%;
    left: 30%;
    width: 1px;
    height: 130%;
    background: linear-gradient(180deg, transparent, #82a05a38, transparent);
    transform: rotate(18deg);
    transform-origin: top center
}

.srv-pg .pg-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.srv-pg .ttl-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px
}

.srv-pg .ttl-text {
    flex: 1 1 0
}

.srv-pg .ttl-label {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .12em;
    color: #82A05A;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px
}

.srv-pg .ttl-label .first-ltr {
    font-size: 24px;
    color: #82A05A;
    font-weight: 700
}

.srv-pg .h1-main {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 800;
    color: #2a3520;
    margin: 0 0 16px
}

.srv-pg .h1-main .outlined-wd {
    -webkit-text-stroke: 2px #82A05A;
    color: transparent
}

.srv-pg .ttl-sub {
    font-size: 24px;
    line-height: 1.7;
    color: #3d4a2e;
    margin: 0 0 40px;
    max-width: 520px
}

.srv-pg .ttl-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #82A05A;
    border: none;
    border-radius: 14px;
    padding: 16px 40px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.srv-pg .ttl-cta:hover {
    background: #6a8a46;
    box-shadow: 0 9px 44px 0 #82a05a21
}

.srv-pg .ttl-cta:active {
    background: #82A05A;
    animation: flash-accent .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

@keyframes flash-accent {
    0% {
        background: #B9CAAF
    }

    60% {
        background: #82A05A
    }

    100% {
        background: #82A05A
    }
}

.srv-pg .ttl-img-wrap {
    flex: 0 0 420px;
    position: relative
}

.srv-pg .ttl-img-frame {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 9px 44px 0 #82a05a21;
    position: relative
}

.srv-pg .ttl-img-frame img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    display: block
}

.srv-pg .ttl-img-frame::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(180deg, #2a352061 0%, transparent 100%);
    pointer-events: none
}

.srv-pg .img-border-accent {
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: 8px;
    left: 8px;
    border: 2px solid #82a05a47;
    border-radius: 22px;
    pointer-events: none;
    z-index: 0
}

.srv-pg .wave-div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    display: block
}

.srv-pg .wave-div svg {
    display: block;
    width: 100%
}

.srv-pg .offr-band {
    background: #fff;
    padding: 80px 0 40px;
    position: relative
}

.srv-pg .offr-band .diag-line::after {
    left: 60%
}

.srv-pg .sec-eyebrow {
    font-size: 16px;
    letter-spacing: .1em;
    color: #82A05A;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block
}

.srv-pg .sec-eyebrow .first-ltr {
    font-size: 24px;
    font-weight: 700
}

.srv-pg .h2-offr {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #2a3520;
    margin: 0 0 40px
}

.srv-pg .h2-offr .dot-acc {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -3px
}

.srv-pg .svc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.srv-pg .svc-card {
    background: #EFF1ED;
    border-radius: 22px;
    padding: 40px;
    position: relative;
    box-shadow: 0 2px 4px 0 #82a05a0d;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden
}

.srv-pg .svc-card:hover {
    box-shadow: 0 9px 44px 0 #82a05a21;
    transform: translateY(-4px)
}

.srv-pg .svc-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(127deg, #82A05A, #B9CAAF);
    border-radius: 22px 22px 0 0
}

.srv-pg .svc-num {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 900;
    color: #82a05a1a;
    position: absolute;
    top: 16px;
    right: 24px;
    pointer-events: none;
    user-select: none
}

.srv-pg .svc-icon {
    width: 48px;
    height: 48px;
    background: #82A05A;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 5px 25px 0 #82a05a1c
}

.srv-pg .svc-icon i {
    font-size: 24px;
    color: #fff
}

.srv-pg .svc-card h4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #2a3520;
    margin: 0 0 8px
}

.srv-pg .svc-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4a2e;
    margin: 0
}

.srv-pg .wave-div-2 {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.srv-pg .wave-div-2 svg {
    display: block;
    width: 100%
}

.srv-pg .team-band {
    background: linear-gradient(127deg, #B9CAAF, #EFF1ED);
    padding: 80px 0;
    position: relative
}

.srv-pg .team-band .diag-line::after {
    left: 20%;
    background: linear-gradient(180deg, transparent, #b9caaf59, transparent)
}

.srv-pg .team-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.srv-pg .team-intro h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #2a3520;
    margin: 0 0 16px
}

.srv-pg .team-intro h2 .dot-acc {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -3px
}

.srv-pg .team-intro p {
    font-size: 16px;
    line-height: 1.7;
    color: #2a3520;
    margin: 0 0 40px
}

.srv-pg .stat-row {
    display: flex;
    flex-direction: row;
    gap: 40px
}

.srv-pg .stat-box {
    background: #fff;
    border-radius: 14px;
    padding: 16px 40px 16px 16px;
    box-shadow: 0 5px 25px 0 #b9caaf1c;
    flex: 1 1 0
}

.srv-pg .stat-num {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #82A05A;
    display: block
}

.srv-pg .stat-lbl {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4a2e
}

.srv-pg .portraits-col {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.srv-pg .portrait-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 22px;
    padding: 16px;
    box-shadow: 0 2px 4px 0 #b9caaf0d;
    transition: box-shadow .3s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.srv-pg .portrait-item:hover {
    box-shadow: 0 9px 44px 0 #82a05a21
}

.srv-pg .portrait-img-wrap {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #82A05A;
    box-shadow: 0 5px 25px 0 #82a05a1c
}

.srv-pg .portrait-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.srv-pg .portrait-info h5 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #2a3520;
    margin: 0 0 4px
}

.srv-pg .portrait-info span {
    font-size: 16px;
    line-height: 1.7;
    color: #82A05A;
    font-weight: 600
}

.srv-pg .portrait-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4a2e;
    margin: 4px 0 0
}

.srv-pg .no-portrait-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 22px;
    padding: 16px;
    box-shadow: 0 2px 4px 0 #b9caaf0d
}

.srv-pg .no-portrait-avatar {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(127deg, #B9CAAF, #EFF1ED);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #B9CAAF
}

.srv-pg .no-portrait-avatar i {
    font-size: 32px;
    color: #82A05A
}

.srv-pg .wave-div-3 {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.srv-pg .wave-div-3 svg {
    display: block;
    width: 100%
}

.srv-pg .faq-band {
    background: #fff;
    padding: 80px 0;
    position: relative
}

.srv-pg .faq-band .diag-line::after {
    left: 75%;
    background: linear-gradient(180deg, transparent, #82a05a26, transparent)
}

.srv-pg .faq-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 80px;
    align-items: start
}

.srv-pg .faq-aside h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #2a3520;
    margin: 0 0 16px
}

.srv-pg .faq-aside h2 .dot-acc {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #82A05A;
    border-radius: 50%;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -3px
}

.srv-pg .faq-aside p {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4a2e;
    margin: 0 0 40px
}

.srv-pg .faq-aside a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #82A05A;
    text-decoration: none;
    transition: gap .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.srv-pg .faq-aside a:hover {
    gap: 16px
}

.srv-pg .faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.srv-pg .faq-item {
    border: 1.5px solid #EFF1ED;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 #82a05a0d
}

.srv-pg .faq-q {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px 40px;
    background: #EFF1ED;
    cursor: pointer;
    gap: 16px;
    transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.srv-pg .faq-item input[type="checkbox"] {
    display: none
}

.srv-pg .faq-q:hover {
    background: #dce6d4
}

.srv-pg .faq-q-text {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #2a3520
}

.srv-pg .faq-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #82A05A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.srv-pg .faq-icon i {
    font-size: 16px;
    color: #fff
}

.srv-pg .faq-item input[type="checkbox"]:checked~.faq-q .faq-icon {
    transform: rotate(45deg)
}

.srv-pg .faq-ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s cubic-bezier(0.34, 1.56, 0.64, 1), padding .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0 40px;
    background: #fff
}

.srv-pg .faq-item input[type="checkbox"]:checked~.faq-ans {
    max-height: 300px;
    padding: 16px 40px
}

.srv-pg .faq-ans p {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4a2e;
    margin: 0
}

@media (max-width: 1280px) {
    .srv-pg .ttl-row {
        gap: 40px
    }

    .srv-pg .ttl-img-wrap {
        flex: 0 0 320px
    }

    .srv-pg .h1-main {
        font-size: 72px
    }

    .srv-pg .svc-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .srv-pg .faq-layout {
        grid-template-columns: 280px 1fr;
        gap: 40px
    }
}

@media (max-width: 768px) {
    .srv-pg .pg-inner {
        padding: 0 16px
    }

    .srv-pg .aurora-bg {
        padding: 40px 0
    }

    .srv-pg .ttl-row {
        flex-direction: column;
        gap: 40px
    }

    .srv-pg .ttl-img-wrap {
        flex: 0 0 auto;
        width: 100%
    }

    .srv-pg .h1-main {
        font-size: 32px
    }

    .srv-pg .ttl-sub {
        font-size: 16px
    }

    .srv-pg .svc-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .srv-pg .offr-band {
        padding: 40px 0
    }

    .srv-pg .team-band {
        padding: 40px 0
    }

    .srv-pg .team-split {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .srv-pg .stat-row {
        flex-direction: column;
        gap: 16px
    }

    .srv-pg .faq-band {
        padding: 40px 0
    }

    .srv-pg .faq-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .srv-pg .faq-q {
        padding: 16px
    }

    .srv-pg .faq-ans {
        padding: 0 16px
    }

    .srv-pg .faq-item input[type="checkbox"]:checked~.faq-ans {
        padding: 16px
    }
}

.success-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 16px;
    background: #EFF1ED
}

.success-page .success-card {
    background: #fff;
    border-radius: 34px;
    box-shadow: 0 9px 44px 0 #82a05a21;
    padding: 80px 40px;
    max-width: 560px;
    width: 100%;
    text-align: center
}

.success-page .success-card .icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: linear-gradient(127deg, #B9CAAF, #EFF1ED);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    box-shadow: 0 5px 25px 0 #82a05a1c
}

.success-page .success-card .icon-wrap svg {
    display: block
}

.success-page .success-card .success-heading {
    font-size: 32px;
    line-height: 1.2;
    color: #2d3a1f;
    margin: 0 0 16px;
    letter-spacing: -.5px
}

.success-page .success-card .success-heading .first-letter {
    font-size: 40px;
    color: #82A05A
}

.success-page .success-card .success-body {
    font-size: 16px;
    line-height: 1.7;
    color: #3d4a2e;
    margin: 0 0 40px
}

.success-page .success-card .back-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.2;
    color: #82A05A;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 16px 40px;
    border-radius: 14px;
    border: 2px solid #82A05A;
    transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.success-page .success-card .back-link:hover,
.success-page .success-card .back-link:focus {
    background: #82A05A;
    color: #fff;
    box-shadow: 0 5px 25px 0 #82a05a1c;
    outline: none
}

.success-page .success-card .back-link:active {
    box-shadow: inset 0 4px 10px 0 #82a05a2e
}

.success-page .success-card .back-link svg {
    transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-page .success-card .back-link:hover svg {
    transform: translateX(-3px)
}

.success-page .divider {
    width: 40px;
    height: 3px;
    border-radius: 8px;
    background: linear-gradient(127deg, #B9CAAF, #82A05A);
    margin: 0 auto 40px
}

@media (max-width: 768px) {
    .success-page {
        padding: 40px 16px
    }

    .success-page .success-card {
        padding: 40px 16px
    }

    .success-page .success-card .success-heading {
        font-size: 24px
    }

    .success-page .success-card .success-heading .first-letter {
        font-size: 32px
    }
}