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

body {
    margin: 0;
    font-family: 'IBM Plex Mono', monospace;
    background-color: #fff;
    color: #1e2228
}

.brand-accent {
    background: linear-gradient(180deg, #1AA430 0%, #158a28 100%);
    width: 10px;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 6px 6px 0
}

.site-header {
    position: relative;
    background: #FFFAE9;
    border-bottom: 2px solid #1AA430;
    box-shadow: 0 5px 14px 0 #1aa43014;
    overflow: visible
}

.header-top-strip {
    background: #1e2228;
    padding: 8px 20px;
    padding-left: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    max-width: 100%
}

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

.nav-strip a {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    line-height: 1.4;
    color: #FFFAE9;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color .25s ease-in-out, color .28s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 44px
}

.nav-strip a:hover {
    background-color: #1aa4302e;
    color: #1AA430
}

.nav-strip a:focus {
    background-color: #fffae91f;
    outline: none
}

.nav-strip a .nav-icon {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.nav-strip a:hover .nav-icon {
    transform: translateX(3px)
}

.header-brand-row {
    display: flex;
    align-items: center;
    padding: 20px 32px 20px 42px;
    gap: 20px;
    position: relative
}

.brand-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #1e2228;
    border-radius: 6px 30px 30px 6px;
    padding: 12px 32px 12px 20px;
    box-shadow: 0 9px 48px 0 #1aa4301c inset 0 1px 0 0 #1aa43033;
    flex-shrink: 0
}

.logo-card {
    background: #fff;
    border-radius: 6px;
    padding: 8px;
    width: 65px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 2px 0 #1aa43014 0 0 0 2px #1AA430;
    flex-shrink: 0
}

.logo-card img {
    width: 55px;
    height: 59px;
    object-fit: contain;
    object-position: center;
    display: block
}

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

.brand-name {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    color: #FFFAE9;
    letter-spacing: 0
}

.brand-sub {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    line-height: 1.4;
    color: #1AA430
}

.header-tagline {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding-left: 20px
}

.tagline-text {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    line-height: 1.6;
    color: #8E032E;
    text-align: right;
    max-width: 340px
}

.tagline-year {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    line-height: 1.4;
    color: #6a7080;
    border: 1px solid #8e032e33;
    border-radius: 46px;
    padding: 4px 12px
}

.site-footer {
    background: #f4f0e6;
    box-shadow: inset 0 4px 20px 0 #1aa4300f 0 -2px 2px 0 #8e032e14;
    padding: 64px 32px 32px;
    font-family: 'IBM Plex Mono', monospace
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.footer-nav-block {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center
}

.footer-nav-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 160px
}

.footer-nav-label {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: #8E032E;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #8e032e33
}

.footer-nav-group a {
    font-size: 13px;
    line-height: 1.6;
    color: #2c3038;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color .25s ease-in-out;
    padding: 4px 0
}

.footer-nav-group a:hover {
    color: #1AA430
}

.footer-nav-group a:focus {
    background-color: #1aa43014;
    outline: none;
    border-radius: 6px;
    padding-left: 8px
}

.footer-contact-block {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    padding: 32px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 14px 0 #1aa43014
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    text-align: center
}

.contact-item-label {
    font-size: 13px;
    line-height: 1.4;
    color: #8E032E;
    font-weight: 700
}

.contact-item-val {
    font-size: 13px;
    line-height: 1.6;
    color: #2c3038;
    text-decoration: none;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

a.contact-item-val:hover {
    color: #1AA430
}

a.contact-item-val:focus {
    background-color: #1aa43014;
    outline: none;
    border-radius: 6px;
    padding: 0 4px
}

.footer-logo-close {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.footer-logo-card {
    background: #1e2228;
    border-radius: 6px 6px 30px 30px;
    padding: 20px 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    box-shadow: 0 9px 48px 0 #1aa4301c inset 0 1px 0 0 #1aa43026;
    width: 120px
}

.footer-logo-img-wrap {
    background: #fff;
    border-radius: 6px;
    padding: 8px;
    width: 65px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 2px #1AA430
}

.footer-logo-img-wrap img {
    width: 55px;
    height: 59px;
    object-fit: contain;
    object-position: center;
    display: block
}

.footer-brand-label {
    font-size: 13px;
    line-height: 1.4;
    color: #FFFAE9;
    font-weight: 700;
    text-align: center
}

.footer-copy {
    font-size: 13px;
    line-height: 1.6;
    color: #6a7080;
    text-align: center
}

.footer-legal-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.footer-legal-strip a {
    font-size: 13px;
    line-height: 1.4;
    color: #6a7080;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .25s ease-in-out
}

.footer-legal-strip a:hover {
    color: #1AA430
}

.footer-legal-strip a:focus {
    background-color: #1aa43014;
    outline: none;
    border-radius: 6px;
    padding: 0 4px
}

.consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #1e2228;
    border-top: 2px solid #1AA430;
    box-shadow: 0 -5px 14px 0 #1aa43014;
    padding: 20px 32px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    transform: translateX(100%);
    transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-bar.visible {
    transform: translateX(0)
}

.consent-bar-text {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    line-height: 1.6;
    color: #FFFAE9;
    flex: 1;
    min-width: 200px
}

.consent-bar-actions {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-shrink: 0
}

.consent-btn {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    line-height: 1.4;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 4px;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .25s ease-in-out;
    min-height: 44px;
    min-width: 44px
}

.consent-btn.accept {
    color: #1AA430
}

.consent-btn.decline {
    color: #FFFAE9
}

.consent-btn.accept:hover,
.consent-btn.accept:focus {
    color: #FFFAE9;
    background-color: #1aa43026;
    border-radius: 6px;
    outline: none
}

.consent-btn.decline:hover,
.consent-btn.decline:focus {
    color: #1AA430;
    background-color: #fffae914;
    border-radius: 6px;
    outline: none
}

@media (max-width: 900px) {
    .header-brand-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 20px 20px 32px;
        gap: 12px
    }

    .header-tagline {
        align-items: flex-start;
        padding-left: 0
    }

    .tagline-text {
        text-align: left
    }

    .nav-strip {
        justify-content: flex-start
    }

    .header-top-strip {
        justify-content: flex-start;
        padding-left: 32px
    }
}

@media (max-width: 600px) {
    .brand-card {
        padding: 12px 20px 12px 12px;
        border-radius: 6px 20px 20px 6px
    }

    .brand-name {
        font-size: 17px
    }

    .footer-contact-block {
        padding: 20px;
        border-radius: 20px
    }

    .site-footer {
        padding: 32px 20px 20px
    }

    .consent-bar {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start
    }
}

.policy-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 32px
}

.policy-page p {
    font-size: 17px;
    line-height: 1.6;
    color: #2d2d2d;
    margin-bottom: 20px
}

.policy-page ul,
.policy-page ol {
    font-size: 17px;
    line-height: 1.6;
    color: #2d2d2d;
    padding-left: 32px;
    margin-bottom: 20px
}

.policy-page li {
    margin-bottom: 8px
}

.policy-page li:last-child {
    margin-bottom: 0
}

.policy-page ul li {
    list-style-type: disc
}

.policy-page ol li {
    list-style-type: decimal
}

.policy-page em,
.policy-page i {
    font-style: italic;
    color: #2d2d2d
}

.policy-page table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 1.4;
    box-shadow: 0 2px 2px 0 #1aa43014;
    border-radius: 6px;
    overflow: hidden
}

.policy-page thead {
    background-color: #FFFAE9
}

.policy-page thead th {
    font-size: 13px;
    line-height: 1.4;
    color: #8E032E;
    font-weight: 700;
    padding: 12px 20px;
    text-align: left
}

.policy-page tbody tr {
    border-top: 1px solid #1aa4301f;
    transition: background-color .25s ease-in-out
}

.policy-page tbody tr:hover {
    background-color: #fffae999
}

.policy-page td {
    padding: 12px 20px;
    color: #2d2d2d;
    vertical-align: top
}

.policy-page div {
    margin-bottom: 20px
}

@media (max-width: 900px) {
    .policy-page {
        padding: 32px 20px
    }

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

@media (max-width: 600px) {
    .policy-page {
        padding: 32px 12px
    }

    .policy-page p,
    .policy-page ul,
    .policy-page ol {
        font-size: 17px
    }

    .policy-page ul,
    .policy-page ol {
        padding-left: 20px
    }

    .policy-page td,
    .policy-page thead th {
        padding: 8px 12px;
        font-size: 13px
    }
}

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

.opn .opn__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px
}

.opn a:visited {
    color: #8E032E
}

.opn .tag-chip {
    display: inline-block;
    background: #1AA430;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 12px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: .04em
}

.opn .t-block {
    position: relative;
    padding: 64px 20px;
    background: linear-gradient(31deg, #1AA430 0%, #FFFAE9 100%)
}

.opn .t-block__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px
}

.opn .t-block__text {
    flex: 1 1 0;
    min-width: 0
}

.opn .t-block__text h1 {
    font-size: 50px;
    line-height: 1.15;
    color: #111;
    margin: 0 0 20px
}

.opn .t-block__text h1 .punct {
    color: #8E032E
}

.opn .t-block__text p {
    font-size: 17px;
    line-height: 1.6;
    color: #222;
    margin: 0 0 32px;
    max-width: 520px
}

.opn .t-block__text .btn-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #8E032E;
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    padding: 12px 32px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 14px 0 #8e032e14;
    transition: background .25s ease-in-out, box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.opn .t-block__text .btn-main:hover {
    background: #6b0222;
    box-shadow: 0 9px 48px 0 #8e032e1c
}

.opn .t-block__text .btn-main .btn-arrow {
    display: inline-block;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .t-block__text .btn-main:hover .btn-arrow {
    transform: translateX(4px)
}

.opn .t-block__img-zone {
    flex: 0 0 380px;
    position: relative
}

.opn .t-block__img-wrap {
    width: 380px;
    height: 420px;
    overflow: hidden;
    clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
    border-radius: 6px;
    box-shadow: 0 9px 48px 0 #1aa4301c
}

.opn .t-block__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block
}

.opn .t-block__decor {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    background: #FFFAE9;
    transform: rotate(45deg);
    border-radius: 6px;
    z-index: 0;
    pointer-events: none
}

.opn .div-pencil {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.opn .gap-sec {
    background: #fff;
    padding: 64px 20px
}

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

.opn .gap-sec__left h2 {
    font-size: 50px;
    line-height: 1.15;
    color: #1AA430;
    margin: 0 0 20px;
    position: relative;
    display: inline-block
}

.opn .gap-sec__left h2::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: #8E032E;
    border-radius: 6px;
    margin-top: 8px;
    animation: underline-draw .6s .4s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

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

.opn .gap-sec__left p {
    font-size: 17px;
    line-height: 1.6;
    color: #222;
    margin: 0 0 20px
}

.opn .gap-sec__right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.opn .gap-item {
    background: #FFFAE9;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 #1aa43014;
    opacity: 0;
    animation: cascade-in .4s ease-in-out forwards
}

.opn .gap-item:nth-child(1) {
    animation-delay: .15s
}

.opn .gap-item:nth-child(2) {
    animation-delay: .3s
}

.opn .gap-item:nth-child(3) {
    animation-delay: .45s
}

@keyframes cascade-in {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

.opn .gap-item h5 {
    font-size: 17px;
    line-height: 1.4;
    color: #8E032E;
    margin: 0 0 8px
}

.opn .gap-item p {
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    margin: 0
}

.opn .sup-sec {
    background: #FFFAE9;
    padding: 64px 20px
}

.opn .sup-sec__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center
}

.opn .sup-sec__img-col {
    flex: 0 0 260px;
    position: relative
}

.opn .sup-sec__portrait {
    width: 260px;
    height: 260px;
    border-radius: 46px;
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: 0 5px 14px 0 #1aa43014
}

.opn .sup-sec__tag {
    position: absolute;
    bottom: -12px;
    right: -12px;
    background: #1AA430;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 12px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0 2px 2px 0 #1aa43014
}

.opn .sup-sec__text {
    flex: 1 1 0;
    min-width: 0
}

.opn .sup-sec__text h2 {
    font-size: 21px;
    line-height: 1.4;
    color: #111;
    margin: 0 0 20px;
    position: relative;
    display: inline-block
}

.opn .sup-sec__text h2::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: #1AA430;
    border-radius: 6px;
    margin-top: 6px;
    animation: underline-draw .5s .6s ease-in-out forwards
}

.opn .sup-sec__text p {
    font-size: 17px;
    line-height: 1.6;
    color: #222;
    margin: 0 0 20px
}

.opn .sup-sec__text p:last-child {
    margin: 0
}

.opn .sup-sec__metrics {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 32px
}

.opn .metric {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.opn .metric__val {
    font-size: 50px;
    line-height: 1.15;
    color: #1AA430;
    font-weight: 700
}

.opn .metric__label {
    font-size: 13px;
    line-height: 1.4;
    color: #555
}

.opn .curr-sec {
    background: #fff;
    padding: 64px 20px;
    position: relative
}

.opn .curr-sec__inner {
    max-width: 1100px;
    margin: 0 auto
}

.opn .curr-sec__head {
    margin-bottom: 32px
}

.opn .curr-sec__head h2 {
    font-size: 21px;
    line-height: 1.4;
    color: #111;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.opn .curr-sec__head h2::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: #8E032E;
    border-radius: 6px;
    margin-top: 6px;
    animation: underline-draw .5s .5s ease-in-out forwards
}

.opn .curr-sec__head p {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    max-width: 640px;
    margin: 0
}

.opn .curr-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    align-items: start
}

.opn .curr-grid__main {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.opn .curr-img-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #1aa43014;
    cursor: pointer
}

.opn .curr-img-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .curr-img-card:hover img {
    transform: scale(1.04)
}

.opn .curr-img-card__overlay {
    position: absolute;
    inset: 0;
    background: #111111b8;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity .28s ease-in-out
}

.opn .curr-img-card:hover .curr-img-card__overlay {
    opacity: 1
}

.opn .curr-img-card__overlay h4 {
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 8px
}

.opn .curr-img-card__overlay p {
    font-size: 13px;
    line-height: 1.6;
    color: #ddd;
    margin: 0
}

.opn .curr-grid__side {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.opn .curr-side-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 #1aa43014;
    cursor: pointer
}

.opn .curr-side-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .curr-side-card:hover img {
    transform: scale(1.05)
}

.opn .curr-side-card__overlay {
    position: absolute;
    inset: 0;
    background: #111111b8;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity .32s ease-in-out
}

.opn .curr-side-card:hover .curr-side-card__overlay {
    opacity: 1
}

.opn .curr-side-card__overlay h4 {
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 4px
}

.opn .curr-side-card__overlay p {
    font-size: 13px;
    line-height: 1.6;
    color: #ddd;
    margin: 0
}

.opn .curr-list {
    background: #FFFAE9;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 #1aa43014
}

.opn .curr-list h5 {
    font-size: 17px;
    line-height: 1.4;
    color: #8E032E;
    margin: 0 0 12px
}

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

.opn .curr-list__items li {
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.opn .curr-list__items li .dot {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #1AA430;
    flex-shrink: 0;
    margin-top: 6px
}

.opn .dist-sec {
    padding: 64px 20px;
    position: relative;
    background: linear-gradient(31deg, #111 0%, #1AA430 100%)
}

.opn .dist-sec__inner {
    max-width: 1100px;
    margin: 0 auto
}

.opn .dist-sec__head {
    margin-bottom: 32px
}

.opn .dist-sec__head h2 {
    font-size: 50px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 12px
}

.opn .dist-sec__head h2 .punct {
    color: #FFFAE9
}

.opn .dist-sec__head p {
    font-size: 17px;
    line-height: 1.6;
    color: #e8e8e8;
    max-width: 560px;
    margin: 0
}

.opn .dist-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.opn .dist-col {
    background: #fffae914;
    border-radius: 6px;
    padding: 32px 20px;
    position: relative;
    box-shadow: 0 5px 14px 0 #1aa43014;
    opacity: 0;
    animation: cascade-in .4s ease-in-out forwards
}

.opn .dist-col:nth-child(1) {
    animation-delay: .1s
}

.opn .dist-col:nth-child(2) {
    animation-delay: .25s
}

.opn .dist-col:nth-child(3) {
    animation-delay: .4s
}

.opn .dist-col__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px
}

.opn .dist-col h4 {
    font-size: 17px;
    line-height: 1.4;
    color: #FFFAE9;
    margin: 0 0 12px;
    position: relative;
    display: inline-block
}

.opn .dist-col h4::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: #1AA430;
    border-radius: 6px;
    margin-top: 4px;
    transition: width .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .dist-col:hover h4::after {
    width: 100%
}

.opn .dist-col p {
    font-size: 13px;
    line-height: 1.6;
    color: #ccc;
    margin: 0
}

.opn .dist-col__diamond {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    background: #8E032E;
    transform: rotate(45deg);
    border-radius: 4px;
    pointer-events: none
}

.opn .dist-col--clip {
    clip-path: inset(0 0 0 0);
    transition: clip-path .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn .dist-col--clip:hover {
    clip-path: inset(0 0 0 0 round 6px);
    background: #fffae926 !important
}

@media (max-width: 900px) {
    .opn .t-block__inner {
        flex-direction: column;
        gap: 32px
    }

    .opn .t-block__img-zone {
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        justify-content: center
    }

    .opn .t-block__img-wrap {
        width: 100%;
        max-width: 380px;
        height: 320px
    }

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

    .opn .gap-sec__left h2 {
        font-size: 21px
    }

    .opn .sup-sec__inner {
        flex-direction: column;
        gap: 32px
    }

    .opn .sup-sec__img-col {
        flex: 0 0 auto
    }

    .opn .sup-sec__metrics {
        flex-direction: row;
        gap: 20px
    }

    .opn .curr-grid {
        grid-template-columns: 1fr
    }

    .opn .dist-cols {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .opn .t-block__text h1 {
        font-size: 21px
    }

    .opn .dist-sec__head h2 {
        font-size: 21px
    }
}

@media (max-width: 600px) {
    .opn .t-block {
        padding: 32px 20px
    }

    .opn .gap-sec,
    .opn .sup-sec,
    .opn .curr-sec,
    .opn .dist-sec {
        padding: 32px 20px
    }

    .opn .dist-cols {
        grid-template-columns: 1fr
    }

    .opn .sup-sec__metrics {
        flex-direction: column;
        gap: 12px
    }

    .opn .metric__val {
        font-size: 21px
    }
}

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

.tm-pg .pg-bound {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

@keyframes scanline-drift {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 0 60px
    }
}

@keyframes fade-in-img {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

@keyframes underline-draw {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.tm-pg .lbl-bar {
    display: block;
    width: 40px;
    height: 3px;
    background: #1AA430;
    margin-bottom: 12px;
    border-radius: 6px
}

.tm-pg .pg-top {
    background: linear-gradient(31deg, #1a3a22 0%, #1AA430 100%);
    padding: 64px 0;
    position: relative;
    overflow: hidden
}

.tm-pg .pg-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 28px, #1aa43012 28px, #1aa43012 30px);
    background-size: 100% 60px;
    animation: scanline-drift 6s linear infinite;
    pointer-events: none
}

.tm-pg .pg-top__dec {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #1aa4301f;
    pointer-events: none
}

.tm-pg .pg-top__inner {
    position: relative;
    z-index: 1
}

.tm-pg .pg-top__label {
    font-size: 13px;
    line-height: 1.4;
    color: #fffae9bf;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block
}

.tm-pg .pg-top__h1 {
    font-size: 50px;
    line-height: 1.15;
    color: #FFFAE9;
    margin: 0 0 20px;
    max-width: 600px
}

.tm-pg .pg-top__desc {
    font-size: 17px;
    line-height: 1.6;
    color: #fffae9d9;
    max-width: 520px;
    margin: 0
}

.tm-pg .pg-top__img-wrap {
    position: absolute;
    right: 32px;
    bottom: 0;
    width: 260px;
    height: 340px;
    border-radius: 46px 46px 0 0;
    overflow: hidden;
    animation: fade-in-img .6s cubic-bezier(0.4, 0, 0.2, 1) both;
    box-shadow: 0 9px 48px 0 #1aa4301c
}

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

.tm-pg .roster {
    padding: 64px 0;
    background: #FFFAE9
}

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

.tm-pg .roster__h2 {
    font-size: 21px;
    line-height: 1.4;
    color: #8E032E;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.tm-pg .roster__h2::after {
    content: "";
    display: block;
    height: 2px;
    background: #8E032E;
    border-radius: 6px;
    width: 0;
    animation: underline-draw .5s cubic-bezier(0.4, 0, 0.2, 1) .3s forwards
}

.tm-pg .roster__intro {
    font-size: 17px;
    line-height: 1.6;
    color: #2c2c2c;
    margin: 0 0 32px;
    max-width: 480px
}

.tm-pg .member-card {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 5px 14px 0 #1aa43014;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.tm-pg .member-card:hover {
    box-shadow: 0 9px 48px 0 #1aa4301c
}

.tm-pg .member-card__portrait {
    width: 88px;
    min-width: 88px;
    height: 132px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 #8e032e14
}

.tm-pg .member-card__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.tm-pg .member-card__body {
    flex: 1;
    min-width: 0
}

.tm-pg .member-card__name {
    font-size: 17px;
    line-height: 1.4;
    color: #1AA430;
    margin: 0 0 4px
}

.tm-pg .member-card__role {
    font-size: 13px;
    line-height: 1.4;
    color: #8E032E;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.tm-pg .member-card__bio {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0
}

.tm-pg .member-card--no-img {
    flex-direction: column
}

.tm-pg .member-card--no-img .member-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 46px;
    background: linear-gradient(31deg, #1AA430 0%, #1a3a22 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.tm-pg .member-card--no-img .member-card__icon svg {
    width: 24px;
    height: 24px;
    fill: #FFFAE9
}

.tm-pg .metrics {
    padding: 64px 0;
    background: #fff;
    position: relative
}

.tm-pg .metrics__bg-img {
    position: absolute;
    inset: 0;
    background-image: url(./featured_photos/draft_0008final.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    pointer-events: none
}

.tm-pg .metrics__overlay {
    position: absolute;
    inset: 0;
    background: #fffae9e0;
    pointer-events: none
}

.tm-pg .metrics__inner {
    position: relative;
    z-index: 1
}

.tm-pg .metrics__h2 {
    font-size: 21px;
    line-height: 1.4;
    color: #1AA430;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.tm-pg .metrics__h2::after {
    content: "";
    display: block;
    height: 2px;
    background: #1AA430;
    border-radius: 6px;
    width: 0;
    animation: underline-draw .5s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards
}

.tm-pg .metrics__sub {
    font-size: 17px;
    line-height: 1.6;
    color: #2c2c2c;
    margin: 0 0 32px;
    max-width: 520px
}

.tm-pg .metrics__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 32px
}

.tm-pg .stat-item {
    background: #fff;
    border-radius: 30px;
    padding: 32px 20px;
    text-align: center;
    box-shadow: 0 5px 14px 0 #1aa43014;
    box-sizing: border-box;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.tm-pg .stat-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 3px;
    background: #1AA430;
    border-radius: 0 0 6px 6px;
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center
}

.tm-pg .stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 9px 48px 0 #1aa4301c
}

.tm-pg .stat-item:hover::before {
    transform: translateX(-50%) scaleX(1)
}

.tm-pg .stat-item__num {
    font-size: 50px;
    line-height: 1.15;
    color: #1AA430;
    display: block;
    margin-bottom: 8px
}

.tm-pg .stat-item__label {
    font-size: 13px;
    line-height: 1.4;
    color: #3a3a3a
}

.tm-pg .expertise-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px
}

.tm-pg .exp-tag {
    background: #FFFAE9;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 1.4;
    color: #2c2c2c;
    box-shadow: 0 2px 2px 0 #1aa43014;
    box-shadow: inset 0 0 0 1px #1aa4302e;
    transition: background .25s ease-in-out, color .25s ease-in-out;
    cursor: default
}

.tm-pg .exp-tag:hover {
    background: #1AA430;
    color: #fff
}

@media (max-width: 900px) {
    .tm-pg .pg-top__img-wrap {
        display: none
    }

    .tm-pg .roster__grid {
        grid-template-columns: 1fr
    }

    .tm-pg .metrics__row {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 600px) {
    .tm-pg .pg-top__h1 {
        font-size: 21px
    }

    .tm-pg .pg-bound {
        padding-left: 20px;
        padding-right: 20px
    }

    .tm-pg .member-card {
        flex-direction: column
    }

    .tm-pg .metrics__row {
        grid-template-columns: 1fr
    }

    .tm-pg .pg-top {
        padding: 32px 0
    }

    .tm-pg .roster {
        padding: 32px 0
    }

    .tm-pg .metrics {
        padding: 32px 0
    }
}

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

.crs script {
    display: none
}

.crs .pg-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px
}

.crs .title-strip {
    padding: 64px 20px 32px;
    background: #fff
}

.crs .title-strip .pg-wrap {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 64px;
    align-items: start
}

.crs .img-col {
    position: relative
}

.crs .img-col .img-frame {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid #1AA430;
    box-shadow: 0 9px 48px 0 #1aa4301c;
    filter: grayscale(1)
}

.crs .img-col .img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block
}

.crs .img-col .shape-a {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    border: 2px solid #1aa4302e;
    border-radius: 46px;
    pointer-events: none
}

.crs .img-col .shape-b {
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 48px;
    height: 48px;
    border: 2px solid #8e032e26;
    border-radius: 6px;
    pointer-events: none
}

.crs .txt-col {
    padding-top: 8px
}

.crs .txt-col .label-tag {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    color: #8E032E;
    background: #FFFAE9;
    border-radius: 30px;
    padding: 4px 12px;
    margin-bottom: 20px
}

.crs .txt-col h1 {
    font-size: 50px;
    line-height: 1.15;
    color: #1AA430;
    margin: 0 0 20px
}

.crs .txt-col h1 span {
    display: block;
    color: #8E032E
}

.crs .txt-col .lead-p {
    font-size: 21px;
    line-height: 1.6;
    color: #1a2e1c;
    margin: 0 0 20px
}

.crs .txt-col .sub-p {
    font-size: 17px;
    line-height: 1.6;
    color: #2c2c2c;
    margin: 0
}

.crs .scallop-div {
    width: 100%;
    height: 40px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.crs .scallop-div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: radial-gradient(circle at 50% 0%, #FFFAE9 20px, transparent 20px) 0 0 / 40px 40px repeat-x
}

.crs .jobs-strip {
    background: #FFFAE9;
    padding: 64px 20px
}

.crs .jobs-strip .strip-head {
    max-width: 1100px;
    margin: 0 auto 64px
}

.crs .jobs-strip .strip-head h2 {
    font-size: 50px;
    line-height: 1.15;
    color: #1AA430;
    margin: 0 0 12px;
    position: relative;
    display: inline-block
}

.crs .jobs-strip .strip-head h2::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(31deg, #8E032E, #1AA430);
    transform: scaleX(0);
    transform-origin: left;
    animation: line-in .4s cubic-bezier(0.4, 0, 0.2, 1) .3s forwards
}

@keyframes line-in {
    to {
        transform: scaleX(1)
    }
}

.crs .jobs-strip .strip-head .head-sub {
    font-size: 17px;
    line-height: 1.6;
    color: #2c2c2c;
    margin: 12px 0 0;
    max-width: 560px
}

.crs .jobs-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start
}

.crs .job-card {
    background: #fff;
    border-radius: 6px;
    padding: 32px;
    box-shadow: 0 5px 14px 0 #1aa43014;
    position: relative;
    transition: box-shadow .28s ease-in-out, transform .28s ease-in-out;
    animation: col-appear .38s cubic-bezier(0.4, 0, 0.2, 1) both
}

.crs .job-card:nth-child(1) {
    animation-delay: .1s
}

.crs .job-card:nth-child(2) {
    animation-delay: .22s
}

.crs .job-card:nth-child(3) {
    animation-delay: .34s
}

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

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

.crs .job-card::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: -6px;
    bottom: -6px;
    border: 2px solid #1aa43038;
    border-radius: 6px;
    pointer-events: none;
    transition: border-color .28s ease-in-out
}

.crs .job-card:hover {
    box-shadow: 0 9px 48px 0 #1aa4301c;
    transform: translateY(-4px)
}

.crs .job-card:hover::before {
    border-color: #1aa43080
}

.crs .job-card.featured {
    border-top: 3px solid #8E032E
}

.crs .job-card .card-dept {
    font-size: 13px;
    line-height: 1.4;
    color: #8E032E;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 0 12px
}

.crs .job-card h3 {
    font-size: 21px;
    line-height: 1.4;
    color: #1a2e1c;
    margin: 0 0 12px;
    position: relative;
    display: inline-block
}

.crs .job-card h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #1AA430;
    transition: width .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.crs .job-card:hover h3::after {
    width: 100%
}

.crs .job-card .card-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #2c2c2c;
    margin: 0 0 20px
}

.crs .job-card .card-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px
}

.crs .job-card .meta-tag {
    font-size: 13px;
    line-height: 1.4;
    background: #FFFAE9;
    color: #1a2e1c;
    border-radius: 30px;
    padding: 4px 12px
}

.crs .job-card .card-reqs {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

.crs .job-card .card-reqs li {
    font-size: 17px;
    line-height: 1.6;
    color: #2c2c2c;
    padding-left: 20px;
    position: relative;
    margin-bottom: 4px
}

.crs .job-card .card-reqs li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #1AA430;
    border-radius: 50%
}

.crs .job-card .apply-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    line-height: 1.4;
    color: #1AA430;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    transition: color .25s ease-in-out;
    position: relative
}

.crs .job-card .apply-btn .btn-arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.crs .job-card .apply-btn:hover {
    color: #8E032E
}

.crs .job-card .apply-btn:hover .btn-arrow {
    transform: translateX(5px)
}

.crs .job-card .apply-btn:focus {
    outline: 2px solid #1AA430;
    outline-offset: 2px;
    border-radius: 6px
}

.crs .trust-row {
    max-width: 1100px;
    margin: 64px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    padding-top: 32px;
    border-top: 1px solid #1aa43026
}

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

.crs .trust-item .t-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px
}

.crs .trust-item .t-label {
    font-size: 13px;
    line-height: 1.4;
    color: #8E032E;
    margin: 0 0 4px;
    text-transform: uppercase
}

.crs .trust-item .t-val {
    font-size: 21px;
    line-height: 1.4;
    color: #1a2e1c;
    margin: 0
}

.crs .team-strip {
    background: #fff;
    padding: 64px 20px
}

.crs .team-strip .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 64px;
    align-items: center
}

.crs .team-text h2 {
    font-size: 50px;
    line-height: 1.15;
    color: #1a2e1c;
    margin: 0 0 20px;
    position: relative;
    display: inline-block
}

.crs .team-text h2 em {
    font-style: normal;
    color: #1AA430
}

.crs .team-text h2::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(31deg, #1AA430, #8E032E);
    transform: scaleX(0);
    transform-origin: left;
    animation: line-in .4s cubic-bezier(0.4, 0, 0.2, 1) .5s forwards
}

.crs .team-text .body-p {
    font-size: 17px;
    line-height: 1.6;
    color: #2c2c2c;
    margin: 0 0 20px
}

.crs .team-text .body-p:last-of-type {
    margin-bottom: 0
}

.crs .portrait-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.crs .portrait-pair {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-end
}

.crs .p-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.crs .p-card.tall {
    margin-bottom: 32px
}

.crs .p-frame {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #1AA430;
    box-shadow: 0 2px 2px 0 #1aa43014;
    transition: box-shadow .32s ease-in-out
}

.crs .p-frame:hover {
    box-shadow: 0 9px 48px 0 #1aa4301c
}

.crs .p-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.crs .p-name {
    font-size: 13px;
    line-height: 1.4;
    color: #1a2e1c;
    text-align: center;
    margin: 0
}

.crs .p-role {
    font-size: 13px;
    line-height: 1.4;
    color: #8E032E;
    text-align: center;
    margin: 0
}

.crs .solo-portrait {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.crs .solo-portrait .p-frame {
    width: 140px;
    height: 140px;
    aspect-ratio: 1/1
}

@media (max-width: 900px) {
    .crs .title-strip .pg-wrap {
        grid-template-columns: 200px 1fr;
        gap: 32px
    }

    .crs .jobs-grid {
        grid-template-columns: 1fr 1fr
    }

    .crs .trust-row {
        grid-template-columns: 1fr 1fr
    }

    .crs .team-strip .pg-wrap {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .crs .portrait-col {
        flex-direction: row;
        justify-content: center
    }

    .crs .portrait-pair {
        flex-direction: column;
        align-items: center
    }

    .crs .p-card.tall {
        margin-bottom: 0
    }
}

@media (max-width: 600px) {
    .crs .title-strip .pg-wrap {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .crs .img-col .img-frame {
        max-width: 240px
    }

    .crs .txt-col h1 {
        font-size: 50px
    }

    .crs .jobs-grid {
        grid-template-columns: 1fr
    }

    .crs .trust-row {
        grid-template-columns: 1fr
    }

    .crs .jobs-strip .strip-head h2 {
        font-size: 21px
    }

    .crs .team-text h2 {
        font-size: 21px
    }

    .crs .portrait-col {
        flex-direction: column;
        align-items: center
    }
}

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

.ab-us .pg-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px
}

.ab-us .clip-reveal {
    animation: clipReveal .7s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes clipReveal {
    from {
        clip-path: inset(50% 50% 50% 50%);
        opacity: 0
    }

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

.ab-us .underline-draw {
    position: relative;
    display: inline-block
}

.ab-us .underline-draw::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #1AA430;
    animation: drawLine .6s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards
}

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

.ab-us ::selection {
    background: linear-gradient(135deg, #1AA430, #8E032E);
    color: #fff
}

.ab-us .stroke-deco {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute
}

.ab-us .stroke-deco span {
    display: block;
    height: 2px;
    background: #1AA430;
    opacity: .35;
    border-radius: 6px
}

.ab-us .title-blk {
    padding: 64px 0 32px;
    position: relative
}

.ab-us .title-blk .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 64px;
    align-items: end
}

.ab-us .title-blk .t-left {
    padding-bottom: 32px
}

.ab-us .title-blk .label {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    color: #8E032E;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600
}

.ab-us .title-blk h1 {
    font-size: 50px;
    line-height: 1.15;
    color: #1AA430;
    margin: 0 0 20px;
    font-weight: 700
}

.ab-us .title-blk .desc {
    font-size: 17px;
    line-height: 1.6;
    color: #2a2a2a;
    max-width: 520px;
    margin: 0
}

.ab-us .title-blk .t-right {
    position: relative
}

.ab-us .title-blk .img-wrap {
    position: relative;
    border-radius: 46px;
    overflow: hidden;
    box-shadow: 0 9px 48px 0 #1aa4301c
}

.ab-us .title-blk .img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center top;
    display: block
}

.ab-us .title-blk .deco-behind {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border-radius: 46px;
    background: linear-gradient(31deg, #1AA430 0%, #FFFAE9 100%);
    opacity: .18;
    z-index: -1
}

.ab-us .title-blk .stroke-deco {
    top: 32px;
    right: -32px
}

.ab-us .title-blk .stroke-deco span:nth-child(1) {
    width: 48px
}

.ab-us .title-blk .stroke-deco span:nth-child(2) {
    width: 36px
}

.ab-us .title-blk .stroke-deco span:nth-child(3) {
    width: 56px
}

.ab-us .title-blk .stroke-deco span:nth-child(4) {
    width: 28px
}

.ab-us .scallop {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.ab-us .scallop svg {
    display: block;
    width: 100%
}

.ab-us .brand-moment {
    background: #1AA430;
    padding: 64px 0;
    position: relative
}

.ab-us .brand-moment .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
    gap: 32px;
    align-items: start
}

.ab-us .stat-item {
    text-align: center;
    padding: 20px
}

.ab-us .stat-item .num {
    font-size: 50px;
    line-height: 1.15;
    color: #FFFAE9;
    font-weight: 700;
    display: block
}

.ab-us .stat-item .stat-label {
    font-size: 13px;
    line-height: 1.4;
    color: #fffae9cc;
    display: block;
    margin-top: 8px
}

.ab-us .brand-moment .accent-col {
    background: #fffae91f;
    border-radius: 30px;
    padding: 32px;
    box-shadow: 0 5px 14px 0 #1aa43014
}

.ab-us .brand-moment .accent-col h3 {
    font-size: 21px;
    line-height: 1.4;
    color: #FFFAE9;
    margin: 0 0 12px;
    font-weight: 700
}

.ab-us .brand-moment .accent-col p {
    font-size: 13px;
    line-height: 1.6;
    color: #fffae9d9;
    margin: 0
}

.ab-us .team-blk {
    padding: 64px 0;
    background: #FFFAE9
}

.ab-us .team-blk .pg-wrap {
    display: flex;
    flex-direction: column;
    gap: 64px
}

.ab-us .team-blk .t-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.ab-us .team-blk h2 {
    font-size: 50px;
    line-height: 1.15;
    color: #8E032E;
    margin: 0 0 20px;
    font-weight: 700
}

.ab-us .team-blk .t-head p {
    font-size: 17px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.ab-us .team-blk .feat-img {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 9px 48px 0 #8e032e1c
}

.ab-us .team-blk .feat-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .team-blk .feat-img:hover img {
    transform: scale(1.03)
}

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

.ab-us .portrait-card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border-radius: 30px;
    padding: 32px;
    box-shadow: 0 5px 14px 0 #1aa43014;
    transition: box-shadow .28s ease-in-out;
    position: relative;
    overflow: hidden
}

.ab-us .portrait-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #1AA430;
    border-radius: 6px;
    transition: height .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .portrait-card:hover::before {
    height: 100%
}

.ab-us .portrait-card:hover {
    box-shadow: 0 9px 48px 0 #1aa4301c
}

.ab-us .portrait-card .p-img {
    width: 80px;
    min-width: 80px;
    height: 107px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 #1aa43014
}

.ab-us .portrait-card .p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.ab-us .portrait-card .p-info h5 {
    font-size: 17px;
    line-height: 1.4;
    color: #1AA430;
    margin: 0 0 4px;
    font-weight: 700
}

.ab-us .portrait-card .p-info .role {
    font-size: 13px;
    line-height: 1.4;
    color: #8E032E;
    display: block;
    margin-bottom: 8px
}

.ab-us .portrait-card .p-info p {
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.ab-us .approach-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
}

.ab-us .ap-item {
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 2px 0 #1aa43014;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    transition: box-shadow .32s ease-in-out
}

.ab-us .ap-item:hover {
    box-shadow: 0 5px 14px 0 #1aa43014
}

.ab-us .ap-item .check {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #1AA430;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px
}

.ab-us .ap-item .check svg {
    display: block
}

.ab-us .ap-item p {
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.ab-us .ap-item strong {
    display: block;
    font-size: 13px;
    color: #1a3a1f;
    margin-bottom: 4px
}

.ab-us .mission-blk {
    padding: 64px 0;
    background: #fff
}

.ab-us .mission-blk .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.ab-us .mission-blk .m-text h2 {
    font-size: 50px;
    line-height: 1.15;
    color: #1AA430;
    margin: 0 0 20px;
    font-weight: 700
}

.ab-us .mission-blk .m-text p {
    font-size: 17px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 20px
}

.ab-us .mission-blk .m-text p:last-child {
    margin-bottom: 0
}

.ab-us .mission-blk .m-text .arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    line-height: 1.4;
    color: #8E032E;
    text-decoration: none;
    font-weight: 600;
    transition: gap .28s ease-in-out, color .28s ease-in-out;
    margin-top: 12px
}

.ab-us .mission-blk .m-text .arrow-link:hover {
    gap: 16px;
    color: #1AA430
}

.ab-us .mission-blk .m-text .arrow-link:visited {
    color: #5a0020
}

.ab-us .mission-blk .m-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.ab-us .mission-blk .m-img-top {
    border-radius: 46px;
    overflow: hidden;
    box-shadow: 0 9px 48px 0 #1aa4301c;
    grid-column: 1 / -1
}

.ab-us .mission-blk .m-img-top img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .mission-blk .m-img-top:hover img {
    transform: scale(1.04)
}

.ab-us .mission-blk .m-tag {
    border-radius: 30px;
    background: linear-gradient(31deg, #1AA430 0%, #FFFAE9 100%);
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 5px 14px 0 #1aa43014
}

.ab-us .mission-blk .m-tag span {
    font-size: 21px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    display: block
}

.ab-us .mission-blk .m-tag small {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffffd9;
    display: block;
    margin-top: 8px
}

.ab-us .mission-blk .m-img-side {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 #1aa43014
}

.ab-us .mission-blk .m-img-side img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block
}

@media (max-width: 900px) {
    .ab-us .title-blk .pg-wrap {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ab-us .title-blk .t-right {
        max-width: 480px
    }

    .ab-us .title-blk .stroke-deco {
        display: none
    }

    .ab-us .brand-moment .pg-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .ab-us .brand-moment .accent-col {
        grid-column: 1 / -1
    }

    .ab-us .team-blk .t-head {
        grid-template-columns: 1fr;
        gap: 32px
    }

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

    .ab-us .approach-list {
        grid-template-columns: 1fr 1fr
    }

    .ab-us .mission-blk .pg-wrap {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ab-us .mission-blk .m-imgs {
        order: -1
    }
}

@media (max-width: 600px) {
    .ab-us .title-blk h1 {
        font-size: 21px
    }

    .ab-us .brand-moment .pg-wrap {
        grid-template-columns: 1fr
    }

    .ab-us .approach-list {
        grid-template-columns: 1fr
    }

    .ab-us .mission-blk .m-text h2 {
        font-size: 21px
    }

    .ab-us .team-blk h2 {
        font-size: 21px
    }

    .ab-us .portrait-card {
        flex-direction: column
    }

    .ab-us .mission-blk .m-imgs {
        grid-template-columns: 1fr
    }

    .ab-us .mission-blk .m-img-top img {
        height: 200px
    }
}

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

.cu-pg .cu-wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.cu-pg .cu-intro {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #fff;
    position: relative
}

.cu-pg .cu-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.cu-pg .cu-img-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
    position: relative
}

.cu-pg .cu-img-mosaic::before {
    content: "";
    position: absolute;
    inset: -12px;
    background: repeating-linear-gradient(31deg, #1aa4300a 0px, #1aa4300a 1px, transparent 1px, transparent 12px);
    border-radius: 6px;
    pointer-events: none;
    z-index: 0
}

.cu-pg .cu-img-main {
    grid-column: 1 / 3;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.cu-pg .cu-img-main img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    filter: sepia(0.18) saturate(1.2) brightness(0.97);
    animation: cu-zoom-pan 12s ease-in-out infinite alternate
}

@keyframes cu-zoom-pan {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.06) translateX(8px)
    }
}

.cu-pg .cu-img-accent {
    grid-column: 1 / 2;
    border-radius: 6px;
    background: linear-gradient(31deg, #1AA430, #8E032E);
    height: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cu-pg .cu-img-accent::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='80' filter='url(%23n)' opacity='0.18'/%3E%3C/svg%3E");
    opacity: .4
}

.cu-pg .cu-img-stat {
    grid-column: 2 / 3;
    border-radius: 6px;
    background-color: #FFFAE9;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.cu-pg .cu-img-stat span {
    font-size: 21px;
    color: #1AA430;
    line-height: 1.15;
    font-weight: 700
}

.cu-pg .cu-img-stat small {
    font-size: 13px;
    color: #2d2d2d;
    line-height: 1.4
}

.cu-pg .cu-geo-pulse {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 46px;
    border: 2px solid #1aa43026;
    animation: cu-pulse-ring 3s ease-in-out infinite;
    pointer-events: none
}

@keyframes cu-pulse-ring {

    0%,
    100% {
        transform: scale(1);
        opacity: .5
    }

    50% {
        transform: scale(1.12);
        opacity: .15
    }
}

.cu-pg .cu-text-zone {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cu-pg .cu-label {
    font-size: 13px;
    color: #8E032E;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase
}

.cu-pg .cu-h1 {
    font-size: 50px;
    line-height: 1.15;
    color: #1AA430;
    margin: 0;
    padding: 0
}

.cu-pg .cu-h1 span {
    display: block;
    font-size: 21px;
    color: #2d2d2d;
    line-height: 1.4;
    margin-top: 8px
}

.cu-pg .cu-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #2d2d2d;
    margin: 0
}

.cu-pg .cu-contact-chips {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cu-pg .cu-chip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #1aa43014;
    text-decoration: none;
    color: #2d2d2d;
    font-size: 17px;
    line-height: 1.4;
    transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu-pg .cu-chip:hover {
    box-shadow: 0 5px 14px 0 #1aa43014;
    transform: translateX(4px)
}

.cu-pg .cu-chip-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: #FFFAE9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .35s ease-in-out
}

.cu-pg .cu-chip:hover .cu-chip-icon {
    transform: rotate(-8deg) scale(1.1)
}

.cu-pg .cu-chip-icon svg {
    width: 16px;
    height: 16px;
    fill: #8E032E
}

.cu-pg .cu-form-band {
    background-color: #FFFAE9;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative
}

.cu-pg .cu-form-band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(31deg, #1AA430, #8E032E)
}

.cu-pg .cu-form-layout {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 64px;
    align-items: start
}

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

.cu-pg .cu-form-aside-h {
    font-size: 21px;
    color: #1AA430;
    line-height: 1.4;
    margin: 0;
    padding-bottom: 8px;
    position: relative;
    display: inline-block
}

.cu-pg .cu-form-aside-h::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(31deg, #1AA430, #8E032E);
    border-radius: 6px;
    animation: cu-underline-draw .7s cubic-bezier(0.4, 0, 0.2, 1) .3s forwards
}

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

.cu-pg .cu-form-aside p {
    font-size: 17px;
    line-height: 1.6;
    color: #2d2d2d;
    margin: 0
}

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

.cu-pg .cu-cat-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #2d2d2d;
    line-height: 1.4
}

.cu-pg .cu-cat-dot {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: #1AA430;
    flex-shrink: 0
}

.cu-pg .cu-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cu-pg .cu-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

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

.cu-pg .cu-field label {
    font-size: 13px;
    color: #2d2d2d;
    line-height: 1.4;
    font-weight: 600
}

.cu-pg .cu-field input,
.cu-pg .cu-field select,
.cu-pg .cu-field textarea {
    padding: 12px 20px;
    border: 1.5px solid #1aa43040;
    border-radius: 6px;
    background-color: #fff;
    color: #2d2d2d;
    font-size: 17px;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .25s ease-in-out, box-shadow .25s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: inset 0 2px 4px #1aa4300a
}

.cu-pg .cu-field input::placeholder,
.cu-pg .cu-field textarea::placeholder {
    color: #2d2d2d66
}

.cu-pg .cu-field input:focus,
.cu-pg .cu-field select:focus,
.cu-pg .cu-field textarea:focus {
    border-color: #1AA430;
    box-shadow: 0 0 0 3px #1aa4301a inset 0 2px 4px #1aa4300a
}

.cu-pg .cu-field select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231AA430' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.cu-pg .cu-field textarea {
    resize: vertical;
    min-height: 120px
}

.cu-pg .cu-privacy {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 6px;
    background-color: #fffae999;
    border: 1px solid #8e032e1f
}

.cu-pg .cu-privacy input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #1AA430;
    cursor: pointer
}

.cu-pg .cu-privacy-txt {
    font-size: 13px;
    color: #2d2d2d;
    line-height: 1.6;
    margin: 0
}

.cu-pg .cu-privacy-txt a {
    color: #8E032E;
    text-decoration: underline;
    transition: color .25s ease-in-out
}

.cu-pg .cu-privacy-txt a:visited {
    color: #1AA430
}

.cu-pg .cu-privacy-txt a:hover {
    color: #1AA430
}

.cu-pg .cu-submit-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.cu-pg .cu-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border-radius: 6px;
    background: linear-gradient(31deg, #1AA430, #5a9e10);
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 5px 14px 0 #1aa43014;
    transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), transform .35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.cu-pg .cu-btn:hover {
    box-shadow: 0 9px 48px 0 #1aa4301c;
    transform: translateY(-1px)
}

.cu-pg .cu-btn .cu-btn-arrow {
    display: inline-block;
    transform: translateX(-4px);
    opacity: 0;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), opacity .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu-pg .cu-btn .cu-btn-txt {
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.cu-pg .cu-btn:hover .cu-btn-arrow {
    transform: translateX(0);
    opacity: 1
}

.cu-pg .cu-btn:hover .cu-btn-txt {
    transform: translateX(4px)
}

.cu-pg .cu-btn:focus {
    outline: 3px solid #1aa43066;
    outline-offset: 2px
}

.cu-pg .cu-addr-band {
    background-color: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative
}

.cu-pg .cu-addr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: stretch
}

.cu-pg .cu-addr-accent {
    grid-column: 1 / 2;
    background: linear-gradient(31deg, #1AA430, #8E032E);
    border-radius: 6px;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 9px 48px 0 #1aa4301c;
    position: relative;
    overflow: hidden
}

.cu-pg .cu-addr-accent::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    border-radius: 46px;
    border: 2px solid #fff3;
    pointer-events: none
}

.cu-pg .cu-addr-accent-h {
    font-size: 21px;
    color: #fff;
    line-height: 1.4;
    margin: 0
}

.cu-pg .cu-addr-accent p {
    font-size: 13px;
    color: #ffffffd9;
    line-height: 1.6;
    margin: 0
}

.cu-pg .cu-addr-card {
    grid-column: span 1;
    border-radius: 6px;
    padding: 32px 20px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #1aa43014;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .28s ease-in-out, transform .28s ease-in-out
}

.cu-pg .cu-addr-card:hover {
    box-shadow: 0 5px 14px 0 #1aa43014;
    transform: translateY(-2px)
}

.cu-pg .cu-addr-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #FFFAE9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .35s ease-in-out
}

.cu-pg .cu-addr-card:hover .cu-addr-card-icon {
    transform: rotate(6deg) scale(1.08)
}

.cu-pg .cu-addr-card-icon svg {
    width: 20px;
    height: 20px;
    fill: #8E032E
}

.cu-pg .cu-addr-card-lbl {
    font-size: 13px;
    color: #8E032E;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .06em
}

.cu-pg .cu-addr-card-val {
    font-size: 17px;
    color: #2d2d2d;
    line-height: 1.6;
    margin: 0;
    text-decoration: none;
    display: block
}

.cu-pg .cu-addr-card-val:hover {
    color: #1AA430
}

.cu-pg .cu-addr-card-val:visited {
    color: #8E032E
}

.cu-pg .cu-geo-outline {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 120px;
    height: 120px;
    border-radius: 46px;
    border: 1.5px solid #1aa43014;
    animation: cu-geo-sway 5s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes cu-geo-sway {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(6deg) scale(1.04)
    }
}

.cu-pg .cu-icon-float {
    animation: cu-icon-sway 3.5s ease-in-out infinite alternate;
    display: inline-block
}

@keyframes cu-icon-sway {
    from {
        transform: translateY(0)
    }

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

@media (max-width: 900px) {
    .cu-pg .cu-intro-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

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

    .cu-pg .cu-form-aside {
        position: static
    }

    .cu-pg .cu-addr-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .cu-pg .cu-addr-accent {
        grid-column: 1 / 3
    }
}

@media (max-width: 600px) {
    .cu-pg .cu-wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .cu-pg .cu-h1 {
        font-size: clamp(32px, 8vw, 50px)
    }

    .cu-pg .cu-field-row {
        grid-template-columns: 1fr
    }

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

    .cu-pg .cu-addr-accent {
        grid-column: 1 / 2
    }

    .cu-pg .cu-submit-row {
        flex-direction: column;
        align-items: flex-start
    }
}

.suc-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 20px;
    background: #FFFAE9
}

.suc-page .suc-card {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 64px;
    box-shadow: 0 9px 48px 0 #1aa4301c;
    text-align: center
}

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

.suc-page .suc-icon circle {
    fill: none;
    stroke: #1AA430;
    stroke-width: 2.5;
    stroke-dasharray: 188;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc-page .suc-icon polyline {
    fill: none;
    stroke: #1AA430;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.suc-page .suc-heading {
    font-size: 50px;
    line-height: 1.15;
    color: #1AA430;
    margin: 0 0 20px
}

.suc-page .suc-msg {
    font-size: 17px;
    line-height: 1.6;
    color: #2d2d2d;
    margin: 0 0 32px
}

.suc-page .suc-detail {
    font-size: 13px;
    line-height: 1.4;
    color: #2d2d2d;
    background: #FFFAE9;
    border-radius: 6px;
    padding: 20px;
    margin: 0 0 32px;
    text-align: left
}

.suc-page .suc-detail strong {
    color: #8E032E
}

.suc-page .suc-divider {
    width: 48px;
    height: 2px;
    background: linear-gradient(31deg, #8E032E, #1AA430);
    border-radius: 6px;
    margin: 0 auto 32px
}

.suc-page .suc-link {
    display: inline-block;
    font-size: 17px;
    line-height: 1.4;
    color: #1AA430;
    text-decoration: none;
    border-bottom: 1px solid #1aa4304d;
    padding-bottom: 4px;
    transition: color .25s ease-in-out, border-color .38s ease-in-out
}

.suc-page .suc-link:visited {
    color: #8E032E;
    border-color: #8e032e4d
}

.suc-page .suc-link:hover {
    color: #8E032E;
    border-color: #8E032E
}

@media (max-width: 600px) {
    .suc-page .suc-card {
        padding: 32px 20px
    }

    .suc-page .suc-heading {
        font-size: 21px
    }
}