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

body {
    margin: 0;
    scrollbar-gutter: stable;
    min-height: 100vh;
    font-family: 'Fira Sans', sans-serif
}

.hd {
    position: relative;
    background: #FEFCF4;
    border-bottom: 2px solid #8341B0;
    box-shadow: 1px 5px 25px -2px #8341b01c;
    overflow: hidden
}

.hd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(180deg, #8341B0 0%, #00483D 100%);
    border-radius: 0 4px 4px 0
}

.hd-shell {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 48px
}

.hd-top {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 24px 0 16px;
    border-bottom: 1px solid #8341b01f
}

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

.hd-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #8341b033;
    box-shadow: 1px 1px 3px -2px #8341b014 1px 5px 25px -2px #8341b01c;
    flex-shrink: 0
}

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

.hd-brand-name {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1a0a2e;
    font-family: 'Fira Sans', sans-serif
}

.hd-brand-name span {
    color: #8341B0
}

.hd-prop {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    color: #00483D;
    letter-spacing: .03em;
    text-align: right;
    max-width: 320px;
    padding: 8px 16px;
    background: #00483d0f;
    border-radius: 4px;
    border: 1px solid #00483d26
}

.hd-nav-row {
    padding: 16px 0
}

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

.hd-nav__item {
    display: flex
}

.hd-nav__lnk {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: .01em;
    color: #2a1540;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1), background .45s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap;
    min-height: 44px
}

.hd-nav__lnk:hover {
    color: #8341B0;
    background: #8341b012;
    border-color: #8341b033;
    box-shadow: 0 0 0 2px #8341b01a
}

.hd-nav__lnk:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8341b059;
    color: #8341B0;
    background: #8341b012;
    border-color: #8341b04d
}

.hd-nav__lnk--active {
    color: #8341B0;
    background: #8341b01a;
    border-color: #8341b040;
    font-weight: 600
}

.hd-nav__lnk--active:hover {
    box-shadow: inset 0 2px 6px #8341b01f 0 0 0 2px #8341b026
}

.ft {
    background: linear-gradient(175deg, #1a0a2e 0%, #0d1f1c 100%);
    border-top: 2px solid #8341B0;
    padding: 96px 48px 48px
}

.ft-shell {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px
}

.ft-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.ft-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #ffffff1a;
    border-radius: 8px;
    border: 1px solid #fff3;
    box-shadow: 1px 1px 3px -2px #00483d14
}

.ft-logo-card img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block
}

.ft-brand-nm {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #FEFCF4;
    font-family: 'Fira Sans', sans-serif
}

.ft-brand-nm span {
    color: #8341B0
}

.ft-tagline {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fefcf48c;
    letter-spacing: .03em;
    text-align: center;
    max-width: 380px
}

.ft-nav-grp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%
}

.ft-nav-lbl {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fefcf466
}

.ft-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.ft-nav__item {
    display: flex
}

.ft-nav__lnk {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    color: #fefcf4bf;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #fefcf414;
    min-height: 44px;
    transition: color .45s ease-in-out, border-color .5s ease-in-out, background .55s ease-in-out
}

.ft-nav__lnk:hover {
    color: #FEFCF4;
    border-color: #8341b066;
    background: #8341b01a
}

.ft-nav__lnk:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8341b066;
    color: #FEFCF4
}

.ft-legal-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.ft-legal-nav__item {
    display: flex
}

.ft-legal-nav__lnk {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    color: #fefcf473;
    text-decoration: none;
    border-radius: 4px;
    min-height: 44px;
    transition: color .5s ease-in-out
}

.ft-legal-nav__lnk:hover {
    color: #fefcf4cc
}

.ft-legal-nav__lnk:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8341b059;
    color: #fefcf4cc
}

.ft-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.ft-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #fefcf48c
}

.ft-contact-item a {
    color: #fefcf4b3;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.ft-contact-item a:hover {
    color: #FEFCF4
}

.ft-contact-item a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8341b059;
    border-radius: 4px
}

.ft-contact-ico {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: #8341b0cc
}

.ft-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #8341b04d 30%, #00483d4d 70%, transparent 100%)
}

.ft-copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fefcf459;
    text-align: center;
    letter-spacing: .02em
}

.ck-bar {
    position: fixed;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 560px;
    background: #FEFCF4;
    border-radius: 16px;
    border: 1px solid #8341b033;
    box-shadow: 1px 8px 60px -2px #8341b01c;
    padding: 24px;
    z-index: 1200;
    display: none
}

.ck-bar__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #8341b01a;
    border-radius: 44px;
    margin: 0 auto 16px;
    flex-shrink: 0
}

.ck-bar__ico svg {
    width: 22px;
    height: 22px
}

.ck-bar__choice {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: #1a0a2e;
    text-align: center;
    margin: 0 0 8px
}

.ck-bar__ctx {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #3d2a52;
    text-align: center;
    margin: 0 0 24px
}

.ck-bar__acts {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap
}

.ck-btn-acc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    min-height: 44px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    font-family: 'Fira Sans', sans-serif;
    color: #FEFCF4;
    background: #8341B0;
    border: 2px solid #8341B0;
    border-radius: 4px;
    cursor: pointer;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ck-btn-acc:hover {
    background: #6e2f96;
    box-shadow: inset 0 0 0 2px #fff3 1px 5px 25px -2px #8341b04d
}

.ck-btn-acc:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8341b066
}

.ck-btn-dec {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    min-height: 44px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    font-family: 'Fira Sans', sans-serif;
    color: #2a1540;
    background: transparent;
    border: 2px solid #8341b04d;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ck-btn-dec:hover {
    border-color: #8341B0;
    color: #8341B0;
    box-shadow: inset 0 0 0 2px #8341b01a
}

.ck-btn-dec:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8341b059
}

@media (max-width: 1024px) {
    .hd-shell {
        padding: 0 24px
    }

    .ft {
        padding: 96px 24px 48px
    }
}

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

    .hd-top {
        flex-wrap: wrap;
        gap: 16px
    }

    .hd-prop {
        margin-left: 0;
        text-align: left;
        max-width: 100%
    }

    .ft {
        padding: 48px 16px
    }

    .ck-bar {
        width: 95%;
        padding: 16px
    }
}

@media (max-width: 320px) {
    .hd-brand-name {
        font-size: 20px
    }

    .hd-nav__lnk {
        font-size: 14px;
        padding: 8px
    }
}

.legal-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 96px 48px;
    background: #FEFCF4;
    color: #1b1b1b
}

.legal-wrapper h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1b1b1b;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 2px solid #8341B0
}

.legal-wrapper h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b1b;
    margin-top: 96px;
    margin-bottom: 24px
}

.legal-wrapper h3 {
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #1b1b1b;
    margin-top: 48px;
    margin-bottom: 16px
}

.legal-wrapper h4 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.005em;
    color: #1b1b1b;
    margin-top: 48px;
    margin-bottom: 16px
}

.legal-wrapper h5 {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #1b1b1b;
    margin-top: 24px;
    margin-bottom: 8px
}

.legal-wrapper h6 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #00483D;
    margin-top: 24px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.legal-wrapper p {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: .005em;
    color: #2c2c2c;
    margin-bottom: 16px
}

.legal-wrapper ul {
    margin: 16px 0 24px;
    padding-left: 24px;
    list-style: none
}

.legal-wrapper ol {
    margin: 16px 0 24px;
    padding-left: 24px;
    list-style: none;
    counter-reset: pol-cnt
}

.legal-wrapper ul li {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: .005em;
    color: #2c2c2c;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative
}

.legal-wrapper ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8341B0
}

.legal-wrapper ol li {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: .005em;
    color: #2c2c2c;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
    counter-increment: pol-cnt
}

.legal-wrapper ol li::before {
    content: counter(pol-cnt) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    font-weight: 600;
    color: #8341B0;
    line-height: 1.8;
    transform: translateX(-100%)
}

.legal-wrapper ul ul,
.legal-wrapper ol ol,
.legal-wrapper ul ol,
.legal-wrapper ol ul {
    margin: 8px 0 8px 24px
}

.legal-wrapper strong,
.legal-wrapper b {
    font-weight: 700;
    color: #1b1b1b
}

.legal-wrapper em,
.legal-wrapper i {
    font-style: italic;
    color: #2c2c2c
}

.legal-wrapper a {
    color: #8341B0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1), text-decoration-color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.legal-wrapper a:hover {
    color: #00483D;
    text-decoration-color: #00483D
}

.legal-wrapper a:focus-visible {
    outline: 2px solid #8341B0;
    outline-offset: 2px;
    border-radius: 4px
}

.legal-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 48px 0;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 5px 25px -2px #8341b01c
}

.legal-wrapper thead {
    background: #8341B0
}

.legal-wrapper thead th {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .04em;
    color: #FEFCF4;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 24px;
    text-align: left;
    border: none
}

.legal-wrapper tbody {
    background: #FEFCF4
}

.legal-wrapper tbody tr {
    border-bottom: 1px solid #8341b01f;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1)
}

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

.legal-wrapper tbody tr:hover {
    background: #8341b00a
}

.legal-wrapper td {
    font-size: 15px;
    line-height: 1.6;
    color: #2c2c2c;
    padding: 16px 24px;
    vertical-align: top;
    border: none
}

.legal-wrapper th {
    font-size: 14px;
    line-height: 1.35;
    color: #FEFCF4;
    padding: 16px 24px;
    font-weight: 700
}

@media (max-width: 1024px) {
    .legal-wrapper {
        padding: 96px 48px
    }
}

@media (max-width: 768px) {
    .legal-wrapper {
        padding: 48px 24px
    }

    .legal-wrapper h1 {
        font-size: 36px;
        margin-bottom: 24px
    }

    .legal-wrapper h2 {
        font-size: 26px;
        margin-top: 48px
    }

    .legal-wrapper h3 {
        font-size: 20px;
        margin-top: 24px
    }

    .legal-wrapper h4 {
        font-size: 17px;
        margin-top: 24px
    }

    .legal-wrapper table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 24px 0
    }
}

@media (max-width: 320px) {
    .legal-wrapper {
        padding: 24px 16px
    }

    .legal-wrapper h1 {
        font-size: 26px
    }

    .legal-wrapper h2 {
        font-size: 20px
    }

    .legal-wrapper h3 {
        font-size: 17px
    }

    .legal-wrapper p,
    .legal-wrapper ul li,
    .legal-wrapper ol li {
        font-size: 15px
    }
}

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

.rt__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.tb {
    background-color: #FEFCF4;
    padding: 96px 0 48px;
    position: relative
}

.tb__bg-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.tb__bg-dots svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    height: 340px;
    opacity: .18
}

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

.tb__img-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 8px 60px -2px #8341b01c
}

.tb__img-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #8341b038 0%, transparent 60%);
    z-index: 1;
    pointer-events: none
}

.tb__img-frame img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.7) contrast(1.08);
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.tb__img-frame:hover img {
    filter: saturate(0.9) contrast(1.05)
}

.tb__deco-ring {
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 80px;
    height: 80px;
    z-index: 2;
    pointer-events: none
}

.tb__txt {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 16px
}

.tb__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: .08em;
    color: #8341B0;
    text-transform: uppercase;
    font-weight: 600
}

.tb__label-line {
    width: 32px;
    height: 2px;
    background: #8341B0;
    border-radius: 4px;
    display: inline-block
}

.tb__h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0
}

.tb__h1 em {
    font-style: italic;
    color: #8341B0
}

.tb__accent-word {
    display: inline;
    background: #00483d1f;
    padding: 0 6px;
    border-radius: 4px;
    color: #00483D
}

.tb__sub {
    font-size: 17px;
    line-height: 1.6;
    color: #3a3a4a;
    margin: 0
}

.tb__sub strong {
    color: #00483D;
    font-weight: 600
}

.tb__cta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.tb__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #8341B0;
    color: #FEFCF4;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 1px 5px 25px -2px #8341b038;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden
}

.tb__btn::after {
    content: '';
    position: absolute;
    inset: 3px;
    border: 1.5px solid #fefcf400;
    border-radius: 6px;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none
}

.tb__btn:hover {
    background: #6e2f96;
    box-shadow: 1px 8px 60px -2px #8341b038
}

.tb__btn:hover::after {
    border-color: #fefcf480
}

.tb__note {
    font-size: 14px;
    color: #6a6a7a;
    line-height: 1.35
}

.dv1 {
    line-height: 0;
    background: #FEFCF4
}

.dv1 svg {
    display: block;
    width: 100%
}

.gl {
    background: #fff;
    padding: 96px 0 48px;
    position: relative
}

.gl__circles {
    position: absolute;
    top: 24px;
    left: 24px;
    pointer-events: none;
    overflow: hidden
}

.gl__circles svg {
    opacity: .09;
    width: 180px;
    height: 180px
}

.gl__head {
    max-width: 600px;
    margin: 0 0 48px
}

.gl__eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #00483D;
    font-weight: 600;
    margin-bottom: 16px
}

.gl__h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b1b2e;
    margin: 0 0 16px;
    font-style: italic
}

.gl__intro {
    font-size: 17px;
    line-height: 1.6;
    color: #3a3a4a;
    margin: 0
}

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

.gl__items {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.gl__item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    padding: 24px;
    border-radius: 8px;
    background: #FEFCF4;
    box-shadow: 1px 1px 3px -2px #8341b014;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.gl__item:hover {
    box-shadow: 1px 5px 25px -2px #8341b01c;
    transform: translateY(-2px)
}

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

.gl__num svg {
    position: absolute;
    inset: 0;
    width: 44px;
    height: 44px
}

.gl__num-val {
    font-size: 15px;
    font-weight: 700;
    color: #8341B0;
    position: relative;
    z-index: 1
}

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

.gl__item-h {
    font-size: 17px;
    font-weight: 700;
    color: #1b1b2e;
    line-height: 1.35;
    margin: 0
}

.gl__item-p {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a4a;
    margin: 0
}

.gl__side {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.gl__img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 5px 25px -2px #00483d1c
}

.gl__img-wrap img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.gl__img-wrap:hover img {
    transform: scale(1.03)
}

.gl__quote {
    padding: 24px;
    background: linear-gradient(135deg, #8341B0 0%, transparent 100%), #00483D;
    border-radius: 16px;
    position: relative
}

.gl__quote-mark {
    font-size: 48px;
    line-height: 1;
    color: #fefcf44d;
    font-style: italic;
    display: block;
    margin-bottom: 8px
}

.gl__quote-text {
    font-size: 17px;
    line-height: 1.6;
    color: #FEFCF4;
    font-style: italic;
    margin: 0 0 16px
}

.gl__quote-attr {
    font-size: 14px;
    color: #fefcf4b3;
    letter-spacing: .04em
}

.dv2 {
    line-height: 0;
    background: #fff
}

.dv2 svg {
    display: block;
    width: 100%
}

.cd {
    padding: 96px 0 48px;
    position: relative;
    background: #FEFCF4
}

.cd__bg-img {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none
}

.cd__bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1) contrast(0.8);
    opacity: .07
}

.cd__bg-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #8341b014 0%, transparent 70%);
    pointer-events: none
}

.cd__body {
    position: relative;
    z-index: 1
}

.cd__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
    align-items: start
}

.cd__h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b1b2e;
    margin: 0;
    font-style: italic
}

.cd__h2 span {
    background: #8341b01f;
    padding: 0 6px;
    border-radius: 4px;
    color: #8341B0
}

.cd__desc {
    font-size: 17px;
    line-height: 1.6;
    color: #3a3a4a;
    margin: 0
}

.cd__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.cd__card {
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1.5px solid #8341b01f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 1px 1px 3px -2px #8341b014;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out
}

.cd__card:hover {
    border-color: #8341b059;
    box-shadow: 1px 5px 25px -2px #8341b01c
}

.cd__card-ico {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #00483d14;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.cd__card-ico svg {
    width: 20px;
    height: 20px
}

.cd__card-h {
    font-size: 15px;
    font-weight: 700;
    color: #1b1b2e;
    line-height: 1.35;
    margin: 0
}

.cd__card-p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a5a;
    margin: 0
}

.dv3 {
    line-height: 0;
    background: #FEFCF4
}

.dv3 svg {
    display: block;
    width: 100%
}

.gp {
    background: #fff;
    padding: 96px 0;
    position: relative
}

.gp__circles {
    position: absolute;
    bottom: 24px;
    right: 24px;
    pointer-events: none;
    overflow: hidden
}

.gp__circles svg {
    opacity: .08;
    width: 200px;
    height: 200px
}

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

.gp__portraits {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative
}

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

.gp__port {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 5px 25px -2px #00483d1c;
    aspect-ratio: 4/5
}

.gp__port img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.gp__port:hover img {
    transform: scale(1.04)
}

.gp__port--tall {
    margin-top: 24px
}

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

.gp__stat {
    padding: 16px;
    border-radius: 8px;
    background: #FEFCF4;
    border: 1.5px solid #00483d1f;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.gp__stat-num {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    color: #8341B0;
    letter-spacing: -.02em
}

.gp__stat-lbl {
    font-size: 14px;
    line-height: 1.35;
    color: #4a4a5a
}

.gp__txt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.gp__eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8341B0;
    font-weight: 600
}

.gp__h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b1b2e;
    margin: 0;
    font-style: italic
}

.gp__h2 em {
    font-style: normal;
    color: #00483D
}

.gp__p {
    font-size: 17px;
    line-height: 1.6;
    color: #3a3a4a;
    margin: 0
}

.gp__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.gp__list li {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a4a;
    padding-left: 16px;
    position: relative
}

.gp__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 44px;
    background: #8341B0
}

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

.gp__path-h {
    font-size: 15px;
    font-weight: 700;
    color: #1b1b2e;
    margin: 0
}

.gp__steps {
    display: flex;
    flex-direction: column;
    gap: 0
}

.gp__step {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 16px;
    align-items: start;
    padding: 16px 0;
    position: relative
}

.gp__step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 48px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #8341b04d 0%, transparent 100%)
}

.gp__step-dot {
    width: 32px;
    height: 32px;
    border-radius: 44px;
    background: #8341B0;
    color: #FEFCF4;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 1px 1px 3px -2px #8341b014
}

.gp__step-txt {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.gp__step-h {
    font-size: 15px;
    font-weight: 700;
    color: #1b1b2e;
    line-height: 1.35;
    margin: 0
}

.gp__step-p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a5a;
    margin: 0
}

.gp__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #8341B0;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 8px;
    border: 2px solid #8341B0;
    align-self: flex-start;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden
}

.gp__link::after {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1.5px solid #8341b000;
    border-radius: 6px;
    transition: border-color .55s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none
}

.gp__link:hover {
    background: #8341B0;
    color: #FEFCF4
}

.gp__link:hover::after {
    border-color: #fefcf466
}

.rt__inner,
.tb__txt,
.gl__layout,
.cd__body,
.gp__layout {
    animation: appear .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width: 1024px) {
    .tb__h1 {
        font-size: 36px
    }

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

    .gl__side {
        flex-direction: row;
        flex-wrap: wrap
    }

    .gl__img-wrap {
        flex: 1 1 200px
    }

    .gl__quote {
        flex: 1 1 200px
    }

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

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

    .gp__port-wrap {
        max-width: 400px
    }
}

@media (max-width: 768px) {
    .tb {
        padding: 48px 0
    }

    .tb__grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .tb__img-frame {
        max-height: 320px
    }

    .tb__h1 {
        font-size: 36px
    }

    .gl {
        padding: 48px 0
    }

    .gl__h2 {
        font-size: 26px
    }

    .gl__layout {
        gap: 24px
    }

    .gl__side {
        flex-direction: column
    }

    .cd {
        padding: 48px 0
    }

    .cd__top {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cd__h2 {
        font-size: 26px
    }

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

    .gp {
        padding: 48px 0
    }

    .gp__h2 {
        font-size: 26px
    }

    .gp__port-wrap {
        grid-template-columns: 1fr 1fr
    }

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

    .gp__stat-row {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 320px) {
    .rt__inner {
        padding: 0 16px
    }

    .tb__h1 {
        font-size: 26px
    }

    .tb__cta-row {
        flex-direction: column;
        align-items: flex-start
    }

    .gp__port-wrap {
        grid-template-columns: 1fr
    }

    .gp__stat-row {
        grid-template-columns: 1fr
    }
}

.lp {
    display: block;
    overflow-x: clip;
    background: #FEFCF4
}

.lp__schema {
    display: none
}

.lp__hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    min-height: 560px
}

.lp__hero-img {
    position: relative;
    overflow: hidden
}

.lp__hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7) brightness(0.88) contrast(1.08)
}

.lp__hero-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, transparent 30%, #00483d8c 100%);
    pointer-events: none
}

.lp__hero-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 96px 48px;
    background: linear-gradient(175deg, transparent 0%, #8341B0 100%);
    z-index: 1
}

.lp__hero-copy::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1.5px solid #8341b02e;
    top: -48px;
    right: -48px;
    pointer-events: none;
    animation: hcircle1 7s ease-in-out infinite alternate
}

.lp__hero-copy::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1.5px solid #00483d26;
    bottom: 48px;
    left: 24px;
    pointer-events: none;
    animation: hcircle2 9s ease-in-out infinite alternate
}

@keyframes hcircle1 {
    from {
        transform: scale(1) translateY(0);
        opacity: .7
    }

    to {
        transform: scale(1.08) translateY(-12px);
        opacity: 1
    }
}

@keyframes hcircle2 {
    from {
        transform: scale(1) translateX(0);
        opacity: .5
    }

    to {
        transform: scale(1.12) translateX(8px);
        opacity: .9
    }
}

.lp__hero-sup {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    color: #fefcf4b8;
    margin-bottom: 24px;
    text-transform: uppercase
}

.lp__hero-h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #FEFCF4;
    font-style: italic;
    margin-bottom: 16px
}

.lp__hero-h1 span {
    display: inline-block;
    background: #00483D;
    padding: 0 8px;
    border-radius: 4px;
    font-style: normal
}

.lp__hero-sub {
    font-size: 20px;
    line-height: 1.6;
    color: #fefcf4e0;
    margin-bottom: 48px
}

.lp__hero-h2 {
    font-size: 26px;
    line-height: 1.35;
    color: #FEFCF4;
    font-style: italic;
    margin-bottom: 16px
}

.lp__hero-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #fefcf4cc;
    margin-bottom: 24px
}

.lp__hero-btn {
    display: inline-block;
    align-self: flex-start;
    padding: 16px 48px;
    background: #FEFCF4;
    color: #8341B0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    position: relative;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1), background .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 1px 5px 25px -2px #8341b01c
}

.lp__hero-btn::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 4px;
    border: 1.5px solid #8341B0;
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none
}

.lp__hero-btn:hover {
    background: #8341B0;
    color: #FEFCF4;
    box-shadow: 1px 8px 60px -2px #8341b01c
}

.lp__hero-btn:hover::after {
    opacity: 1;
    border-color: #FEFCF4
}

.lp__hero-btn:focus-visible {
    outline: 2px solid #FEFCF4;
    outline-offset: 4px
}

.lp__div1 {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.lp__div1 svg {
    display: block;
    width: 100%
}

.lp__struct {
    position: relative;
    background: #FEFCF4;
    padding: 96px 0;
    overflow: hidden
}

.lp__struct-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.lp__struct-bg-pat {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(122deg, #8341b00a 0px, #8341b00a 1px, transparent 1px, transparent 60px), repeating-linear-gradient(32deg, #00483d08 0px, #00483d08 1px, transparent 1px, transparent 80px);
    animation: diagdrift 18s linear infinite
}

@keyframes diagdrift {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 80px
    }
}

.lp__struct-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 48px;
    position: relative;
    z-index: 1
}

.lp__struct-top {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 48px
}

.lp__struct-label {
    font-size: 14px;
    letter-spacing: .1em;
    color: #8341B0;
    text-transform: uppercase;
    padding-top: 8px
}

.lp__struct-head {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1e1230;
    font-style: italic
}

.lp__struct-head span {
    background: #8341b01f;
    padding: 0 8px;
    border-radius: 4px
}

.lp__struct-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: start
}

.lp__mod {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 1px 1px 3px -2px #8341b014;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp__mod:hover {
    box-shadow: 1px 5px 25px -2px #8341b01c;
    transform: translateY(-4px)
}

.lp__mod--accent {
    background: #8341B0
}

.lp__mod-num {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #8341B0;
    margin-bottom: 8px
}

.lp__mod--accent .lp__mod-num {
    color: #FEFCF4
}

.lp__mod-name {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    color: #1e1230;
    margin-bottom: 8px
}

.lp__mod--accent .lp__mod-name {
    color: #FEFCF4
}

.lp__mod-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #4a3a5e
}

.lp__mod--accent .lp__mod-desc {
    color: #fefcf4d1
}

.lp__mod-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px
}

.lp__mod-list li {
    font-size: 14px;
    line-height: 1.6;
    color: #4a3a5e;
    padding-left: 12px;
    position: relative
}

.lp__mod-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8341B0
}

.lp__mod--accent .lp__mod-list li {
    color: #fefcf4d1
}

.lp__mod--accent .lp__mod-list li::before {
    background: #FEFCF4
}

.lp__div2 {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.lp__div2 svg {
    display: block;
    width: 100%
}

.lp__metric {
    position: relative;
    background: #00483D;
    padding: 96px 0
}

.lp__metric-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 48px
}

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

.lp__metric-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp__metric-big {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fefcf412;
    border-radius: 16px;
    padding: 48px;
    box-shadow: inset 0 4px 6px #00483d2e
}

.lp__metric-num {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 900;
    color: #FEFCF4;
    letter-spacing: -.03em
}

.lp__metric-unit {
    font-size: 20px;
    color: #fefcf4a6;
    margin-bottom: 16px
}

.lp__metric-ctx {
    font-size: 15px;
    line-height: 1.6;
    color: #fefcf4cc
}

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

.lp__metric-item {
    background: #fefcf412;
    border-radius: 8px;
    padding: 24px
}

.lp__metric-item-val {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 800;
    color: #FEFCF4
}

.lp__metric-item-lbl {
    font-size: 14px;
    line-height: 1.35;
    color: #fefcf4a6;
    margin-top: 8px
}

.lp__metric-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lp__metric-h {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #FEFCF4;
    font-style: italic;
    margin-bottom: 8px
}

.lp__metric-h span {
    background: #8341b073;
    padding: 0 8px;
    border-radius: 4px
}

.lp__metric-p {
    font-size: 15px;
    line-height: 1.6;
    color: #fefcf4cc
}

.lp__metric-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

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

.lp__step-idx {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #8341b059;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #FEFCF4
}

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

.lp__step-name {
    font-size: 15px;
    font-weight: 700;
    color: #FEFCF4
}

.lp__step-text {
    font-size: 14px;
    line-height: 1.6;
    color: #fefcf4bf
}

.lp__div3 {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.lp__div3 svg {
    display: block;
    width: 100%
}

.lp__team {
    background: #FEFCF4;
    padding: 96px 0
}

.lp__team-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 48px
}

.lp__team-hd {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 48px;
    align-items: end;
    margin-bottom: 48px
}

.lp__team-h {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1e1230;
    font-style: italic
}

.lp__team-h span {
    background: #00483d1a;
    padding: 0 8px;
    border-radius: 4px
}

.lp__team-note {
    font-size: 14px;
    line-height: 1.6;
    color: #4a3a5e;
    text-align: right
}

.lp__team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 48px
}

.lp__card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: start;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 1px 1px 3px -2px #8341b014;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp__card:hover {
    box-shadow: 1px 5px 25px -2px #8341b01c
}

.lp__card-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 1px 5px 25px -2px #00483d1c
}

.lp__card-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
    display: block
}

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

.lp__card-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: #1e1230
}

.lp__card-role {
    font-size: 14px;
    color: #8341B0
}

.lp__card-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #4a3a5e
}

.lp__card-quote {
    font-size: 14px;
    line-height: 1.6;
    color: #4a3a5e;
    font-style: italic;
    border-top: 1px solid #8341b01f;
    padding-top: 8px;
    margin-top: 8px
}

.lp__rev {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 1px 1px 3px -2px #8341b014
}

.lp__rev-head {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #1e1230;
    margin-bottom: 16px
}

.lp__rev-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp__rev-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start
}

.lp__rev-av {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.lp__rev-av img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: top;
    display: block
}

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

.lp__rev-who {
    font-size: 14px;
    font-weight: 700;
    color: #1e1230
}

.lp__rev-spec {
    font-size: 14px;
    color: #8341B0
}

.lp__rev-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4a3a5e
}

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

    .lp__hero-img {
        min-height: 320px
    }

    .lp__hero-copy {
        padding: 48px
    }

    .lp__struct-cols {
        grid-template-columns: repeat(2, 1fr)
    }

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

    .lp__team-hd {
        grid-template-columns: 1fr
    }

    .lp__team-note {
        text-align: left
    }
}

@media (max-width: 768px) {
    .lp__hero-copy {
        padding: 48px 24px
    }

    .lp__hero-h1 {
        font-size: 36px
    }

    .lp__struct-inner,
    .lp__metric-inner,
    .lp__team-inner {
        padding: 0 24px
    }

    .lp__struct-top {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .lp__struct-cols {
        grid-template-columns: 1fr
    }

    .lp__metric-row {
        grid-template-columns: 1fr
    }

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

    .lp__card {
        grid-template-columns: 80px 1fr
    }

    .lp__card-img {
        width: 80px;
        height: 80px
    }

    .lp__card-img img {
        width: 80px;
        height: 80px
    }

    .lp__struct {
        padding: 48px 0
    }

    .lp__metric {
        padding: 48px 0
    }

    .lp__team {
        padding: 48px 0
    }
}

@media (max-width: 320px) {
    .lp__hero-h1 {
        font-size: 26px
    }

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

    .lp__rev-item {
        grid-template-columns: 1fr
    }
}

.ct-us {
    background: #FEFCF4;
    overflow-x: clip
}

.ct-us .pg-wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.ct-us .divider-tri {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.ct-us .divider-tri svg {
    display: block;
    width: 100%
}

.ct-us .split-row {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.ct-us .col-left {
    flex: 0 0 30%;
    min-width: 0
}

.ct-us .col-right {
    flex: 1 1 0;
    min-width: 0
}

.ct-us .accent-word {
    display: inline;
    background: #8341B0;
    color: #FEFCF4;
    padding: 0 8px;
    border-radius: 4px
}

.ct-us .accent-word--grn {
    background: #00483D
}

.ct-us .blob-wrap {
    position: relative
}

.ct-us .blob-wrap .blob-a {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 44px;
    background: linear-gradient(135deg, #8341b021, transparent);
    filter: blur(32px);
    top: -48px;
    left: -48px;
    pointer-events: none
}

.ct-us .blob-wrap .blob-b {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 44px;
    background: linear-gradient(135deg, #00483d1a, transparent);
    filter: blur(24px);
    bottom: 0;
    right: -24px;
    pointer-events: none
}

.ct-us .info-blk {
    padding: 48px 0 96px
}

.ct-us .info-blk .pg-wrap {
    position: relative
}

.ct-us .info-blk__tag {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .08em;
    color: #8341B0;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.ct-us .info-blk__h {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b1b;
    font-style: italic;
    margin-bottom: 24px
}

.ct-us .info-blk__sub {
    font-size: 17px;
    line-height: 1.6;
    color: #2e2e2e;
    max-width: 480px;
    margin-bottom: 48px
}

.ct-us .cnt-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ct-us .cnt-list__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.ct-us .cnt-list__ico {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #FEFCF4;
    border: 1.5px solid #8341b02e;
    box-shadow: 1px 1px 3px -2px #8341b014;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .cnt-list__ico:hover {
    border-color: #8341b073;
    box-shadow: 1px 5px 25px -2px #8341b01c
}

.ct-us .cnt-list__ico svg {
    width: 20px;
    height: 20px
}

.ct-us .cnt-list__body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .cnt-list__lbl {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .06em;
    color: #8341B0;
    text-transform: uppercase
}

.ct-us .cnt-list__val {
    font-size: 17px;
    line-height: 1.6;
    color: #1b1b1b
}

.ct-us .cnt-list__val a {
    color: #1b1b1b;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.ct-us .cnt-list__val a:visited {
    text-decoration: line-through;
    color: #8341B0
}

.ct-us .cnt-list__val a:hover {
    color: #8341B0
}

.ct-us .pipe-vis {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 48px 0 0
}

.ct-us .pipe-vis__ico {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #FEFCF4;
    border: 1.5px solid #00483d33;
    box-shadow: 1px 5px 25px -2px #00483d1c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .pipe-vis__ico:hover {
    background: #00483d0f;
    border-color: #00483d73
}

.ct-us .pipe-vis__ico svg {
    width: 22px;
    height: 22px
}

.ct-us .pipe-vis__dash {
    width: 2px;
    height: 32px;
    border-left: 2px dashed #8341b04d
}

.ct-us .frm-blk {
    background: linear-gradient(160deg, #8341b00f, #00483d0a);
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.ct-us .frm-blk__bg-sat {
    position: absolute;
    inset: 0;
    animation: sat-cycle 8s ease-in-out infinite alternate;
    pointer-events: none;
    background: linear-gradient(160deg, #8341b017, #00483d0f)
}

@keyframes sat-cycle {
    0% {
        opacity: 1;
        filter: saturate(1)
    }

    50% {
        opacity: .4;
        filter: saturate(0.1)
    }

    100% {
        opacity: 1;
        filter: saturate(1)
    }
}

.ct-us .frm-blk__inner {
    position: relative;
    z-index: 1
}

.ct-us .frm-blk__h {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.015em;
    color: #1b1b1b;
    font-style: italic;
    margin-bottom: 8px
}

.ct-us .frm-blk__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 48px;
    max-width: 420px
}

.ct-us .frm-card {
    background: #FEFCF4;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 1px 8px 60px -2px #8341b01c;
    border: 1px solid #8341b01a
}

.ct-us .frm-card form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ct-us .fld-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .fld-grp label {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .05em;
    color: #8341B0;
    text-transform: uppercase
}

.ct-us .fld-grp input[type="email"],
.ct-us .fld-grp select {
    width: 100%;
    padding: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #1b1b1b;
    background: #FEFCF4;
    border: 1.5px solid #8341b038;
    border-radius: 8px;
    outline: none;
    box-shadow: inset 2px 3px 6px -2px #8341b014;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1);
    appearance: none;
    -webkit-appearance: none
}

.ct-us .fld-grp select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%238341B0' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px;
    cursor: pointer
}

.ct-us .fld-grp input[type="email"]::placeholder {
    color: #1b1b1b59;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ct-us .fld-grp input[type="email"]:focus,
.ct-us .fld-grp select:focus {
    border-color: #8341B0;
    box-shadow: inset 2px 3px 6px -2px #8341b014 1px 5px 25px -2px #8341b01c
}

.ct-us .chk-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.ct-us .chk-row input[type="checkbox"] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #8341B0;
    cursor: pointer;
    border-radius: 4px
}

.ct-us .chk-row__txt {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3a3a
}

.ct-us .chk-row__txt a {
    color: #8341B0;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .45s ease-in-out
}

.ct-us .chk-row__txt a:visited {
    text-decoration: line-through;
    color: #00483D
}

.ct-us .chk-row__txt a:hover {
    color: #00483D
}

.ct-us .btn-sub {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 48px;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .04em;
    color: #FEFCF4;
    background: #8341B0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 1px 5px 25px -2px #8341b01c;
    transition: background .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    align-self: flex-start
}

.ct-us .btn-sub::after {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1.5px solid #fefcf400;
    border-radius: 4px;
    transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none
}

.ct-us .btn-sub:hover {
    background: #6b2d96;
    box-shadow: 1px 8px 60px -2px #8341b01c
}

.ct-us .btn-sub:hover::after {
    border-color: #fefcf473
}

.ct-us .btn-sub:focus-visible {
    outline: 2px solid #8341B0;
    outline-offset: 3px
}

.ct-us .btn-sub:active {
    background: #5a2480
}

.ct-us .frm-aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 8px
}

.ct-us .aside-card {
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #00483d24;
    background: #00483d0a;
    box-shadow: 1px 1px 3px -2px #00483d14;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.ct-us .aside-card:hover {
    box-shadow: 1px 5px 25px -2px #00483d1c;
    border-color: #00483d47
}

.ct-us .aside-card__h {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .06em;
    color: #00483D;
    text-transform: uppercase;
    margin-bottom: 8px
}

.ct-us .aside-card__p {
    font-size: 15px;
    line-height: 1.6;
    color: #2e2e2e
}

.ct-us .aside-card__p a {
    color: #00483D;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.ct-us .aside-card__p a:visited {
    text-decoration: line-through;
    color: #8341B0
}

.ct-us .aside-card__p a:hover {
    color: #8341B0
}

.ct-us .emerge-grp {
    animation: emerge-blur .7s cubic-bezier(0.22, 1, 0.36, 1) both
}

.ct-us .emerge-grp--delay {
    animation-delay: .18s
}

.ct-us .emerge-grp--delay2 {
    animation-delay: .32s
}

@keyframes emerge-blur {
    from {
        opacity: 0;
        filter: blur(8px)
    }

    to {
        opacity: 1;
        filter: blur(0)
    }
}

@media (max-width: 768px) {
    .ct-us .split-row {
        flex-direction: column;
        gap: 24px
    }

    .ct-us .col-left {
        flex: none;
        width: 100%
    }

    .ct-us .info-blk__h {
        font-size: 36px
    }

    .ct-us .frm-card {
        padding: 24px
    }

    .ct-us .frm-blk__h {
        font-size: 26px
    }

    .ct-us .pipe-vis {
        flex-direction: row;
        align-items: center;
        padding: 24px 0 0
    }

    .ct-us .pipe-vis__dash {
        width: 32px;
        height: 2px;
        border-left: none;
        border-top: 2px dashed #8341b04d
    }

    .ct-us .btn-sub {
        width: 100%;
        align-self: stretch
    }
}

@media (max-width: 320px) {
    .ct-us .info-blk__h {
        font-size: 26px
    }

    .ct-us .frm-blk__h {
        font-size: 20px
    }

    .ct-us .frm-card {
        padding: 16px
    }
}

@media (min-width: 1440px) {
    .ct-us .info-blk {
        padding: 96px 0
    }
}

.anlt {
    background: #FEFCF4
}

.anlt .pg-hero {
    padding: 96px 24px 48px
}

.anlt .pg-hero__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.anlt .pg-hero__txt {
    flex: 1 1 0;
    min-width: 0
}

.anlt .pg-hero__img-col {
    flex: 0 0 340px;
    width: 340px;
    padding: 24px 0 24px 24px
}

.anlt .pg-hero__eyebrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px
}

.anlt .pg-hero__eyebrow-line {
    flex: 0 0 40px;
    height: 2px;
    background: #8341B0;
    border-radius: 4px
}

.anlt .pg-hero__eyebrow-lbl {
    font-size: 14px;
    letter-spacing: .08em;
    color: #8341B0;
    text-transform: uppercase;
    line-height: 1.35
}

.anlt .pg-hero__h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 24px
}

.anlt .pg-hero__h1 .acc {
    background: #8341B0;
    color: #FEFCF4;
    padding: 0 8px;
    border-radius: 4px;
    font-style: normal
}

.anlt .pg-hero__desc {
    font-size: 17px;
    line-height: 1.6;
    color: #2d2d2d;
    margin-bottom: 48px;
    max-width: 560px
}

.anlt .pg-hero__stats {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.anlt .stat-card {
    border: 1.5px solid #8341b02e;
    border-radius: 8px;
    padding: 16px 24px;
    background: #fff;
    box-shadow: 1px 5px 25px -2px #8341b01c;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 120px
}

.anlt .stat-card__num {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #8341B0
}

.anlt .stat-card__lbl {
    font-size: 14px;
    line-height: 1.35;
    color: #5a5a5a;
    letter-spacing: .03em
}

.anlt .pg-hero__img-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 8px 60px -2px #00483d1c
}

.anlt .pg-hero__img-frame img {
    width: 100%;
    height: auto;
    display: block;
    filter: blur(0px) saturate(1.05);
    transition: filter .55s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(0.97);
    animation: imgload .65s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.anlt .pg-hero__img-frame:hover img {
    filter: blur(0px) saturate(1.15) brightness(1.03)
}

.anlt .pg-hero__img-frame::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #8341b038 0%, transparent 55%);
    border-radius: 16px;
    pointer-events: none
}

.anlt .pg-hero__decor {
    position: absolute;
    bottom: 24px;
    right: -16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
    pointer-events: none
}

.anlt .pg-hero__img-wrap {
    position: relative
}

.anlt .dot-grp {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
    margin-top: 16px;
    justify-content: flex-end
}

.anlt .dot-grp span {
    border-radius: 44px;
    background: #8341b02e;
    display: block
}

.anlt .dot-grp .d1 {
    width: 8px;
    height: 8px
}

.anlt .dot-grp .d2 {
    width: 14px;
    height: 14px;
    background: #00483d26
}

.anlt .dot-grp .d3 {
    width: 6px;
    height: 6px;
    background: #8341b047
}

@keyframes imgload {
    from {
        transform: scale(0.97)
    }

    to {
        transform: scale(1)
    }
}

.anlt .divider-radial {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    height: 2px;
    background: radial-gradient(ellipse 60% 100% at 50% 50%, #8341B0 0%, transparent 100%);
    border: none
}

.anlt .art-grid {
    padding: 48px 24px 96px
}

.anlt .art-grid__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start
}

.anlt .art-grid__feed {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.anlt .art-item {
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: 1px 1px 3px -2px #8341b014;
    transition: box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1), transform .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.anlt .art-item:hover {
    box-shadow: 1px 8px 60px -2px #8341b01c;
    transform: translateY(-2px)
}

.anlt .art-item__meta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px
}

.anlt .art-item__tag {
    font-size: 14px;
    letter-spacing: .06em;
    color: #00483D;
    background: #00483d14;
    border-radius: 4px;
    padding: 4px 8px;
    text-transform: uppercase;
    line-height: 1.35
}

.anlt .art-item__read {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 1.35
}

.anlt .art-item__h {
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: -.01em;
    font-style: italic;
    color: #1e1e1e;
    margin-bottom: 16px
}

.anlt .art-item__body {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a
}

.anlt .art-item__body p {
    margin-bottom: 16px
}

.anlt .art-item__body p:last-child {
    margin-bottom: 0
}

.anlt .art-item__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px
}

.anlt .art-item__col-pt {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a
}

.anlt .art-item__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    font-size: 15px;
    color: #8341B0;
    text-decoration: none;
    border-bottom: 1.5px solid #8341b04d;
    padding-bottom: 2px;
    transition: border-color .45s ease-in-out, color .45s ease-in-out
}

.anlt .art-item__more:hover {
    color: #00483D;
    border-color: #00483D
}

.anlt .art-item__more:visited {
    text-decoration: line-through;
    color: #8a8a8a;
    border-color: transparent
}

.anlt .art-item__more-arr {
    display: inline-block;
    width: 16px;
    height: 16px
}

.anlt .art-item__more-arr svg {
    width: 16px;
    height: 16px
}

.anlt .art-grid__side {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.anlt .side-split {
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 5px 25px -2px #8341b01c;
    overflow: hidden
}

.anlt .side-split__top {
    padding: 24px;
    border-bottom: 1.5px solid #8341b01f
}

.anlt .side-split__top-lbl {
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #8341B0;
    margin-bottom: 8px;
    line-height: 1.35
}

.anlt .side-split__top-num {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #00483D
}

.anlt .side-split__top-sub {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 1.35;
    margin-top: 8px
}

.anlt .side-split__bot {
    padding: 24px
}

.anlt .side-split__bot-lbl {
    font-size: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #00483D;
    margin-bottom: 8px;
    line-height: 1.35
}

.anlt .side-split__bot-num {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #8341B0
}

.anlt .side-split__bot-sub {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 1.35;
    margin-top: 8px
}

.anlt .side-topics {
    border-radius: 8px;
    background: #8341b00a;
    border: 1.5px solid #8341b024;
    padding: 24px
}

.anlt .side-topics__h {
    font-size: 17px;
    font-style: italic;
    color: #1e1e1e;
    margin-bottom: 16px;
    line-height: 1.35;
    letter-spacing: -.01em
}

.anlt .side-topics__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0
}

.anlt .side-topics__list li {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3a3a;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #00483d1a
}

.anlt .side-topics__list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 44px;
    background: #00483D;
    margin-right: 8px;
    vertical-align: middle
}

.anlt .side-note {
    border-radius: 8px;
    padding: 24px;
    background: #00483D;
    color: #FEFCF4
}

.anlt .side-note__h {
    font-size: 17px;
    font-style: italic;
    line-height: 1.35;
    margin-bottom: 16px
}

.anlt .side-note__body {
    font-size: 15px;
    line-height: 1.6;
    opacity: .88
}

.anlt .canvas-bg {
    position: relative
}

.anlt .canvas-bg::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: .5;
    pointer-events: none;
    border-radius: 8px
}

.anlt .art-item--wide {
    background: #00483d08;
    border: 1.5px solid #00483d1a
}

@media (max-width: 1024px) {
    .anlt .pg-hero__inner {
        gap: 24px
    }

    .anlt .pg-hero__img-col {
        flex: 0 0 280px;
        width: 280px
    }

    .anlt .art-grid__inner {
        grid-template-columns: 1fr 280px;
        gap: 24px
    }
}

@media (max-width: 768px) {
    .anlt .pg-hero {
        padding: 48px 16px 24px
    }

    .anlt .pg-hero__inner {
        flex-direction: column;
        gap: 24px
    }

    .anlt .pg-hero__img-col {
        flex: none;
        width: 100%;
        padding: 0
    }

    .anlt .pg-hero__h1 {
        font-size: 36px
    }

    .anlt .pg-hero__stats {
        flex-direction: column;
        gap: 16px
    }

    .anlt .art-grid {
        padding: 24px 16px 48px
    }

    .anlt .art-grid__inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .anlt .art-grid__side {
        order: -1
    }

    .anlt .art-item__cols {
        grid-template-columns: 1fr
    }

    .anlt .side-topics__list {
        grid-template-columns: 1fr
    }
}

@media (max-width: 320px) {
    .anlt .pg-hero__h1 {
        font-size: 26px
    }

    .anlt .art-item__h {
        font-size: 20px
    }

    .anlt .stat-card__num {
        font-size: 26px
    }
}

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

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

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

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

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

.ab-us .fade-up {
    animation: fadeUp .6s cubic-bezier(0.22, 1, 0.36, 1) both
}

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

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

.ab-us .fade-up--d1 {
    animation-delay: .1s
}

.ab-us .fade-up--d2 {
    animation-delay: .22s
}

.ab-us .fade-up--d3 {
    animation-delay: .36s
}

.ab-us .fade-up--d4 {
    animation-delay: .52s
}

.ab-us .ttl-blk {
    background: #FEFCF4;
    padding: 96px 0 0;
    position: relative
}

.ab-us .ttl-blk__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
    min-height: 380px
}

.ab-us .ttl-blk__img-col {
    flex: 0 0 260px;
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.ab-us .ttl-blk__img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: .88;
    transition: opacity .55s ease-in-out
}

.ab-us .ttl-blk__img-col::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #FEFCF4 0%, transparent 60%);
    pointer-events: none
}

.ab-us .ttl-blk__text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 0
}

.ab-us .ttl-blk__eyebrow {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .12em;
    color: #8341B0;
    text-transform: uppercase;
    margin-bottom: 16px
}

.ab-us .ttl-blk__h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b1b;
    margin-bottom: 24px
}

.ab-us .ttl-blk__h1 em {
    font-style: italic;
    color: #8341B0
}

.ab-us .ttl-blk__accent-word {
    display: inline;
    background: #8341B0;
    color: #FEFCF4;
    padding: 0 6px;
    border-radius: 4px
}

.ab-us .ttl-blk__sub {
    font-size: 17px;
    line-height: 1.6;
    color: #2e2e2e;
    max-width: 520px;
    margin-bottom: 24px
}

.ab-us .ttl-blk__thesis {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ab-us .ttl-blk__thesis-item {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a;
    padding-left: 16px;
    position: relative
}

.ab-us .ttl-blk__thesis-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00483D
}

.ab-us .ttl-blk__divider {
    max-width: 1024px;
    margin: 48px auto 0;
    padding: 0 24px;
    border: none;
    border-top: 2px dashed #8341B0;
    opacity: .3
}

.ab-us .who {
    background: #FEFCF4;
    padding: 96px 0;
    position: relative
}

.ab-us .who__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.ab-us .who__left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ab-us .who__label {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .1em;
    color: #00483D;
    text-transform: uppercase
}

.ab-us .who__h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-style: italic
}

.ab-us .who__pull {
    font-size: 20px;
    line-height: 1.35;
    color: #8341B0;
    font-style: italic;
    padding: 16px;
    border: 2px dashed #8341B0;
    border-radius: 8px;
    position: relative
}

.ab-us .who__imgs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.ab-us .who__img-main {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 1px 5px 25px -2px #8341b01c
}

.ab-us .who__img-main img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: .9;
    transition: opacity .6s ease-in-out, transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.ab-us .who__img-main:hover img {
    opacity: 1;
    transform: scale(1.02)
}

.ab-us .who__img-sm {
    width: 60%;
    align-self: flex-end;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 1px 3px -2px #8341b014
}

.ab-us .who__img-sm img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: .82;
    transition: opacity .5s ease-in-out
}

.ab-us .who__right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 48px
}

.ab-us .who__para {
    font-size: 15px;
    line-height: 1.8;
    color: #2e2e2e
}

.ab-us .who__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px
}

.ab-us .who__met {
    background: #fff;
    border: 1px solid #8341b02e;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 1px 1px 3px -2px #8341b014;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s ease-in-out
}

.ab-us .who__met:hover {
    box-shadow: 1px 5px 25px -2px #8341b01c;
    border-color: #8341b066
}

.ab-us .who__met-num {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #8341B0;
    font-style: italic
}

.ab-us .who__met-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a
}

.ab-us .team {
    background: #fff;
    padding: 96px 0;
    position: relative
}

.ab-us .team::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(to right, #8341B0, transparent);
    margin-bottom: 0
}

.ab-us .team__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.ab-us .team__hd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 24px
}

.ab-us .team__lbl {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .1em;
    color: #8341B0;
    text-transform: uppercase;
    margin-bottom: 8px
}

.ab-us .team__h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1b1b1b;
    font-style: italic
}

.ab-us .team__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a;
    max-width: 340px;
    text-align: right
}

.ab-us .team__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 48px
}

.ab-us .team__card {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    background: #FEFCF4;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 1px 5px 25px -2px #00483d1c;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.ab-us .team__card:hover {
    box-shadow: 1px 8px 60px -2px #00483d1c
}

.ab-us .team__card--no-img {
    background: #fff;
    border: 1px solid #00483d26
}

.ab-us .team__portrait {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 3px -2px #00483d14
}

.ab-us .team__portrait img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top;
    display: block
}

.ab-us .team__avatar {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00483D, #8341B0);
    display: flex;
    align-items: center;
    justify-content: center
}

.ab-us .team__avatar-init {
    font-size: 20px;
    line-height: 1.1;
    color: #FEFCF4;
    font-style: italic
}

.ab-us .team__card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto
}

.ab-us .team__name {
    font-size: 17px;
    line-height: 1.35;
    color: #1b1b1b;
    font-style: italic
}

.ab-us .team__role {
    font-size: 14px;
    line-height: 1.6;
    color: #8341B0;
    letter-spacing: .04em
}

.ab-us .team__bio {
    font-size: 14px;
    line-height: 1.8;
    color: #3a3a3a
}

.ab-us .team__approach {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: stretch;
    background: #FEFCF4;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 1px 5px 25px -2px #8341b01c;
    position: relative;
    overflow: hidden
}

.ab-us .team__approach::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, transparent, #8341b00f);
    border-radius: 0 16px 0 200px;
    pointer-events: none
}

.ab-us .team__approach-img {
    flex: 0 0 280px;
    border-radius: 8px;
    overflow: hidden
}

.ab-us .team__approach-img img {
    width: 280px;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: .85;
    transition: opacity .65s ease-in-out
}

.ab-us .team__approach-img:hover img {
    opacity: 1
}

.ab-us .team__approach-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 auto;
    justify-content: center
}

.ab-us .team__approach-h3 {
    font-size: 26px;
    line-height: 1.35;
    color: #1b1b1b;
    font-style: italic
}

.ab-us .team__approach-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.ab-us .team__approach-list li {
    font-size: 14px;
    line-height: 1.6;
    color: #2e2e2e;
    padding-left: 16px;
    position: relative
}

.ab-us .team__approach-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00483D
}

.ab-us .team__approach-note {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a
}

@media (max-width: 768px) {
    .ab-us .ttl-blk__inner {
        flex-direction: column;
        gap: 24px;
        min-height: auto
    }

    .ab-us .ttl-blk__img-col {
        flex: 0 0 200px;
        height: 200px;
        width: 100%
    }

    .ab-us .ttl-blk__h1 {
        font-size: 36px
    }

    .ab-us .who__inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .ab-us .who__right {
        padding-top: 0
    }

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

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

    .ab-us .team__hd {
        flex-direction: column;
        align-items: flex-start
    }

    .ab-us .team__desc {
        text-align: left;
        max-width: 100%
    }

    .ab-us .team__approach {
        flex-direction: column;
        padding: 24px;
        gap: 24px
    }

    .ab-us .team__approach-img {
        flex: 0 0 auto;
        width: 100%
    }

    .ab-us .team__approach-img img {
        width: 100%;
        min-height: 180px
    }

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

@media (max-width: 320px) {
    .ab-us .ttl-blk__h1 {
        font-size: 26px
    }

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

    .ab-us .who__met-num {
        font-size: 26px
    }

    .ab-us .team__card {
        flex-direction: column
    }
}

@media (min-width: 1024px) {
    .ab-us .ttl-blk__img-col {
        flex: 0 0 300px
    }
}

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

.suc__wrap {
    max-width: 1024px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px
}

.suc__icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0
}

.suc__card {
    background: #fff;
    border-radius: 16px;
    padding: 48px;
    text-align: center;
    box-shadow: 1px 5px 25px -2px #8341b01c;
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.suc__card .suc__ttl {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1033;
    font-style: italic;
    margin: 0
}

.suc__card .suc__ttl span {
    display: inline-block;
    background: #8341B0;
    color: #FEFCF4;
    padding: 0 8px;
    border-radius: 4px;
    font-style: normal
}

.suc__card .suc__txt {
    font-size: 17px;
    line-height: 1.6;
    color: #2d2d2d;
    margin: 0;
    max-width: 420px
}

.suc__divider {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #8341B0, transparent);
    border-radius: 4px
}

.suc__meta {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0
}

.suc__meta a {
    color: #8341B0;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.suc__meta a:visited {
    text-decoration: line-through
}

.suc__meta a:hover {
    color: #00483D
}

.suc__btn {
    display: inline-block;
    background: #8341B0;
    color: #FEFCF4;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .01em;
    padding: 16px 48px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), border-color .45s ease-in-out;
    box-shadow: 1px 5px 25px -2px #8341b01c
}

.suc__btn:hover {
    background: #00483D;
    border-color: #8341B0;
    box-shadow: 1px 8px 60px -2px #00483d1c
}

.suc__btn:focus-visible {
    outline: 3px solid #8341B0;
    outline-offset: 3px
}

.suc__btn:active {
    background: #003d33
}

.suc__deco {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    align-items: center;
    pointer-events: none
}

.suc__dot {
    width: 8px;
    height: 8px;
    border-radius: 44px;
    background: #8341B0;
    opacity: .18
}

.suc__dot--md {
    width: 16px;
    height: 8px;
    opacity: .28
}

.suc__dot--lg {
    width: 24px;
    height: 8px;
    opacity: .38
}

@media (max-width: 768px) {
    .suc__card {
        padding: 48px 24px
    }

    .suc__card .suc__ttl {
        font-size: 26px
    }

    .suc__card .suc__txt {
        font-size: 15px
    }
}

@media (max-width: 320px) {
    .suc {
        padding: 48px 16px
    }

    .suc__card {
        padding: 24px 16px;
        gap: 16px
    }

    .suc__card .suc__ttl {
        font-size: 20px
    }

    .suc__btn {
        padding: 16px 24px;
        font-size: 14px
    }
}