@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/300.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/500.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/source-code-pro@latest/700.css";

*,
::before,
::after {
    content: none;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    min-height: 100dvh;
    overflow-x: hidden;
    font-family: 'Source Code Pro', monospace
}

.pg-head {
    background: linear-gradient(160deg, #F6F6FA 0%, #e8e8f4 60%, #d4d0ee 100%);
    border-bottom: 1px solid #aaa6d859;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    position: relative
}

.pg-head::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3D7BAF 0%, #AAA6D8 60%, #3D7BAF 100%);
    pointer-events: none
}

.nav-strip {
    background: #3d7baf12;
    border-bottom: 1px solid #aaa6d847
}

.nav-strip__hold {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 44px
}

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

.nav-strip__item {
    display: flex
}

.nav-strip__lnk {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #2a2a3e;
    text-decoration: none;
    border-radius: 8px;
    transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    white-space: nowrap
}

.nav-strip__lnk:hover {
    background: #3d7baf1f;
    color: #3D7BAF
}

.nav-strip__lnk:focus-visible {
    outline: 2px solid #3D7BAF;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #3d7baf2e
}

.nav-strip__lnk--active {
    color: #3D7BAF;
    background: #3d7baf1a
}

.brand-bar {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 32px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.brand-id {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0
}

.brand-id__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 48px;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #aaa6d866;
    box-shadow: inset 0 2px 6px 0 #aaa6d838 0 3px 3px 0 #3d7baf0d;
    padding: 8px;
    flex-shrink: 0
}

.brand-id__mark img {
    width: 46px;
    height: 36px;
    object-fit: contain;
    object-position: center;
    display: block
}

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

.brand-id__name {
    font-family: 'Source Code Pro', monospace;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    color: #3D7BAF;
    letter-spacing: 0
}

.brand-id__tag {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #4a4a6a
}

.status-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #3d7baf14;
    border: 1px solid #3d7baf38;
    border-radius: 22px;
    box-shadow: inset 0 1px 4px 0 #3d7baf14;
    flex-shrink: 0
}

.status-pill__dot {
    width: 8px;
    height: 8px;
    border-radius: 22px;
    background: #3D7BAF;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px #3d7baf2e
}

.status-pill__label {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #3D7BAF;
    white-space: nowrap
}

.pg-foot {
    background: linear-gradient(170deg, #2a2a3e 0%, #1e1e30 100%);
    border-top: 3px solid #3D7BAF;
    box-shadow: 0 -5px 20px 0 #3d7baf1a
}

.foot-hold {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 32px 32px
}

.foot-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px
}

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

.foot-brand__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 48px;
    background: #ffffff14;
    border-radius: 22px;
    border: 1px solid #aaa6d840;
    box-shadow: inset 0 2px 6px 0 #aaa6d81f 0 3px 3px 0 #3d7baf0d;
    padding: 8px
}

.foot-brand__mark img {
    width: 46px;
    height: 36px;
    object-fit: contain;
    object-position: center;
    display: block
}

.foot-brand__name {
    font-family: 'Source Code Pro', monospace;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #AAA6D8
}

.foot-brand__desc {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #f6f6faa6
}

.foot-col__heading {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #AAA6D8;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #aaa6d833;
    border-left: 3px solid #3D7BAF;
    padding-left: 8px;
    border-radius: 2px
}

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

.foot-col__lnk {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #f6f6fab8;
    text-decoration: none;
    display: inline-block;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.foot-col__lnk:hover {
    color: #F6F6FA
}

.foot-col__lnk:focus-visible {
    outline: 2px solid #AAA6D8;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #aaa6d82e;
    border-radius: 2px
}

.foot-contact__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px
}

.foot-contact__label {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #aaa6d8b3
}

.foot-contact__val {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #f6f6fab8;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.foot-contact__val:hover {
    color: #F6F6FA
}

.foot-contact__val:focus-visible {
    outline: 2px solid #AAA6D8;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #aaa6d82e;
    border-radius: 2px
}

.foot-base {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 32px;
    border-top: 1px solid #aaa6d82e;
    flex-wrap: wrap
}

.foot-base__copy {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #f6f6fa73
}

.foot-base__legal {
    display: flex;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.foot-base__llnk {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #f6f6fa73;
    text-decoration: none;
    transition: color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.foot-base__llnk:hover {
    color: #f6f6facc
}

.foot-base__llnk:focus-visible {
    outline: 2px solid #AAA6D8;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #aaa6d82e;
    border-radius: 2px
}

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

    .brand-bar {
        padding: 24px 24px 20px;
        gap: 16px
    }

    .nav-strip__hold {
        padding: 0 24px;
        justify-content: flex-start
    }

    .nav-strip__list {
        gap: 4px
    }
}

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

    .brand-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        gap: 12px
    }

    .status-pill {
        align-self: flex-start
    }

    .nav-strip__hold {
        padding: 0 16px
    }

    .nav-strip__lnk {
        font-size: 14px;
        padding: 8px
    }

    .foot-hold {
        padding: 32px 16px 24px
    }

    .foot-base {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

.policy-page {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 32px;
    color: #2d2d3a;
    background: #fff
}

.policy-page h1 {
    font-size: 42px;
    line-height: 1.1;
    color: #3D7BAF;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #F6F6FA
}

.policy-page h2 {
    font-size: 22px;
    line-height: 1.4;
    color: #3D7BAF;
    margin-top: 48px;
    margin-bottom: 16px
}

.policy-page h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #AAA6D8;
    margin-top: 32px;
    margin-bottom: 12px
}

.policy-page h4 {
    font-size: 15px;
    line-height: 1.4;
    color: #2d2d3a;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.policy-page h5 {
    font-size: 14px;
    line-height: 1.4;
    color: #2d2d3a;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.policy-page h6 {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a72;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px
}

.policy-page p {
    font-size: 15px;
    line-height: 1.6;
    color: #2d2d3a;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 72ch
}

.policy-page strong,
.policy-page b {
    font-weight: 700;
    color: #2d2d3a
}

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

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

.policy-page a:hover {
    color: #AAA6D8;
    text-decoration-color: #AAA6D8
}

.policy-page a:visited {
    color: #7a74b8
}

.policy-page hr {
    border: none;
    border-top: 1px solid #F6F6FA;
    margin: 48px 0;
    background: none
}

.policy-page div {
    font-size: 15px;
    line-height: 1.6
}

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

    .policy-page h1 {
        font-size: 42px
    }
}

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

    .policy-page h1 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 16px;
        padding-bottom: 12px
    }

    .policy-page h2 {
        font-size: 18px;
        margin-top: 32px;
        margin-bottom: 12px
    }

    .policy-page h3 {
        font-size: 15px;
        margin-top: 16px;
        margin-bottom: 8px
    }

    .policy-page h4,
    .policy-page h5,
    .policy-page h6 {
        font-size: 14px;
        margin-top: 12px
    }

    .policy-page p {
        font-size: 14px;
        max-width: 100%
    }

    .policy-page div {
        font-size: 14px
    }

    .policy-page hr {
        margin: 32px 0
    }
}

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

.ctpg__inner {
    max-width: 1400px;
    margin: 0 auto
}

.ctpg__geo {
    position: absolute;
    width: 340px;
    height: 340px;
    border: 2px solid #3d7baf14;
    border-radius: 22px;
    top: 50%;
    right: -80px;
    transform: translateY(-50%) rotate(0deg);
    animation: geo-spin 28s linear infinite;
    pointer-events: none;
    z-index: 0
}

.ctpg__geo--inner {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid #aaa6d81f;
    border-radius: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(22deg);
    animation: geo-spin-rev 18s linear infinite;
    pointer-events: none
}

@keyframes geo-spin {
    to {
        transform: translateY(-50%) rotate(360deg)
    }
}

@keyframes geo-spin-rev {
    to {
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

.ctpg__split {
    display: flex;
    flex-direction: row;
    min-height: 520px;
    position: relative;
    background: #fff;
    overflow: hidden
}

.ctpg__left {
    flex: 0 0 60%;
    padding: 48px 48px 64px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ctpg__right {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.ctpg__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: .55;
    display: block
}

.ctpg__faded-num {
    position: absolute;
    font-size: 220px;
    font-weight: 900;
    color: #3d7baf0d;
    line-height: 1.1;
    bottom: -32px;
    left: -16px;
    pointer-events: none;
    z-index: 0;
    letter-spacing: -8px;
    user-select: none
}

.ctpg__label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #3D7BAF;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.ctpg__h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    color: #1a2a3a;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.ctpg__h1 span {
    color: #3D7BAF
}

.ctpg__sub {
    font-size: 18px;
    line-height: 1.6;
    color: #2c3e50;
    max-width: 480px;
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
    text-align: left
}

.ctpg__meta {
    display: flex;
    flex-direction: row;
    gap: 32px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.ctpg__meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctpg__meta-key {
    font-size: 14px;
    color: #5a7a9a;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600
}

.ctpg__meta-val {
    font-size: 15px;
    color: #1a2a3a;
    font-weight: 500
}

.ctpg__meta-val a {
    color: #3D7BAF;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 2px;
    transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), color .25s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    background: linear-gradient(to right, #3d7baf00 0%, #3d7baf00 100%);
    background-size: 0 100%;
    background-repeat: no-repeat
}

.ctpg__meta-val a:hover {
    background: #3d7baf1a;
    color: #2a5a8a
}

.ctpg__form-sec {
    background: #F6F6FA;
    position: relative;
    padding: 48px 0;
    animation: edge-glow 6s ease-in-out infinite
}

@keyframes edge-glow {

    0%,
    100% {
        box-shadow: 0 0 0 0 #3d7baf00
    }

    50% {
        box-shadow: 0 3px 3px 0 #3d7baf0d inset 0 0 32px 0 #3d7baf08
    }
}

.ctpg__form-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.ctpg__form-left {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px
}

.ctpg__form-h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: #1a2a3a;
    text-transform: uppercase;
    letter-spacing: .04em
}

.ctpg__form-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    text-align: justified
}

.ctpg__legend {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ctpg__legend-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 3px 0 #3d7baf0d;
    position: relative
}

.ctpg__legend-item::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    flex-shrink: 0
}

.ctpg__legend-item--blue::before {
    background: #3D7BAF
}

.ctpg__legend-item--violet::before {
    background: #AAA6D8
}

.ctpg__legend-item--soft::before {
    background: #c8e0f4
}

.ctpg__legend-text {
    font-size: 14px;
    color: #2c3e50;
    line-height: 1.4
}

.ctpg__form-right {
    flex: 1 1 0
}

.ctpg__form {
    background: #fff;
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

.ctpg__lbl {
    font-size: 14px;
    font-weight: 600;
    color: #1a2a3a;
    letter-spacing: .04em
}

.ctpg__lbl span {
    color: #3D7BAF
}

.ctpg__input {
    font-size: 15px;
    line-height: 1.6;
    color: #1a2a3a;
    background: #F6F6FA;
    border: 1.5px solid #3d7baf2e;
    border-radius: 8px;
    padding: 12px 16px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: inset 0 2px 4px 0 #3d7baf0a
}

.ctpg__input::placeholder {
    color: #8aabb8
}

.ctpg__input:focus {
    border-color: #3D7BAF;
    box-shadow: 0 0 0 3px #3d7baf1a inset 0 2px 4px 0 #3d7baf0a;
    background: #fff
}

.ctpg__select {
    font-size: 15px;
    line-height: 1.6;
    color: #1a2a3a;
    background: #F6F6FA;
    border: 1.5px solid #3d7baf2e;
    border-radius: 8px;
    padding: 12px 16px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    cursor: pointer;
    transition: border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: inset 0 2px 4px 0 #3d7baf0a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233D7BAF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px
}

.ctpg__select:focus {
    border-color: #3D7BAF;
    box-shadow: 0 0 0 3px #3d7baf1a inset 0 2px 4px 0 #3d7baf0a;
    background-color: #fff
}

.ctpg__consent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #3d7baf0a;
    border-radius: 8px
}

.ctpg__checkbox {
    width: 18px;
    height: 18px;
    accent-color: #3D7BAF;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer
}

.ctpg__consent-text {
    font-size: 14px;
    line-height: 1.6;
    color: #2c3e50
}

.ctpg__consent-text a {
    color: #3D7BAF;
    text-decoration: underline;
    text-decoration-color: #3d7baf66;
    transition: text-decoration-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ctpg__consent-text a:hover {
    text-decoration-color: #3D7BAF
}

.ctpg__btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #3D7BAF;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 16px 32px;
    cursor: pointer;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    transition: background .28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-self: flex-start
}

.ctpg__btn:hover {
    background: #2a5a8a;
    box-shadow: 0 10px 48px 0 #3d7baf1f;
    transform: translateY(-2px)
}

.ctpg__btn:hover .ctpg__btn-icon {
    transform: translateX(5px)
}

.ctpg__btn:focus {
    outline: 3px solid #3d7baf66;
    outline-offset: 2px
}

.ctpg__btn:active {
    transform: translateY(0);
    background: #1e4a72
}

.ctpg__btn-icon {
    display: inline-block;
    transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ctpg__info-sec {
    padding: 48px 0;
    background: #fff;
    position: relative
}

.ctpg__info-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: stretch
}

.ctpg__info-card {
    flex: 1 1 0;
    background: #F6F6FA;
    border-radius: 22px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 3px 3px 0 #3d7baf0d;
    position: relative;
    overflow: hidden;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ctpg__info-card:hover {
    box-shadow: 0 10px 48px 0 #3d7baf1f;
    transform: translateY(-4px)
}

.ctpg__info-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(233deg, #3D7BAF 0%, #3d7baf26 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ctpg__info-icon svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ctpg__info-h {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #3D7BAF
}

.ctpg__info-body {
    font-size: 15px;
    line-height: 1.6;
    color: #1a2a3a
}

.ctpg__info-body a {
    color: #3D7BAF;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 2px;
    transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ctpg__info-body a:hover {
    background: #3d7baf1a
}

.ctpg__info-note {
    font-size: 14px;
    color: #5a7a9a;
    line-height: 1.4
}

.ctpg__info-accent {
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: linear-gradient(233deg, #3d7baf14 0%, #aaa6d80f 100%);
    transform: rotate(20deg);
    pointer-events: none
}

.ctpg__img2-wrap {
    flex: 0 0 340px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    position: relative
}

.ctpg__img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    min-height: 280px
}

.ctpg__reveal-wrap {
    position: relative
}

.ctpg__overlay {
    position: absolute;
    inset: 0;
    background: #3d7bafb8;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .32s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 2
}

.ctpg__overlay-txt {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center;
    padding: 16px;
    line-height: 1.4
}

.ctpg__reveal-check {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.ctpg__reveal-label {
    display: block;
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 3;
    border-radius: 22px
}

@media (max-width: 1024px) {
    .ctpg__split {
        flex-direction: column
    }

    .ctpg__left {
        flex: none;
        padding: 48px 32px 32px
    }

    .ctpg__right {
        flex: none;
        height: 280px
    }

    .ctpg__form-wrap {
        flex-direction: column;
        padding: 0 32px;
        gap: 32px
    }

    .ctpg__form-left {
        flex: none
    }

    .ctpg__info-inner {
        flex-direction: column;
        padding: 0 32px
    }

    .ctpg__img2-wrap {
        flex: none;
        height: 220px
    }

    .ctpg__h1 {
        font-size: 42px
    }
}

@media (max-width: 640px) {
    .ctpg__left {
        padding: 32px 16px 24px
    }

    .ctpg__h1 {
        font-size: 42px
    }

    .ctpg__form-wrap {
        padding: 0 16px
    }

    .ctpg__form {
        padding: 16px
    }

    .ctpg__info-inner {
        padding: 0 16px
    }

    .ctpg__meta {
        flex-direction: column;
        gap: 16px
    }

    .ctpg__form-h2 {
        font-size: 22px
    }

    .ctpg__info-sec {
        padding: 32px 0
    }

    .ctpg__form-sec {
        padding: 32px 0
    }
}

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

.lp__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

@keyframes zoomCycle {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.06)
    }
}

@keyframes revealRotate {
    from {
        opacity: 0;
        transform: rotate(-2deg) translateY(24px)
    }

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

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

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

.lp__hero {
    position: relative;
    background: #F6F6FA;
    padding: 48px 0
}

.lp__hero-blob1 {
    position: absolute;
    top: -40px;
    left: -80px;
    width: 340px;
    height: 340px;
    background: #3d7baf1a;
    border-radius: 22px;
    filter: blur(48px);
    pointer-events: none
}

.lp__hero-blob2 {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 260px;
    height: 260px;
    background: #aaa6d821;
    border-radius: 22px;
    filter: blur(40px);
    pointer-events: none
}

.lp__hero-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: center
}

.lp__hero-img-col {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.lp__hero-img-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 420px
}

.lp__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    animation: zoomCycle 14s cubic-bezier(0.34, 1.56, 0.64, 1) infinite
}

.lp__hero-img-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent, #1e283c9e);
    pointer-events: none
}

.lp__hero-text {
    animation: revealRotate .35s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.lp__eyebrow {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3D7BAF;
    margin-bottom: 16px;
    padding: 4px 12px;
    border: 1px solid #3d7baf40;
    border-radius: 2px;
    background: #3d7baf0f
}

.lp__h1 {
    font-size: 42px;
    line-height: 1.1;
    color: #3D7BAF;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.lp__h1 em {
    font-style: normal;
    font-size: 56px;
    color: #AAA6D8;
    display: block;
    line-height: 1.1
}

.lp__desc {
    font-size: 18px;
    line-height: 1.6;
    color: #2c3040;
    margin-bottom: 32px;
    text-align: justified;
    max-width: 520px
}

.lp__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(233deg, #3D7BAF 60%, #aaa6d8b3 100%);
    padding: 12px 32px;
    border-radius: 2px;
    text-decoration: none;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lp__cta:hover {
    box-shadow: 0 10px 48px 0 #3d7baf1f;
    transform: translateY(-2px)
}

.lp__cta svg {
    transition: transform .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.lp__cta:hover svg {
    transform: translateX(5px)
}

.lp__sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #3d7baf1f
}

.lp__stat-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 3px 0 #3d7baf0d;
    border: 1px solid #aaa6d82e
}

.lp__stat-zone {
    padding: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lp__stat-zone--alt {
    background: #F6F6FA;
    border-left: 1px solid #aaa6d82e
}

.lp__stat-num {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #3D7BAF
}

.lp__stat-label {
    font-size: 14px;
    line-height: 1.4;
    color: #4a5068
}

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

.lp__detail-list li {
    font-size: 15px;
    line-height: 1.4;
    color: #2c3040;
    padding: 8px 12px;
    padding-left: 20px;
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 3px 0 #3d7baf0d
}

.lp__detail-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #3D7BAF;
    border-radius: 2px 0 0 2px
}

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

.lp__prog::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -9999px;
    right: -9999px;
    background: #fff;
    z-index: 0
}

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

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

.lp__prog-label {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #AAA6D8;
    margin-bottom: 8px
}

.lp__h2 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #3D7BAF;
    text-transform: uppercase;
    letter-spacing: .04em
}

.lp__prog-intro {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5068;
    text-align: justify
}

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

.lp__mod {
    border-radius: 8px;
    border: 1px solid #aaa6d833;
    background: #F6F6FA;
    overflow: hidden;
    animation: fadeUp .3s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.lp__mod:nth-child(1) {
    animation-delay: .05s
}

.lp__mod:nth-child(2) {
    animation-delay: .1s
}

.lp__mod:nth-child(3) {
    animation-delay: .15s
}

.lp__mod:nth-child(4) {
    animation-delay: .2s
}

.lp__mod:nth-child(5) {
    animation-delay: .25s
}

.lp__mod:nth-child(6) {
    animation-delay: .3s
}

.lp__mod-toggle {
    display: none
}

.lp__mod-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 32px 16px 16px;
    cursor: pointer;
    position: relative;
    transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    user-select: none
}

.lp__mod-head:hover {
    background: #3d7baf0f
}

.lp__mod-num {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #3d7baf38;
    min-width: 36px
}

.lp__mod-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #2c3040;
    flex: 1;
    text-transform: uppercase;
    letter-spacing: .04em
}

.lp__mod-dur {
    font-size: 14px;
    line-height: 1.4;
    color: #3D7BAF;
    white-space: nowrap
}

.lp__mod-arrow {
    width: 18px;
    height: 18px;
    color: #AAA6D8;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-shrink: 0
}

.lp__mod-toggle:checked+.lp__mod-head .lp__mod-arrow {
    transform: rotate(180deg)
}

.lp__mod-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lp__mod-toggle:checked~.lp__mod-body {
    max-height: 400px
}

.lp__mod-body-inner {
    padding: 0 16px 16px 68px
}

.lp__mod-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5068;
    text-align: justify;
    margin-bottom: 12px
}

.lp__mod-topics {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lp__mod-topics li {
    font-size: 14px;
    line-height: 1.4;
    color: #2c3040;
    padding: 4px 8px 4px 16px;
    position: relative
}

.lp__mod-topics li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    background: #AAA6D8;
    border-radius: 2px
}

.lp__diamond {
    position: absolute;
    top: -18px;
    right: 48px;
    width: 36px;
    height: 36px;
    background: linear-gradient(233deg, #3D7BAF 0%, #AAA6D8 100%);
    transform: rotate(45deg);
    border-radius: 2px;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    pointer-events: none
}

.lp__faq {
    background: #F6F6FA;
    padding: 48px 0;
    position: relative
}

.lp__faq::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -9999px;
    right: -9999px;
    background: #F6F6FA;
    z-index: 0
}

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

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

.lp__faq-aside {
    position: sticky;
    top: 32px
}

.lp__faq-label {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #AAA6D8;
    margin-bottom: 8px
}

.lp__h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #3D7BAF;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 16px
}

.lp__faq-note {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5068;
    margin-bottom: 32px
}

.lp__offer-card {
    background: linear-gradient(233deg, #3D7BAF 0%, #AAA6D8 100%);
    border-radius: 8px;
    padding: 32px;
    color: #fff;
    box-shadow: 0 10px 48px 0 #3d7baf1f
}

.lp__offer-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.lp__offer-price {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 4px
}

.lp__offer-period {
    font-size: 14px;
    line-height: 1.4;
    opacity: .82;
    margin-bottom: 16px
}

.lp__offer-features {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp__offer-features li {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 12px;
    position: relative;
    opacity: .92
}

.lp__offer-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 12px;
    background: #fff9;
    border-radius: 2px
}

.lp__offer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #3D7BAF;
    background: #fff;
    padding: 12px 24px;
    border-radius: 2px;
    text-decoration: none;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 3px 3px 0 #3d7baf0d
}

.lp__offer-link:hover {
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    transform: translateY(-2px)
}

.lp__offer-link svg {
    transition: transform .28s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.lp__offer-link:hover svg {
    transform: translateX(5px)
}

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

.lp__faq-item {
    border-radius: 8px;
    border: 1px solid #aaa6d833;
    background: #fff;
    overflow: hidden;
    animation: fadeUp .3s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.lp__faq-item:nth-child(1) {
    animation-delay: .08s
}

.lp__faq-item:nth-child(2) {
    animation-delay: .14s
}

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

.lp__faq-item:nth-child(4) {
    animation-delay: .26s
}

.lp__faq-item:nth-child(5) {
    animation-delay: .32s
}

.lp__faq-toggle {
    display: none
}

.lp__faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #2c3040;
    transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    user-select: none
}

.lp__faq-q:hover {
    background: #3d7baf0a
}

.lp__faq-chevron {
    width: 16px;
    height: 16px;
    color: #AAA6D8;
    flex-shrink: 0;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lp__faq-toggle:checked+.lp__faq-q .lp__faq-chevron {
    transform: rotate(180deg)
}

.lp__faq-ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.lp__faq-toggle:checked~.lp__faq-ans {
    max-height: 300px
}

.lp__faq-ans-inner {
    padding: 0 16px 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #4a5068;
    text-align: justify
}

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

    .lp__prog-header {
        grid-template-columns: 1fr;
        gap: 16px
    }

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

    .lp__faq-aside {
        position: static
    }
}

@media (max-width: 640px) {
    .lp__inner {
        padding: 0 16px
    }

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

    .lp__hero-img-wrap {
        height: 240px
    }

    .lp__h1 {
        font-size: 22px
    }

    .lp__h1 em {
        font-size: 42px
    }

    .lp__h2 {
        font-size: 22px
    }

    .lp__stat-split {
        grid-template-columns: 1fr
    }

    .lp__stat-zone--alt {
        border-left: none;
        border-top: 1px solid #aaa6d82e
    }

    .lp__hero {
        padding: 32px 0
    }

    .lp__prog {
        padding: 32px 0
    }

    .lp__faq {
        padding: 32px 0
    }

    .lp__mod-body-inner {
        padding: 0 12px 12px
    }

    .lp__mod-head {
        padding: 12px 16px 12px 12px
    }

    .lp__mod-title {
        font-size: 15px
    }

    .lp__offer-price {
        font-size: 22px
    }
}

.certs {
    background: #fff;
    overflow-x: clip
}

.certs .spot-bg {
    position: relative;
    background: #F6F6FA;
    padding: 64px 0 48px
}

.certs .spot-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 60% 40% at 15% 80%, #3d7baf12 0%, transparent 70%), radial-gradient(ellipse 50% 35% at 90% 10%, #aaa6d814 0%, transparent 65%);
    pointer-events: none
}

.certs .spot-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #3d7baf0f 0%, transparent 18%), linear-gradient(to left, #aaa6d80f 0%, transparent 18%), linear-gradient(to bottom, #3d7baf0d 0%, transparent 15%), linear-gradient(to top, #3d7baf0d 0%, transparent 15%);
    pointer-events: none
}

.certs .drift-spot {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, #aaa6d82e 0%, transparent 70%);
    animation: drift-move 9s cubic-bezier(0.34, 1.56, 0.64, 1) infinite alternate;
    pointer-events: none;
    top: 10%;
    right: 8%
}

@keyframes drift-move {
    0% {
        transform: translate(0, 0);
        opacity: .7
    }

    100% {
        transform: translate(-40px, 30px);
        opacity: 1
    }
}

.certs .pg-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1
}

.certs .pg-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.certs .pg-text {
    padding: 48px 0 48px 16px
}

.certs .eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3D7BAF;
    margin-bottom: 16px;
    padding: 4px 12px;
    border: 1px solid #3d7baf40;
    border-radius: 2px;
    background: #3d7baf0f
}

.certs .pg-h1 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #1b2d42;
    margin: 0 0 16px;
    letter-spacing: -.01em
}

.certs .pg-h1 span {
    color: #3D7BAF
}

.certs .pg-lead {
    font-size: 18px;
    line-height: 1.6;
    color: #2c3e50;
    margin: 0 0 32px;
    text-align: justified
}

.certs .stat-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 32px
}

.certs .stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.certs .stat-num {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    color: #3D7BAF
}

.certs .stat-label {
    font-size: 14px;
    line-height: 1.4;
    color: #4a5568
}

.certs .pg-img-zone {
    position: relative;
    padding: 32px 32px 32px 0
}

.certs .img-frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 48px 0 #3d7baf1f
}

.certs .img-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(233deg, #aaa6d847 0%, transparent 55%);
    z-index: 1;
    pointer-events: none
}

.certs .img-frame img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center top;
    filter: saturate(0.85) brightness(1.04)
}

.certs .corner-rects {
    position: absolute;
    bottom: 12px;
    left: -16px;
    width: 80px;
    height: 80px;
    pointer-events: none
}

.certs .corner-rects svg {
    width: 80px;
    height: 80px
}

.certs .curve-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
    pointer-events: none;
    overflow: hidden
}

.certs .curve-bg svg {
    width: 260px;
    height: 260px;
    opacity: .18
}

.certs .list-sec {
    background: #fff;
    padding: 64px 0;
    position: relative
}

.certs .list-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #3d7baf0a 0%, transparent 20%), linear-gradient(to left, #aaa6d80a 0%, transparent 20%), linear-gradient(to bottom, #3d7baf08 0%, transparent 12%), linear-gradient(to top, #3d7baf08 0%, transparent 12%);
    pointer-events: none
}

.certs .list-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1
}

.certs .sec-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #AAA6D8;
    margin-bottom: 8px;
    display: block
}

.certs .sec-h2 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #1b2d42;
    margin: 0 0 48px
}

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

.certs .cert-card {
    position: relative;
    background: #F6F6FA;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 3px 3px 0 #3d7baf0d;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden
}

.certs .cert-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3D7BAF, #AAA6D8);
    border-radius: 8px 8px 0 0
}

.certs .cert-card:hover {
    box-shadow: 0 10px 48px 0 #3d7baf1f;
    transform: translateY(-4px)
}

.certs .cert-card--alt::before {
    background: linear-gradient(90deg, #AAA6D8, #3D7BAF)
}

.certs .cert-num {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    color: #3d7baf1a;
    position: absolute;
    top: 12px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.certs .cert-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    color: #3D7BAF
}

.certs .cert-h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #1b2d42;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.certs .cert-body {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    margin: 0 0 16px;
    text-align: justify
}

.certs .cert-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #3d7baf1f
}

.certs .cert-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #3D7BAF;
    font-weight: 500
}

.certs .cert-tag svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px
}

.certs .wide-card {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    background: linear-gradient(233deg, #3d7baf14 0%, #aaa6d80f 100%);
    border-radius: 8px;
    padding: 48px;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    position: relative;
    overflow: hidden
}

.certs .wide-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3D7BAF, #AAA6D8, #3D7BAF);
    border-radius: 8px 8px 0 0
}

.certs .wide-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 #3d7baf1a
}

.certs .wide-img img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
    filter: saturate(0.88) brightness(1.03)
}

.certs .wide-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.certs .wide-h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #1b2d42;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .04em
}

.certs .wide-body {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    margin: 0;
    text-align: justify
}

.certs .steps-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none
}

.certs .steps-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    padding-left: 12px;
    border-left: 2px solid #AAA6D8
}

.certs .step-n {
    font-size: 14px;
    font-weight: 700;
    color: #3D7BAF;
    flex-shrink: 0;
    padding-top: 2px
}

.certs .corner-rects-2 {
    position: absolute;
    top: 16px;
    right: 16px;
    pointer-events: none
}

.certs .corner-rects-2 svg {
    width: 64px;
    height: 64px;
    opacity: .3
}

.certs .row-hover-group {
    display: contents
}

.certs .cert-grid:has(.cert-card:hover) .cert-card:not(:hover) {
    opacity: .72;
    transition: opacity .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.certs .cert-grid .cert-card {
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

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

    .certs .pg-img-zone {
        padding: 0
    }

    .certs .cert-grid {
        grid-template-columns: 1fr 1fr
    }

    .certs .wide-card {
        grid-column: span 2;
        grid-template-columns: 1fr;
        gap: 32px
    }

    .certs .pg-h1 {
        font-size: 42px
    }
}

@media (max-width: 640px) {
    .certs .spot-bg {
        padding: 48px 0 32px
    }

    .certs .pg-inner {
        padding: 0 16px
    }

    .certs .list-inner {
        padding: 0 16px
    }

    .certs .pg-text {
        padding: 32px 0 16px
    }

    .certs .pg-h1 {
        font-size: 22px
    }

    .certs .stat-row {
        flex-direction: column;
        gap: 16px
    }

    .certs .stat-num {
        font-size: 42px
    }

    .certs .cert-grid {
        grid-template-columns: 1fr
    }

    .certs .wide-card {
        grid-column: span 1;
        padding: 32px 16px;
        gap: 16px
    }

    .certs .list-sec {
        padding: 48px 0
    }

    .certs .wide-img img {
        height: 220px
    }

    .certs .img-frame img {
        height: 260px
    }

    .certs .cert-grid:has(.cert-card:hover) .cert-card:not(:hover) {
        opacity: 1
    }
}

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

.dgst__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.dgst__schema {
    display: none
}

.dgst-lead {
    padding: 80px 0 48px;
    position: relative
}

.dgst-lead__grid {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 48px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.dgst-lead__body {
    flex: 1 1 0;
    padding-bottom: 16px
}

.dgst-lead__eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3D7BAF;
    margin-bottom: 16px;
    display: block
}

.dgst-lead__h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    color: #1b2a3b;
    margin-bottom: 24px
}

.dgst-lead__punct {
    color: #3D7BAF
}

.dgst-lead__sub {
    font-size: 18px;
    line-height: 1.6;
    color: #2d3a47;
    max-width: 520px;
    margin-bottom: 32px;
    text-align: justified
}

.dgst-lead__meta {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center
}

.dgst-lead__stat {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.dgst-lead__stat-num {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    color: #3D7BAF
}

.dgst-lead__stat-label {
    font-size: 14px;
    line-height: 1.4;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: .08em
}

.dgst-lead__stat-div {
    width: 1px;
    height: 48px;
    background: #AAA6D8;
    opacity: .5
}

.dgst-lead__img-strip {
    width: 320px;
    flex-shrink: 0;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 48px 0 #3d7baf1f
}

.dgst-lead__img-strip img {
    width: 320px;
    height: 440px;
    object-fit: cover;
    object-position: center top;
    display: block
}

.dgst-lead__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(233deg, #3d7baf8c 0%, transparent 70%);
    border-radius: 22px
}

.dgst-lead__deco {
    position: absolute;
    top: 40px;
    left: 32px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #aaa6d814;
    pointer-events: none;
    z-index: 0
}

.dgst-lead__deco2 {
    position: absolute;
    bottom: 24px;
    right: 360px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #3d7baf1f;
    pointer-events: none;
    z-index: 0
}

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

.dgst-chevron svg {
    display: block;
    width: 100%
}

.dgst-feed {
    background: #F6F6FA;
    padding: 64px 0 80px
}

.dgst-feed__top {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    margin-bottom: 48px
}

.dgst-feed__label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #AAA6D8;
    display: block;
    margin-bottom: 12px
}

.dgst-feed__h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #1b2a3b;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.dgst-feed__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #3a4552;
    max-width: 600px
}

.dgst-feed__grid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 32px
}

.dgst-entry {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    padding: 32px;
    position: relative;
    transition: box-shadow .28s cubic-bezier(0.34, 1.56, 0.64, 1), transform .28s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dgst-entry:hover {
    box-shadow: 0 10px 48px 0 #3d7baf2e;
    transform: translateY(-3px)
}

.dgst-entry--wide {
    grid-column: span 2
}

.dgst-entry__accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #3D7BAF;
    border-radius: 8px 0 0 8px
}

.dgst-entry--alt .dgst-entry__accent {
    background: #AAA6D8
}

.dgst-entry__period {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #3D7BAF
}

.dgst-entry--alt .dgst-entry__period {
    color: #AAA6D8
}

.dgst-entry__h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #1b2a3b;
    text-transform: uppercase;
    letter-spacing: .04em
}

.dgst-entry__body {
    font-size: 15px;
    line-height: 1.6;
    color: #3a4552;
    text-align: justify
}

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

.dgst-entry__item {
    font-size: 15px;
    line-height: 1.6;
    color: #3a4552;
    padding-left: 16px;
    border-left: 3px solid #AAA6D8
}

.dgst-entry--wide .dgst-entry__item {
    border-left-color: #3D7BAF
}

.dgst-entry__compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px
}

.dgst-compare__col {
    background: #F6F6FA;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.dgst-compare__label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #3D7BAF
}

.dgst-compare__label--after {
    color: #3D7BAF
}

.dgst-compare__label--before {
    color: #AAA6D8
}

.dgst-compare__code {
    font-size: 14px;
    line-height: 1.6;
    color: #2d3a47;
    font-family: monospace;
    white-space: pre-wrap
}

.dgst-float-icon {
    display: inline-block;
    animation: floatSway 3.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate
}

.dgst-float-icon--slow {
    animation-duration: 4.1s;
    animation-delay: .8s
}

@keyframes floatSway {
    0% {
        transform: translateY(0px) rotate(-2deg)
    }

    100% {
        transform: translateY(-8px) rotate(2deg)
    }
}

.dgst-entry__icon-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    margin-bottom: 8px
}

.dgst-entry__icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #3d7baf14;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.dgst-entry__icon svg {
    width: 22px;
    height: 22px
}

.dgst-entry__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3D7BAF;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 22px;
    border: 1.5px solid #3d7baf40;
    align-self: flex-start;
    transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .22s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden
}

.dgst-entry__link:hover {
    background: #3d7baf14;
    border-color: #3D7BAF
}

.dgst-entry__link-arrow {
    display: inline-block;
    transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.dgst-entry__link:hover .dgst-entry__link-arrow {
    transform: translateX(5px)
}

.dgst-entry--wide {
    border: 1.5px solid #3d7baf1f
}

@media (max-width: 1024px) {
    .dgst-lead__h1 {
        font-size: 42px
    }

    .dgst-lead__img-strip {
        width: 240px
    }

    .dgst-lead__img-strip img {
        width: 240px;
        height: 340px
    }

    .dgst-feed__grid {
        grid-template-columns: 1fr
    }

    .dgst-entry--wide {
        grid-column: span 1
    }

    .dgst-entry__compare {
        grid-template-columns: 1fr
    }
}

@media (max-width: 640px) {
    .dgst-lead__grid {
        flex-direction: column;
        padding: 0 16px;
        gap: 32px
    }

    .dgst-lead__img-strip {
        width: 100%;
        border-radius: 8px
    }

    .dgst-lead__img-strip img {
        width: 100%;
        height: 220px
    }

    .dgst-lead__h1 {
        font-size: 32px
    }

    .dgst-lead__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .dgst-lead__stat-div {
        display: none
    }

    .dgst-lead {
        padding: 48px 0 32px
    }

    .dgst-feed {
        padding: 48px 0 64px
    }

    .dgst-feed__grid {
        padding: 0 16px
    }

    .dgst-feed__top {
        padding: 0 16px
    }

    .dgst-lead__deco,
    .dgst-lead__deco2 {
        display: none
    }

    .dgst-entry {
        padding: 24px 20px
    }
}

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

.opn__wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.opn__wrap--narrow {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px
}

.opn__title {
    padding: 80px 0 48px;
    background: linear-gradient(233deg, #3D7BAF 0%, #F6F6FA 60%, #fff 100%);
    position: relative
}

.opn__title-geo {
    position: absolute;
    top: 24px;
    right: 48px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    overflow: hidden
}

.opn__title-geo svg {
    width: 100%;
    height: 100%;
    opacity: .18
}

.opn__title-geo--bl {
    position: absolute;
    bottom: 32px;
    left: 48px;
    width: 80px;
    height: 80px;
    pointer-events: none;
    overflow: hidden
}

.opn__title-geo--bl svg {
    width: 100%;
    height: 100%;
    opacity: .12
}

.opn__title-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 48px
}

.opn__title-text {
    flex: 1 1 0;
    padding-bottom: 16px
}

.opn__eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3D7BAF;
    margin-bottom: 16px;
    padding: 4px 12px;
    border: 1px solid #3d7baf47;
    border-radius: 2px;
    background: #3d7baf0f;
    animation: opn-fade-up .32s cubic-bezier(0.34, 1.56, 0.64, 1) both
}

.opn__h1 {
    font-size: 56px;
    font-weight: 300;
    line-height: 1.1;
    color: #3D7BAF;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 0 0 8px;
    animation: opn-fade-up .28s cubic-bezier(0.34, 1.56, 0.64, 1) .07s both
}

.opn__h1 strong {
    font-weight: 700;
    color: #2a5a82
}

.opn__title-img-frame {
    flex: 0 0 420px;
    position: relative
}

.opn__title-img-border {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 48px 0 #3d7baf1f;
    position: relative
}

.opn__title-img-border img {
    width: 420px;
    height: 340px;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: saturate(0.85) brightness(0.97);
    animation: opn-img-in .35s cubic-bezier(0.34, 1.56, 0.64, 1) .1s both
}

.opn__title-img-accent {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 60px;
    height: 60px;
    border-top: 2px solid #3D7BAF;
    border-right: 2px solid #3D7BAF;
    border-radius: 0 8px 0 0;
    opacity: .5;
    pointer-events: none
}

.opn__title-img-accent--bl {
    position: absolute;
    bottom: -12px;
    left: -12px;
    width: 60px;
    height: 60px;
    border-bottom: 2px solid #AAA6D8;
    border-left: 2px solid #AAA6D8;
    border-radius: 0 0 0 8px;
    opacity: .5;
    pointer-events: none
}

@keyframes opn-fade-up {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

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

@keyframes opn-img-in {
    from {
        opacity: 0;
        transform: scale(0.96)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.opn__div {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px
}

.opn__div-line {
    flex: 1;
    height: 1px;
    background: #d8d8e8
}

.opn__div-dot {
    width: 48px;
    height: 3px;
    background: #3D7BAF;
    border-radius: 2px;
    margin: 0 8px
}

.opn__ltv {
    padding: 64px 0 48px;
    background: #fff
}

.opn__ltv-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: start
}

.opn__ltv-lead {
    grid-column: 1 / 2
}

.opn__ltv-h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #1e3a52;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 16px
}

.opn__ltv-sub {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    text-align: justify;
    margin: 0 0 12px
}

.opn__ltv-items {
    grid-column: 2 / 4;
    display: flex;
    flex-direction: column;
    gap: 0
}

.opn__ltv-item {
    padding: 16px 0;
    border-bottom: 1px solid #e8e8f0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    position: relative
}

.opn__ltv-item:first-child {
    border-top: 1px solid #e8e8f0
}

.opn__ltv-bar {
    width: 3px;
    min-height: 48px;
    background: linear-gradient(233deg, #3D7BAF, #AAA6D8);
    border-radius: 2px;
    flex-shrink: 0;
    align-self: stretch
}

.opn__ltv-body {
    flex: 1
}

.opn__ltv-label {
    font-size: 14px;
    font-weight: 700;
    color: #3D7BAF;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 4px
}

.opn__ltv-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    text-align: justify;
    margin: 0
}

.opn__dist {
    padding: 64px 0;
    background: linear-gradient(233deg, #aaa6d81f 0%, #F6F6FA 55%, #fff 100%);
    position: relative;
    overflow: hidden
}

.opn__dist-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 320px;
    opacity: .04;
    pointer-events: none;
    overflow: hidden
}

.opn__dist-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.opn__dist-img-col {
    flex: 0 0 380px;
    position: relative
}

.opn__dist-img-wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 #3d7baf1a
}

.opn__dist-img-wrap img {
    width: 380px;
    height: 420px;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: saturate(0.82) brightness(0.98)
}

.opn__dist-num {
    position: absolute;
    bottom: 24px;
    right: -16px;
    background: #3D7BAF;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    letter-spacing: -.02em
}

.opn__dist-num span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .85;
    margin-top: 4px
}

.opn__dist-text {
    flex: 1;
    padding-top: 8px
}

.opn__dist-h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #1e3a52;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 16px
}

.opn__dist-p {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    text-align: justify;
    margin: 0 0 12px
}

.opn__dist-pts {
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0
}

.opn__dist-pt {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    padding: 8px 12px 8px 16px;
    border-radius: 2px;
    background: #3d7baf0d;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.opn__dist-pt-mark {
    width: 3px;
    min-height: 20px;
    background: #AAA6D8;
    border-radius: 2px;
    flex-shrink: 0;
    align-self: stretch;
    margin-top: 2px
}

.opn__curr {
    padding: 64px 0;
    background: #1e3a52;
    position: relative
}

.opn__curr-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px
}

.opn__curr-top {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 48px
}

.opn__curr-h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #F6F6FA;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 12px;
    flex: 0 0 340px
}

.opn__curr-p {
    font-size: 15px;
    line-height: 1.6;
    color: #f6f6facc;
    text-align: justify;
    margin: 0 0 12px;
    flex: 1
}

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

.opn__curr-metric {
    background: #3d7baf38;
    border-radius: 8px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: inset 0 1px 0 #aaa6d82e;
    transition: background .22s cubic-bezier(0.34, 1.56, 0.64, 1), transform .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opn__curr-metric:hover {
    background: #3d7baf61;
    transform: translateY(-4px)
}

.opn__curr-val {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: #AAA6D8;
    display: block;
    letter-spacing: -.02em
}

.opn__curr-lbl {
    font-size: 14px;
    line-height: 1.4;
    color: #f6f6fab3;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 8px;
    display: block
}

.opn__curr-img-row {
    margin-top: 32px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 48px 0 #3d7baf1f
}

.opn__curr-img-row img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    filter: saturate(0.75) brightness(0.85)
}

.opn__res {
    padding: 64px 0;
    background: #fff
}

.opn__res-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.opn__res-h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #1e3a52;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 16px;
    grid-column: 1 / 3
}

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

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

.opn__res-num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(233deg, #3D7BAF, #AAA6D8);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 3px 3px 0 #3d7baf0d
}

.opn__res-step-body {
    flex: 1
}

.opn__res-step-h {
    font-size: 15px;
    font-weight: 700;
    color: #1e3a52;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.opn__res-step-p {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    text-align: justify;
    margin: 0
}

.opn__res-img-col {
    position: relative
}

.opn__res-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 #3d7baf1a
}

.opn__res-img-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    filter: saturate(0.85) brightness(0.97)
}

.opn__res-tag {
    position: absolute;
    top: 16px;
    left: -16px;
    background: #AAA6D8;
    color: #1e3a52;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 2px;
    box-shadow: 0 3px 3px 0 #aaa6d80d
}

.opn__rep {
    padding: 64px 0 80px;
    background: linear-gradient(233deg, #F6F6FA 0%, #fff 70%);
    position: relative
}

.opn__rep-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 48px
}

.opn__rep-head {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-end;
    margin-bottom: 48px
}

.opn__rep-h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #1e3a52;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0;
    flex: 0 0 300px
}

.opn__rep-intro {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    text-align: justify;
    margin: 0;
    flex: 1
}

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

.opn__rep-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .25s cubic-bezier(0.34, 1.56, 0.64, 1), transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opn__rep-card:hover {
    box-shadow: 0 10px 48px 0 #3d7baf1f;
    transform: translateY(-3px)
}

.opn__rep-card-tag {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #3D7BAF
}

.opn__rep-card-name {
    font-size: 18px;
    font-weight: 700;
    color: #1e3a52;
    line-height: 1.4;
    margin: 0
}

.opn__rep-card-role {
    font-size: 14px;
    color: #5a6a7a;
    margin: 0
}

.opn__rep-card-quote {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    text-align: justify;
    margin: 0;
    padding: 12px 0 0;
    border-top: 1px solid #e8e8f0
}

.opn__rep-assoc {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e8e8f0;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    flex-wrap: wrap
}

.opn__rep-assoc-lbl {
    font-size: 14px;
    font-weight: 700;
    color: #3D7BAF;
    text-transform: uppercase;
    letter-spacing: .08em;
    flex-shrink: 0
}

.opn__rep-badge {
    padding: 8px 16px;
    border-radius: 22px;
    border: 1px solid #3d7baf40;
    font-size: 14px;
    color: #1e3a52;
    background: #aaa6d814;
    transition: background .2s cubic-bezier(0.34, 1.56, 0.64, 1), border-color .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.opn__rep-badge:hover {
    background: #3d7baf1a;
    border-color: #3d7baf80
}

@media (max-width: 1024px) {
    .opn__title-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        padding: 0 32px
    }

    .opn__title-img-frame {
        flex: 0 0 auto;
        width: 100%
    }

    .opn__title-img-border img {
        width: 100%;
        height: 280px
    }

    .opn__ltv-inner {
        grid-template-columns: 1fr;
        padding: 0 32px
    }

    .opn__ltv-lead {
        grid-column: 1
    }

    .opn__ltv-items {
        grid-column: 1
    }

    .opn__dist-inner {
        flex-direction: column;
        padding: 0 32px
    }

    .opn__dist-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .opn__dist-img-wrap img {
        width: 100%;
        height: 300px
    }

    .opn__dist-num {
        right: 16px
    }

    .opn__curr-inner {
        padding: 0 32px
    }

    .opn__curr-top {
        flex-direction: column;
        gap: 16px
    }

    .opn__curr-h2 {
        flex: 0 0 auto
    }

    .opn__curr-metrics {
        grid-template-columns: repeat(2, 1fr)
    }

    .opn__res-inner {
        grid-template-columns: 1fr;
        padding: 0 32px
    }

    .opn__res-h2 {
        grid-column: 1
    }

    .opn__rep-inner {
        padding: 0 32px
    }

    .opn__rep-head {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start
    }

    .opn__rep-h2 {
        flex: 0 0 auto
    }

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

    .opn__div {
        padding: 0 32px
    }
}

@media (max-width: 640px) {
    .opn__title {
        padding: 48px 0 32px
    }

    .opn__title-inner {
        padding: 0 16px
    }

    .opn__h1 {
        font-size: 42px
    }

    .opn__ltv {
        padding: 48px 0 32px
    }

    .opn__ltv-inner {
        padding: 0 16px
    }

    .opn__dist {
        padding: 48px 0
    }

    .opn__dist-inner {
        padding: 0 16px
    }

    .opn__curr {
        padding: 48px 0
    }

    .opn__curr-inner {
        padding: 0 16px
    }

    .opn__curr-metrics {
        grid-template-columns: 1fr 1fr
    }

    .opn__res {
        padding: 48px 0
    }

    .opn__res-inner {
        padding: 0 16px;
        gap: 32px
    }

    .opn__rep {
        padding: 48px 0 64px
    }

    .opn__rep-inner {
        padding: 0 16px
    }

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

    .opn__div {
        padding: 0 16px
    }

    .opn__res-tag {
        left: 0
    }
}

.suc {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    background: #F6F6FA
}

.suc__card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 48px 0 #3d7baf1f;
    padding: 48px;
    max-width: 560px;
    width: 100%;
    text-align: center
}

.suc__card .suc__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
    display: block
}

.suc__card .suc__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: #3D7BAF;
    margin: 0 0 16px;
    letter-spacing: 0;
    text-transform: none
}

.suc__card .suc__sub {
    font-size: 18px;
    line-height: 1.6;
    color: #2d2d3a;
    margin: 0 0 32px
}

.suc__card .suc__note {
    font-size: 14px;
    line-height: 1.4;
    color: #5a5a72;
    margin: 0 0 32px;
    padding: 12px 16px;
    background: #F6F6FA;
    border-radius: 8px
}

.suc__card .suc__divider {
    height: 1px;
    background: linear-gradient(233deg, #3D7BAF 0%, transparent 100%);
    border: none;
    margin: 0 0 32px;
    opacity: .18
}

.suc__card .suc__actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.suc__card .suc__btn--primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #3D7BAF;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    padding: 12px 32px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    transition: background .25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .2s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.suc__card .suc__btn--primary:hover {
    background: #2f6291;
    box-shadow: 0 10px 48px 0 #3d7baf1f
}

.suc__card .suc__btn--primary:focus-visible {
    outline: 2px solid #3D7BAF;
    outline-offset: 3px
}

.suc__card .suc__btn--primary svg {
    transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.suc__card .suc__btn--primary:hover svg {
    transform: translateX(4px)
}

.suc__card .suc__btn--secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #3D7BAF;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    padding: 12px 32px;
    border-radius: 8px;
    border: 2px solid #AAA6D8;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .2s cubic-bezier(0.68, -0.55, 0.27, 1.55), color .2s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.suc__card .suc__btn--secondary:hover {
    border-color: #3D7BAF;
    color: #2f6291
}

.suc__card .suc__btn--secondary:focus-visible {
    outline: 2px solid #3D7BAF;
    outline-offset: 3px
}

.suc__card .suc__btn--secondary svg {
    transition: transform .25s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.suc__card .suc__btn--secondary:hover svg {
    transform: translateX(4px)
}

.suc__brand {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.4;
    color: #AAA6D8;
    letter-spacing: .04em;
    text-transform: uppercase
}

@media (max-width: 640px) {
    .suc__card {
        padding: 32px 16px
    }

    .suc__card .suc__title {
        font-size: 22px
    }

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

    .suc__card .suc__actions {
        flex-direction: column;
        align-items: stretch
    }

    .suc__card .suc__btn--primary,
    .suc__card .suc__btn--secondary {
        justify-content: center
    }
}

.ab-us {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden
}

.ab-us .reveal-item {
    opacity: 0;
    transform: translateY(0px);
    animation: revealUp .28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards
}

.ab-us .reveal-item:nth-child(1) {
    animation-delay: .05s
}

.ab-us .reveal-item:nth-child(2) {
    animation-delay: .12s;
    transform: translateY(14px)
}

.ab-us .reveal-item:nth-child(3) {
    animation-delay: .19s;
    transform: translateY(22px)
}

.ab-us .reveal-item:nth-child(4) {
    animation-delay: .26s;
    transform: translateY(30px)
}

.ab-us .reveal-item:nth-child(5) {
    animation-delay: .33s;
    transform: translateY(38px)
}

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

.ab-us .pg-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    background: linear-gradient(233deg, #3D7BAF 0%, #AAA6D8 40%, #F6F6FA 100%)
}

.ab-us .pg-intro__txt {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px
}

.ab-us .pg-intro__eyebrow {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3D7BAF;
    font-weight: 600
}

.ab-us .pg-intro__h1 {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 300;
    color: #1a2a3a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .04em
}

.ab-us .pg-intro__lead {
    font-size: 18px;
    line-height: 1.6;
    color: #2c3a48;
    margin: 0;
    text-align: justify;
    max-width: 480px
}

.ab-us .pg-intro__sub {
    font-size: 15px;
    line-height: 1.6;
    color: #3a4a58;
    margin: 0;
    text-align: justify;
    max-width: 480px
}

.ab-us .pg-intro__img {
    position: relative;
    overflow: hidden
}

.ab-us .pg-intro__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    image-rendering: -webkit-optimize-contrast
}

.ab-us .pg-intro__img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(233deg, #3d7baf2e 0%, transparent 60%);
    pointer-events: none
}

.ab-us .mosaic {
    padding: 48px;
    background: #F6F6FA;
    position: relative
}

.ab-us .mosaic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3D7BAF 0%, #AAA6D8 60%, transparent 100%)
}

.ab-us .mosaic__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto
}

.ab-us .mosaic__wide {
    grid-column: 1 / 3
}

.ab-us .mosaic__tall {
    grid-row: 1 / 3;
    grid-column: 3 / 4
}

.ab-us .mosaic__h2 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 300;
    color: #3D7BAF;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.ab-us .mosaic__p {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3a48;
    margin: 0;
    text-align: justify
}

.ab-us .mosaic__img-wrap {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 #3d7baf1a
}

.ab-us .mosaic__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ab-us .mosaic__img-wrap:hover img {
    transform: scale(1.03)
}

.ab-us .mosaic__card {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 3px 3px 0 #3d7baf0d
}

.ab-us .mosaic__card--accent {
    background: linear-gradient(233deg, #3d7baf14 0%, #aaa6d81f 100%);
    border-radius: 8px;
    padding: 32px
}

.ab-us .mosaic__nums {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-end;
    margin-bottom: 16px
}

.ab-us .mosaic__num {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ab-us .mosaic__num--before .num-val {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #AAA6D8
}

.ab-us .mosaic__num--after .num-val {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    color: #3D7BAF
}

.ab-us .num-label {
    font-size: 14px;
    line-height: 1.4;
    color: #3a4a58;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600
}

.ab-us .mosaic__divider {
    font-size: 42px;
    line-height: 1.1;
    color: #AAA6D8;
    font-weight: 100;
    align-self: center
}

.ab-us .mosaic__list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ab-us .mosaic__list li {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3a48;
    padding-left: 16px;
    position: relative
}

.ab-us .mosaic__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 2px;
    height: calc(100% - 8px);
    background: #3D7BAF;
    border-radius: 2px
}

.ab-us .mosaic__tall-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%
}

.ab-us .mosaic__tall-img {
    flex: 1;
    min-height: 220px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 #aaa6d81a
}

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

.ab-us .mosaic__team {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 3px 3px 0 #3d7baf0d
}

.ab-us .mosaic__team h4 {
    font-size: 14px;
    line-height: 1.4;
    color: #3D7BAF;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    margin: 0 0 12px
}

.ab-us .team-row {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ab-us .team-person {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid #aaa6d84d
}

.ab-us .team-person:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.ab-us .team-person__name {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    color: #2c3a48
}

.ab-us .team-person__role {
    font-size: 14px;
    line-height: 1.4;
    color: #5a6a78
}

.ab-us .mosaic__img-sm {
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px 0 #3d7baf1a
}

.ab-us .mosaic__img-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block
}

.ab-us .mosaic__dots {
    position: absolute;
    top: 48px;
    right: 48px;
    width: 160px;
    height: 160px;
    pointer-events: none;
    overflow: hidden
}

.ab-us .mosaic__dots svg {
    width: 100%;
    height: 100%
}

.ab-us .zigzag-top {
    width: 100%;
    display: block;
    margin-bottom: -2px
}

.ab-us .pg-intro__stats {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 8px
}

.ab-us .stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ab-us .stat-item__val {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #3D7BAF
}

.ab-us .stat-item__lbl {
    font-size: 14px;
    line-height: 1.4;
    color: #3a4a58;
    text-transform: uppercase;
    letter-spacing: .08em
}

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

.ab-us .mosaic__wide-txt {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ab-us .mosaic__wide-img {
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 48px 0 #3d7baf1f
}

.ab-us .mosaic__wide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    transition: transform .25s cubic-bezier(0.68, -0.55, 0.27, 1.55)
}

.ab-us .mosaic__wide-img:hover img {
    transform: scale(1.04)
}

.ab-us .mosaic__h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    color: #3D7BAF;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .06em
}

.ab-us .mosaic__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 32px
}

.ab-us .contact-strip {
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 5px 20px 0 #3d7baf1a;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ab-us .contact-strip h5 {
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #3D7BAF;
    font-weight: 600;
    margin: 0
}

.ab-us .contact-strip__row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ab-us .contact-link {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3a48;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 2px
}

.ab-us .contact-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #3D7BAF;
    transform: scaleX(0.3);
    transform-origin: left;
    transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1), height .22s cubic-bezier(0.34, 1.56, 0.64, 1)
}

.ab-us .contact-link:hover::after {
    transform: scaleX(1);
    height: 2px
}

.ab-us .contact-link:focus-visible {
    outline: 2px solid #3D7BAF;
    outline-offset: 4px;
    border-radius: 2px
}

.ab-us .approach-card {
    background: linear-gradient(233deg, #3d7baf0f 0%, #aaa6d81a 100%);
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ab-us .approach-card h5 {
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #3D7BAF;
    font-weight: 600;
    margin: 0
}

.ab-us .approach-card__p {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3a48;
    margin: 0;
    text-align: justify
}

@media (max-width: 1024px) {
    .ab-us .pg-intro {
        grid-template-columns: 1fr
    }

    .ab-us .pg-intro__img {
        height: 320px
    }

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

    .ab-us .mosaic__wide {
        grid-column: 1 / 3
    }

    .ab-us .mosaic__tall {
        grid-column: 1 / 3;
        grid-row: auto
    }

    .ab-us .mosaic__tall-inner {
        flex-direction: row
    }

    .ab-us .mosaic__tall-img {
        min-height: 200px;
        flex: 1
    }

    .ab-us .mosaic__team {
        flex: 1
    }

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

@media (max-width: 640px) {
    .ab-us .pg-intro__txt {
        padding: 32px 16px
    }

    .ab-us .pg-intro__h1 {
        font-size: 22px
    }

    .ab-us .pg-intro__stats {
        flex-direction: column;
        gap: 12px
    }

    .ab-us .mosaic {
        padding: 32px 16px
    }

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

    .ab-us .mosaic__wide {
        grid-column: 1 / 2
    }

    .ab-us .mosaic__tall {
        grid-column: 1 / 2
    }

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

    .ab-us .mosaic__tall-inner {
        flex-direction: column
    }

    .ab-us .mosaic__nums {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start
    }

    .ab-us .mosaic__divider {
        display: none
    }

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

    .ab-us .mosaic__dots {
        display: none
    }

    .ab-us .pg-intro__img {
        height: 240px
    }
}