@import "https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;1,400;0,700;1,700&display=swap";

* {
    box-sizing: border-box
}

body {
    margin: 0;
    position: relative;
    min-height: 100vh;
    font-family: 'Ubuntu', sans-serif
}

.page-header {
    position: relative;
    background: #232234;
    overflow: hidden
}

.page-header::before {
    content: '';
    position: absolute;
    top: -40px;
    right: 120px;
    width: 320px;
    height: 320px;
    background: #518ee812;
    border-radius: 0;
    transform: rotate(28deg);
    pointer-events: none
}

.page-header::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: 60px;
    width: 200px;
    height: 200px;
    background: #518ee80d;
    border-radius: 20px;
    transform: rotate(-15deg);
    pointer-events: none
}

.hdr-top-strip {
    background: #518ee814;
    border-bottom: 1px solid #518ee826;
    padding: 8px 0
}

.hdr-top-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.hdr-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #ffffffb3;
    font-size: 14px;
    line-height: 1.55;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.hdr-contact-item:hover,
.hdr-contact-item:focus {
    color: #518EE8;
    outline: none
}

.hdr-contact-item:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 3px;
    border-radius: 0;
    box-shadow: 0 0 0 4px #518ee82e
}

.contact-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.hdr-main-row {
    max-width: 1366px;
    margin: 0 auto;
    padding: 24px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px
}

.hdr-nav-mount {
    display: flex;
    align-items: center;
    flex: 1
}

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

.primary-nav li a {
    display: block;
    padding: 8px 16px;
    color: #fffc;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.55;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 20px;
    border: 1px solid transparent;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .25s cubic-bezier(0.0, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap
}

.primary-nav li a:hover {
    color: #FFF;
    border-color: #518ee866;
    background: #518ee81a
}

.primary-nav li a:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #518ee82e;
    color: #FFF
}

.primary-nav li a[aria-current="page"] {
    color: #518EE8;
    border-color: #518ee859;
    background: #518ee814
}

.brand-mount {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.brand-logo-shell {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: #ffffff0f;
    box-shadow: 0 0 0 2px #518ee880 0 0 0 5px #518ee81f 0 4px 25px 0 #518ee81a;
    padding: 8px;
    transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none
}

.brand-logo-shell:hover {
    box-shadow: 0 0 0 2px #518ee8cc 0 0 0 5px #518ee833 0 9px 60px 0 #518ee81a
}

.brand-logo-shell:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 4px;
    box-shadow: 0 0 0 2px #518ee8cc 0 0 0 6px #518ee840 0 9px 60px 0 #518ee81a
}

.brand-logo-shell img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.hdr-accent-bar {
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #518EE8 40%, #518ee84d 100%)
}

.page-footer {
    background: #232234;
    border-top: 1px solid #518ee826;
    position: relative;
    overflow: hidden
}

.page-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #518EE8, transparent);
    pointer-events: none
}

.ftr-body {
    max-width: 1366px;
    margin: 0 auto;
    padding: 96px 48px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    align-items: start
}

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

.ftr-logo-shell {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #ffffff0d;
    box-shadow: 0 0 0 2px #518ee866 0 0 0 4px #518ee81a 0 2px 6px 0 #2322340f;
    padding: 8px;
    text-decoration: none;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ftr-logo-shell:hover {
    box-shadow: 0 0 0 2px #518ee8b3 0 0 0 5px #518ee826 0 4px 25px 0 #518ee81a
}

.ftr-logo-shell:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 4px
}

.ftr-logo-shell img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.ftr-tagline {
    color: #ffffff8c;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    max-width: 220px
}

.ftr-links-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ftr-col-label {
    color: #518EE8;
    font-size: 14px;
    line-height: 1.1;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 8px
}

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

.ftr-link-list li a {
    color: #ffffffa6;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.55;
    font-family: 'Ubuntu', sans-serif;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    padding: 8px 0;
    min-height: 44px;
    display: flex;
    align-items: center
}

.ftr-link-list li a:hover {
    color: #FFF
}

.ftr-link-list li a:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px #518ee82e;
    border-radius: 0;
    color: #FFF
}

.ftr-contact-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

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

.ftr-contact-list li a,
.ftr-contact-list li span {
    color: #ffffffa6;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Ubuntu', sans-serif;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.ftr-contact-list li a:hover {
    color: #FFF
}

.ftr-contact-list li a:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px #518ee82e;
    border-radius: 0;
    color: #FFF
}

.contact-svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px;
    opacity: .6
}

.ftr-bottom {
    max-width: 1366px;
    margin: 0 auto;
    padding: 24px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #518ee81a;
    gap: 24px;
    flex-wrap: wrap
}

.ftr-copy {
    color: #fff6;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Ubuntu', sans-serif;
    margin: 0
}

.ftr-legal-links {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0
}

.ftr-legal-links li a {
    color: #fff6;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Ubuntu', sans-serif;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 44px;
    display: flex;
    align-items: center
}

.ftr-legal-links li a:hover {
    color: #ffffffbf
}

.ftr-legal-links li a:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px #518ee82e;
    border-radius: 0;
    color: #FFF
}

.cookie-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 48px;
    background: #232234;
    box-shadow: 0 4px 25px 0 #2322341a;
    border-bottom: 1px solid #518ee833;
    flex-wrap: wrap;
    transform: translateX(100%);
    transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookie-bar[data-vis="in"] {
    transform: translateX(0)
}

.cookie-bar-text {
    color: #fffc;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    flex: 1;
    min-width: 200px
}

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

.cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 24px;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid #518ee899;
    background: transparent;
    color: #ffffffd9;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cookie-btn:hover {
    border-color: #518EE8;
    color: #FFF;
    background: #518ee81f
}

.cookie-btn:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px #518ee82e
}

.pref-toggle {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1100;
    width: 48px;
    height: 48px;
    border-radius: 20px;
    background: #232234;
    border: 2px solid #518ee880;
    box-shadow: 0 4px 25px 0 #2322341a;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0
}

.pref-toggle[data-show="true"] {
    display: flex
}

.pref-toggle:hover {
    border-color: #518EE8;
    background: #518ee81a
}

.pref-toggle:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px #518ee82e
}

@media (max-width: 900px) {
    .hdr-main-row {
        padding: 16px 24px;
        gap: 24px;
        flex-wrap: wrap
    }

    .hdr-top-inner {
        padding: 0 24px;
        gap: 16px
    }

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

    .ftr-bottom {
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .cookie-bar {
        padding: 16px 24px
    }
}

@media (max-width: 600px) {
    .ftr-body {
        grid-template-columns: 1fr
    }

    .primary-nav {
        gap: 8px
    }

    .primary-nav li a {
        font-size: 14px;
        padding: 8px
    }
}

.terms-text {
    max-width: 1366px;
    margin: 0 auto;
    padding: 96px 48px;
    color: #FFF;
    background: #232234
}

.terms-text h1 {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #FFF;
    margin-bottom: 48px;
    margin-top: 0
}

.terms-text h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #FFF;
    margin-top: 96px;
    margin-bottom: 24px
}

.terms-text h3 {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #FFF;
    margin-top: 48px;
    margin-bottom: 16px
}

.terms-text h4 {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: -.01em;
    color: #FFF;
    margin-top: 48px;
    margin-bottom: 16px
}

.terms-text h5 {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0;
    color: #ffffffd9;
    margin-top: 24px;
    margin-bottom: 8px
}

.terms-text h6 {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #ffffffb3;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 8px
}

.terms-text div {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffd9;
    margin-bottom: 16px
}

.terms-text ul,
.terms-text ol {
    margin: 24px 0;
    padding-left: 24px
}

.terms-text ul {
    list-style: none;
    padding-left: 0
}

.terms-text ul li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffd9;
    margin-bottom: 8px
}

.terms-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #518EE8;
    border-radius: 0;
    transform: rotate(45deg)
}

.terms-text ol {
    list-style: none;
    counter-reset: policy-counter;
    padding-left: 0
}

.terms-text ol li {
    counter-increment: policy-counter;
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffd9;
    margin-bottom: 8px
}

.terms-text ol li::before {
    content: counter(policy-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #518EE8;
    font-weight: 700;
    min-width: 24px
}

.terms-text ul ul,
.terms-text ol ol,
.terms-text ul ol,
.terms-text ol ul {
    margin: 8px 0
}

.terms-text strong,
.terms-text b {
    font-weight: 700;
    color: #FFF
}

.terms-text em,
.terms-text i {
    font-style: italic;
    color: #ffffffe6
}

.terms-text a {
    color: #518EE8;
    text-decoration: underline;
    text-decoration-color: #518ee866;
    text-underline-offset: 3px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.terms-text a:hover {
    color: #FFF;
    text-decoration-color: #ffffff80
}

.terms-text hr {
    border: none;
    height: 1px;
    background: #518ee82e;
    margin: 48px 0;
    box-shadow: 0 2px 6px 0 #518ee80f
}

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

    .terms-text h1 {
        font-size: 36px;
        margin-bottom: 24px
    }

    .terms-text h2 {
        font-size: 26px;
        margin-top: 48px
    }

    .terms-text h3 {
        font-size: 20px;
        margin-top: 24px
    }
}

@media (max-width: 480px) {
    .terms-text {
        padding: 48px 16px
    }

    .terms-text h1 {
        font-size: 26px
    }

    .terms-text h2 {
        font-size: 20px
    }

    .terms-text h3 {
        font-size: 16px
    }
}

.anl-det {
    background-color: #232234;
    color: #FFF;
    overflow-x: hidden;
    position: relative
}

.anl-det .page-schema {
    display: none
}

.anl-det .warm-bg {
    animation: tempshift 12s ease-in-out infinite
}

@keyframes tempshift {
    0% {
        background-color: #232234
    }

    40% {
        background-color: #26223a
    }

    70% {
        background-color: #241f32
    }

    100% {
        background-color: #232234
    }
}

.anl-det .art-cover {
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    padding: 96px 48px 48px;
    max-width: 1366px;
    margin: 0 auto
}

.anl-det .art-cover .img-wrap {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    border-radius: 20px;
    position: relative
}

.anl-det .art-cover .img-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    filter: saturate(0.55) hue-rotate(0deg);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.anl-det .art-cover .img-wrap:hover img {
    filter: saturate(0) hue-rotate(0deg)
}

.anl-det .art-cover .img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #2322342e 0%, #518ee821 60%, #232234b8 100%);
    border-radius: 20px;
    pointer-events: none
}

.anl-det .art-cover .txt-zone {
    padding: 48px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.anl-det .art-cover .art-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #518EE8;
    letter-spacing: .08em;
    text-transform: uppercase
}

.anl-det .art-cover .art-label .label-dot {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #518EE8;
    transform: rotate(45deg);
    display: inline-block
}

.anl-det .art-cover .art-h1 {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 300;
    color: #FFF;
    margin: 0;
    max-width: 900px
}

.anl-det .art-cover .art-subtitle {
    font-size: 20px;
    line-height: 1.55;
    color: #ffffffb8;
    max-width: 640px;
    margin: 0
}

.anl-det .art-cover .art-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.anl-det .art-cover .btn-primary {
    background: #518EE8;
    color: #FFF;
    border: none;
    border-radius: 0;
    padding: 16px 48px;
    font-size: 16px;
    cursor: pointer;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 25px 0 #518ee81a;
    text-decoration: none;
    display: inline-block
}

.anl-det .art-cover .btn-primary:hover {
    background: #3a78d4;
    box-shadow: 0 9px 60px 0 #518ee81a
}

.anl-det .art-cover .btn-primary:focus {
    outline: 2px solid #518EE8;
    outline-offset: 3px
}

.anl-det .art-cover .btn-icon {
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: 1px solid #518ee859;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none
}

.anl-det .art-cover .btn-icon:hover {
    border-color: #518EE8;
    background: #518ee81a
}

.anl-det .art-cover .btn-icon:focus {
    outline: 2px solid #518EE8;
    outline-offset: 3px
}

.anl-det .art-cover .btn-icon svg {
    width: 20px;
    height: 20px;
    stroke: #518EE8;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.anl-det .divider-tri {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    display: flex;
    justify-content: flex-end
}

.anl-det .divider-tri svg {
    display: block;
    width: 320px;
    height: 48px
}

.anl-det .body-sec {
    max-width: 1366px;
    margin: 0 auto;
    padding: 48px 48px 96px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: start
}

.anl-det .body-sec .art-body {
    min-width: 0
}

.anl-det .body-sec .art-body p {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffd9;
    margin: 0 0 24px
}

.anl-det .body-sec .art-body h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -.02em;
    color: #FFF;
    margin: 48px 0 16px
}

.anl-det .body-sec .art-body h3 {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #518EE8;
    margin: 24px 0 16px
}

.anl-det .body-sec .art-body ins {
    text-decoration: none;
    color: #518EE8;
    font-style: normal
}

.anl-det .body-sec .art-body del {
    color: #ffffff73;
    text-decoration: line-through
}

.anl-det .body-sec .art-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px
}

.anl-det .body-sec .art-body thead tr {
    background: #518ee826
}

.anl-det .body-sec .art-body th {
    padding: 16px;
    text-align: left;
    color: #518EE8;
    font-weight: 600;
    letter-spacing: .04em;
    font-size: 14px;
    border-bottom: 1px solid #518ee840
}

.anl-det .body-sec .art-body td {
    padding: 16px;
    color: #ffffffd1;
    border-bottom: 1px solid #ffffff12
}

.anl-det .body-sec .art-body tfoot td {
    color: #518EE8;
    font-weight: 600;
    border-top: 1px solid #518ee84d;
    border-bottom: none
}

.anl-det .body-sec .art-body time {
    font-size: 14px;
    color: #ffffff80;
    display: inline-block
}

.anl-det .body-sec .side-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 96px
}

.anl-det .body-sec .side-card {
    border-radius: 20px;
    padding: 24px;
    background: #518ee812;
    box-shadow: 0 2px 6px 0 #2322340f;
    border: 1px solid #518ee824
}

.anl-det .body-sec .side-card .sc-label {
    font-size: 14px;
    color: #518EE8;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.anl-det .body-sec .side-card .sc-label .sc-sq {
    width: 8px;
    height: 8px;
    background: #518EE8;
    border-radius: 0;
    display: inline-block;
    flex-shrink: 0
}

.anl-det .body-sec .side-card .sc-text {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffffc7;
    margin: 0
}

.anl-det .body-sec .side-card .sc-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    color: #518EE8;
    text-decoration: none;
    border-bottom: 1px solid #518ee859;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.anl-det .body-sec .side-card .sc-link:visited {
    opacity: .65
}

.anl-det .body-sec .side-card .sc-link:hover {
    color: #FFF;
    border-color: #FFF
}

.anl-det .body-sec .chart-card {
    border-radius: 20px;
    padding: 24px;
    background: #232234d9;
    border: 1px solid #518ee82e;
    box-shadow: 0 4px 25px 0 #518ee81a
}

.anl-det .body-sec .chart-card .cc-title {
    font-size: 14px;
    color: #fff9;
    margin: 0 0 16px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.anl-det .body-sec .chart-card .bar-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px
}

.anl-det .body-sec .chart-card .bar-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.anl-det .body-sec .chart-card .bar-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #ffffffa6
}

.anl-det .body-sec .chart-card .bar-track {
    width: 100%;
    height: 8px;
    background: #ffffff14;
    border-radius: 0;
    overflow: hidden
}

.anl-det .body-sec .chart-card .bar-fill {
    height: 100%;
    border-radius: 0;
    background: linear-gradient(90deg, #518ee899 0%, #518EE8 100%);
    transition: width .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.anl-det .body-sec .chart-card .bar-fill.risk-high {
    background: linear-gradient(90deg, #e8645199 0%, #e86451 100%)
}

.anl-det .body-sec .chart-card .bar-fill.risk-med {
    background: linear-gradient(90deg, #e8c35199 0%, #e8c351 100%)
}

.anl-det .dashed-feat {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px 96px
}

.anl-det .dashed-feat .feat-inner {
    border: 2px dashed #518ee859;
    border-radius: 20px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    background: #518ee80a;
    position: relative
}

.anl-det .dashed-feat .feat-inner::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 48px;
    width: 60px;
    height: 3px;
    background: #518EE8;
    border-radius: 0
}

.anl-det .dashed-feat .feat-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.anl-det .dashed-feat .feat-inner:hover .feat-col:not(:hover) {
    transform: translateX(-6px)
}

.anl-det .dashed-feat .feat-inner .feat-col:hover {
    transform: translateX(6px)
}

.anl-det .dashed-feat .feat-col .fc-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #518ee81f;
    flex-shrink: 0
}

.anl-det .dashed-feat .feat-col .fc-icon svg {
    width: 22px;
    height: 22px;
    stroke: #518EE8;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.anl-det .dashed-feat .feat-col .fc-head {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    color: #FFF;
    margin: 0;
    letter-spacing: -.01em
}

.anl-det .dashed-feat .feat-col .fc-body {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffffad;
    margin: 0
}

.anl-det .dashed-feat .feat-col .fc-link {
    font-size: 14px;
    color: #518EE8;
    text-decoration: none;
    border-bottom: 1px solid #518ee84d;
    display: inline-block;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start
}

.anl-det .dashed-feat .feat-col .fc-link:visited {
    opacity: .65
}

.anl-det .dashed-feat .feat-col .fc-link:hover {
    border-color: #518EE8
}

.anl-det .dashed-feat .feat-row-label {
    font-size: 14px;
    color: #518EE8;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    gap: 8px
}

.anl-det .dashed-feat .feat-row-label .frl-shape {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #518EE8;
    border-radius: 0;
    transform: rotate(45deg);
    flex-shrink: 0
}

@media (max-width: 1024px) {
    .anl-det .art-cover {
        padding: 96px 24px 48px
    }

    .anl-det .art-cover .art-h1 {
        font-size: 36px
    }

    .anl-det .body-sec {
        grid-template-columns: 1fr;
        padding: 48px 24px 96px
    }

    .anl-det .body-sec .side-col {
        position: static
    }

    .anl-det .dashed-feat {
        padding: 0 24px 96px
    }

    .anl-det .dashed-feat .feat-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px
    }
}

@media (max-width: 640px) {
    .anl-det .art-cover .art-h1 {
        font-size: 26px
    }

    .anl-det .art-cover .img-wrap img {
        height: 260px
    }

    .anl-det .art-cover .img-wrap {
        max-height: 260px
    }
}

.cont-pg {
    background: #232234;
    color: #FFF;
    overflow-x: clip;
    position: relative
}

.cont-pg .pg-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #518EE8;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.cont-pg .reach-strip {
    padding: 96px 0 48px;
    position: relative
}

.cont-pg .reach-strip::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #518EE8 40%, transparent)
}

.cont-pg .reach-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: start
}

.cont-pg .reach-text-col {
    position: relative
}

.cont-pg .reach-h1 {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 200;
    margin: 0 0 24px;
    color: #FFF
}

.cont-pg .reach-h1 span {
    color: #518EE8;
    display: block
}

.cont-pg .reach-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffb8;
    margin: 0 0 48px;
    max-width: 420px
}

.cont-pg .info-stack {
    display: flex;
    flex-direction: column;
    gap: 24px
}

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

.cont-pg .info-icon {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: #518ee81f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #518ee840
}

.cont-pg .info-icon svg {
    width: 18px;
    height: 18px;
    stroke: #518EE8;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cont-pg .info-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont-pg .info-label {
    font-size: 14px;
    color: #ffffff73;
    letter-spacing: .08em;
    text-transform: uppercase
}

.cont-pg .info-val {
    font-size: 16px;
    color: #FFF;
    line-height: 1.55;
    text-decoration: none;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .info-val:hover {
    color: #518EE8
}

.cont-pg .info-val:visited {
    opacity: .72
}

.cont-pg .reach-img-col {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 9px 60px 0 #518ee81a
}

.cont-pg .img-pan-wrap {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 20px
}

.cont-pg .img-pan-wrap img {
    width: 110%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.85);
    transition: transform .8s cubic-bezier(0.0, 0, 0.2, 1), filter .25s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0)
}

.cont-pg .img-pan-wrap:hover img {
    transform: translateX(-5%);
    filter: saturate(0.4)
}

.cont-pg .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, #232234 0%, transparent 100%);
    pointer-events: none
}

.cont-pg .dots-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 24px;
    padding-left: 8px
}

.cont-pg .dot {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #518ee859;
    transform: rotate(45deg)
}

.cont-pg .dot.active {
    background: #518EE8
}

.cont-pg .form-zone {
    padding: 48px 0 96px;
    position: relative;
    background: #518ee80a
}

.cont-pg .form-zone::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle at center, #518ee812 0%, transparent 70%);
    pointer-events: none
}

.cont-pg .zigzag-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none
}

.cont-pg .zigzag-bg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .04
}

.cont-pg .form-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 96px;
    align-items: start
}

.cont-pg .form-col {
    position: relative
}

.cont-pg .form-heading {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 200;
    letter-spacing: -.02em;
    margin: 0 0 8px;
    color: #FFF
}

.cont-pg .form-sub {
    font-size: 14px;
    color: #ffffff80;
    margin: 0 0 48px;
    line-height: 1.55
}

.cont-pg .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

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

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

.cont-pg .field label {
    font-size: 14px;
    color: #ffffff8c;
    letter-spacing: .06em
}

.cont-pg .field input,
.cont-pg .field select {
    background: #ffffff0d;
    border: 1px solid #ffffff1f;
    border-radius: 0;
    color: #FFF;
    font-size: 16px;
    padding: 16px;
    outline: none;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .15s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 2px 6px 0 #2322342e;
    appearance: none;
    -webkit-appearance: none
}

.cont-pg .field select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23518EE8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px
}

.cont-pg .field select option {
    background: #2d2b44;
    color: #FFF
}

.cont-pg .field input::placeholder {
    color: #ffffff40;
    font-size: 14px
}

.cont-pg .field input:focus,
.cont-pg .field select:focus {
    border-color: #518EE8;
    background: #518ee814
}

.cont-pg .field-full {
    grid-column: 1 / -1
}

.cont-pg .slot-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont-pg .slot-group label {
    font-size: 14px;
    color: #ffffff8c;
    letter-spacing: .06em
}

.cont-pg .slot-opts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.cont-pg .slot-opts input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.cont-pg .slot-opts label {
    font-size: 14px;
    color: #fff9;
    letter-spacing: 0;
    padding: 8px 16px;
    border: 1px solid #ffffff26;
    border-radius: 0;
    cursor: pointer;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none
}

.cont-pg .slot-opts input[type="radio"]:checked+label {
    border-color: #518EE8;
    background: #518ee826;
    color: #FFF
}

.cont-pg .slot-opts label:hover {
    border-color: #518ee880;
    color: #FFF
}

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

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

.cont-pg .privacy-row span {
    font-size: 14px;
    color: #ffffff80;
    line-height: 1.55
}

.cont-pg .privacy-row a {
    color: #518EE8;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.cont-pg .privacy-row a:hover {
    opacity: .75
}

.cont-pg .privacy-row a:visited {
    opacity: .65
}

.cont-pg .submit-btn {
    background: #518EE8;
    color: #FFF;
    border: none;
    border-radius: 0;
    font-size: 16px;
    padding: 16px 48px;
    cursor: pointer;
    letter-spacing: .04em;
    align-self: flex-start;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 25px 0 #518ee81a
}

.cont-pg .submit-btn:hover {
    background: #3a78d4;
    box-shadow: 0 9px 60px 0 #518ee81a
}

.cont-pg .submit-btn:focus {
    outline: 2px solid #518EE8;
    outline-offset: 3px
}

.cont-pg .submit-btn:active {
    background: #2d65bf
}

.cont-pg .aside-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 48px
}

.cont-pg .aside-card {
    background: #ffffff0a;
    border: 1px solid #ffffff14;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 2px 6px 0 #2322340f
}

.cont-pg .aside-card-h {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #518EE8;
    margin: 0 0 16px
}

.cont-pg .aside-card p {
    font-size: 14px;
    color: #fff9;
    line-height: 1.55;
    margin: 0
}

.cont-pg .aside-card .accent-line {
    color: #518EE8;
    font-size: 16px;
    display: block;
    margin-bottom: 8px
}

.cont-pg .divider-tri {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 48px;
    max-width: 1366px;
    margin: 0 auto
}

.cont-pg .tri-shape {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #518EE8;
    margin-right: 16px;
    flex-shrink: 0
}

.cont-pg .tri-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #518ee866, transparent)
}

.cont-pg .bottom-strip {
    padding: 96px 0;
    position: relative
}

.cont-pg .bottom-strip::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #518EE8 40%, transparent)
}

.cont-pg .bottom-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 96px;
    align-items: center
}

.cont-pg .bottom-label-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cont-pg .bottom-h {
    font-size: 36px;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0;
    color: #FFF
}

.cont-pg .bottom-h em {
    color: #518EE8;
    font-style: normal
}

.cont-pg .bottom-note {
    font-size: 14px;
    color: #ffffff73;
    line-height: 1.55;
    margin: 0
}

.cont-pg .hours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.cont-pg .hour-cell {
    background: #518ee80f;
    border: 1px solid #518ee82e;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont-pg .hour-day {
    font-size: 14px;
    color: #ffffff73;
    letter-spacing: .08em;
    text-transform: uppercase
}

.cont-pg .hour-time {
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    line-height: 1.1
}

.cont-pg .hour-cell.accent {
    background: #518ee824;
    border-color: #518ee866
}

.cont-pg .hour-cell.accent .hour-time {
    color: #518EE8
}

.cont-pg .diamond-sep {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #518EE8;
    transform: rotate(45deg);
    margin: 0 8px;
    vertical-align: middle;
    flex-shrink: 0
}

@media (max-width: 1024px) {

    .cont-pg .reach-inner,
    .cont-pg .form-inner,
    .cont-pg .bottom-inner {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .cont-pg .reach-img-col {
        order: -1
    }

    .cont-pg .img-pan-wrap {
        height: 320px
    }

    .cont-pg .hours-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 640px) {

    .cont-pg .reach-inner,
    .cont-pg .form-inner,
    .cont-pg .bottom-inner {
        padding: 0 24px
    }

    .cont-pg .reach-h1 {
        font-size: 36px
    }

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

    .cont-pg .hours-grid {
        grid-template-columns: 1fr
    }

    .cont-pg .divider-tri {
        padding: 0 24px
    }

    .cont-pg .reach-strip,
    .cont-pg .bottom-strip {
        padding: 48px 0
    }
}

.prm {
    background: #232234;
    color: #FFF;
    overflow-x: clip;
    position: relative
}

.prm .pg-wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px
}

.prm .t-block {
    padding: 96px 0;
    position: relative
}

.prm .t-block__bg-circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.prm .t-block__bg-circles span {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #518ee814
}

.prm .t-block__bg-circles span:nth-child(1) {
    width: 420px;
    height: 420px;
    top: -80px;
    right: 120px;
    background: #518ee80a
}

.prm .t-block__bg-circles span:nth-child(2) {
    width: 240px;
    height: 240px;
    top: 40px;
    right: 260px;
    background: #518ee808
}

.prm .t-block__bg-circles span:nth-child(3) {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -60px;
    background: transparent
}

.prm .t-block__layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px
}

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

.prm .t-block__visual {
    flex: 0 0 480px;
    position: relative
}

.prm .t-block__img-wrap {
    width: 480px;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    animation: fadeImg .7s cubic-bezier(0.0, 0, 0.2, 1) .2s forwards
}

@keyframes fadeImg {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

.prm .t-block__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .t-block__img-wrap:hover img {
    filter: saturate(0)
}

.prm .t-block__label {
    font-size: 14px;
    line-height: 1.55;
    color: #518EE8;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.prm .t-block__h1 {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 700;
    margin: 0 0 24px;
    color: #FFF
}

.prm .t-block__h1 .punct {
    color: #518EE8
}

.prm .t-block__sub {
    font-size: 20px;
    line-height: 1.55;
    color: #ffffffb8;
    max-width: 440px;
    margin: 0 0 48px
}

.prm .t-block__curve {
    position: absolute;
    left: -32px;
    bottom: -24px;
    pointer-events: none
}

.prm .t-block__actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.prm .btn-pri {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #518EE8;
    color: #FFF;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    padding: 16px 48px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 4px 25px 0 #518ee81a;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .btn-pri:hover {
    background: #3a7ad4;
    box-shadow: 0 9px 60px 0 #518ee81a
}

.prm .btn-pri:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 3px
}

.prm .btn-sec-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 20px;
    border: 1px solid #518ee84d;
    background: transparent;
    cursor: pointer;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .btn-sec-icon:hover {
    border-color: #518EE8;
    background: #518ee814
}

.prm .btn-sec-icon:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 3px
}

.prm .btn-sec-icon svg {
    width: 20px;
    height: 20px;
    stroke: #518EE8;
    fill: none
}

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

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

.prm .support-sec {
    background: conic-gradient(from 220deg at 80% 60%, #518ee81f 0deg, #23223400 120deg, #518ee80f 240deg, #23223400 360deg);
    padding: 96px 0;
    position: relative
}

.prm .support-sec__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: start
}

.prm .support-sec__left {
    position: relative
}

.prm .support-sec__img-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 9px 60px 0 #2322341a
}

.prm .support-sec__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .support-sec__img-wrap:hover img {
    filter: saturate(0)
}

.prm .support-sec__notch {
    position: absolute;
    left: -8px;
    top: 48px;
    width: 4px;
    height: 80px;
    background: #518EE8;
    border-radius: 0
}

.prm .support-sec__right {
    padding-top: 16px
}

.prm .sec-label {
    font-size: 14px;
    line-height: 1.55;
    color: #518EE8;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.prm .support-sec__h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: .04em;
    color: #FFF;
    margin: 0 0 24px
}

.prm .support-sec__cols {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    margin-bottom: 24px
}

.prm .support-sec__main-p {
    font-size: 16px;
    line-height: 1.55;
    color: #fffc;
    margin: 0
}

.prm .support-sec__aside-p {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff8c;
    margin: 0
}

.prm .support-sec__accent-line {
    font-size: 16px;
    line-height: 1.55;
    color: #518EE8;
    font-weight: 500;
    margin: 0 0 24px
}

.prm .support-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

.prm .s-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 20px;
    background: #518ee80f;
    box-shadow: inset 0 2px 6px 0 #2322340f;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .s-item:hover {
    background: #518ee81c
}

.prm .s-item__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #518ee826;
    display: flex;
    align-items: center;
    justify-content: center
}

.prm .s-item__icon svg {
    width: 20px;
    height: 20px;
    stroke: #518EE8;
    fill: none
}

.prm .s-item__text {
    flex: 1 1 0;
    min-width: 0
}

.prm .s-item__title {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    color: #FFF;
    margin: 0 0 8px
}

.prm .s-item__desc {
    font-size: 14px;
    line-height: 1.55;
    color: #fff9;
    margin: 0
}

.prm .who-sec {
    padding: 96px 0;
    background: #FFF
}

.prm .who-sec__h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: .04em;
    color: #232234;
    margin: 0 0 16px
}

.prm .who-sec .sec-label {
    color: #518EE8
}

.prm .who-sec__intro {
    font-size: 20px;
    line-height: 1.55;
    color: #232234b3;
    max-width: 600px;
    margin: 0 0 48px
}

.prm .who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.prm .who-card {
    border-radius: 20px;
    padding: 48px;
    position: relative
}

.prm .who-card.fits {
    background: #232234;
    box-shadow: 0 4px 25px 0 #2322341a
}

.prm .who-card.nofits {
    background: #2322340f;
    border: 1px solid #2322341f
}

.prm .who-card__tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 24px
}

.prm .who-card.fits .who-card__tag {
    background: #518ee82e;
    color: #518EE8
}

.prm .who-card.nofits .who-card__tag {
    background: #2322341a;
    color: #23223480
}

.prm .who-card__h4 {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
    margin: 0 0 16px
}

.prm .who-card.fits .who-card__h4 {
    color: #FFF
}

.prm .who-card.nofits .who-card__h4 {
    color: #232234b3
}

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

.prm .who-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.55
}

.prm .who-card.fits .who-list li {
    color: #fffc
}

.prm .who-card.nofits .who-list li {
    color: #23223499
}

.prm .who-list li .dot {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 8px
}

.prm .who-card.fits .dot {
    background: #518EE8
}

.prm .who-card.nofits .dot {
    background: #2322344d
}

.prm .who-sec__img-wrap {
    margin-top: 48px;
    width: 100%;
    height: 280px;
    border-radius: 20px;
    overflow: hidden
}

.prm .who-sec__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: filter .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .who-sec__img-wrap:hover img {
    filter: saturate(0)
}

.prm .exp-sec {
    padding: 96px 0;
    background: #232234;
    position: relative
}

.prm .exp-sec__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.prm .exp-sec__bg-grad {
    position: absolute;
    width: 700px;
    height: 700px;
    top: -200px;
    left: -200px;
    background: conic-gradient(from 40deg at 30% 40%, #518ee812 0deg, transparent 180deg);
    border-radius: 50%
}

.prm .exp-sec__layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 96px;
    align-items: start
}

.prm .exp-sec__left {
    position: sticky;
    top: 48px
}

.prm .exp-sec__h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: .04em;
    color: #FFF;
    margin: 0 0 16px
}

.prm .exp-sec__note {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffff8c;
    margin: 0
}

.prm .exp-sec__right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.prm .tcard {
    border-radius: 20px;
    padding: 48px;
    background: #518ee80f;
    box-shadow: 0 2px 6px 0 #2322340f inset 0 2px 6px 0 #2322340f;
    display: flex;
    flex-direction: column;
    gap: 24px
}

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

.prm .tcard__portrait {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 64px
}

.prm .tcard__portrait img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: top
}

.prm .tcard__meta {
    flex: 1 1 0;
    min-width: 0
}

.prm .tcard__name {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    color: #FFF;
    margin: 0 0 8px
}

.prm .tcard__role {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff80;
    margin: 0
}

.prm .tcard__body {
    font-size: 16px;
    line-height: 1.55;
    color: #fffc;
    margin: 0
}

.prm .tcard__accent {
    font-size: 16px;
    line-height: 1.55;
    color: #518EE8;
    font-weight: 500;
    margin: 0
}

.prm .tcard__stats {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-top: 16px;
    border-top: 1px solid #518ee826
}

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

.prm .tcard__stat-val {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    color: #518EE8
}

.prm .tcard__stat-lbl {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff80
}

.prm .nums-sec {
    padding: 96px 0;
    background: conic-gradient(from 160deg at 20% 80%, #518ee81a 0deg, #23223400 100deg, #518ee80d 260deg, #23223400 360deg)
}

.prm .nums-sec__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: end;
    margin-bottom: 96px
}

.prm .nums-sec__h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: .04em;
    color: #FFF;
    margin: 0 0 16px
}

.prm .nums-sec__sub {
    font-size: 16px;
    line-height: 1.55;
    color: #fff9;
    margin: 0
}

.prm .nums-sec__aside {
    font-size: 20px;
    line-height: 1.55;
    color: #ffffffb8
}

.prm .nums-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.prm .n-item {
    border-radius: 20px;
    padding: 48px 24px;
    background: #518ee812;
    box-shadow: 0 2px 6px 0 #2322340f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .n-item:hover {
    background: #518ee821
}

.prm .n-item__icon {
    width: 48px;
    height: 48px;
    border-radius: 20px;
    background: #518ee826;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .n-item:hover .n-item__icon {
    transform: rotate(360deg)
}

.prm .n-item__icon svg {
    width: 24px;
    height: 24px;
    stroke: #518EE8;
    fill: none
}

.prm .n-item__val {
    font-size: 66px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.03em;
    color: #FFF
}

.prm .n-item__val span {
    color: #518EE8
}

.prm .n-item__lbl {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff8c;
    max-width: 160px
}

.prm .nums-sec__bottom {
    margin-top: 96px;
    padding-top: 48px;
    border-top: 1px solid #518ee81f;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: center
}

.prm .nums-sec__bottom-p {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffa6;
    margin: 0
}

.prm .nums-sec__bottom-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #518EE8;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .nums-sec__bottom-link:visited {
    opacity: .6
}

.prm .nums-sec__bottom-link:hover {
    opacity: .8
}

.prm .nums-sec__bottom-link svg {
    width: 18px;
    height: 18px;
    stroke: #518EE8;
    fill: none
}

@media (max-width: 1024px) {
    .prm .t-block__visual {
        flex: 0 0 360px
    }

    .prm .t-block__img-wrap {
        width: 360px;
        height: 360px
    }

    .prm .t-block__h1 {
        font-size: 48px
    }

    .prm .nums-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .prm .who-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .prm .pg-wrap {
        padding: 0 24px
    }

    .prm .t-block__layout {
        flex-direction: column-reverse
    }

    .prm .t-block__visual {
        flex: none;
        width: 100%
    }

    .prm .t-block__img-wrap {
        width: 100%;
        height: 280px
    }

    .prm .t-block__h1 {
        font-size: 36px
    }

    .prm .support-sec__layout {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .prm .exp-sec__layout {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .prm .exp-sec__left {
        position: static
    }

    .prm .nums-grid {
        grid-template-columns: 1fr 1fr
    }

    .prm .nums-sec__top {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .prm .nums-sec__bottom {
        grid-template-columns: 1fr
    }

    .prm .tcard__stats {
        flex-direction: column
    }

    .prm .support-sec__cols {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .prm .nums-grid {
        grid-template-columns: 1fr
    }

    .prm .n-item__val {
        font-size: 48px
    }
}

.anlx {
    background: #232234;
    color: #FFF;
    max-width: 100%;
    overflow-x: hidden
}

.anlx .pg-band {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px
}

.anlx .pg-top {
    padding: 96px 48px 48px;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px
}

.anlx .pg-top__label {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .12em;
    color: #518EE8;
    text-transform: uppercase;
    margin-bottom: 16px
}

.anlx .pg-top__h {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 200;
    margin: 0;
    color: #FFF
}

.anlx .pg-top__h span {
    color: #518EE8
}

.anlx .pg-top__desc {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffb3;
    max-width: 340px;
    margin: 0
}

.anlx .divider-wave {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

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

.anlx .posts-strip {
    padding: 48px 0 96px;
    background: #232234
}

.anlx .posts-grid {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.anlx .post-card {
    background: #518ee80f;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 25px 0 #518ee81a;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .25s cubic-bezier(0.0, 0, 0.2, 1);
    position: relative
}

.anlx .post-card:hover {
    box-shadow: 0 9px 60px 0 #518ee81a;
    transform: translateY(-4px)
}

.anlx .post-card__img-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative
}

.anlx .post-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.anlx .post-card:hover .post-card__img-wrap img {
    filter: saturate(0)
}

.anlx .post-card__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #518ee81f;
    pointer-events: none
}

.anlx .post-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.anlx .post-card__sub {
    font-size: 14px;
    line-height: 1.55;
    color: #518EE8;
    letter-spacing: .06em
}

.anlx .post-card__title {
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
    color: #FFF;
    margin: 0;
    letter-spacing: -.01em
}

.anlx .post-card__text {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffffa6;
    margin: 0;
    flex: 1
}

.anlx .post-card__link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.55;
    color: #518EE8;
    text-decoration: none;
    font-weight: 500;
    transition: opacity .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.anlx .post-card__link:visited {
    opacity: .6
}

.anlx .post-card__link:hover {
    opacity: .8
}

.anlx .post-card__link svg {
    flex-shrink: 0
}

.anlx .risk-band {
    padding: 96px 48px;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.anlx .risk-band__left {
    flex: 0 0 60%
}

.anlx .risk-band__right {
    flex: 0 0 calc(40% - 48px)
}

.anlx .risk-band__eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    color: #518EE8;
    text-transform: uppercase;
    margin-bottom: 16px
}

.anlx .risk-band__h {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 200;
    letter-spacing: -.02em;
    color: #FFF;
    margin: 0 0 24px
}

.anlx .risk-band__body {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffb8;
    margin: 0 0 24px
}

.anlx .risk-band__accent {
    font-size: 16px;
    line-height: 1.55;
    color: #518EE8;
    margin: 0 0 24px
}

.anlx .risk-meter {
    background: #518ee814;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 2px 6px 0 #2322340f
}

.anlx .risk-meter__label {
    font-size: 14px;
    color: #fff9;
    margin-bottom: 16px;
    letter-spacing: .05em
}

.anlx .risk-bar-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px
}

.anlx .risk-bar-row:last-child {
    margin-bottom: 0
}

.anlx .risk-bar-row__name {
    font-size: 14px;
    color: #fffc;
    min-width: 80px;
    flex-shrink: 0
}

.anlx .risk-bar-track {
    flex: 1;
    height: 8px;
    background: #ffffff14;
    border-radius: 0;
    overflow: hidden
}

.anlx .risk-bar-fill {
    height: 100%;
    border-radius: 0;
    transition: width .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.anlx .risk-bar-fill.low {
    background: #4ade80;
    width: 28%
}

.anlx .risk-bar-fill.med {
    background: #f59e0b;
    width: 56%
}

.anlx .risk-bar-fill.high {
    background: #f87171;
    width: 82%
}

.anlx .risk-bar-fill.crit {
    background: #ef4444;
    width: 95%
}

.anlx .risk-bar-row__val {
    font-size: 14px;
    color: #ffffff80;
    min-width: 32px;
    text-align: right
}

.anlx .noise-band {
    position: relative;
    background: #2a2840;
    padding: 96px 48px;
    animation: bg-osc 6s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

@keyframes bg-osc {
    from {
        background-color: #2a2840
    }

    to {
        background-color: #252338
    }
}

.anlx .noise-band::before {
    content: "";
    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.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    border-radius: 0
}

.anlx .noise-inner {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: center
}

.anlx .noise-img-col {
    flex: 0 0 40%
}

.anlx .noise-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 9px 60px 0 #518ee81a;
    position: relative
}

.anlx .noise-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: saturate(1);
    transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.anlx .noise-img-wrap:hover img {
    filter: saturate(0)
}

.anlx .noise-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #518ee826;
    pointer-events: none
}

.anlx .noise-text-col {
    flex: 1
}

.anlx .noise-text-col__eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    color: #518EE8;
    text-transform: uppercase;
    margin-bottom: 16px
}

.anlx .noise-text-col__h {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 200;
    letter-spacing: -.02em;
    color: #FFF;
    margin: 0 0 24px
}

.anlx .noise-text-col__p {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffb3;
    margin: 0 0 16px
}

.anlx .noise-text-col__accent {
    font-size: 16px;
    line-height: 1.55;
    color: #518EE8;
    margin: 0 0 24px
}

.anlx .cta-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background: #518EE8;
    color: #FFF;
    font-size: 16px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 25px 0 #518ee81a
}

.anlx .cta-btn:hover {
    background: #3a77d4;
    box-shadow: 0 9px 60px 0 #518ee81a
}

.anlx .cta-btn:focus {
    outline: 2px solid #518EE8;
    outline-offset: 3px
}

.anlx .outline-deco {
    position: absolute;
    pointer-events: none;
    opacity: .06
}

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

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

@media (max-width: 1024px) {
    .anlx .posts-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .anlx .risk-band {
        flex-direction: column
    }

    .anlx .risk-band__left,
    .anlx .risk-band__right {
        flex: unset;
        width: 100%
    }

    .anlx .noise-inner {
        flex-direction: column
    }

    .anlx .noise-img-col {
        flex: unset;
        width: 100%
    }
}

@media (max-width: 680px) {
    .anlx .posts-grid {
        grid-template-columns: 1fr;
        padding: 0 24px
    }

    .anlx .pg-top {
        flex-direction: column;
        padding: 48px 24px 24px;
        gap: 24px
    }

    .anlx .pg-top__h {
        font-size: 36px
    }

    .anlx .risk-band,
    .anlx .noise-band {
        padding: 48px 24px
    }

    .anlx .pg-band {
        padding: 0 24px
    }
}

.avail-pg {
    background: #232234;
    color: #FFF;
    overflow-x: clip;
    position: relative
}

.avail-pg .schema-block {
    display: none
}

.avail-pg .diagonal-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(127deg, #232234 58%, #1e2a42 100%);
    pointer-events: none;
    z-index: 0
}

.avail-pg .drift-pattern {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(127deg, #518ee80a 0px, #518ee80a 1px, transparent 1px, transparent 48px);
    animation: driftShift 18s linear infinite;
    pointer-events: none;
    z-index: 0
}

@keyframes driftShift {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 96px 96px
    }
}

.avail-pg .pg-intro {
    position: relative;
    z-index: 1;
    padding: 96px 48px;
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 96px;
    align-items: start
}

.avail-pg .pg-intro .img-col {
    position: relative
}

.avail-pg .pg-intro .img-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 9px 60px 0 #518ee81a
}

.avail-pg .pg-intro .img-frame::before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    width: 120px;
    height: 120px;
    border-top: 2px solid #518ee880;
    border-left: 2px solid #518ee880;
    border-radius: 0;
    z-index: 2;
    pointer-events: none
}

.avail-pg .pg-intro .img-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(conic-gradient(from 210deg at 90% 10%, #518ee859 0deg, transparent 80deg));
    pointer-events: none;
    z-index: 1
}

.avail-pg .pg-intro .img-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.9);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.avail-pg .pg-intro .img-frame:hover img {
    filter: saturate(0)
}

.avail-pg .pg-intro .deco-line-v {
    position: absolute;
    bottom: -48px;
    right: -24px;
    width: 2px;
    height: 80px;
    background: linear-gradient(to bottom, #518ee899, transparent)
}

.avail-pg .pg-intro .txt-col {
    position: relative;
    padding-top: 16px
}

.avail-pg .pg-intro .faded-mark {
    position: absolute;
    top: -16px;
    left: -48px;
    font-size: 200px;
    line-height: 1.1;
    color: #518ee80f;
    font-weight: 700;
    letter-spacing: -8px;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.avail-pg .pg-intro .accent-phrase {
    display: inline-block;
    color: #518EE8;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.avail-pg .pg-intro h1 {
    font-size: 66px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.03em;
    margin: 0 0 24px;
    position: relative;
    z-index: 1;
    color: #FFF
}

.avail-pg .pg-intro .lead-text {
    font-size: 20px;
    line-height: 1.55;
    color: #ffffffd1;
    margin: 0 0 24px;
    position: relative;
    z-index: 1
}

.avail-pg .pg-intro .body-text {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffa6;
    margin: 0;
    position: relative;
    z-index: 1
}

.avail-pg .divider-thick {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px
}

.avail-pg .divider-thick span {
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #518EE8 0%, #518ee826 100%);
    border-radius: 0
}

.avail-pg .access-grid-sec {
    position: relative;
    z-index: 1;
    padding: 96px 48px;
    max-width: 1366px;
    margin: 0 auto
}

.avail-pg .access-grid-sec .sec-label {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #518ee8cc;
    margin-bottom: 8px
}

.avail-pg .access-grid-sec h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: .04em;
    color: #FFF;
    margin: 0 0 48px
}

.avail-pg .access-grid-sec .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px
}

.avail-pg .access-grid-sec .acc-card {
    background: #518ee80f;
    border-radius: 20px;
    padding: 48px 24px 24px;
    position: relative;
    box-shadow: 0 4px 25px 0 #2322341a;
    border-top: 1px solid #518ee826;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.avail-pg .access-grid-sec .acc-card:hover {
    background: #518ee81a;
    box-shadow: 0 9px 60px 0 #518ee81a
}

.avail-pg .access-grid-sec .acc-card .num-stat {
    font-size: 66px;
    line-height: 1.1;
    font-weight: 700;
    color: #518EE8;
    letter-spacing: -.03em;
    margin-bottom: 8px
}

.avail-pg .access-grid-sec .acc-card .fill-bar {
    height: 2px;
    background: #518ee826;
    border-radius: 0;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden
}

.avail-pg .access-grid-sec .acc-card .fill-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #518EE8;
    border-radius: 0
}

.avail-pg .access-grid-sec .acc-card h4 {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    color: #FFF;
    margin: 0 0 8px
}

.avail-pg .access-grid-sec .acc-card p {
    font-size: 14px;
    line-height: 1.55;
    color: #fff9;
    margin: 0
}

.avail-pg .access-grid-sec .code-display {
    background: #232234f2;
    border-radius: 20px;
    padding: 24px 48px;
    border: 1px solid #518ee82e;
    box-shadow: inset 0 4px 6px 0 #2322342e 0 2px 6px 0 #518ee80f;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.avail-pg .access-grid-sec .code-display .code-label {
    font-size: 14px;
    color: #518ee8b3;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.avail-pg .access-grid-sec .code-block {
    font-size: 14px;
    line-height: 2;
    color: #ffffffbf;
    font-family: monospace
}

.avail-pg .access-grid-sec .code-block .ck {
    color: #518EE8
}

.avail-pg .access-grid-sec .code-block .cv {
    color: #ffffff80
}

.avail-pg .access-grid-sec .code-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffb3
}

.avail-pg .access-grid-sec .code-desc strong {
    color: #518EE8;
    font-weight: 600
}

.avail-pg .team-sec {
    position: relative;
    z-index: 1;
    background: linear-gradient(127deg, #518ee814 0%, #23223400 60%);
    padding: 96px 48px
}

.avail-pg .team-sec .team-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 96px;
    align-items: start
}

.avail-pg .team-sec .team-txt h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: .04em;
    color: #FFF;
    margin: 0 0 24px
}

.avail-pg .team-sec .team-txt .accent-line {
    font-size: 20px;
    line-height: 1.55;
    color: #518EE8;
    margin-bottom: 16px
}

.avail-pg .team-sec .team-txt p {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffad;
    margin: 0 0 16px
}

.avail-pg .team-sec .team-txt p:last-child {
    margin-bottom: 0
}

.avail-pg .team-sec .portrait-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.avail-pg .team-sec .portrait-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    background: #23223499;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 2px 6px 0 #2322340f;
    border: 1px solid #518ee81a;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.avail-pg .team-sec .portrait-item:hover {
    border-color: #518ee852
}

.avail-pg .team-sec .portrait-img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
    filter: saturate(0.85);
    transition: filter .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.avail-pg .team-sec .portrait-item:hover .portrait-img {
    filter: saturate(0)
}

.avail-pg .team-sec .portrait-meta h5 {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    color: #FFF;
    margin: 0 0 4px
}

.avail-pg .team-sec .portrait-meta span {
    font-size: 14px;
    line-height: 1.55;
    color: #518ee8cc
}

.avail-pg .team-sec .portrait-meta p {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff8c;
    margin: 4px 0 0
}

.avail-pg .deco-lines-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.avail-pg .deco-lines-frame::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    border-top: 1px solid #518ee812;
    border-bottom: 1px solid #518ee812
}

.avail-pg .team-sec {
    position: relative
}

@media (max-width: 1024px) {
    .avail-pg .pg-intro {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 48px 24px
    }

    .avail-pg .pg-intro h1 {
        font-size: 36px
    }

    .avail-pg .pg-intro .faded-mark {
        display: none
    }

    .avail-pg .access-grid-sec {
        padding: 48px 24px
    }

    .avail-pg .access-grid-sec .grid-3 {
        grid-template-columns: 1fr
    }

    .avail-pg .access-grid-sec .code-display {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px
    }

    .avail-pg .team-sec .team-inner {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .avail-pg .team-sec {
        padding: 48px 24px
    }

    .avail-pg .divider-thick {
        padding: 0 24px
    }
}

@media (max-width: 600px) {
    .avail-pg .pg-intro h1 {
        font-size: 26px
    }

    .avail-pg .access-grid-sec h2 {
        font-size: 26px
    }

    .avail-pg .team-sec .team-txt h2 {
        font-size: 26px
    }
}

.abt-us {
    background: #232234;
    color: #FFF;
    overflow-x: clip;
    position: relative
}

.abt-us .schema-data {
    display: none
}

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

.abt-us .pg-limit--narrow {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 96px
}

.abt-us .opener {
    padding: 96px 0;
    position: relative;
    background: conic-gradient(from 220deg at 8% 15%, #518EE8 0deg, #232234 60deg, #2a2740 180deg, #232234 280deg, #518EE8 360deg);
    overflow: hidden
}

.abt-us .opener__shapes {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.abt-us .opener__circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #518ee81f
}

.abt-us .opener__circle--a {
    width: 480px;
    height: 480px;
    right: -120px;
    top: -160px
}

.abt-us .opener__circle--b {
    width: 320px;
    height: 320px;
    right: -40px;
    top: -80px
}

.abt-us .opener__circle--c {
    width: 160px;
    height: 160px;
    right: 40px;
    top: 0
}

.abt-us .opener__bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #518EE8, transparent);
    opacity: .4
}

.abt-us .opener__body {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1
}

.abt-us .opener__eyebrow {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .22em;
    color: #518EE8;
    text-transform: uppercase;
    font-weight: 500
}

.abt-us .opener__h1 {
    font-size: 66px;
    line-height: 1.1;
    letter-spacing: -.03em;
    font-weight: 200;
    color: #FFF;
    max-width: 820px;
    margin: 0
}

.abt-us .opener__h1 em {
    font-style: normal;
    color: #518EE8;
    font-weight: 600
}

.abt-us .opener__arc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 560px
}

.abt-us .opener__lead {
    font-size: 20px;
    line-height: 1.55;
    color: #ffffffbf;
    margin: 0
}

.abt-us .opener__close {
    font-size: 16px;
    line-height: 1.55;
    color: #518EE8;
    margin: 0;
    font-weight: 500
}

.abt-us .story {
    padding: 96px 0;
    background: #2a2740;
    position: relative
}

.abt-us .story__divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.abt-us .story__divider-top svg {
    display: block;
    width: 100%
}

.abt-us .story__rows {
    display: flex;
    flex-direction: column;
    gap: 96px
}

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

.abt-us .story__row--flip {
    direction: ltr
}

.abt-us .story__row--flip .story__img-col {
    order: 2
}

.abt-us .story__row--flip .story__text-col {
    order: 1
}

.abt-us .story__img-col {
    position: relative
}

.abt-us .story__img-frame {
    border: 2px solid #518ee84d;
    padding: 8px;
    position: relative
}

.abt-us .story__img-frame::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 48px;
    height: 48px;
    border-top: 2px solid #518EE8;
    border-left: 2px solid #518EE8;
    pointer-events: none
}

.abt-us .story__img-frame::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 48px;
    height: 48px;
    border-bottom: 2px solid #518EE8;
    border-right: 2px solid #518EE8;
    pointer-events: none
}

.abt-us .story__img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.85);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .story__img:hover {
    filter: saturate(0.2)
}

.abt-us .story__text-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .story__caption {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .18em;
    color: #518EE8;
    text-transform: uppercase
}

.abt-us .story__h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 200;
    color: #FFF;
    margin: 0
}

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

.abt-us .story__main-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

.abt-us .story__p--accent {
    font-size: 16px;
    line-height: 1.55;
    color: #518EE8;
    margin: 0
}

.abt-us .story__aside {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff73;
    padding: 16px;
    background: #518ee80f;
    box-shadow: inset 0 2px 6px 0 #2322340f
}

.abt-us .story__concentric {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    pointer-events: none;
    opacity: .06
}

.abt-us .metrics {
    padding: 96px 0;
    background: linear-gradient(0deg, #232234 0%, #2e2b4a 100%);
    position: relative;
    overflow: hidden
}

.abt-us .metrics__radial {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    pointer-events: none;
    opacity: .07
}

.abt-us .metrics__divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0
}

.abt-us .metrics__divider-top svg {
    display: block;
    width: 100%
}

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

.abt-us .metrics__left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .metrics__caption {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .18em;
    color: #518EE8;
    text-transform: uppercase
}

.abt-us .metrics__h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 200;
    color: #FFF;
    margin: 0
}

.abt-us .metrics__desc {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffad;
    margin: 0
}

.abt-us .metrics__desc--accent {
    font-size: 16px;
    line-height: 1.55;
    color: #518EE8;
    margin: 0
}

.abt-us .metrics__bars {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 8px
}

.abt-us .m-bar {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .m-bar__label-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.abt-us .m-bar__label {
    font-size: 14px;
    line-height: 1.55;
    color: #fff9;
    letter-spacing: .04em
}

.abt-us .m-bar__val {
    font-size: 14px;
    line-height: 1.55;
    color: #518EE8;
    font-weight: 600
}

.abt-us .m-bar__track {
    height: 6px;
    background: #518ee81f;
    box-shadow: inset 0 2px 4px 0 #2322341a;
    position: relative
}

.abt-us .m-bar__fill {
    height: 100%;
    background: linear-gradient(90deg, #518EE8, #518ee880);
    animation: bar-grow .8s cubic-bezier(0.0, 0, 0.2, 1) forwards;
    transform-origin: left
}

@keyframes bar-grow {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.abt-us .metrics__right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .ring-wrap {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center
}

.abt-us .ring-chart {
    flex-shrink: 0;
    position: relative;
    width: 120px;
    height: 120px
}

.abt-us .ring-chart svg {
    transform: rotate(-90deg)
}

.abt-us .ring-chart__label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.abt-us .ring-chart__pct {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    color: #FFF
}

.abt-us .ring-chart__sub {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff73
}

.abt-us .ring-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .ring-info__h {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    color: #FFF;
    margin: 0
}

.abt-us .ring-info__p {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff8c;
    margin: 0
}

.abt-us .metrics__img-block {
    position: relative
}

.abt-us .metrics__img-frame {
    border: 2px solid #518ee840;
    padding: 8px
}

.abt-us .metrics__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.8);
    transition: filter .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .metrics__img:hover {
    filter: saturate(0.15)
}

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

.abt-us .team__divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0
}

.abt-us .team__divider-top svg {
    display: block;
    width: 100%
}

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

.abt-us .team__left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .team__caption {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .18em;
    color: #518EE8;
    text-transform: uppercase
}

.abt-us .team__h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 200;
    color: #FFF;
    margin: 0
}

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

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

.abt-us .team__p {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffb3;
    margin: 0
}

.abt-us .team__p--accent {
    font-size: 16px;
    line-height: 1.55;
    color: #518EE8;
    margin: 0
}

.abt-us .team__side {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff6b;
    padding: 16px;
    background: #518ee80d;
    box-shadow: inset 0 3px 6px 0 #23223414
}

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

.abt-us .team__link {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff8c;
    text-decoration: none;
    letter-spacing: .06em;
    padding: 8px 16px;
    background: #518ee814;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .team__link:visited {
    opacity: .6
}

.abt-us .team__link:hover {
    color: #FFF;
    background: #518ee82e
}

.abt-us .team__right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .portrait-card {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .portrait-card__img-wrap {
    width: 100%;
    aspect-ratio: 7/9;
    overflow: hidden;
    box-shadow: 0 4px 25px 0 #518ee81a;
    border: 2px solid #518ee833;
    animation: glow-border 1.8s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

@keyframes glow-border {
    from {
        box-shadow: 0 0 0 0 #518ee800;
        border-color: #518ee800
    }

    to {
        box-shadow: 0 4px 25px 0 #518ee81a;
        border-color: #518ee833
    }
}

.abt-us .portrait-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    filter: saturate(0.75);
    transition: filter .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .portrait-card__img:hover {
    filter: saturate(0.1)
}

.abt-us .portrait-card__name {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 400;
    color: #FFF;
    margin: 0
}

.abt-us .portrait-card__role {
    font-size: 14px;
    line-height: 1.55;
    color: #518EE8;
    letter-spacing: .08em
}

.abt-us .portrait-card__quote {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff80;
    font-style: italic;
    padding: 16px;
    background: #518ee80f;
    box-shadow: inset 0 2px 5px 0 #23223414;
    margin: 0
}

.abt-us .team__concentric {
    position: absolute;
    bottom: 48px;
    left: -60px;
    width: 200px;
    height: 200px;
    pointer-events: none;
    opacity: .05
}

@media (max-width: 900px) {

    .abt-us .pg-limit,
    .abt-us .pg-limit--narrow {
        padding: 0 24px
    }

    .abt-us .opener__body {
        padding: 0 24px
    }

    .abt-us .opener__h1 {
        font-size: 36px
    }

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

    .abt-us .story__row--flip .story__img-col {
        order: 0
    }

    .abt-us .story__row--flip .story__text-col {
        order: 0
    }

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

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

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

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

@media (max-width: 600px) {
    .abt-us .opener {
        padding: 48px 0
    }

    .abt-us .story,
    .abt-us .metrics,
    .abt-us .team {
        padding: 48px 0
    }

    .abt-us .opener__h1 {
        font-size: 26px
    }

    .abt-us .story__h2,
    .abt-us .metrics__h2,
    .abt-us .team__h2 {
        font-size: 26px
    }
}

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

.success-pg .success-wrap {
    max-width: 1366px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px
}

.success-pg .icon-ring {
    width: 96px;
    height: 96px;
    border-radius: 20px;
    background: conic-gradient(from 200deg at 30% 70%, #518ee82e 0deg, #23223400 180deg, #518ee81f 360deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 25px 0 #518ee81a inset 0 2px 6px 0 #518ee814;
    border: 1.5px solid #518ee838
}

.success-pg .icon-ring svg {
    display: block
}

.success-pg .success-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    max-width: 560px
}

.success-pg .success-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #FFF;
    margin: 0
}

.success-pg .success-title span {
    color: #518EE8
}

.success-pg .success-note {
    font-size: 16px;
    line-height: 1.55;
    color: #ffffffb8;
    margin: 0
}

.success-pg .divider-line {
    width: 48px;
    height: 2px;
    background: #518ee866;
    border-radius: 0
}

.success-pg .success-meta {
    font-size: 14px;
    line-height: 1.55;
    color: #ffffff6b;
    margin: 0
}

.success-pg .back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 48px;
    background: #518EE8;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
    border-radius: 20px;
    box-shadow: 0 9px 60px 0 #518ee81a;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.success-pg .back-link:hover {
    background: #3a78d4;
    box-shadow: 0 4px 25px 0 #518ee838
}

.success-pg .back-link:focus-visible {
    outline: 2px solid #518EE8;
    outline-offset: 4px
}

.success-pg .back-link svg {
    flex-shrink: 0
}