html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

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

body {
    margin: 0;
    overscroll-behavior: contain;
    overflow-x: hidden;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #2a2a2a
}

:focus {
    outline: 2px dashed #14B628;
    outline-offset: 3px
}

.top-bar {
    background: #14B628;
    padding: 8px 0
}

.top-bar-hold {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px
}

.top-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    text-decoration: none
}

.top-contact-item svg {
    flex-shrink: 0
}

.top-contact-item:hover {
    color: #FDE8B5;
    transition: color .1s ease-out
}

.site-header {
    background: linear-gradient(160deg, #fff 60%, #f5fef6 100%);
    border-bottom: 1px solid #14b6281f;
    box-shadow: 0 4px 14px 0 #14b6281a;
    position: relative;
    z-index: 100
}

.header-hold {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 96px
}

.brand-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0
}

.brand-name {
    font-family: 'EB Garamond', serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #14B628;
    text-decoration: none;
    display: block
}

.brand-name:hover {
    color: #0e8f1e;
    transition: color .12s ease-out
}

.brand-sub {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #5a5a5a;
    letter-spacing: .01em
}

.main-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end
}

.nav-link {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #2a2a2a;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 4px;
    display: inline-block;
    transition: color .1s ease-out, background .1s ease-out;
    white-space: nowrap
}

.nav-link:hover {
    color: #14B628;
    background: #14b62812
}

.nav-link.active-page {
    color: #14B628;
    background: #14b6281a
}

.nav-link.contact-link {
    background: #14B628;
    color: #fff;
    border-radius: 22px;
    padding: 12px 24px;
    box-shadow: 0 2px 5px 0 #14b6280d;
    transition: background .12s ease-out, padding .12s ease-out
}

.nav-link.contact-link:hover {
    background: #0e8f1e;
    padding: 12px 32px
}

.site-footer {
    background: #14B628;
    position: relative;
    overflow: hidden
}

.footer-top {
    background: linear-gradient(135deg, #14B628 0%, #0e8f1e 100%);
    padding: 48px 0 32px
}

.footer-top-hold {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    align-items: start
}

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

.footer-logo-mount {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px 0 #14b6281a inset 0 2px 5px 0 #14b6280d;
    padding: 8px;
    flex-shrink: 0
}

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

.footer-tagline {
    font-family: 'EB Garamond', serif;
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffe6;
    font-style: italic
}

.footer-col-label {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #FDE8B5;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.contact-card {
    background: #ffffff1a;
    border-radius: 22px;
    padding: 16px;
    box-shadow: inset 0 2px 5px 0 #14b6280d;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.contact-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.contact-text {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    text-decoration: none
}

.contact-text:hover {
    color: #FDE8B5;
    transition: color .1s ease-out
}

.contact-label {
    font-size: 16px;
    color: #ffffffa6;
    display: block;
    line-height: 1.35
}

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

.footer-links-list li a {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffd9;
    text-decoration: none;
    padding: 4px 0;
    display: inline-block;
    transition: color .1s ease-out
}

.footer-links-list li a:hover {
    color: #FDE8B5
}

.footer-bottom {
    background: #0b6e18;
    padding: 16px 0
}

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

.copy-text {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #ffffffb3
}

.footer-legal-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.footer-legal-links a {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #ffffffb3;
    text-decoration: none;
    transition: color .1s ease-out
}

.footer-legal-links a:hover {
    color: #FDE8B5
}

.consent-strip {
    display: none;
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 2000;
    max-width: 380px;
    width: calc(100% - 32px);
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 44px 0 #14b6281f;
    padding: 16px;
    opacity: 0;
    transition: opacity .32s ease-out
}

.consent-strip.shown {
    opacity: 1
}

.consent-icon-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px
}

.consent-leaf {
    width: 32px;
    height: 32px
}

.consent-body {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #2a2a2a;
    margin-bottom: 16px
}

.consent-cats {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.consent-cat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.consent-cat-label {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #2a2a2a
}

.consent-cat-label.required-cat {
    color: #5a5a5a
}

.consent-toggle {
    width: 36px;
    height: 20px;
    border-radius: 38px;
    background: #d0d0d0;
    border: none;
    cursor: pointer;
    position: relative;
    transition: background .12s ease-out;
    flex-shrink: 0
}

.consent-toggle::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 38px;
    background: #fff;
    transition: transform .12s ease-out
}

.consent-toggle.on {
    background: #14B628
}

.consent-toggle.on::after {
    transform: translateX(16px)
}

.consent-toggle[disabled] {
    opacity: .6;
    cursor: not-allowed
}

.consent-btns {
    display: flex;
    gap: 8px
}

.consent-btn {
    flex: 1;
    padding: 12px 16px;
    border-radius: 22px;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
    border: 2px solid #14B628;
    transition: background .1s ease-out, color .1s ease-out, padding .1s ease-out;
    text-align: center
}

.consent-btn.primary {
    background: #14B628;
    color: #fff
}

.consent-btn.primary:hover {
    background: #0e8f1e;
    padding: 12px 24px
}

.consent-btn.secondary {
    background: transparent;
    color: #14B628
}

.consent-btn.secondary:hover {
    background: #14b62812;
    padding: 12px 24px
}

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

    .footer-brand {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center
    }
}

@media (max-width: 768px) {
    .top-bar-hold {
        padding: 0 16px;
        gap: 16px
    }

    .header-hold {
        padding: 0 16px;
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
        padding-top: 16px;
        padding-bottom: 16px;
        gap: 12px
    }

    .main-nav {
        width: 100%;
        justify-content: flex-start
    }

    .footer-top-hold {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 0 16px
    }

    .footer-brand {
        flex-direction: column
    }

    .footer-bottom-hold {
        padding: 0 16px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 480px) {
    .top-contact-item span {
        display: none
    }

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

    .footer-top {
        padding: 32px 0 16px
    }
}

.legal-pvzd-block {
    max-width: 1366px;
    margin: 0 auto;
    padding: 48px 32px
}

.legal-pvzd-block p {
    font-size: 16px;
    line-height: 1.55;
    color: #2d2d2d;
    margin-bottom: 16px
}

.legal-pvzd-block strong,
.legal-pvzd-block b {
    font-weight: 700;
    color: #1a2e1c
}

.legal-pvzd-block em,
.legal-pvzd-block i {
    font-style: italic;
    color: #3a3a3a
}

.legal-pvzd-block a {
    color: #14B628;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .1s ease-out
}

.legal-pvzd-block a:hover {
    color: #C6253F
}

.legal-pvzd-block table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.35;
    box-shadow: 0 2px 5px 0 #14b6280d;
    border-radius: 4px;
    overflow: hidden
}

.legal-pvzd-block thead {
    background-color: #FDE8B5
}

.legal-pvzd-block tbody tr {
    border-bottom: 1px solid #14b6281a;
    transition: background-color .08s linear
}

.legal-pvzd-block tbody tr:last-child {
    border-bottom: none
}

.legal-pvzd-block tbody tr:hover {
    background-color: #14b6280a
}

.legal-pvzd-block th {
    padding: 12px 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #1a2e1c;
    letter-spacing: -.01em
}

.legal-pvzd-block td {
    padding: 12px 16px;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1.55;
    vertical-align: top
}

.legal-pvzd-block hr {
    border: none;
    border-top: 1px solid #14b62826;
    margin: 48px 0;
    box-shadow: inset 0 1px 2px 0 #14b6280d
}

.legal-pvzd-block div {
    margin-bottom: 16px
}

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

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

    .legal-pvzd-block th,
    .legal-pvzd-block td {
        padding: 8px 12px
    }
}

@media (max-width: 480px) {
    .legal-pvzd-block {
        padding: 32px 12px
    }

    .legal-pvzd-block p {
        font-size: 16px
    }
}

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

.ctus .ed-col {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.ctus .reach-blk {
    padding-top: 80px;
    padding-bottom: 64px;
    background: radial-gradient(ellipse 70% 60% at 18% 40%, #14b62812 0%, #fff 70%);
    position: relative
}

.ctus .reach-blk::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    height: 56px;
    background: #fff;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index: 1
}

.ctus .reach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.ctus .reach-img-card {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 14px 0 #14b6281a;
    transition: box-shadow .12s ease-out
}

.ctus .reach-img-card:hover {
    box-shadow: 0 10px 44px 0 #14b6281f
}

.ctus .reach-img-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block
}

.ctus .reach-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to bottom, #14b6282e 0%, #fff0 100%);
    pointer-events: none
}

.ctus .atm-spot {
    position: absolute;
    border-radius: 38px;
    pointer-events: none;
    z-index: 0
}

.ctus .atm-a {
    width: 180px;
    height: 180px;
    background: #14b62814;
    top: -40px;
    left: -60px;
    filter: blur(32px)
}

.ctus .atm-b {
    width: 120px;
    height: 120px;
    background: #c6253f0f;
    bottom: 20px;
    right: -30px;
    filter: blur(24px)
}

.ctus .reach-text {
    position: relative;
    z-index: 1
}

.ctus .reach-label {
    display: inline-block;
    background: #FDE8B5;
    color: #3a2800;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
    letter-spacing: -.01em
}

.ctus .reach-h1 {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #111;
    margin: 0 0 16px;
    text-shadow: 1px 2px 0 #14b62814
}

.ctus .reach-h1 .accent-phrase {
    color: #14B628
}

.ctus .reach-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #333;
    margin: 0 0 32px
}

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

.ctus .info-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.ctus .info-icon {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #14b6281a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px
}

.ctus .info-icon svg {
    width: 18px;
    height: 18px
}

.ctus .info-label {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    display: block;
    line-height: 1.1;
    margin-bottom: 4px
}

.ctus .info-val {
    font-size: 16px;
    line-height: 1.35;
    color: #444
}

.ctus .info-val a {
    color: #14B628;
    text-decoration: none;
    transition: color .1s ease-out
}

.ctus .info-val a:hover {
    color: #0e8a1e
}

.ctus .form-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FDE8B5;
    position: relative
}

.ctus .form-blk::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #14b62821 1px, transparent 1px);
    background-size: 28px 28px;
    background-position: 14px 0;
    pointer-events: none;
    z-index: 0
}

.ctus .form-inner {
    position: relative;
    z-index: 1
}

.ctus .form-card {
    background: #fff;
    border-radius: 22px;
    padding: 48px;
    box-shadow: 0 4px 14px 0 #14b6281a;
    border: 1.5px dashed #14b62847;
    animation: shpulse 3s ease-in-out infinite
}

@keyframes shpulse {

    0%,
    100% {
        box-shadow: 0 4px 14px 0 #14b6281a
    }

    50% {
        box-shadow: 0 10px 44px 0 #14b6282e
    }
}

.ctus .form-heading {
    font-size: 37px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #111;
    margin: 0 0 8px;
    text-shadow: 0 2px 0 #14b6281a
}

.ctus .form-sub {
    font-size: 16px;
    line-height: 1.55;
    color: #444;
    margin: 0 0 32px
}

.ctus .matrix-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

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

.ctus .field-grp.full {
    margin-bottom: 16px
}

.ctus .f-label {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1.1
}

.ctus .f-input {
    border: 1.5px solid #d4d4d4;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 16px;
    color: #111;
    background: #fff;
    outline: none;
    transition: border-color .1s ease-out, box-shadow .1s ease-out;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 2px 4px 0 #14b6280a
}

.ctus .f-input::placeholder {
    color: #aaa
}

.ctus .f-input:focus {
    border-color: #14B628;
    box-shadow: 0 2px 5px 0 #14b62814 inset 0 2px 4px 0 #14b6280a
}

.ctus .f-select {
    border: 1.5px solid #d4d4d4;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 16px;
    color: #111;
    background: #fff;
    outline: none;
    transition: border-color .1s ease-out;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%2314B628' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    box-shadow: inset 0 2px 4px 0 #14b6280a
}

.ctus .f-select:focus {
    border-color: #14B628
}

.ctus .f-textarea {
    border: 1.5px solid #d4d4d4;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 16px;
    color: #111;
    background: #fff;
    outline: none;
    transition: border-color .1s ease-out;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    min-height: 100px;
    box-shadow: inset 0 2px 4px 0 #14b6280a
}

.ctus .f-textarea::placeholder {
    color: #aaa
}

.ctus .f-textarea:focus {
    border-color: #14B628;
    box-shadow: 0 2px 5px 0 #14b62814 inset 0 2px 4px 0 #14b6280a
}

.ctus .matrix-blk {
    margin-bottom: 24px
}

.ctus .matrix-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.1
}

.ctus .priority-matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.ctus .pm-cell {
    border-radius: 4px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    transition: background .08s ease-out
}

.ctus .pm-cell.zone-a {
    background: #14b62814
}

.ctus .pm-cell.zone-b {
    background: #c6253f12
}

.ctus .pm-cell.zone-c {
    background: #fde8b599
}

.ctus .pm-cell.zone-d {
    background: #14b6280a;
    border: 1px solid #14b6281f
}

.ctus .pm-cell input[type="radio"] {
    margin-top: 3px;
    accent-color: #14B628;
    flex-shrink: 0;
    cursor: pointer
}

.ctus .pm-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus .pm-zone-name {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1.1
}

.ctus .pm-zone-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.35
}

.ctus .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    padding: 16px;
    background: #14b6280d;
    border-radius: 4px
}

.ctus .privacy-row input[type="checkbox"] {
    margin-top: 3px;
    accent-color: #14B628;
    flex-shrink: 0;
    cursor: pointer;
    width: 18px;
    height: 18px
}

.ctus .privacy-text {
    font-size: 16px;
    line-height: 1.55;
    color: #444
}

.ctus .privacy-text a {
    color: #14B628;
    text-decoration: underline;
    transition: color .08s ease-out
}

.ctus .privacy-text a:hover {
    color: #0e8a1e
}

.ctus .submit-btn {
    display: inline-block;
    background: #14B628;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    letter-spacing: -.01em;
    transition: background .1s ease-out, padding .12s ease-out, box-shadow .12s ease-out;
    box-shadow: 0 2px 5px 0 #14b6281a
}

.ctus .submit-btn:hover {
    background: #0e8a1e;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 4px 14px 0 #14b6282e
}

.ctus .submit-btn:focus {
    outline: 2px solid #14B628;
    outline-offset: 3px
}

.ctus .submit-btn:active {
    background: #0b7018
}

.ctus .anchor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px
}

.ctus .anchor-icon svg {
    width: 64px;
    height: 64px;
    opacity: .18;
    animation: shpulse 4s ease-in-out infinite
}

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

    .ctus .reach-img-card {
        max-width: 480px
    }

    .ctus .reach-h1 {
        font-size: 37px
    }
}

@media (max-width: 768px) {
    .ctus .ed-col {
        padding-left: 16px;
        padding-right: 16px
    }

    .ctus .reach-blk {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .ctus .form-card {
        padding: 32px 16px
    }

    .ctus .matrix-row {
        grid-template-columns: 1fr
    }

    .ctus .priority-matrix {
        grid-template-columns: 1fr
    }

    .ctus .form-heading {
        font-size: 27px
    }

    .ctus .reach-h1 {
        font-size: 37px
    }
}

@media (max-width: 480px) {
    .ctus .reach-h1 {
        font-size: 27px
    }

    .ctus .form-blk {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

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

.srvs-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px
}

.srvs-lead {
    background: #fff;
    padding: 48px 0 0
}

.srvs-lead-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 480px
}

.srvs-lead-text {
    padding: 48px 48px 48px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.srvs-eyebrow {
    display: inline-block;
    background: #FDE8B5;
    color: #2a1a00;
    font-size: 16px;
    line-height: 1.35;
    padding: 4px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: .04em
}

.srvs-lead-text h1 {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #111;
    margin: 0 0 16px;
    text-shadow: 0 2px 5px #14b6280d
}

.srvs-lead-text p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    margin: 0 0 32px;
    max-width: 480px
}

.srvs-lead-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.srvs-btn-pri {
    display: inline-block;
    background: #14B628;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    padding: 12px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 14px 0 #14b6281a;
    transition: padding .12s ease-out, box-shadow .1s linear
}

.srvs-btn-pri:hover {
    padding: 12px 40px;
    box-shadow: 0 10px 44px 0 #14b6281f;
    color: #fff;
    text-decoration: none
}

.srvs-btn-pri:focus-visible {
    outline: 3px solid #14B628 !important;
    outline-offset: 3px !important
}

.srvs-btn-sec {
    display: inline-block;
    color: #14B628;
    font-size: 16px;
    line-height: 1.35;
    padding: 12px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    border: 1.5px solid #14B628;
    transition: padding .12s ease-out, background .1s linear
}

.srvs-btn-sec:hover {
    padding: 12px 24px;
    background: #14b6280f;
    color: #14B628;
    text-decoration: none
}

.srvs-btn-sec:focus-visible {
    outline: 3px solid #14B628 !important;
    outline-offset: 3px !important
}

.srvs-lead-img {
    position: relative;
    overflow: hidden;
    border-radius: 0 22px 22px 0
}

.srvs-lead-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 6s linear
}

.srvs-lead-img:hover img {
    transform: scale(1.04)
}

.srvs-lead-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient(to top, #1111118c 0%, transparent 100%);
    pointer-events: none
}

.srvs-div1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0 0;
    gap: 4px
}

.srvs-div1 span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #14B628;
    opacity: .25
}

.srvs-div1 span.dash {
    width: 18px;
    height: 3px;
    border-radius: 0;
    opacity: .18
}

.srvs-mosaic {
    background: #f0f7f1;
    padding: 48px 0;
    position: relative
}

.srvs-mosaic-label {
    font-size: 16px;
    line-height: 1.35;
    color: #14B628;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.srvs-mosaic-head {
    font-size: 37px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #111;
    margin: 0 0 32px;
    text-shadow: 1px 1px 0 #14b62814
}

.srvs-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px
}

.srvs-card {
    background: #fff;
    border-radius: 22px;
    padding: 32px;
    position: relative;
    box-shadow: 0 2px 5px 0 #14b6280d;
    transition: box-shadow .12s ease-out;
    overflow: hidden
}

.srvs-card:hover {
    box-shadow: 0 4px 14px 0 #14b6281a
}

.srvs-card.accent {
    grid-column: 1;
    grid-row: 1 / 3;
    background: #14B628;
    color: #fff
}

.srvs-card.accent .srvs-card-num {
    color: #ffffff59
}

.srvs-card.accent .srvs-card-h {
    color: #fff;
    text-shadow: 0 2px 5px #c6253f1a
}

.srvs-card.accent .srvs-card-p {
    color: #ffffffe0
}

.srvs-card.accent .srvs-card-tag {
    background: #ffffff2e;
    color: #fff
}

.srvs-card-num {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    color: #14b6281a;
    letter-spacing: -.04em;
    position: absolute;
    top: 16px;
    right: 24px;
    pointer-events: none;
    user-select: none
}

.srvs-card-h {
    font-size: 27px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #111;
    margin: 0 0 12px;
    text-shadow: 0 1px 0 #14b62812
}

.srvs-card-p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    margin: 0 0 16px
}

.srvs-card-tag {
    display: inline-block;
    background: #FDE8B5;
    color: #5a3a00;
    font-size: 16px;
    line-height: 1.35;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 600
}

.srvs-card-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 16px
}

.srvs-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 5s linear
}

.srvs-card:hover .srvs-card-img img {
    transform: scale(1.05)
}

.srvs-card.tall {
    grid-column: 2;
    grid-row: 1 / 3
}

.srvs-card.small1 {
    grid-column: 3;
    grid-row: 1
}

.srvs-card.small2 {
    grid-column: 3;
    grid-row: 2;
    background: #C6253F
}

.srvs-card.small2 .srvs-card-h {
    color: #fff;
    text-shadow: none
}

.srvs-card.small2 .srvs-card-p {
    color: #ffffffe0
}

.srvs-card.small2 .srvs-card-num {
    color: #ffffff1f
}

.srvs-card.small2 .srvs-card-tag {
    background: #ffffff2e;
    color: #fff
}

.srvs-div2 {
    display: flex;
    align-items: center;
    padding: 0 32px;
    gap: 0;
    max-width: 1366px;
    margin: 0 auto
}

.srvs-div2-line {
    flex: 1;
    height: 1px;
    background: repeating-linear-gradient(to right, #14B628 0px, #14B628 4px, transparent 4px, transparent 8px, #14B628 8px, #14B628 10px, transparent 10px, transparent 18px);
    opacity: .2
}

.srvs-experts {
    background: #fff;
    padding: 48px 0
}

.srvs-experts-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 32px
}

.srvs-experts-head {
    font-size: 37px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #111;
    margin: 0;
    text-shadow: 1px 1px 0 #14b62812;
    max-width: 520px
}

.srvs-experts-sub {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    max-width: 380px;
    margin: 0
}

.srvs-profiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.srvs-profile {
    border-radius: 22px;
    overflow: hidden;
    background: #f0f7f1;
    box-shadow: 0 2px 5px 0 #14b6280d;
    display: flex;
    flex-direction: column;
    transition: box-shadow .1s ease-out
}

.srvs-profile:hover {
    box-shadow: 0 4px 14px 0 #14b6281a
}

.srvs-profile-img {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden
}

.srvs-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform 5s linear
}

.srvs-profile:hover .srvs-profile-img img {
    transform: scale(1.04)
}

.srvs-profile-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.srvs-profile-name {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px
}

.srvs-profile-role {
    font-size: 16px;
    line-height: 1.35;
    color: #14B628;
    font-weight: 600;
    margin: 0 0 8px
}

.srvs-profile-quote {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    margin: 0;
    flex: 1
}

.srvs-float-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 44px 0 #14b6281f;
    padding: 24px 32px;
    max-width: 340px;
    margin: 32px auto 0
}

.srvs-float-card-head {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.srvs-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 38px;
    background: #14B628;
    display: inline-block;
    box-shadow: 0 0 0 3px #14b62826
}

.srvs-float-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #14b6281a;
    font-size: 16px;
    line-height: 1.35
}

.srvs-float-row:last-child {
    border-bottom: none
}

.srvs-float-row-label {
    color: #3a3a3a
}

.srvs-float-row-val {
    font-weight: 700;
    color: #111
}

.srvs-fade {
    opacity: 0;
    animation: srvsReveal .55s ease-out forwards
}

.srvs-fade.d1 {
    animation-delay: .08s
}

.srvs-fade.d2 {
    animation-delay: .18s
}

.srvs-fade.d3 {
    animation-delay: .28s
}

.srvs-fade.d4 {
    animation-delay: .38s
}

@keyframes srvsReveal {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

.srvs-card-extra {
    max-height: 0;
    overflow: hidden;
    transition: max-height .14s ease-out
}

.srvs-card:hover .srvs-card-extra {
    max-height: 120px
}

@media (max-width: 1024px) {
    .srvs-lead-grid {
        grid-template-columns: 1fr 1fr;
        min-height: 380px
    }

    .srvs-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto
    }

    .srvs-card.accent {
        grid-column: 1 / 3;
        grid-row: auto
    }

    .srvs-card.tall {
        grid-column: 1;
        grid-row: auto
    }

    .srvs-card.small1 {
        grid-column: 2;
        grid-row: auto
    }

    .srvs-card.small2 {
        grid-column: 1 / 3;
        grid-row: auto
    }

    .srvs-profiles {
        grid-template-columns: repeat(3, 1fr)
    }
}

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

    .srvs-lead-grid {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .srvs-lead-text {
        padding: 32px 0
    }

    .srvs-lead-img {
        border-radius: 22px;
        height: 260px
    }

    .srvs-lead-text h1 {
        font-size: 37px
    }

    .srvs-grid {
        grid-template-columns: 1fr
    }

    .srvs-card.accent,
    .srvs-card.tall,
    .srvs-card.small1,
    .srvs-card.small2 {
        grid-column: 1;
        grid-row: auto
    }

    .srvs-profiles {
        grid-template-columns: 1fr
    }

    .srvs-experts-top {
        flex-direction: column;
        align-items: flex-start
    }

    .srvs-experts-head {
        font-size: 27px
    }

    .srvs-mosaic-head {
        font-size: 27px
    }
}

@media (max-width: 480px) {
    .srvs-lead-text h1 {
        font-size: 27px
    }

    .srvs-lead-actions {
        flex-direction: column;
        align-items: flex-start
    }

    .srvs-card-num {
        font-size: 52px
    }
}

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

.ptl .inner-cap {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.ptl .tb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: #fff;
    position: relative
}

.ptl .tb-left {
    padding: 48px 48px 48px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.ptl .tb-circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.ptl .tb-circles span {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #14b62817
}

.ptl .tb-circles span:nth-child(1) {
    width: 320px;
    height: 320px;
    top: -80px;
    left: -100px
}

.ptl .tb-circles span:nth-child(2) {
    width: 180px;
    height: 180px;
    bottom: 32px;
    left: 60px;
    border-color: #c6253f12
}

.ptl .tb-circles span:nth-child(3) {
    width: 80px;
    height: 80px;
    top: 40px;
    right: 80px;
    border-color: #14b6280f
}

.ptl .tb-label {
    font-size: 16px;
    font-weight: 600;
    color: #14B628;
    letter-spacing: .04em;
    margin-bottom: 16px;
    line-height: 1.35
}

.ptl .tb-h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b2a1c;
    margin-bottom: 16px;
    text-shadow: 0 2px 5px #14b6280d
}

.ptl .tb-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a3c;
    max-width: 420px
}

.ptl .tb-right {
    position: relative;
    overflow: hidden;
    min-height: 420px
}

.ptl .tb-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: grayscale(100%);
    box-shadow: inset 0 4px 14px 0 #14b6281a
}

.ptl .tb-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100%;
    pointer-events: none
}

@keyframes trace-border {
    0% {
        stroke-dashoffset: 900
    }

    100% {
        stroke-dashoffset: 0
    }
}

.ptl .trace-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2
}

.ptl .trace-svg rect {
    fill: none;
    stroke: #14B628;
    stroke-width: 2;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
    animation: trace-border 1.1s ease-out .2s forwards
}

.ptl .hesit {
    background: #f4fbf5;
    padding: 48px 0
}

.ptl .hesit-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 48px;
    align-items: start
}

.ptl .hesit-aside {
    position: relative
}

.ptl .hesit-aside img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    display: block;
    box-shadow: 0 4px 14px 0 #14b6281a
}

.ptl .hesit-tag {
    display: inline-block;
    background: #FDE8B5;
    color: #7a5200;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 16px
}

.ptl .hesit-h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b2a1c;
    margin-bottom: 16px;
    text-shadow: 1px 1px 0 #14b62814
}

.ptl .hesit-body {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a3c
}

.ptl .hesit-body strong {
    color: #1b2a1c
}

.ptl .hesit-body p {
    margin-bottom: 12px
}

.ptl .belong {
    padding: 48px 0;
    background: #fff
}

.ptl .belong-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 32px;
    margin-bottom: 32px
}

.ptl .belong-htag {
    font-size: 16px;
    font-weight: 600;
    color: #C6253F;
    letter-spacing: .03em;
    margin-bottom: 8px
}

.ptl .belong-h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b2a1c;
    text-shadow: 1px 1px 0 #c6253f12
}

.ptl .belong-sub {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a3c;
    max-width: 380px;
    flex-shrink: 0
}

.ptl .belong-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.ptl .bcard {
    border-radius: 22px;
    padding: 32px 24px;
    background: #f4fbf5;
    box-shadow: 0 2px 5px 0 #14b6280d;
    transition: box-shadow .12s ease-out
}

.ptl .bcard:hover {
    box-shadow: 0 4px 14px 0 #14b6281a
}

.ptl .bcard-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 16px
}

.ptl .bcard-h {
    font-size: 16px;
    font-weight: 700;
    color: #1b2a1c;
    margin-bottom: 8px;
    line-height: 1.35
}

.ptl .bcard-p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a3c
}

.ptl .bcard.out {
    background: #fff5f7
}

.ptl .bcard-divider {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin: 4px 0
}

.ptl .bcard-divider-line {
    flex: 1;
    height: 1px;
    background: #e8f5ea
}

.ptl .bcard-divider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C6253F;
    opacity: .4
}

.ptl .belong-img-row {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ptl .belong-img-row img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    display: block;
    box-shadow: 0 4px 14px 0 #14b6281a
}

.ptl .appr {
    padding: 48px 0;
    background: radial-gradient(ellipse 80% 60% at 18% 50%, #14b62812 0%, #fff 70%)
}

.ptl .appr-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 48px;
    align-items: start
}

.ptl .appr-sidebar {
    padding-top: 8px
}

.ptl .appr-label {
    font-size: 16px;
    font-weight: 600;
    color: #14B628;
    letter-spacing: .03em;
    margin-bottom: 16px
}

.ptl .appr-stat {
    margin-bottom: 32px
}

.ptl .appr-num {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.03em
}

.ptl .appr-num .int {
    color: #1b2a1c
}

.ptl .appr-num .frac {
    color: #14B628 !important
}

.ptl .appr-num-label {
    font-size: 16px;
    color: #3a4a3c;
    line-height: 1.35;
    margin-top: 4px
}

.ptl .appr-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    display: block;
    box-shadow: 0 2px 5px 0 #14b6280d
}

.ptl .appr-h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b2a1c;
    margin-bottom: 16px;
    text-shadow: 1px 1px 0 #14b62814
}

.ptl .appr-intro {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a3c;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8f5ea;
    margin-bottom: 16px
}

.ptl .appr-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ptl .appr-item-h {
    font-size: 16px;
    font-weight: 700;
    color: #1b2a1c;
    margin-bottom: 8px;
    line-height: 1.35
}

.ptl .appr-item-p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4a3c
}

.ptl .word-hl span {
    display: inline;
    transition: background .09s linear, color .09s linear;
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px
}

.ptl .word-hl span:hover {
    background: #14b62821;
    color: #1b2a1c
}

.ptl .exp {
    padding: 48px 0;
    background: #1b2a1c;
    position: relative;
    overflow: hidden
}

.ptl .exp-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .12;
    filter: blur(6px) grayscale(60%);
    display: block
}

.ptl .exp-rel {
    position: relative;
    z-index: 1
}

.ptl .exp-top {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 48px;
    align-items: start;
    margin-bottom: 32px
}

.ptl .exp-tag {
    display: inline-block;
    background: #fde8b52e;
    color: #FDE8B5;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
    letter-spacing: .03em
}

.ptl .exp-h2 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0 2px 5px #14b6281f
}

.ptl .exp-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffbf
}

.ptl .exp-portrait-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.ptl .exp-portrait {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    display: block;
    border: 3px solid #14b62866;
    box-shadow: 0 4px 14px 0 #14b6281a
}

.ptl .exp-portrait2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    display: block;
    border: 3px solid #fde8b566;
    box-shadow: 0 4px 14px 0 #14b6281a
}

.ptl .exp-quote {
    font-size: 16px;
    line-height: 1.55;
    color: #fffc;
    font-style: italic;
    text-align: center
}

.ptl .exp-name {
    font-size: 16px;
    font-weight: 700;
    color: #FDE8B5;
    text-align: center
}

.ptl .exp-phases {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.ptl .exp-phase {
    background: #ffffff0f;
    border-radius: 22px;
    padding: 24px 16px;
    box-shadow: 0 2px 5px 0 #14b6280d;
    transition: background .1s ease-out
}

.ptl .exp-phase:hover {
    background: #ffffff1a
}

.ptl .exp-phase-num {
    font-size: 27px;
    font-weight: 800;
    color: #14B628;
    line-height: 1.1;
    margin-bottom: 8px
}

.ptl .exp-phase-h {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.35
}

.ptl .exp-phase-p {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffa6
}

.ptl .div-shape {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 0
}

.ptl .div-line {
    width: 60px;
    height: 1px;
    background: #d4ead6
}

.ptl .div-gem {
    width: 10px;
    height: 10px;
    background: #14B628;
    border-radius: 0;
    transform: rotate(45deg);
    opacity: .5
}

@media (max-width: 1024px) {
    .ptl .tb {
        grid-template-columns: 1fr
    }

    .ptl .tb-right {
        min-height: 280px
    }

    .ptl .tb-h1 {
        font-size: 37px
    }

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

    .ptl .hesit-aside img {
        height: 220px
    }

    .ptl .belong-cards {
        grid-template-columns: 1fr 1fr
    }

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

    .ptl .appr-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        align-items: start
    }

    .ptl .exp-top {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .ptl .exp-portrait-col {
        flex-direction: row;
        justify-content: flex-start
    }

    .ptl .exp-phases {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .ptl .inner-cap {
        padding-left: 16px;
        padding-right: 16px
    }

    .ptl .tb-left {
        padding: 32px 16px
    }

    .ptl .tb-h1 {
        font-size: 37px
    }

    .ptl .belong-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .ptl .belong-cards {
        grid-template-columns: 1fr
    }

    .ptl .belong-img-row {
        grid-template-columns: 1fr
    }

    .ptl .appr-details {
        grid-template-columns: 1fr
    }

    .ptl .appr-sidebar {
        grid-template-columns: 1fr
    }

    .ptl .exp-phases {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .ptl .tb-h1 {
        font-size: 27px
    }

    .ptl .hesit-h2,
    .ptl .belong-h2,
    .ptl .appr-h2,
    .ptl .exp-h2 {
        font-size: 27px
    }
}

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

.exp-op .ep-schema {
    display: none
}

.exp-op .ep-title-block {
    position: relative;
    padding: 48px 0 32px;
    background: linear-gradient(ellipse at 20% 50%, #14b62821 0%, #fde8b52e 55%, #c6253f12 100%);
    overflow: hidden
}

.exp-op .ep-title-block::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -80px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: #14b6280f;
    pointer-events: none
}

.exp-op .ep-title-block::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 120px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fde8b52e;
    pointer-events: none
}

.exp-op .ep-title-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px
}

.exp-op .ep-title-text {
    flex: 1 1 55%;
    max-width: 640px
}

.exp-op .ep-label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .08em;
    color: #fff;
    background: #14B628;
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 16px
}

.exp-op .ep-h1 {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b2a1c;
    margin: 0 0 16px;
    text-shadow: 0 2px 5px #14b6280d
}

.exp-op .ep-lead {
    font-size: 16px;
    line-height: 1.55;
    color: #2e3d30;
    margin: 0 0 16px;
    max-width: 520px
}

.exp-op .ep-title-img {
    flex: 0 0 38%;
    max-width: 420px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 44px 0 #14b6281f;
    position: relative
}

.exp-op .ep-title-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #1b2a1c61 0%, #14b62814 100%);
    border-radius: 22px;
    pointer-events: none
}

.exp-op .ep-title-img img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 22px;
    filter: contrast(1.04) brightness(0.97)
}

.exp-op .ep-grain {
    position: absolute;
    inset: 0;
    border-radius: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: .5
}

.exp-op .ep-dir-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 16px
}

.exp-op .ep-dir-arrow span {
    font-size: 16px;
    line-height: 1.35;
    color: #14B628;
    font-weight: 600
}

.exp-op .ep-arrow-svg {
    width: 32px;
    height: 12px
}

.exp-op .ep-divider-fade {
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #14B628 30%, #14B628 70%, transparent 100%);
    opacity: .18;
    margin: 0
}

.exp-op .ep-opinions {
    padding: 48px 0 32px;
    background: linear-gradient(ellipse at 75% 50%, #fde8b538 0%, #fff 60%);
    position: relative
}

.exp-op .ep-opinions-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px
}

.exp-op .ep-opinions-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 16px
}

.exp-op .ep-opinions-h2 {
    font-size: 37px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b2a1c;
    margin: 0;
    text-shadow: 1px 1px 0 #14b6281a
}

.exp-op .ep-count-badge {
    font-size: 16px;
    line-height: 1.35;
    color: #C6253F;
    background: #c6253f14;
    border-radius: 38px;
    padding: 4px 16px;
    white-space: nowrap
}

.exp-op .ep-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px
}

.exp-op .ep-card {
    background: #fff;
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 4px 14px 0 #14b6281a;
    position: relative;
    transition: box-shadow .12s ease-out
}

.exp-op .ep-card:hover {
    box-shadow: 0 10px 44px 0 #14b6281f
}

.exp-op .ep-card.anchor {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.exp-op .ep-card-topic {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #14B628;
    margin: 0 0 8px;
    letter-spacing: .04em
}

.exp-op .ep-card-h3 {
    font-size: 27px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1b2a1c;
    margin: 0 0 12px;
    text-shadow: 0 2px 5px #14b6280d
}

.exp-op .ep-card-h4 {
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #1b2a1c;
    font-weight: 700;
    margin: 0 0 8px;
    text-shadow: 0 2px 5px #14b6280d
}

.exp-op .ep-card-body {
    font-size: 16px;
    line-height: 1.55;
    color: #2e3d30;
    margin: 0 0 16px
}

.exp-op .ep-card-body strong {
    font-weight: 700;
    color: #1b2a1c
}

.exp-op .ep-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 16px
}

.exp-op .ep-author-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #14B628 0%, #FDE8B5 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.exp-op .ep-author-init {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.exp-op .ep-author-meta {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.exp-op .ep-author-name {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b2a1c
}

.exp-op .ep-author-role {
    font-size: 16px;
    line-height: 1.1;
    color: #5a7060
}

.exp-op .ep-tag {
    display: inline-block;
    font-size: 16px;
    line-height: 1.35;
    background: #FDE8B5;
    color: #7a5200;
    border-radius: 4px;
    padding: 4px 8px;
    margin-bottom: 8px
}

.exp-op .ep-card.compact {
    padding: 24px
}

.exp-op .ep-glow-border {
    animation: ep-glow 2.4s ease-out infinite alternate
}

@keyframes ep-glow {
    0% {
        box-shadow: 0 4px 14px 0 #14b6281a 0 0 0 0 #14b62800
    }

    100% {
        box-shadow: 0 4px 14px 0 #14b6281a 0 0 0 3px #14b6282e
    }
}

.exp-op .ep-divider-dots {
    text-align: center;
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.exp-op .ep-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #14B628;
    opacity: .22
}

.exp-op .ep-dot.mid {
    opacity: .55;
    width: 8px;
    height: 8px
}

.exp-op .ep-glossary {
    padding: 48px 0;
    background: linear-gradient(ellipse at 25% 60%, #14b62814 0%, #fff0 65%);
    position: relative
}

.exp-op .ep-glossary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #fde8b5b3 35%, #fde8b5b3 65%, transparent 100%)
}

.exp-op .ep-glossary-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.exp-op .ep-glossary-aside {
    flex: 0 0 280px;
    position: sticky;
    top: 32px
}

.exp-op .ep-glossary-h2 {
    font-size: 37px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b2a1c;
    margin: 0 0 12px;
    text-shadow: 1px 1px 0 #14b6281a
}

.exp-op .ep-glossary-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #2e3d30;
    margin: 0 0 32px
}

.exp-op .ep-circles {
    position: relative;
    width: 160px;
    height: 160px;
    margin-top: 16px
}

.exp-op .ep-circle {
    position: absolute;
    border-radius: 50%;
    opacity: .13
}

.exp-op .ep-circle.c1 {
    width: 120px;
    height: 120px;
    background: #14B628;
    top: 0;
    left: 0
}

.exp-op .ep-circle.c2 {
    width: 90px;
    height: 90px;
    background: #C6253F;
    top: 24px;
    left: 40px
}

.exp-op .ep-circle.c3 {
    width: 70px;
    height: 70px;
    background: #FDE8B5;
    top: 50px;
    left: 20px
}

.exp-op .ep-dl {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 0
}

.exp-op .ep-dl-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #14b6281a;
    align-items: baseline
}

.exp-op .ep-dl-item:first-child {
    border-top: 1px solid #14b6281a
}

.exp-op .ep-dt {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b2a1c;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.exp-op .ep-dt-tag {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    background: #14b6281a;
    color: #14B628;
    border-radius: 4px;
    padding: 2px 8px;
    width: fit-content
}

.exp-op .ep-dd {
    font-size: 16px;
    line-height: 1.55;
    color: #2e3d30;
    margin: 0
}

.exp-op .ep-dd strong {
    font-weight: 700;
    color: #1b2a1c
}

.exp-op .ep-focus-reveal {
    margin-top: 32px;
    border-radius: 22px;
    border: 1.5px solid #14b6282e;
    background: #fde8b51f;
    padding: 16px 24px;
    position: relative;
    outline: none
}

.exp-op .ep-focus-reveal:focus-within .ep-reveal-body {
    opacity: 1;
    pointer-events: auto
}

.exp-op .ep-reveal-label {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b2a1c;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.exp-op .ep-reveal-label input[type="text"] {
    opacity: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    pointer-events: none
}

.exp-op .ep-reveal-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.exp-op .ep-reveal-body {
    font-size: 16px;
    line-height: 1.55;
    color: #2e3d30;
    margin-top: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .12s ease-out
}

.exp-op .ep-focus-reveal:focus-within .ep-reveal-icon {
    transform: rotate(45deg);
    transition: transform .1s ease-out
}

.exp-op .ep-focus-wrap {
    border-radius: 22px;
    overflow: hidden
}

@media (max-width: 1024px) {
    .exp-op .ep-title-inner {
        flex-direction: column;
        gap: 32px
    }

    .exp-op .ep-title-text {
        max-width: 100%
    }

    .exp-op .ep-title-img {
        max-width: 100%;
        flex: 0 0 auto;
        width: 100%
    }

    .exp-op .ep-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto
    }

    .exp-op .ep-card.anchor {
        grid-row: 1 / 2;
        grid-column: 1 / 3
    }

    .exp-op .ep-glossary-inner {
        flex-direction: column;
        gap: 32px
    }

    .exp-op .ep-glossary-aside {
        flex: 0 0 auto;
        position: static
    }
}

@media (max-width: 768px) {
    .exp-op .ep-h1 {
        font-size: 37px
    }

    .exp-op .ep-title-inner {
        padding: 0 16px
    }

    .exp-op .ep-opinions-inner {
        padding: 0 16px
    }

    .exp-op .ep-glossary-inner {
        padding: 0 16px
    }

    .exp-op .ep-grid {
        grid-template-columns: 1fr
    }

    .exp-op .ep-card.anchor {
        grid-column: 1 / 2
    }

    .exp-op .ep-dl-item {
        grid-template-columns: 1fr;
        gap: 4px
    }

    .exp-op .ep-opinions-head {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 480px) {
    .exp-op .ep-h1 {
        font-size: 27px
    }

    .exp-op .ep-opinions-h2,
    .exp-op .ep-glossary-h2 {
        font-size: 27px
    }

    .exp-op .ep-card {
        padding: 16px
    }

    .exp-op .ep-title-block {
        padding: 32px 0 16px
    }

    .exp-op .ep-opinions {
        padding: 32px 0 16px
    }

    .exp-op .ep-glossary {
        padding: 32px 0
    }
}

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

.abt-us .pg-wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px
}

.abt-us .bend-top {
    padding: 48px 0 0;
    background: #fff;
    position: relative
}

.abt-us .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: auto auto;
    gap: 16px;
    padding-bottom: 64px
}

.abt-us .bento-cell {
    border-radius: 22px;
    overflow: hidden;
    position: relative
}

.abt-us .bento-cell.text-a {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    background: #FDE8B5;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 220px
}

.abt-us .bento-cell.text-b {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    background: #f4f4f2;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.abt-us .bento-cell.img-main {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    min-height: 480px
}

.abt-us .bento-cell.stat-row {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    background: #fff;
    border: 1.5px solid #14b6282e;
    padding: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px
}

.abt-us .bento-cell.img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .12s ease-out
}

.abt-us .bento-cell.img-main:hover img {
    transform: scale(1.03)
}

.abt-us .img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #14b62861 0%, transparent 55%);
    pointer-events: none
}

.abt-us .shape-curl {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 80px;
    height: 80px;
    opacity: .09;
    pointer-events: none
}

.abt-us .h1-label {
    font-size: 16px;
    font-weight: 600;
    color: #14B628;
    letter-spacing: .04em;
    line-height: 1.35;
    margin-bottom: 8px;
    display: block
}

.abt-us .h1-main {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1b2a1c;
    text-shadow: 0 2px 5px #14b62814;
    margin: 0 0 16px
}

.abt-us .bento-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #2e3d2f;
    margin: 0 0 16px
}

.abt-us .bento-links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.abt-us .btn-prim {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #14B628;
    padding: 12px 32px;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: padding .1s ease-out, background .08s linear;
    box-shadow: 0 4px 14px 0 #14b6281a
}

.abt-us .btn-prim:hover {
    padding: 12px 48px;
    background: #0fa020
}

.abt-us .btn-sec {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #C6253F;
    background: transparent;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    border: 1.5px solid #C6253F;
    cursor: pointer;
    transition: padding .1s ease-out, background .08s linear
}

.abt-us .btn-sec:hover {
    padding: 12px 36px;
    background: #c6253f0d
}

.abt-us .stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1
}

.abt-us .stat-ring {
    width: 52px;
    height: 52px;
    margin-bottom: 8px
}

.abt-us .stat-num {
    font-size: 37px;
    font-weight: 800;
    color: #1b2a1c;
    line-height: 1.1;
    letter-spacing: -.02em
}

.abt-us .stat-lbl {
    font-size: 16px;
    color: #4a5c4b;
    line-height: 1.35
}

.abt-us .stat-div {
    width: 1px;
    height: 64px;
    background: #14b62826;
    flex-shrink: 0
}

.abt-us .bento-cell.text-b .h4-sub {
    font-size: 27px;
    font-weight: 700;
    color: #1b2a1c;
    line-height: 1.35;
    letter-spacing: -.01em;
    text-shadow: 0 2px 5px #14b62812;
    margin: 0 0 12px
}

.abt-us .bento-cell.text-b .sub-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #3a4d3b;
    margin: 0
}

.abt-us .divider-curve-a {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.abt-us .divider-curve-a svg {
    display: block;
    width: 100%
}

.abt-us .team-sec {
    background: radial-gradient(ellipse 80% 60% at 18% 40%, #14b62812 0%, #fff 70%);
    padding: 48px 0
}

.abt-us .team-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 32px;
    align-items: start
}

.abt-us .team-intro {
    padding-right: 32px
}

.abt-us .sec-eyebrow {
    font-size: 16px;
    font-weight: 600;
    color: #C6253F;
    letter-spacing: .05em;
    display: block;
    margin-bottom: 12px
}

.abt-us .h2-team {
    font-size: 37px;
    font-weight: 800;
    color: #1b2a1c;
    line-height: 1.1;
    letter-spacing: -.02em;
    text-shadow: 1px 2px 0 #14b6281a;
    margin: 0 0 16px
}

.abt-us .team-body {
    font-size: 16px;
    line-height: 1.55;
    color: #2e3d2f;
    margin: 0 0 32px
}

.abt-us .team-body strong {
    font-weight: 700;
    color: #1b2a1c
}

.abt-us .extra-imgs {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .extra-img-wrap {
    border-radius: 22px;
    overflow: hidden;
    position: relative
}

.abt-us .extra-img-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .12s ease-out
}

.abt-us .extra-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 22px;
    transition: border-color .1s ease-out;
    pointer-events: none
}

.abt-us .extra-img-wrap:hover::after {
    border-color: #14B628
}

.abt-us .extra-img-wrap:hover img {
    transform: scale(1.04)
}

.abt-us .portrait-card {
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 14px 0 #14b6281a;
    position: relative
}

.abt-us .portrait-card img {
    width: 100%;
    aspect-ratio: 5/7;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .12s ease-out
}

.abt-us .portrait-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 22px;
    transition: border-color .1s ease-out;
    pointer-events: none
}

.abt-us .portrait-card:hover::after {
    border-color: #14B628
}

.abt-us .portrait-card:hover img {
    transform: scale(1.03)
}

.abt-us .portrait-info {
    padding: 16px
}

.abt-us .portrait-info .p-name {
    font-size: 16px;
    font-weight: 700;
    color: #1b2a1c;
    line-height: 1.35;
    margin: 0 0 4px
}

.abt-us .portrait-info .p-role {
    font-size: 16px;
    color: #14B628;
    line-height: 1.35;
    margin: 0
}

.abt-us .method-sec {
    background: #1b2a1c;
    position: relative;
    padding: 48px 0;
    overflow: hidden
}

.abt-us .method-sec .bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .08;
    animation: bgzoom 18s ease-in-out infinite alternate
}

@keyframes bgzoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.06)
    }
}

.abt-us .method-sec .pg-wrap {
    position: relative;
    z-index: 1
}

.abt-us .method-head {
    text-align: center;
    margin-bottom: 48px
}

.abt-us .h2-method {
    font-size: 37px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -.02em;
    text-shadow: 0 2px 5px #14b6282e;
    margin: 0 0 12px
}

.abt-us .method-sub {
    font-size: 16px;
    color: #fde8b5d9;
    line-height: 1.55;
    max-width: 560px;
    margin: 0 auto
}

.abt-us .steps-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    counter-reset: step-ct
}

.abt-us .step-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 24px;
    align-items: start;
    padding: 24px 32px;
    border-radius: 22px;
    background: #ffffff0d;
    border: 1px solid #ffffff14;
    opacity: 0;
    animation: fadein-step .12s ease-out forwards
}

.abt-us .step-item:nth-child(1) {
    animation-delay: .08s
}

.abt-us .step-item:nth-child(2) {
    animation-delay: .16s
}

.abt-us .step-item:nth-child(3) {
    animation-delay: .24s
}

.abt-us .step-item:nth-child(4) {
    animation-delay: .32s
}

@keyframes fadein-step {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

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

.abt-us .step-num {
    width: 52px;
    height: 52px;
    flex-shrink: 0
}

.abt-us .step-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .step-title {
    font-size: 16px;
    font-weight: 700;
    color: #FDE8B5;
    line-height: 1.35;
    margin: 0
}

.abt-us .step-desc {
    font-size: 16px;
    color: #ffffffb8;
    line-height: 1.55;
    margin: 0
}

.abt-us .divider-curve-b {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.abt-us .divider-curve-b svg {
    display: block;
    width: 100%
}

.abt-us .sub-strip {
    background: #FDE8B5;
    padding: 48px 0
}

.abt-us .sub-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.abt-us .sub-text .h3-sub {
    font-size: 27px;
    font-weight: 800;
    color: #1b2a1c;
    line-height: 1.1;
    letter-spacing: -.02em;
    text-shadow: 1px 1px 0 #14b6281f;
    margin: 0 0 12px
}

.abt-us .sub-text .sub-body {
    font-size: 16px;
    color: #2e3d2f;
    line-height: 1.55;
    margin: 0
}

.abt-us .sub-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .sub-email {
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1.5px solid #14b6284d;
    background: #fff;
    font-size: 16px;
    color: #1b2a1c;
    outline: none;
    transition: border-color .1s ease-out;
    box-shadow: inset 0 2px 5px 0 #14b6280d
}

.abt-us .sub-email::placeholder {
    color: #7a9c7b
}

.abt-us .sub-email:focus {
    border-color: #14B628
}

.abt-us .checks-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px
}

.abt-us .chk-lbl {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #2e3d2f;
    cursor: pointer
}

.abt-us .chk-lbl input[type="checkbox"] {
    accent-color: #14B628;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.abt-us .sub-btn {
    align-self: flex-start
}

@media (max-width: 1024px) {
    .abt-us .bento-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto
    }

    .abt-us .bento-cell.text-a {
        grid-column: 1 / 2;
        grid-row: 1 / 2
    }

    .abt-us .bento-cell.text-b {
        grid-column: 2 / 3;
        grid-row: 1 / 2
    }

    .abt-us .bento-cell.img-main {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        min-height: 320px
    }

    .abt-us .bento-cell.stat-row {
        grid-column: 1 / 3;
        grid-row: 3 / 4
    }

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

    .abt-us .team-intro {
        grid-column: 1 / 3;
        padding-right: 0
    }
}

@media (max-width: 768px) {
    .abt-us .pg-wrap {
        padding: 0 16px
    }

    .abt-us .bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .abt-us .bento-cell.text-a,
    .abt-us .bento-cell.text-b,
    .abt-us .bento-cell.img-main,
    .abt-us .bento-cell.stat-row {
        grid-column: 1 / 2;
        grid-row: auto
    }

    .abt-us .bento-cell.img-main {
        min-height: 260px
    }

    .abt-us .h1-main {
        font-size: 37px
    }

    .abt-us .stat-row {
        flex-wrap: wrap
    }

    .abt-us .stat-div {
        display: none
    }

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

    .abt-us .team-intro {
        grid-column: 1 / 2
    }

    .abt-us .sub-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt-us .step-item {
        grid-template-columns: 56px 1fr;
        gap: 16px;
        padding: 16px
    }

    .abt-us .h2-method {
        font-size: 27px
    }

    .abt-us .h2-team {
        font-size: 27px
    }
}

@media (max-width: 480px) {

    .abt-us .bento-cell.text-a,
    .abt-us .bento-cell.text-b {
        padding: 24px
    }

    .abt-us .h1-main {
        font-size: 27px
    }

    .abt-us .bento-links {
        flex-direction: column
    }

    .abt-us .checks-row {
        flex-direction: column
    }
}

.succ-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    background: radial-gradient(ellipse 80% 60% at 20% 40%, #14b62812 0%, #fff 70%)
}

.succ-page .succ-wrap {
    max-width: 560px;
    width: 100%;
    text-align: center;
    padding: 48px 32px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 44px 0 #14b6281f
}

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

.succ-page .succ-icon circle {
    fill: none;
    stroke: #14B628;
    stroke-width: 3
}

.succ-page .succ-icon polyline {
    fill: none;
    stroke: #14B628;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round
}

.succ-page .succ-title {
    font-size: 37px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #111;
    text-shadow: 0 2px 5px #14b6280d;
    margin: 0 0 16px
}

.succ-page .succ-msg {
    font-size: 16px;
    line-height: 1.55;
    color: #3a3a3a;
    margin: 0 0 32px
}

.succ-page .succ-divider {
    width: 48px;
    height: 3px;
    background: #14B628;
    border-radius: 4px;
    margin: 0 auto 32px
}

.succ-page .succ-detail {
    font-size: 16px;
    line-height: 1.35;
    color: #555;
    margin: 0 0 32px
}

.succ-page .succ-detail strong {
    color: #111
}

.succ-page .succ-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
    background: #14B628;
    border: none;
    border-radius: 4px;
    padding: 12px 32px;
    text-decoration: none;
    cursor: pointer;
    transition: padding .1s ease-out, background .08s linear;
    box-shadow: 0 4px 14px 0 #14b6281a
}

.succ-page .succ-btn:hover {
    padding: 12px 48px;
    background: #11a023
}

.succ-page .succ-btn:focus {
    outline: 2px solid #14B628;
    outline-offset: 3px
}

.succ-page .succ-note {
    font-size: 16px;
    line-height: 1.35;
    color: #888;
    margin: 16px 0 0
}

.succ-page .succ-note a {
    color: #14B628;
    text-decoration: none;
    border-bottom: 1px solid #14b6284d;
    transition: border-color .1s ease-out
}

.succ-page .succ-note a:hover {
    border-color: #14B628
}

@media (max-width: 480px) {
    .succ-page .succ-wrap {
        padding: 32px 16px
    }

    .succ-page .succ-title {
        font-size: 27px
    }
}