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

html {
    font-size: 100%
}

body {
    margin: 0;
    font-family: 'Rubik', sans-serif;
    background: #FCFDFD
}

.brand-bar {
    background: linear-gradient(135deg, #3C887C 0%, #2d6b61 100%);
    display: flex;
    align-items: center;
    padding: 0 40px;
    min-height: 80px;
    gap: 16px;
    flex-shrink: 0
}

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

.logo-box {
    width: 44px;
    height: 44px;
    border-radius: 7px;
    border: 1px solid #fcfdfd80;
    background: #FCFDFD;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 2px 3px 4px 1px #3c887c14
}

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

.brand-wordmark {
    font-size: 23px;
    font-weight: 700;
    color: #FCFDFD;
    letter-spacing: -.03em;
    line-height: 1.1
}

.site-header {
    background: #FCFDFD;
    box-shadow: 2px 6px 20px 1px #3c887c1a;
    position: relative;
    z-index: 100
}

.header-top {
    display: flex;
    align-items: stretch;
    min-height: 80px
}

.header-nav-area {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 40px;
    gap: 8px;
    background: #FCFDFD;
    border-bottom: 3px solid #94BBB5
}

.nav-group {
    display: flex;
    align-items: center;
    gap: 8px
}

.nav-divider {
    width: 1px;
    height: 24px;
    background: #94BBB5;
    margin: 0 8px;
    flex-shrink: 0
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #2d4a47;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    padding: 8px 16px;
    border-radius: 7px;
    white-space: nowrap;
    transition: background-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
    min-height: 44px
}

.nav-link:hover {
    background: #94bbb52e;
    color: #3C887C
}

.nav-link:focus {
    outline: none;
    border: 1px solid #3C887C;
    background: #94bbb51f
}

.nav-link.active {
    background: #3c887c1a;
    color: #3C887C;
    font-weight: 700
}

.nav-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block
}

.header-contact-strip {
    background: #3C887C;
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FCFDFD;
    font-size: 13px;
    line-height: 1.55;
    text-decoration: none
}

.contact-item:hover {
    color: #94BBB5
}

.contact-item svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0
}

.site-footer {
    background: #2d4a47;
    color: #FCFDFD
}

.footer-top-band {
    background: #3C887C;
    padding: 40px 40px 24px
}

.footer-logo-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.footer-logo-box {
    width: 44px;
    height: 44px;
    border-radius: 7px;
    border: 1px solid #fcfdfd66;
    background: #FCFDFD;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 2px 3px 4px 1px #3c887c14
}

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

.footer-brand-name {
    font-size: 32px;
    font-weight: 700;
    color: #FCFDFD;
    letter-spacing: -.04em;
    line-height: 1.1
}

.footer-tagline {
    font-size: 15px;
    color: #fcfdfdbf;
    line-height: 1.55;
    max-width: 480px
}

.footer-body {
    padding: 40px 40px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
}

.footer-col-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #94BBB5;
    margin-bottom: 16px;
    line-height: 1.55
}

.footer-address-block {
    font-size: 15px;
    color: #fcfdfdd9;
    line-height: 2;
    font-style: normal
}

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

.footer-contact-list li a {
    color: #fcfdfdd9;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.55;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .25s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.footer-contact-list li a:hover {
    color: #94BBB5
}

.footer-contact-list li a svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

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

.footer-nav-list li a {
    color: #fcfdfdbf;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.55;
    transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.footer-nav-list li a:hover {
    color: #FCFDFD
}

.footer-nav-list li a:focus {
    outline: none;
    border-bottom: 1px solid #94BBB5;
    color: #FCFDFD
}

.footer-bottom-band {
    background: #1e3330;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.footer-copy {
    font-size: 13px;
    color: #fcfdfd80;
    line-height: 1.55
}

.footer-geo {
    font-size: 13px;
    color: #fcfdfd66;
    line-height: 1.55
}

@media (max-width: 1200px) {
    .header-contact-strip {
        padding: 8px 24px
    }

    .header-nav-area {
        padding: 0 24px;
        flex-wrap: wrap;
        row-gap: 0;
        min-height: 80px
    }

    .brand-bar {
        padding: 0 24px
    }

    .footer-body {
        padding: 40px 24px 24px;
        grid-template-columns: 1fr 1fr
    }

    .footer-top-band {
        padding: 40px 24px 24px
    }

    .footer-bottom-band {
        padding: 16px 24px
    }
}

@media (max-width: 900px) {
    .header-top {
        flex-direction: column;
        min-height: unset
    }

    .brand-bar {
        min-height: 64px;
        padding: 0 16px
    }

    .header-nav-area {
        padding: 8px 16px;
        flex-wrap: wrap;
        gap: 8px;
        min-height: unset;
        border-bottom-width: 2px
    }

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

    .header-contact-strip {
        padding: 8px 16px;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .footer-body {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px 16px
    }

    .footer-top-band {
        padding: 24px 16px 16px
    }

    .footer-bottom-band {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
}

@media (max-width: 600px) {
    .brand-wordmark {
        font-size: 18px
    }

    .footer-brand-name {
        font-size: 23px
    }

    .nav-divider {
        display: none
    }

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

    .contact-item {
        font-size: 13px
    }
}

.gdpr-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    background: #2d4a47;
    color: #FCFDFD;
    box-shadow: 2px 8px 52px 1px #3c887c1a
}

.gdpr-bar__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.gdpr-bar__text {
    font-size: 13px;
    line-height: 1.55;
    color: #fcfdfdd9
}

.gdpr-bar__btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center
}

.gdpr-btn {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 12px 24px;
    border-radius: 7px;
    border: 2px solid #94BBB5;
    cursor: pointer;
    min-height: 44px;
    min-width: 120px;
    transition: background-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.gdpr-btn:focus {
    outline: none;
    border-color: #FCFDFD;
    background: #94bbb533
}

.gdpr-btn--accept {
    background: #3C887C;
    color: #FCFDFD;
    border-color: #3C887C
}

.gdpr-btn--accept:hover {
    background: #2d6b61;
    border-color: #2d6b61
}

.gdpr-btn--reject {
    background: transparent;
    color: #94BBB5
}

.gdpr-btn--reject:hover {
    background: #94bbb51f;
    color: #FCFDFD
}

.gdpr-btn--details {
    background: transparent;
    color: #fcfdfd8c;
    border-color: #94bbb54d;
    font-size: 13px
}

.gdpr-btn--details:hover {
    color: #FCFDFD;
    border-color: #94BBB5
}

.gdpr-panel {
    border-top: 1px solid #94bbb54d;
    padding-top: 16px
}

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

.gdpr-toggle-label {
    font-size: 13px;
    color: #fcfdfdbf;
    line-height: 1.55
}

.gdpr-toggle-label strong {
    color: #FCFDFD;
    font-weight: 700
}

.gdpr-switch {
    display: flex;
    align-items: center;
    gap: 8px
}

.gdpr-switch input[type="checkbox"] {
    width: 40px;
    height: 22px;
    cursor: pointer;
    accent-color: #3C887C
}

@media (max-width: 600px) {
    .gdpr-bar__inner {
        padding: 16px
    }

    .gdpr-bar__btns {
        gap: 8px
    }

    .gdpr-btn {
        min-width: 100px;
        padding: 12px 16px
    }
}

.rules-text {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2a3a38;
    line-height: 1.55
}

.rules-text h1 {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b2e2b;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 24px;
    border-bottom: 2px solid #94BBB5
}

.rules-text h2 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b2e2b;
    margin-top: 80px;
    margin-bottom: 24px
}

.rules-text h3 {
    font-size: 23px;
    line-height: 1.55;
    letter-spacing: -.01em;
    color: #2a3a38;
    margin-top: 40px;
    margin-bottom: 16px
}

.rules-text h4 {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: -.005em;
    color: #2a3a38;
    margin-top: 40px;
    margin-bottom: 16px
}

.rules-text h5 {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #3C887C;
    margin-top: 24px;
    margin-bottom: 8px
}

.rules-text h6 {
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #3C887C;
    margin-top: 24px;
    margin-bottom: 8px
}

.rules-text p {
    font-size: 15px;
    line-height: 2;
    color: #2a3a38;
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 72ch
}

.rules-text ul {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    list-style: none
}

.rules-text ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    list-style: none;
    counter-reset: policy-counter
}

.rules-text ul li {
    font-size: 15px;
    line-height: 2;
    color: #2a3a38;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
    max-width: 72ch
}

.rules-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background-color: #3C887C
}

.rules-text ol li {
    font-size: 15px;
    line-height: 2;
    color: #2a3a38;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
    max-width: 72ch;
    counter-increment: policy-counter
}

.rules-text ol li::before {
    content: counter(policy-counter) ".";
    position: absolute;
    left: -8px;
    top: 0;
    font-size: 13px;
    font-weight: 700;
    color: #3C887C;
    line-height: 2
}

.rules-text ul ul,
.rules-text ol ol,
.rules-text ul ol,
.rules-text ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.rules-text a {
    color: #3C887C;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1), text-decoration-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.rules-text a:hover {
    color: #1b2e2b;
    text-decoration-color: #94BBB5
}

.rules-text a:visited {
    color: #2e6b61
}

.rules-text table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 1.55;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 6px 20px 1px #3c887c1a
}

.rules-text thead {
    background-color: #3C887C
}

.rules-text thead th {
    color: #FCFDFD;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 16px 24px;
    text-align: left;
    font-weight: 700;
    border: none
}

.rules-text tbody tr {
    border-bottom: 1px solid #94BBB5;
    transition: background-color .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.rules-text tbody tr:last-child {
    border-bottom: none
}

.rules-text tbody tr:nth-child(even) {
    background-color: #FCFDFD
}

.rules-text tbody tr:nth-child(odd) {
    background-color: #f4f9f8
}

.rules-text tbody tr:hover {
    background-color: #e8f3f1
}

.rules-text td {
    padding: 16px 24px;
    color: #2a3a38;
    font-size: 13px;
    line-height: 1.55;
    vertical-align: top;
    border: none
}

.rules-text th {
    padding: 16px 24px;
    vertical-align: top;
    border: none
}

@media (max-width: 900px) {
    .rules-text {
        padding: 40px 24px
    }

    .rules-text h1 {
        font-size: 32px
    }

    .rules-text h2 {
        font-size: 23px;
        margin-top: 40px
    }

    .rules-text h3 {
        font-size: 18px
    }

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

@media (max-width: 600px) {
    .rules-text {
        padding: 40px 16px
    }

    .rules-text h1 {
        font-size: 23px;
        margin-bottom: 24px;
        padding-bottom: 16px
    }

    .rules-text h2 {
        font-size: 18px;
        margin-top: 40px
    }

    .rules-text h3 {
        font-size: 15px
    }

    .rules-text p,
    .rules-text ul li,
    .rules-text ol li {
        font-size: 15px;
        max-width: 100%
    }

    .rules-text thead th,
    .rules-text td {
        padding: 16px
    }
}

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

.exp-det .ed-grid {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 600px) {
    .exp-det .ed-grid {
        padding-left: 16px;
        padding-right: 16px
    }
}

.exp-det .ed-hero {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, #3C887C 0%, #94BBB5 60%, #FCFDFD 100%);
    animation: gradshift 8s ease-in-out infinite alternate
}

@keyframes gradshift {
    0% {
        background-position: 0 50%
    }

    100% {
        background-position: 100% 50%
    }
}

.exp-det .ed-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#fcfdfd12 1px, transparent 1px), linear-gradient(90deg, #fcfdfd12 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none
}

.exp-det .ed-hero-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    position: relative
}

@media (max-width: 900px) {
    .exp-det .ed-hero-inner {
        flex-direction: column
    }
}

.exp-det .ed-hero-left {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.exp-det .ed-hero-right {
    flex: 0 0 340px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media (max-width: 900px) {
    .exp-det .ed-hero-right {
        flex: 1 1 100%;
        max-width: 100%
    }
}

.exp-det .ed-tag {
    display: inline-block;
    background: #fcfdfd38;
    color: #FCFDFD;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 8px 16px;
    border-radius: 7px;
    text-transform: uppercase;
    border: 1px solid #fcfdfd59;
    width: fit-content
}

.exp-det .ed-h1 {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #FCFDFD;
    margin: 0
}

.exp-det .ed-h1 .accent-word {
    color: #3C887C;
    background: #FCFDFD;
    padding: 0 8px;
    border-radius: 7px;
    display: inline
}

@media (max-width: 600px) {
    .exp-det .ed-h1 {
        font-size: 32px
    }
}

.exp-det .ed-subtitle {
    font-size: 18px;
    line-height: 1.55;
    color: #fcfdfde6;
    margin: 0
}

.exp-det .ed-meta-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center
}

.exp-det .ed-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #fcfdfdcc
}

.exp-det .ed-meta-item svg {
    flex-shrink: 0
}

.exp-det .ed-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 8px 52px 1px #3c887c1a;
    position: relative
}

.exp-det .ed-img-wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    filter: blur(0px);
    transition: filter .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-det .ed-img-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, #3c887c80, transparent);
    pointer-events: none
}

.exp-det .ed-aside-card {
    background: #fcfdfd26;
    border: 1px solid #fcfdfd4d;
    border-radius: 12px;
    padding: 16px;
    backdrop-filter: blur(4px)
}

.exp-det .ed-aside-label {
    font-size: 13px;
    color: #fcfdfda6;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.exp-det .ed-aside-val {
    font-size: 15px;
    color: #FCFDFD;
    font-weight: 600
}

.exp-det .ed-report-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fcfdfd1f;
    border: 1px solid #fcfdfd66;
    color: #FCFDFD;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 7px;
    text-decoration: none;
    transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    margin-top: 8px;
    width: fit-content
}

.exp-det .ed-report-btn:hover,
.exp-det .ed-report-btn:focus {
    background: #fcfdfd47;
    border-color: #FCFDFD;
    outline: 2px solid #FCFDFD;
    outline-offset: 2px
}

.exp-det .ed-report-btn svg {
    flex-shrink: 0
}

.exp-det .ed-divider-zigzag {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    display: block;
    background: linear-gradient(135deg, #3C887C 0%, #94BBB5 60%, #FCFDFD 100%)
}

.exp-det .ed-divider-zigzag svg {
    display: block;
    width: 100%
}

.exp-det .ed-body-section {
    background: #FCFDFD;
    padding-top: 80px;
    padding-bottom: 40px
}

.exp-det .ed-body-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px
}

@media (max-width: 900px) {
    .exp-det .ed-body-layout {
        flex-direction: column
    }
}

.exp-det .ed-body-main {
    flex: 1 1 0;
    min-width: 0
}

.exp-det .ed-body-sidebar {
    flex: 0 0 260px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 40px
}

@media (max-width: 900px) {
    .exp-det .ed-body-sidebar {
        flex: 1 1 100%;
        max-width: 100%;
        position: static
    }
}

.exp-det .ed-article-body p {
    font-size: 15px;
    line-height: 1.55;
    color: #1a2e2b;
    margin-bottom: 16px;
    text-indent: -1.2em;
    padding-left: 1.2em
}

@media (max-width: 600px) {
    .exp-det .ed-article-body p {
        text-indent: 0;
        padding-left: 0
    }
}

.exp-det .ed-article-body h2 {
    font-size: 23px;
    line-height: 1.1;
    color: #3C887C;
    margin-top: 40px;
    margin-bottom: 16px;
    letter-spacing: -.01em;
    font-weight: 700
}

.exp-det .ed-article-body h4 {
    font-size: 18px;
    line-height: 1.55;
    color: #2a4a45;
    margin-top: 24px;
    margin-bottom: 8px;
    font-weight: 700
}

.exp-det .ed-article-body ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    padding-left: 0;
    margin-bottom: 16px;
    list-style: none
}

@media (max-width: 600px) {
    .exp-det .ed-article-body ul {
        grid-template-columns: 1fr
    }
}

.exp-det .ed-article-body ul li {
    font-size: 15px;
    line-height: 1.55;
    color: #1a2e2b;
    padding-left: 16px;
    position: relative
}

.exp-det .ed-article-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background: #3C887C
}

.exp-det .ed-article-body blockquote {
    border-radius: 12px;
    background: linear-gradient(120deg, #3c887c14 0%, #94bbb51f 100%);
    padding: 24px;
    margin: 24px 0;
    font-size: 18px;
    line-height: 1.55;
    color: #2a4a45;
    font-style: italic;
    position: relative
}

.exp-det .ed-article-body blockquote::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 20px;
    height: 16px;
    background: #3C887C;
    clip-path: polygon(0 0, 40% 0, 40% 60%, 100% 60%, 100% 100%, 0 100%);
    opacity: .35
}

.exp-det .ed-article-body cite {
    display: block;
    font-size: 13px;
    color: #3C887C;
    font-style: normal;
    margin-top: 8px;
    font-weight: 600
}

.exp-det .ed-article-body del {
    color: #94BBB5;
    text-decoration: line-through
}

.exp-det .ed-article-body details {
    border: 1px solid #3c887c33;
    border-radius: 7px;
    padding: 16px;
    margin-bottom: 16px;
    background: #94bbb512
}

.exp-det .ed-article-body summary {
    font-size: 15px;
    font-weight: 700;
    color: #3C887C;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px
}

.exp-det .ed-article-body summary::-webkit-details-marker {
    display: none
}

.exp-det .ed-article-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 3px 4px 1px #3c887c14
}

.exp-det .ed-article-body th {
    background: #3C887C;
    color: #FCFDFD;
    padding: 16px;
    text-align: left;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.exp-det .ed-article-body td {
    padding: 16px;
    color: #1a2e2b;
    border-bottom: 1px solid #3c887c1a;
    background: #FCFDFD
}

.exp-det .ed-article-body tr:last-child td {
    border-bottom: none
}

.exp-det .ed-article-body caption {
    font-size: 13px;
    color: #3C887C;
    text-align: left;
    padding: 8px 0;
    font-weight: 600
}

.exp-det .ed-article-body tbody tr:hover td {
    background: #94bbb51f;
    transition: background .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-det .ed-sidebar-widget {
    background: #FCFDFD;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 2px 6px 20px 1px #3c887c1a
}

.exp-det .ed-sidebar-widget .widget-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #3C887C;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.exp-det .ed-sidebar-widget .widget-label::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #3C887C;
    flex-shrink: 0
}

.exp-det .ed-sidebar-widget p {
    font-size: 15px;
    line-height: 1.55;
    color: #2a4a45;
    margin: 0
}

.exp-det .ed-sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3C887C;
    color: #FCFDFD;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: 8px 16px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 16px;
    transition: background .22s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow .22s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.exp-det .ed-sidebar-link:hover,
.exp-det .ed-sidebar-link:focus {
    background: #2a6a60;
    box-shadow: 2px 6px 20px 1px #3c887c1a;
    outline: 2px solid #3C887C;
    outline-offset: 2px
}

.exp-det .ed-divider2 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    display: block;
    background: #FCFDFD
}

.exp-det .ed-divider2 svg {
    display: block;
    width: 100%
}

.exp-det .ed-conn-section {
    background: linear-gradient(160deg, #3c887c0f 0%, #94bbb521 100%);
    padding-top: 80px;
    padding-bottom: 80px
}

.exp-det .ed-conn-heading {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 8px;
    color: #1a2e2b
}

.exp-det .ed-conn-heading .ch-accent {
    color: #3C887C
}

.exp-det .ed-conn-sub {
    font-size: 15px;
    line-height: 1.55;
    color: #2a4a45;
    margin: 0 0 40px
}

.exp-det .ed-conn-diagram {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    position: relative
}

@media (max-width: 900px) {
    .exp-det .ed-conn-diagram {
        flex-direction: column;
        gap: 16px
    }
}

.exp-det .ed-conn-node {
    flex: 1 1 0;
    background: #FCFDFD;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 2px 3px 4px 1px #3c887c14;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: default;
    overflow: hidden
}

.exp-det .ed-conn-node:hover {
    box-shadow: 2px 8px 52px 1px #3c887c1a;
    transform: translateY(-4px)
}

.exp-det .ed-conn-node .cn-num {
    font-size: 45px;
    line-height: 1.1;
    font-weight: 700;
    color: #3c887c21;
    position: absolute;
    top: 8px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.exp-det .ed-conn-node .cn-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #3C887C;
    font-weight: 700
}

.exp-det .ed-conn-node .cn-title {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #1a2e2b
}

.exp-det .ed-conn-node .cn-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #2a4a45
}

.exp-det .ed-conn-node .cn-reveal {
    position: absolute;
    inset: 0;
    background: #3c887c12;
    border-radius: 12px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none
}

.exp-det .ed-conn-node:hover .cn-reveal {
    transform: scaleX(1)
}

.exp-det .ed-conn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    color: #94BBB5
}

@media (max-width: 900px) {
    .exp-det .ed-conn-arrow {
        transform: rotate(90deg);
        flex: 0 0 24px
    }
}

.exp-det .ed-divider3 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    display: block;
    background: linear-gradient(160deg, #3c887c0f 0%, #94bbb521 100%)
}

.exp-det .ed-divider3 svg {
    display: block;
    width: 100%
}

.exp-det .ed-services-section {
    background: #3C887C;
    padding-top: 80px;
    padding-bottom: 80px
}

.exp-det .ed-services-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px
}

@media (max-width: 900px) {
    .exp-det .ed-services-inner {
        flex-direction: column
    }
}

.exp-det .ed-services-left {
    flex: 0 0 360px;
    max-width: 360px
}

@media (max-width: 900px) {
    .exp-det .ed-services-left {
        flex: 1 1 100%;
        max-width: 100%
    }
}

.exp-det .ed-services-right {
    flex: 1 1 0;
    min-width: 0
}

.exp-det .ed-serv-heading {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #FCFDFD;
    margin: 0 0 16px
}

.exp-det .ed-serv-heading .sh-word {
    color: #94BBB5
}

.exp-det .ed-serv-desc {
    font-size: 15px;
    line-height: 1.55;
    color: #fcfdfdd9;
    margin: 0 0 24px
}

.exp-det .ed-serv-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FCFDFD;
    color: #3C887C;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: 8px 24px;
    border-radius: 7px;
    text-decoration: none;
    transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-det .ed-serv-link:hover,
.exp-det .ed-serv-link:focus {
    background: #94BBB5;
    color: #FCFDFD;
    outline: 2px solid #FCFDFD;
    outline-offset: 2px
}

.exp-det .ed-serv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

@media (max-width: 600px) {
    .exp-det .ed-serv-grid {
        grid-template-columns: 1fr
    }
}

.exp-det .ed-serv-card {
    background: #fcfdfd1a;
    border: 1px solid #fcfdfd33;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-det .ed-serv-card:hover {
    background: #fcfdfd2e;
    border-color: #fcfdfd66
}

.exp-det .ed-serv-card .sc-icon {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background: #fcfdfd26;
    display: flex;
    align-items: center;
    justify-content: center
}

.exp-det .ed-serv-card .sc-icon svg {
    color: #FCFDFD
}

.exp-det .ed-serv-card .sc-title {
    font-size: 15px;
    font-weight: 700;
    color: #FCFDFD
}

.exp-det .ed-serv-card .sc-text {
    font-size: 13px;
    line-height: 1.55;
    color: #fcfdfdcc
}

.exp-det .ed-load-children>* {
    opacity: 0;
    transform: translateY(16px);
    animation: edReveal .35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.exp-det .ed-load-children> :nth-child(1) {
    animation-delay: .08s
}

.exp-det .ed-load-children> :nth-child(2) {
    animation-delay: .18s
}

.exp-det .ed-load-children> :nth-child(3) {
    animation-delay: .28s
}

.exp-det .ed-load-children> :nth-child(4) {
    animation-delay: .38s
}

.exp-det .ed-load-children> :nth-child(5) {
    animation-delay: .48s
}

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

.cu-pg {
    background: #FCFDFD;
    overflow-x: clip
}

.cu-pg .reveal-row {
    opacity: 0;
    transform: translateY(16px);
    animation: revealUp .35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.cu-pg .reveal-row:nth-child(1) {
    animation-delay: .05s
}

.cu-pg .reveal-row:nth-child(2) {
    animation-delay: .13s
}

.cu-pg .reveal-row:nth-child(3) {
    animation-delay: .21s
}

.cu-pg .reveal-row:nth-child(4) {
    animation-delay: .29s
}

.cu-pg .reveal-row:nth-child(5) {
    animation-delay: .37s
}

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

.cu-pg .geo-motif {
    position: absolute;
    pointer-events: none;
    user-select: none
}

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

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

.cu-pg .intro-strip {
    position: relative;
    background: linear-gradient(105deg, #3C887C 0%, #FCFDFD 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden
}

.cu-pg .intro-strip .geo-motif.tri-a {
    top: -24px;
    right: 80px;
    width: 0;
    height: 0;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    border-bottom: 80px solid #94bbb52e
}

.cu-pg .intro-strip .geo-motif.tri-b {
    bottom: 16px;
    left: 40px;
    width: 32px;
    height: 32px;
    border: 3px solid #94bbb54d;
    border-radius: 7px;
    transform: rotate(22deg)
}

.cu-pg .intro-strip .geo-motif.tri-c {
    top: 40px;
    left: 200px;
    width: 12px;
    height: 12px;
    background: #fcfdfd38;
    border-radius: 48px
}

.cu-pg .intro-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px
}

.cu-pg .intro-img-col {
    flex: 0 0 340px;
    position: relative
}

.cu-pg .intro-img-frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 8px 52px 1px #3c887c1a
}

.cu-pg .intro-img-frame img {
    display: block;
    width: 340px;
    height: 420px;
    object-fit: cover;
    border-radius: 12px
}

.cu-pg .intro-img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: radial-gradient(ellipse at 10% 10%, #1e3c3861 0%, transparent 55%), radial-gradient(ellipse at 90% 90%, #1e3c3847 0%, transparent 50%);
    pointer-events: none
}

.cu-pg .intro-shape-accent {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    border: 3px solid #94BBB5;
    border-radius: 12px;
    pointer-events: none
}

.cu-pg .intro-text-col {
    flex: 1 1 0
}

.cu-pg .intro-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #94bbb52e;
    border-radius: 32px;
    padding: 8px 16px;
    margin-bottom: 24px
}

.cu-pg .intro-eyebrow svg {
    flex-shrink: 0
}

.cu-pg .intro-eyebrow-text {
    font-size: 13px;
    letter-spacing: .08em;
    color: #FCFDFD;
    text-transform: uppercase;
    font-weight: 600
}

.cu-pg .intro-h1 {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 24px;
    font-weight: 800
}

.cu-pg .intro-h1 .word-a {
    color: #FCFDFD
}

.cu-pg .intro-h1 .word-b {
    color: #1b3a36
}

.cu-pg .intro-desc {
    font-size: 18px;
    line-height: 1.55;
    color: #fcfdfde0;
    margin: 0 0 40px;
    max-width: 480px
}

.cu-pg .intro-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FCFDFD;
    color: #3C887C;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 7px;
    box-shadow: 2px 6px 20px 1px #3c887c1a;
    transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu-pg .intro-link:hover {
    background: #1b3a36;
    color: #94BBB5
}

.cu-pg .intro-link:focus-visible {
    outline: 2px solid #FCFDFD;
    outline-offset: 3px
}

.cu-pg .chevron-div {
    display: flex;
    justify-content: center;
    margin-top: -1px;
    line-height: 1;
    overflow: hidden
}

.cu-pg .chevron-div svg {
    display: block;
    width: 100%;
    max-width: 1280px
}

@media (max-width: 900px) {
    .cu-pg .intro-inner {
        flex-direction: column;
        gap: 40px
    }

    .cu-pg .intro-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .cu-pg .intro-img-frame img {
        width: 100%;
        height: 260px
    }

    .cu-pg .intro-h1 {
        font-size: 32px
    }
}

@media (max-width: 600px) {
    .cu-pg .intro-strip {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .cu-pg .intro-h1 {
        font-size: 23px
    }

    .cu-pg .intro-desc {
        font-size: 15px
    }
}

.cu-pg .form-zone {
    background: #FCFDFD;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.cu-pg .form-zone .geo-motif.sq-rep {
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: repeating-linear-gradient(180deg, #94BBB5 0px, #94BBB5 6px, transparent 6px, transparent 18px);
    opacity: .22
}

.cu-pg .form-layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.cu-pg .form-aside {
    flex: 0 0 300px
}

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

.cu-pg .aside-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 2px 3px 4px 1px #3c887c14;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cu-pg .aside-card-label {
    font-size: 13px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #3C887C;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px
}

.cu-pg .aside-card-val {
    font-size: 15px;
    line-height: 1.55;
    color: #1b3a36;
    font-weight: 500;
    word-break: break-word
}

.cu-pg .aside-card-val a {
    color: #3C887C;
    text-decoration: none;
    transition: color .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu-pg .aside-card-val a:hover {
    color: #1b3a36
}

.cu-pg .aside-note {
    margin-top: 24px;
    padding: 16px;
    background: linear-gradient(115deg, #94bbb52e 0%, transparent 100%);
    border-radius: 12px;
    border-top: 2px solid #94BBB5
}

.cu-pg .aside-note-text {
    font-size: 13px;
    line-height: 1.55;
    color: #2a5550
}

.cu-pg .form-main {
    flex: 1 1 0
}

.cu-pg .form-head {
    margin-bottom: 40px
}

.cu-pg .form-h2 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.015em;
    margin: 0 0 16px;
    font-weight: 800
}

.cu-pg .form-h2 .w-a {
    color: #3C887C
}

.cu-pg .form-h2 .w-b {
    color: #1b3a36
}

.cu-pg .form-sub {
    font-size: 15px;
    line-height: 1.55;
    color: #3a5550;
    margin: 0
}

.cu-pg .cf {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cu-pg .cf-row {
    display: flex;
    flex-direction: row;
    gap: 16px
}

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

.cu-pg .cf-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #1b3a36;
    display: flex;
    align-items: center;
    gap: 8px
}

.cu-pg .cf-label svg {
    flex-shrink: 0;
    color: #3C887C
}

.cu-pg .cf-input,
.cu-pg .cf-select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    border: 2px solid #94BBB5;
    border-radius: 7px;
    padding: 16px;
    font-size: 15px;
    color: #1b3a36;
    outline: none;
    transition: border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 2px 3px 4px 1px #3c887c14
}

.cu-pg .cf-input::placeholder {
    color: #94BBB5
}

.cu-pg .cf-input:focus,
.cu-pg .cf-select:focus {
    border-color: #3C887C;
    box-shadow: 2px 6px 20px 1px #3c887c1a
}

.cu-pg .cf-select-wrap {
    position: relative
}

.cu-pg .cf-select-wrap::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #3C887C;
    pointer-events: none
}

.cu-pg .cf-select {
    cursor: pointer;
    padding-right: 40px
}

.cu-pg .cf-select option {
    color: #1b3a36;
    background: #fff
}

.cu-pg .cf-privacy {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #94bbb51a;
    border-radius: 12px;
    margin-top: 8px
}

.cu-pg .cf-checkbox {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    accent-color: #3C887C;
    margin-top: 2px;
    cursor: pointer
}

.cu-pg .cf-privacy-text {
    font-size: 13px;
    line-height: 1.55;
    color: #2a5550
}

.cu-pg .cf-privacy-text a {
    color: #3C887C;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu-pg .cf-privacy-text a:hover {
    color: #1b3a36
}

.cu-pg .cf-submit {
    align-self: flex-start;
    background: #3C887C;
    color: #FCFDFD;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: none;
    border-radius: 7px;
    padding: 16px 40px;
    cursor: pointer;
    box-shadow: 2px 6px 20px 1px #3c887c1a;
    transition: background .25s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform .18s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.cu-pg .cf-submit:hover {
    background: #1b3a36;
    transform: translateY(-2px)
}

.cu-pg .cf-submit:focus-visible {
    outline: 2px solid #3C887C;
    outline-offset: 3px
}

.cu-pg .cf-submit:active {
    transform: translateY(0)
}

@media (max-width: 900px) {
    .cu-pg .form-layout {
        flex-direction: column;
        gap: 40px
    }

    .cu-pg .form-aside {
        flex: 0 0 auto;
        width: 100%
    }

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

@media (max-width: 600px) {
    .cu-pg .cf-row {
        flex-direction: column
    }

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

    .cu-pg .form-h2 {
        font-size: 23px
    }
}

.cu-pg .tl-zone {
    background: linear-gradient(112deg, #94bbb524 0%, #FCFDFD 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden
}

.cu-pg .tl-zone .geo-motif.dot-grid {
    bottom: 24px;
    left: 24px;
    display: grid;
    grid-template-columns: repeat(5, 10px);
    grid-template-rows: repeat(4, 10px);
    gap: 8px;
    pointer-events: none
}

.cu-pg .tl-zone .geo-motif.dot-grid span {
    display: block;
    width: 4px;
    height: 4px;
    background: #94BBB5;
    border-radius: 48px;
    opacity: .5
}

.cu-pg .tl-head {
    text-align: center;
    margin-bottom: 80px
}

.cu-pg .tl-h2 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.015em;
    margin: 0 0 16px;
    font-weight: 800
}

.cu-pg .tl-h2 .w-a {
    color: #3C887C
}

.cu-pg .tl-h2 .w-b {
    color: #1b3a36
}

.cu-pg .tl-desc {
    font-size: 18px;
    line-height: 1.55;
    color: #3a5550;
    max-width: 560px;
    margin: 0 auto
}

.cu-pg .tl-track {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.cu-pg .tl-track::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #3C887C 0%, #94BBB5 100%);
    transform: translateX(-50%)
}

.cu-pg .tl-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    position: relative
}

.cu-pg .tl-item.left-side {
    flex-direction: row;
    justify-content: flex-end
}

.cu-pg .tl-item.right-side {
    flex-direction: row-reverse;
    justify-content: flex-end
}

.cu-pg .tl-card {
    flex: 0 0 calc(50% - 40px);
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 2px 6px 20px 1px #3c887c1a;
    position: relative
}

.cu-pg .tl-item.left-side .tl-card {
    text-align: right
}

.cu-pg .tl-num {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #3C887C;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCFDFD;
    font-size: 15px;
    font-weight: 800;
    flex-shrink: 0;
    z-index: 2;
    box-shadow: 2px 3px 4px 1px #3c887c14
}

.cu-pg .tl-card-step {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #3C887C;
    margin-bottom: 8px
}

.cu-pg .tl-card-h {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #1b3a36;
    margin: 0 0 8px
}

.cu-pg .tl-card-p {
    font-size: 15px;
    line-height: 1.55;
    color: #3a5550;
    margin: 0
}

.cu-pg .tl-img-wrap {
    flex: 0 0 calc(50% - 40px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 8px 52px 1px #3c887c1a;
    align-self: stretch;
    min-height: 200px
}

.cu-pg .tl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

@media (max-width: 900px) {
    .cu-pg .tl-track::before {
        left: 20px;
        transform: none
    }

    .cu-pg .tl-item.left-side,
    .cu-pg .tl-item.right-side {
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 56px
    }

    .cu-pg .tl-num {
        left: 0;
        top: 0;
        transform: none
    }

    .cu-pg .tl-card {
        flex: 0 0 auto;
        width: 100%;
        text-align: left
    }

    .cu-pg .tl-img-wrap {
        flex: 0 0 auto;
        width: 100%;
        min-height: 180px
    }

    .cu-pg .tl-item.left-side .tl-card {
        text-align: left
    }
}

@media (max-width: 600px) {
    .cu-pg .tl-zone {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .cu-pg .tl-head {
        margin-bottom: 40px
    }

    .cu-pg .tl-h2 {
        font-size: 23px
    }

    .cu-pg .tl-desc {
        font-size: 15px
    }
}

.srv-pg {
    overflow-x: hidden
}

.srv-pg .db-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.srv-pg .tb {
    background-color: #FCFDFD;
    padding-top: 80px;
    padding-bottom: 0;
    position: relative
}

.srv-pg .tb-inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    gap: 0
}

.srv-pg .tb-upper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 40px
}

.srv-pg .tb-text-col {
    flex: 0 0 58%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 16px
}

.srv-pg .tb-bracket-box {
    position: relative;
    display: inline-block
}

.srv-pg .tb-bracket-box::before,
.srv-pg .tb-bracket-box::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #3C887C;
    border-style: solid
}

.srv-pg .tb-bracket-box::before {
    top: -8px;
    left: -8px;
    border-width: 2px 0 0 2px;
    border-radius: 7px 0 0 0
}

.srv-pg .tb-bracket-box::after {
    bottom: -8px;
    right: -8px;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 7px 0
}

.srv-pg .tb-label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #3C887C;
    text-transform: uppercase;
    font-weight: 600
}

.srv-pg .tb-h1 {
    font-size: 62px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 800;
    color: #1b2e2b;
    margin: 0
}

.srv-pg .tb-h1 span {
    color: #3C887C
}

.srv-pg .tb-desc {
    font-size: 18px;
    line-height: 1.55;
    color: #2e4a46;
    max-width: 480px;
    margin: 0
}

.srv-pg .tb-theses {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0
}

.srv-pg .tb-thesis {
    font-size: 15px;
    line-height: 1.55;
    color: #2e4a46;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.srv-pg .tb-thesis-dot {
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background-color: #3C887C;
    margin-top: 8px;
    flex-shrink: 0
}

.srv-pg .tb-img-col {
    flex: 1;
    position: relative;
    min-height: 320px
}

.srv-pg .tb-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 8px 52px 1px #3c887c1a
}

.srv-pg .tb-img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top left, #1c3c3773 0%, transparent 55%);
    z-index: 1;
    border-radius: 12px
}

.srv-pg .tb-img-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    border-radius: 12px
}

.srv-pg .tb-img-counter {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 2;
    background-color: #3C887C;
    color: #FCFDFD;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 8px 16px;
    border-radius: 7px
}

.srv-pg .tb-lower {
    background-color: #3C887C;
    margin-left: -40px;
    margin-right: -40px;
    padding: 24px 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

.srv-pg .tb-stat {
    display: flex;
    flex-direction: column;
    gap: 0
}

.srv-pg .tb-stat-num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #FCFDFD
}

.srv-pg .tb-stat-lbl {
    font-size: 13px;
    line-height: 1.55;
    color: #94BBB5;
    letter-spacing: .06em
}

.srv-pg .tb-stat-div {
    width: 1px;
    height: 40px;
    background-color: #94bbb559
}

.srv-pg .sg {
    background-color: #f4f8f7;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden
}

.srv-pg .sg-bg-anim {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    height: 520px;
    border-radius: 48px;
    background: radial-gradient(ellipse at center, #3c887c17 0%, transparent 70%);
    animation: sg-breathe 5s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate;
    pointer-events: none;
    z-index: 0
}

@keyframes sg-breathe {
    from {
        transform: translate(-50%, -50%) scale(0.85);
        opacity: .7
    }

    to {
        transform: translate(-50%, -50%) scale(1.15);
        opacity: 1
    }
}

.srv-pg .sg-dots {
    position: absolute;
    top: 24px;
    right: 40px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
    pointer-events: none;
    z-index: 0
}

.srv-pg .sg-dot {
    border-radius: 48px;
    background-color: #94BBB5;
    opacity: .35
}

.srv-pg .sg-dot.sm {
    width: 6px;
    height: 6px
}

.srv-pg .sg-dot.md {
    width: 10px;
    height: 10px
}

.srv-pg .sg-dot.lg {
    width: 16px;
    height: 16px
}

.srv-pg .sg-inner {
    position: relative;
    z-index: 1
}

.srv-pg .sg-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px
}

.srv-pg .sg-h2 {
    font-size: 45px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #1b2e2b;
    margin: 0
}

.srv-pg .sg-h2 span {
    color: #3C887C
}

.srv-pg .sg-sub {
    font-size: 15px;
    line-height: 1.55;
    color: #2e4a46;
    max-width: 340px;
    margin: 0;
    text-align: right
}

.srv-pg .sg-grid {
    display: grid;
    grid-template-columns: 1fr 0.75fr 1fr;
    gap: 24px;
    align-items: start
}

.srv-pg .sg-card {
    background-color: #FCFDFD;
    border-radius: 12px;
    padding: 40px 24px;
    box-shadow: 2px 6px 20px 1px #3c887c1a;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.srv-pg .sg-card:hover {
    box-shadow: 2px 8px 52px 1px #3c887c1a;
    transform: translateY(-4px)
}

.srv-pg .sg-card.center {
    padding-top: 32px;
    padding-bottom: 32px
}

.srv-pg .sg-card-num {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 13px;
    font-weight: 700;
    color: #94BBB5;
    letter-spacing: .1em
}

.srv-pg .sg-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #3c887c1a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.srv-pg .sg-icon svg {
    width: 24px;
    height: 24px
}

.srv-pg .sg-card-h {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #1b2e2b;
    margin: 0
}

.srv-pg .sg-card-h span {
    color: #3C887C
}

.srv-pg .sg-card-p {
    font-size: 15px;
    line-height: 1.55;
    color: #2e4a46;
    margin: 0
}

.srv-pg .sg-card-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.srv-pg .sg-card-list li {
    font-size: 13px;
    line-height: 1.55;
    color: #2e4a46;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.srv-pg .sg-card-list li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 48px;
    background-color: #3C887C;
    margin-top: 7px;
    flex-shrink: 0
}

.srv-pg .sg-card-img {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 2px 3px 4px 1px #3c887c14
}

.srv-pg .sg-card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block
}

.srv-pg .sg-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #3c887c14;
    color: #3C887C;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 32px;
    letter-spacing: .06em;
    align-self: flex-start
}

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

.srv-pg .proc {
    background-color: #FCFDFD;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.srv-pg .proc-inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.srv-pg .proc-left {
    flex: 0 0 52%;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srv-pg .proc-h2 {
    font-size: 45px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #1b2e2b;
    margin: 0
}

.srv-pg .proc-h2 span {
    color: #3C887C
}

.srv-pg .proc-lead {
    font-size: 18px;
    line-height: 1.55;
    color: #2e4a46;
    margin: 0
}

.srv-pg .proc-steps {
    display: flex;
    flex-direction: column;
    gap: 0
}

.srv-pg .proc-step {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #94bbb540;
    cursor: pointer;
    transition: background-color .2s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 7px;
    padding-left: 8px
}

.srv-pg .proc-step:last-child {
    border-bottom: none
}

.srv-pg .proc-step:hover {
    background-color: #3c887c0d
}

.srv-pg .proc-step-num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #3c887c2e;
    flex-shrink: 0;
    width: 40px;
    text-align: right
}

.srv-pg .proc-step-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srv-pg .proc-step-h {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #1b2e2b;
    margin: 0
}

.srv-pg .proc-step-h span {
    color: #3C887C
}

.srv-pg .proc-step-p {
    font-size: 15px;
    line-height: 1.55;
    color: #2e4a46;
    margin: 0
}

.srv-pg .proc-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 40px
}

.srv-pg .proc-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 8px 52px 1px #3c887c1a
}

.srv-pg .proc-img-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    border-radius: 12px
}

.srv-pg .proc-img-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: #FCFDFD;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 2px 6px 20px 1px #3c887c1a;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 140px
}

.srv-pg .proc-img-badge-num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #3C887C
}

.srv-pg .proc-img-badge-lbl {
    font-size: 13px;
    line-height: 1.55;
    color: #2e4a46
}

.srv-pg .proc-dots {
    position: absolute;
    bottom: 24px;
    left: 24px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
    pointer-events: none
}

.srv-pg .proc-dot {
    border-radius: 48px;
    background-color: #FCFDFD;
    opacity: .55
}

.srv-pg .proc-dot.sm {
    width: 6px;
    height: 6px
}

.srv-pg .proc-dot.md {
    width: 10px;
    height: 10px
}

.srv-pg .proc-dot.lg {
    width: 14px;
    height: 14px
}

.srv-pg .proc-cta-box {
    background: linear-gradient(158deg, #3C887C 0%, transparent 100%);
    background-color: #3C887C;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.srv-pg .proc-cta-h {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #FCFDFD;
    margin: 0
}

.srv-pg .proc-cta-p {
    font-size: 15px;
    line-height: 1.55;
    color: #c8e0dd;
    margin: 0
}

.srv-pg .proc-cta-btn {
    display: inline-block;
    background-color: #FCFDFD;
    color: #3C887C;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 7px;
    text-decoration: none;
    align-self: flex-start;
    border: none;
    cursor: pointer;
    transition: background-color .18s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .18s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.srv-pg .proc-cta-btn:hover {
    background-color: #94BBB5;
    color: #1b2e2b
}

.srv-pg .proc-cta-btn:focus {
    outline: 3px solid #FCFDFD;
    outline-offset: 2px
}

@media (max-width: 900px) {
    .srv-pg .tb-upper {
        flex-direction: column
    }

    .srv-pg .tb-text-col {
        flex: none
    }

    .srv-pg .tb-h1 {
        font-size: 45px
    }

    .srv-pg .sg-grid {
        grid-template-columns: 1fr 1fr
    }

    .srv-pg .sg-card.center {
        grid-column: span 2;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .srv-pg .sg-head {
        flex-direction: column;
        align-items: flex-start
    }

    .srv-pg .sg-sub {
        text-align: left;
        max-width: 100%
    }

    .srv-pg .proc-inner {
        flex-direction: column
    }

    .srv-pg .proc-left {
        flex: none
    }

    .srv-pg .proc-right {
        position: static;
        width: 100%
    }
}

@media (max-width: 600px) {
    .srv-pg .db-wrap {
        padding-left: 16px;
        padding-right: 16px
    }

    .srv-pg .tb-inner {
        padding-left: 16px;
        padding-right: 16px
    }

    .srv-pg .tb-lower {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        flex-wrap: wrap;
        gap: 16px
    }

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

    .srv-pg .sg-grid {
        grid-template-columns: 1fr
    }

    .srv-pg .sg-card.center {
        grid-column: span 1
    }

    .srv-pg .sg-head {
        gap: 16px
    }

    .srv-pg .sg-h2 {
        font-size: 32px
    }

    .srv-pg .proc-h2 {
        font-size: 32px
    }

    .srv-pg .sg-dots {
        right: 16px
    }

    .srv-pg .sg-card-list {
        grid-template-columns: 1fr
    }
}

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

.abt-us .pg-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.abt-us .stripe-band {
    height: 4px;
    background: linear-gradient(113deg, #3C887C 60%, #94BBB5 100%);
    width: 100%
}

.abt-us .part-one {
    background: #FCFDFD;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.abt-us .part-one::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 100%;
    background: linear-gradient(197deg, #94BBB5 0%, transparent 70%);
    opacity: .18;
    pointer-events: none;
    z-index: 0
}

.abt-us .part-one .pg-wrap {
    position: relative;
    z-index: 1
}

.abt-us .p1-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.abt-us .p1-left {
    flex: 0 0 52%;
    max-width: 52%
}

.abt-us .p1-right {
    flex: 1 1 0;
    padding-top: 40px
}

.abt-us .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .12em;
    color: #3C887C;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px
}

.abt-us .eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 48px;
    background: #3C887C;
    flex-shrink: 0
}

.abt-us .main-h {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.03em;
    margin: 0 0 24px;
    color: #1b2e2b
}

.abt-us .main-h .outlined {
    -webkit-text-stroke: 2px #3C887C;
    color: transparent
}

.abt-us .main-h .solid {
    color: #1b2e2b
}

.abt-us .lead-text {
    font-size: 18px;
    line-height: 1.55;
    color: #2d4a46;
    margin: 0 0 40px;
    padding-left: 16px;
    border-top: none;
    text-indent: -16px;
    padding-left: 16px
}

.abt-us .founded-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3C887C;
    color: #FCFDFD;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    padding: 8px 16px;
    border-radius: 7px;
    box-shadow: 2px 3px 4px 1px #3c887c14
}

.abt-us .p1-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 8px 52px 1px #3c887c1a
}

.abt-us .p1-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block
}

.abt-us .arrow-deco {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    opacity: .55;
    pointer-events: none
}

.abt-us .arrow-deco svg {
    width: 40px;
    height: 40px
}

.abt-us .p1-right-stat {
    margin-bottom: 40px
}

.abt-us .stat-item {
    margin-bottom: 24px
}

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

.abt-us .stat-label {
    font-size: 15px;
    line-height: 1.55;
    color: #4a6b66;
    margin-top: 8px
}

.abt-us .divider-wave {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #FCFDFD
}

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

.abt-us .part-two {
    background: #1b2e2b;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden
}

.abt-us .mesh-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0
}

.abt-us .mesh-layer-a {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 30%, #3c887c47 0%, transparent 55%);
    animation: meshA 9s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate
}

.abt-us .mesh-layer-b {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 70%, #94bbb52e 0%, transparent 50%);
    animation: meshB 13s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate
}

@keyframes meshA {
    0% {
        opacity: .7;
        transform: scale(1) translateX(0px)
    }

    100% {
        opacity: 1;
        transform: scale(1.08) translateX(18px)
    }
}

@keyframes meshB {
    0% {
        opacity: .5;
        transform: scale(1) translateY(0px)
    }

    100% {
        opacity: .85;
        transform: scale(1.05) translateY(-14px)
    }
}

.abt-us .part-two .pg-wrap {
    position: relative;
    z-index: 1
}

.abt-us .p2-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px;
    margin-bottom: 80px
}

.abt-us .p2-heading-col {
    flex: 0 0 44%;
    max-width: 44%
}

.abt-us .p2-body-col {
    flex: 1 1 0;
    padding-top: 40px
}

.abt-us .p2-h {
    font-size: 45px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.025em;
    color: #FCFDFD;
    margin: 0 0 24px
}

.abt-us .p2-h .col-accent {
    color: #94BBB5
}

.abt-us .p2-h .col-light {
    color: #FCFDFD
}

.abt-us .p2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .12em;
    color: #94BBB5;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px
}

.abt-us .p2-eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 48px;
    background: #94BBB5;
    flex-shrink: 0
}

.abt-us .p2-para {
    font-size: 15px;
    line-height: 1.55;
    color: #b8d0cc;
    margin: 0 0 16px
}

.abt-us .p2-para strong {
    color: #FCFDFD;
    font-weight: 600
}

.abt-us .diagram-wrap {
    background: #3c887c1f;
    border-radius: 12px;
    border: 1px solid #94bbb52e;
    padding: 40px;
    margin-bottom: 80px;
    box-shadow: 2px 6px 20px 1px #3c887c1a
}

.abt-us .diagram-label {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #94BBB5;
    font-weight: 700;
    margin-bottom: 40px
}

.abt-us .diagram-nodes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: relative
}

.abt-us .d-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1 1 0;
    position: relative;
    z-index: 1
}

.abt-us .d-circle {
    width: 64px;
    height: 64px;
    border-radius: 48px;
    background: #3C887C;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 6px 20px 1px #3c887c1a;
    transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .d-circle:hover {
    transform: scale(1.12)
}

.abt-us .d-circle svg {
    width: 28px;
    height: 28px
}

.abt-us .d-node-label {
    font-size: 13px;
    line-height: 1.55;
    color: #FCFDFD;
    font-weight: 600;
    text-align: center;
    max-width: 96px
}

.abt-us .d-connector {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding-top: 32px
}

.abt-us .d-connector svg {
    width: 32px;
    height: 16px
}

.abt-us .img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 80px
}

.abt-us .img-card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 6px 20px 1px #3c887c1a
}

.abt-us .img-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

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

.abt-us .img-card .reveal-overlay {
    position: absolute;
    inset: 0;
    background: #1b2e2bd1;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    opacity: 1;
    transition: opacity .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.abt-us .img-card:hover .reveal-overlay {
    opacity: 0
}

.abt-us .reveal-overlay .ov-text {
    font-size: 15px;
    line-height: 1.55;
    color: #FCFDFD;
    font-weight: 600
}

.abt-us .team-strip {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: stretch
}

.abt-us .team-card {
    flex: 1 1 0;
    background: #94bbb514;
    border: 1px solid #94bbb524;
    border-radius: 12px;
    padding: 24px;
    transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.abt-us .team-card:hover {
    background: #94bbb529
}

.abt-us .tc-name {
    font-size: 18px;
    font-weight: 700;
    color: #FCFDFD;
    margin-bottom: 8px
}

.abt-us .tc-role {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #94BBB5;
    font-weight: 600;
    margin-bottom: 16px
}

.abt-us .tc-bio {
    font-size: 15px;
    line-height: 1.55;
    color: #b8d0cc
}

.abt-us .vals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 40px
}

.abt-us .val-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.abt-us .val-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 7px;
    background: #3c887c38;
    display: flex;
    align-items: center;
    justify-content: center
}

.abt-us .val-icon svg {
    width: 18px;
    height: 18px
}

.abt-us .val-text {
    font-size: 15px;
    line-height: 1.55;
    color: #b8d0cc
}

.abt-us .val-text strong {
    color: #FCFDFD;
    display: block;
    font-size: 15px;
    margin-bottom: 4px
}

.abt-us .divider-wave-inv {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #1b2e2b
}

.abt-us .divider-wave-inv svg {
    display: block;
    width: 100%
}

@media (max-width: 900px) {
    .abt-us .p1-grid {
        flex-direction: column;
        gap: 40px
    }

    .abt-us .p1-left {
        flex: 0 0 100%;
        max-width: 100%
    }

    .abt-us .p1-right {
        padding-top: 0
    }

    .abt-us .main-h {
        font-size: 45px
    }

    .abt-us .p2-top {
        flex-direction: column;
        gap: 40px
    }

    .abt-us .p2-heading-col {
        flex: 0 0 100%;
        max-width: 100%
    }

    .abt-us .p2-body-col {
        padding-top: 0
    }

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

    .abt-us .team-strip {
        flex-direction: column
    }

    .abt-us .diagram-nodes {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px
    }

    .abt-us .d-connector {
        display: none
    }
}

@media (max-width: 600px) {
    .abt-us .pg-wrap {
        padding-left: 16px;
        padding-right: 16px
    }

    .abt-us .main-h {
        font-size: 32px
    }

    .abt-us .p2-h {
        font-size: 32px
    }

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

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

    .abt-us .part-one {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .abt-us .part-two {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .abt-us .diagram-wrap {
        padding: 24px
    }
}

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

.lnch-pg .row-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width: 600px) {
    .lnch-pg .row-wrap {
        padding-left: 16px;
        padding-right: 16px
    }
}

.lnch-pg .eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3C887C;
    margin-bottom: 16px
}

.lnch-pg .split-head {
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 800;
    margin: 0
}

.lnch-pg .split-head .w1 {
    color: #3C887C
}

.lnch-pg .split-head .w2 {
    color: #1a3530
}

.lnch-pg .body-txt {
    font-size: 15px;
    line-height: 1.55;
    color: #2a3d3a
}

.lnch-pg .body-txt p {
    margin: 0 0 16px
}

.lnch-pg .body-txt p:last-child {
    margin-bottom: 0
}

.lnch-pg .thin-rule {
    width: 48px;
    height: 2px;
    background: #3C887C;
    margin: 16px 0
}

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

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

.lnch-pg .fade-el {
    animation: lnch-fadein .45s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.lnch-pg .fade-el.d1 {
    animation-delay: .08s
}

.lnch-pg .fade-el.d2 {
    animation-delay: .18s
}

.lnch-pg .fade-el.d3 {
    animation-delay: .28s
}

.lnch-pg .fade-el.d4 {
    animation-delay: .38s
}

.lnch-pg .title-blk {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FCFDFD;
    overflow: hidden
}

.lnch-pg .title-blk .diag-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0
}

.lnch-pg .title-blk .diag-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(-52deg, transparent, transparent 18px, #3c887c0b 18px, #3c887c0b 20px)
}

.lnch-pg .title-blk .diag-bg::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(138deg, #94bbb521 0%, transparent 70%)
}

.lnch-pg .title-blk .tb-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end
}

.lnch-pg .title-blk .tb-text {
    padding-top: 80px
}

.lnch-pg .title-blk .tb-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px
}

.lnch-pg .title-blk .mos-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 6px 20px 1px #3c887c1a
}

.lnch-pg .title-blk .mos-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lnch-pg .title-blk .mos-img:hover img {
    transform: scale(1.04)
}

.lnch-pg .title-blk .mos-img .vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #1a35308c 100%);
    pointer-events: none
}

.lnch-pg .title-blk .mos-img.tall {
    grid-row: span 2;
    height: 340px
}

.lnch-pg .title-blk .mos-img.short {
    height: 160px
}

.lnch-pg .title-blk .split-head {
    font-size: 62px
}

@media (max-width: 900px) {
    .lnch-pg .title-blk .tb-inner {
        grid-template-columns: 1fr
    }

    .lnch-pg .title-blk .tb-text {
        padding-top: 0;
        order: 2
    }

    .lnch-pg .title-blk .tb-mosaic {
        order: 1
    }

    .lnch-pg .title-blk .split-head {
        font-size: 45px
    }
}

@media (max-width: 600px) {
    .lnch-pg .title-blk .split-head {
        font-size: 32px
    }

    .lnch-pg .title-blk .mos-img.tall {
        height: 220px
    }

    .lnch-pg .title-blk .mos-img.short {
        height: 105px
    }
}

.lnch-pg .ltv-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #3C887C;
    position: relative
}

.lnch-pg .ltv-sec .ltv-split {
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 40px;
    align-items: start
}

.lnch-pg .ltv-sec .ltv-head .split-head .w1 {
    color: #FCFDFD
}

.lnch-pg .ltv-sec .ltv-head .split-head .w2 {
    color: #c8e3df
}

.lnch-pg .ltv-sec .ltv-head .thin-rule {
    background: #94BBB5
}

.lnch-pg .ltv-sec .body-txt {
    color: #d4eeea
}

.lnch-pg .ltv-sec .body-txt p {
    text-indent: 0
}

.lnch-pg .ltv-sec .ltv-aside {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lnch-pg .ltv-sec .ltv-stat {
    background: #fcfdfd1a;
    border-radius: 12px;
    padding: 24px;
    border-top: 2px solid #94bbb580
}

.lnch-pg .ltv-sec .ltv-stat .stat-num {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
    color: #FCFDFD;
    letter-spacing: -.03em
}

.lnch-pg .ltv-sec .ltv-stat .stat-label {
    font-size: 13px;
    color: #94BBB5;
    line-height: 1.55;
    margin-top: 8px
}

@media (max-width: 900px) {
    .lnch-pg .ltv-sec .ltv-split {
        grid-template-columns: 1fr
    }
}

.lnch-pg .outc-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FCFDFD;
    position: relative
}

.lnch-pg .outc-sec .outc-diag {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.lnch-pg .outc-sec .outc-diag::before {
    content: '';
    position: absolute;
    right: -120px;
    top: -80px;
    width: 520px;
    height: 520px;
    background: linear-gradient(138deg, #94bbb52e 0%, transparent 65%);
    border-radius: 48px;
    transform: rotate(-22deg)
}

.lnch-pg .outc-sec .outc-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.lnch-pg .outc-sec .outc-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 8px 52px 1px #3c887c1a
}

.lnch-pg .outc-sec .outc-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block
}

.lnch-pg .outc-sec .outc-img-wrap .cool-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #3c887c2e 0%, transparent 60%);
    pointer-events: none
}

.lnch-pg .outc-sec .outc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: relative;
    z-index: 1
}

.lnch-pg .outc-sec .outc-item {
    background: #FCFDFD;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 2px 3px 4px 1px #3c887c14;
    transition: box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative
}

.lnch-pg .outc-sec .outc-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #3C887C;
    border-radius: 0 0 12px 12px;
    transform: scaleX(0);
    transition: transform .28s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform-origin: left
}

.lnch-pg .outc-sec .outc-item:hover::after {
    transform: scaleX(1)
}

.lnch-pg .outc-sec .outc-item:hover {
    box-shadow: 2px 6px 20px 1px #3c887c1a;
    transform: translateY(-3px)
}

.lnch-pg .outc-sec .outc-item .oi-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #3C887C;
    margin-bottom: 8px
}

.lnch-pg .outc-sec .outc-item .oi-txt {
    font-size: 15px;
    line-height: 1.55;
    color: #2a3d3a
}

@media (max-width: 900px) {
    .lnch-pg .outc-sec .outc-top {
        grid-template-columns: 1fr
    }

    .lnch-pg .outc-sec .outc-img-wrap img {
        height: 220px
    }
}

@media (max-width: 600px) {
    .lnch-pg .outc-sec .outc-list {
        grid-template-columns: 1fr
    }
}

.lnch-pg .instr-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f2f8f7;
    position: relative
}

.lnch-pg .instr-sec .instr-inner {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    align-items: start
}

.lnch-pg .instr-sec .instr-text {
    position: sticky;
    top: 40px
}

.lnch-pg .instr-sec .instr-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lnch-pg .instr-sec .instr-card {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    align-items: start;
    background: #FCFDFD;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 2px 3px 4px 1px #3c887c14;
    transition: box-shadow .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lnch-pg .instr-sec .instr-card:hover {
    box-shadow: 2px 6px 20px 1px #3c887c1a
}

.lnch-pg .instr-sec .instr-card .ic-avatar {
    width: 80px;
    height: 80px;
    border-radius: 48px;
    background: linear-gradient(138deg, #3C887C 0%, #94BBB5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lnch-pg .instr-sec .instr-card .ic-avatar .av-init {
    font-size: 23px;
    font-weight: 800;
    color: #FCFDFD;
    line-height: 1.1
}

.lnch-pg .instr-sec .instr-card .ic-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a3530;
    line-height: 1.1;
    margin-bottom: 8px
}

.lnch-pg .instr-sec .instr-card .ic-role {
    font-size: 13px;
    color: #3C887C;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.lnch-pg .instr-sec .instr-card .ic-rule {
    width: 32px;
    height: 1px;
    background: #94BBB5;
    margin-bottom: 8px
}

.lnch-pg .instr-sec .instr-card .ic-bio {
    font-size: 15px;
    line-height: 1.55;
    color: #2a3d3a
}

.lnch-pg .instr-sec .body-txt {
    color: #2a3d3a
}

@media (max-width: 900px) {
    .lnch-pg .instr-sec .instr-inner {
        grid-template-columns: 1fr
    }

    .lnch-pg .instr-sec .instr-text {
        position: static
    }
}

@media (max-width: 600px) {
    .lnch-pg .instr-sec .instr-card {
        grid-template-columns: 56px 1fr;
        gap: 16px
    }

    .lnch-pg .instr-sec .instr-card .ic-avatar {
        width: 56px;
        height: 56px
    }

    .lnch-pg .instr-sec .instr-card .ic-avatar .av-init {
        font-size: 18px
    }
}

.lnch-pg .comm-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #1a3530;
    position: relative;
    overflow: hidden
}

.lnch-pg .comm-sec .comm-bg-accent {
    position: absolute;
    left: -80px;
    bottom: -80px;
    width: 480px;
    height: 480px;
    background: linear-gradient(138deg, #3c887c38 0%, transparent 70%);
    border-radius: 48px;
    transform: rotate(18deg);
    pointer-events: none
}

.lnch-pg .comm-sec .comm-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1
}

.lnch-pg .comm-sec .split-head .w1 {
    color: #94BBB5
}

.lnch-pg .comm-sec .split-head .w2 {
    color: #FCFDFD
}

.lnch-pg .comm-sec .thin-rule {
    background: #3C887C
}

.lnch-pg .comm-sec .body-txt {
    color: #a8cdc8
}

.lnch-pg .comm-sec .comm-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 8px 52px 1px #3c887c1a
}

.lnch-pg .comm-sec .comm-img-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    filter: saturate(0.8) brightness(0.92)
}

.lnch-pg .comm-sec .comm-img-wrap .ci-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #1a353059 0%, transparent 55%);
    pointer-events: none
}

.lnch-pg .comm-sec .comm-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px
}

.lnch-pg .comm-sec .c-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #94BBB5;
    border: 1px solid #94bbb559;
    border-radius: 7px;
    padding: 8px 16px;
    transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lnch-pg .comm-sec .c-tag:hover {
    background: #94bbb526;
    color: #FCFDFD
}

@media (max-width: 900px) {
    .lnch-pg .comm-sec .comm-grid {
        grid-template-columns: 1fr
    }

    .lnch-pg .comm-sec .comm-img-wrap img {
        height: 240px
    }
}

.lnch-pg .rep-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FCFDFD;
    position: relative
}

.lnch-pg .rep-sec .rep-diag-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.lnch-pg .rep-sec .rep-diag-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(138deg, #94bbb51f 0%, transparent 80%)
}

.lnch-pg .rep-sec .rep-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.lnch-pg .rep-sec .rep-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 6px 20px 1px #3c887c1a
}

.lnch-pg .rep-sec .rep-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    filter: saturate(0.85)
}

.lnch-pg .rep-sec .body-txt {
    color: #2a3d3a
}

.lnch-pg .rep-sec .rep-refs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    position: relative;
    z-index: 1
}

.lnch-pg .rep-sec .ref-item {
    border-radius: 12px;
    padding: 24px;
    background: #f2f8f7;
    box-shadow: 2px 3px 4px 1px #3c887c14;
    transition: transform .28s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.lnch-pg .rep-sec .ref-item:hover {
    transform: translateY(-4px);
    box-shadow: 2px 6px 20px 1px #3c887c1a
}

.lnch-pg .rep-sec .ref-item .ri-who {
    font-size: 15px;
    font-weight: 700;
    color: #1a3530;
    margin-bottom: 8px
}

.lnch-pg .rep-sec .ref-item .ri-role {
    font-size: 13px;
    color: #3C887C;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.lnch-pg .rep-sec .ref-item .ri-rule {
    width: 32px;
    height: 1px;
    background: #94BBB5;
    margin-bottom: 8px
}

.lnch-pg .rep-sec .ref-item .ri-quote {
    font-size: 15px;
    line-height: 1.55;
    color: #2a3d3a
}

@media (max-width: 900px) {
    .lnch-pg .rep-sec .rep-top {
        grid-template-columns: 1fr
    }

    .lnch-pg .rep-sec .rep-refs {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 600px) {
    .lnch-pg .rep-sec .rep-refs {
        grid-template-columns: 1fr
    }
}

.lnch-pg .hanging-p {
    padding-left: 16px;
    text-indent: -16px
}

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

.exp-op .page-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px
}

.exp-op .title-band {
    background: linear-gradient(152deg, #3C887C 0%, transparent 100%), #FCFDFD;
    padding: 80px 24px 40px;
    position: relative;
    animation: bgpulse 6s ease-in-out infinite
}

@keyframes bgpulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .93
    }
}

.exp-op .title-band-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px
}

.exp-op .title-band__left {
    flex: 1 1 0
}

.exp-op .title-band__counter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.exp-op .counter-num {
    font-size: 62px;
    font-weight: 800;
    line-height: 1.1;
    color: #FCFDFD;
    letter-spacing: -2px
}

.exp-op .counter-label {
    font-size: 15px;
    line-height: 1.55;
    color: #FCFDFD;
    opacity: .82;
    max-width: 120px
}

.exp-op .title-band__h1 {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0 0 16px;
    color: #FCFDFD
}

.exp-op .title-band__h1 span {
    color: #94BBB5
}

.exp-op .title-band__sub {
    font-size: 18px;
    line-height: 1.55;
    color: #FCFDFD;
    opacity: .88;
    max-width: 520px;
    margin: 0
}

.exp-op .title-band__right {
    flex: 0 0 340px;
    position: relative
}

.exp-op .title-img {
    width: 340px;
    height: 226px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 2px 8px 52px 1px #3c887c1a;
    display: block;
    filter: contrast(1.07) saturate(1.1)
}

.exp-op .wave-divider {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.exp-op .wave-divider svg {
    display: block;
    width: 100%
}

.exp-op .posts-area {
    background: #FCFDFD;
    padding: 40px 24px 80px;
    margin-left: 16px
}

.exp-op .posts-area-inner {
    max-width: 1280px;
    margin: 0 auto
}

.exp-op .posts-area__label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3C887C;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.exp-op .posts-area__label-dot {
    width: 7px;
    height: 7px;
    border-radius: 48px;
    background: #3C887C;
    display: inline-block;
    flex-shrink: 0
}

.exp-op .posts-area__heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    color: #1b3c38;
    margin: 0 0 40px;
    letter-spacing: -.5px
}

.exp-op .posts-area__heading span {
    color: #3C887C
}

.exp-op .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.exp-op .art-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 6px 20px 1px #94bbb51a;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow 200ms cubic-bezier(0.34, 1.56, 0.64, 1), transform 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    color: inherit;
    position: relative
}

.exp-op .art-card:hover {
    box-shadow: 2px 8px 52px 1px #3c887c1a;
    transform: translateY(-4px)
}

.exp-op .art-card__img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 12px 12px 0 0
}

.exp-op .art-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-op .art-card:hover .art-card__img {
    transform: scale(1.04)
}

.exp-op .art-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 8px
}

.exp-op .art-card__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px
}

.exp-op .tag-pill {
    font-size: 13px;
    font-weight: 600;
    background: #94BBB5;
    color: #1b3c38;
    border-radius: 32px;
    padding: 4px 16px;
    line-height: 1.55;
    letter-spacing: .5px;
    white-space: nowrap
}

.exp-op .tag-pill.theme {
    background: #e8f3f1;
    color: #3C887C
}

.exp-op .art-card__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.55;
    color: #1b3c38;
    margin: 0;
    letter-spacing: -.2px
}

.exp-op .art-card__subtitle {
    font-size: 15px;
    font-weight: 600;
    color: #3C887C;
    line-height: 1.55;
    margin: 0
}

.exp-op .art-card__desc {
    font-size: 15px;
    line-height: 1.55;
    color: #3a4a48;
    margin: 0;
    flex: 1 1 auto
}

.exp-op .art-card__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1.5px solid #e8f3f1
}

.exp-op .art-card__date {
    font-size: 13px;
    color: #5a7a76;
    line-height: 1.55
}

.exp-op .art-card__readtime {
    font-size: 13px;
    color: #94BBB5;
    font-weight: 600;
    line-height: 1.55;
    margin-left: auto
}

.exp-op .art-card__link-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3C887C;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    transition: padding-left 180ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-op .art-card__link-label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #3C887C;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 180ms cubic-bezier(0.34, 1.56, 0.64, 1), transform 180ms cubic-bezier(0.34, 1.56, 0.64, 1), margin-right 180ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-op .art-card:hover .art-card__link-label {
    padding-left: 8px
}

.exp-op .art-card:hover .art-card__link-label::before {
    opacity: 1;
    transform: translateX(0);
    margin-right: 8px
}

.exp-op .wave-divider-2 {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.exp-op .wave-divider-2 svg {
    display: block;
    width: 100%
}

.exp-op .about-area {
    background: linear-gradient(118deg, #e8f3f1 0%, #FCFDFD 100%);
    padding: 80px 24px 40px;
    margin-right: 16px
}

.exp-op .about-area-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.exp-op .about-area__left {
    flex: 1 1 0
}

.exp-op .about-area__kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3C887C;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.exp-op .about-area__kicker-line {
    width: 24px;
    height: 2px;
    background: #3C887C;
    display: inline-block;
    flex-shrink: 0
}

.exp-op .about-area__h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    color: #1b3c38;
    margin: 0 0 24px;
    letter-spacing: -.5px
}

.exp-op .about-area__h2 span {
    color: #3C887C
}

.exp-op .about-area__text {
    font-size: 15px;
    line-height: 1.55;
    color: #2e4a46;
    margin: 0 0 16px;
    text-indent: -18px;
    padding-left: 18px
}

.exp-op .about-area__text:last-child {
    margin-bottom: 0
}

.exp-op .about-area__right {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.exp-op .fact-item {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 2px 3px 4px 1px #3c887c14;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.exp-op .fact-item__icon {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background: #3C887C;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.exp-op .fact-item__icon svg {
    width: 18px;
    height: 18px;
    fill: #FCFDFD
}

.exp-op .fact-item__body {
    flex: 1 1 auto
}

.exp-op .fact-item__num {
    font-size: 23px;
    font-weight: 800;
    color: #1b3c38;
    line-height: 1.1;
    letter-spacing: -.5px
}

.exp-op .fact-item__desc {
    font-size: 13px;
    color: #5a7a76;
    line-height: 1.55;
    margin: 0
}

.exp-op .wave-divider-3 {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.exp-op .wave-divider-3 svg {
    display: block;
    width: 100%
}

.exp-op .contact-strip {
    background: #3C887C;
    padding: 40px 24px;
    position: relative;
    overflow: hidden
}

.exp-op .contact-strip::after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 48px;
    background: #94bbb52e;
    pointer-events: none
}

.exp-op .contact-strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px
}

.exp-op .contact-strip__text {
    flex: 1 1 0
}

.exp-op .contact-strip__h3 {
    font-size: 23px;
    font-weight: 800;
    color: #FCFDFD;
    line-height: 1.1;
    margin: 0 0 8px;
    letter-spacing: -.3px
}

.exp-op .contact-strip__h3 span {
    color: #94BBB5
}

.exp-op .contact-strip__p {
    font-size: 15px;
    color: #FCFDFD;
    opacity: .85;
    line-height: 1.55;
    margin: 0
}

.exp-op .contact-strip__actions {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.exp-op .btn-primary {
    display: inline-block;
    background: #FCFDFD;
    color: #3C887C;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 16px 40px;
    border-radius: 7px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 2px 3px 4px 1px #3c887c14;
    transition: background 200ms cubic-bezier(0.34, 1.56, 0.64, 1), color 200ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-op .btn-primary:hover {
    background: #94BBB5;
    color: #1b3c38
}

.exp-op .btn-outline {
    display: inline-block;
    background: transparent;
    color: #FCFDFD;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 16px 40px;
    border-radius: 7px;
    text-decoration: none;
    border: 2px solid #fcfdfd80;
    cursor: pointer;
    transition: border-color 200ms cubic-bezier(0.34, 1.56, 0.64, 1), background 200ms cubic-bezier(0.34, 1.56, 0.64, 1)
}

.exp-op .btn-outline:hover {
    border-color: #FCFDFD;
    background: #fcfdfd1a
}

@media (max-width: 900px) {
    .exp-op .title-band-inner {
        flex-direction: column;
        align-items: flex-start
    }

    .exp-op .title-band__right {
        flex: 0 0 auto;
        width: 100%
    }

    .exp-op .title-img {
        width: 100%;
        height: 200px
    }

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

    .exp-op .about-area-inner {
        flex-direction: column
    }

    .exp-op .about-area__right {
        flex: 0 0 auto;
        width: 100%
    }

    .exp-op .contact-strip-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .exp-op .posts-area {
        margin-left: 0
    }

    .exp-op .about-area {
        margin-right: 0
    }
}

@media (max-width: 600px) {
    .exp-op .title-band__h1 {
        font-size: 32px
    }

    .exp-op .counter-num {
        font-size: 45px
    }

    .exp-op .contact-strip__actions {
        flex-direction: column;
        width: 100%
    }

    .exp-op .btn-primary,
    .exp-op .btn-outline {
        width: 100%;
        text-align: center;
        padding: 16px 24px
    }

    .exp-op .title-band {
        padding: 40px 16px 24px
    }

    .exp-op .posts-area {
        padding: 24px 16px 40px
    }

    .exp-op .about-area {
        padding: 40px 16px 24px
    }
}

.success-pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background-color: #FCFDFD
}

.success-pg .success-wrap {
    max-width: 560px;
    width: 100%;
    text-align: center
}

.success-pg .success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    display: block
}

.success-pg .success-heading {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #3C887C;
    margin: 0 0 24px
}

.success-pg .success-heading span {
    color: #1b3b37
}

.success-pg .success-text {
    font-size: 18px;
    line-height: 1.55;
    color: #2a4a45;
    margin: 0 0 40px
}

.success-pg .success-divider {
    width: 48px;
    height: 3px;
    background-color: #94BBB5;
    border-radius: 7px;
    margin: 0 auto 40px
}

.success-pg .success-note {
    font-size: 15px;
    line-height: 1.55;
    color: #3d5c58;
    margin: 0 0 40px;
    padding: 24px;
    background-color: #f0f7f6;
    border-radius: 12px;
    box-shadow: 2px 3px 4px 1px #3c887c14
}

.success-pg .success-back {
    display: inline-block;
    padding: 16px 40px;
    background-color: #3C887C;
    color: #FCFDFD;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7px;
    box-shadow: 2px 6px 20px 1px #3c887c1a;
    transition: background-color .2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .35s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.success-pg .success-back:hover {
    background-color: #2e6b61;
    box-shadow: 2px 8px 52px 1px #3c887c1a
}

.success-pg .success-back:focus {
    outline: 2px solid #3C887C;
    outline-offset: 4px
}

.success-pg .success-back:active {
    background-color: #245650
}

@media (max-width: 600px) {
    .success-pg {
        padding: 80px 16px
    }

    .success-pg .success-heading {
        font-size: 32px
    }

    .success-pg .success-text {
        font-size: 15px
    }

    .success-pg .success-back {
        width: 100%;
        text-align: center
    }
}