html {
    font-size: 100%
}

body {
    margin: 0;
    position: relative;
    min-height: 100vh;
    font-family: "DM Sans", sans-serif
}

.hd-bar {
    background: linear-gradient(135deg, #2E435F 0%, #3d5a7a 60%, #2E435F 100%);
    border-bottom: 1px solid #2e435f2e;
    box-shadow: 0 6px 25px 0 #2e435f1a;
    padding: 0
}

.hd-top {
    max-width: 1140px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

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

.hd-logo-box {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 #2e435f0f 0 6px 25px 0 #2e435f1a;
    border: 2px solid #ffffffd9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px
}

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

.hd-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    letter-spacing: .01em
}

.hd-tag {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffffb8;
    letter-spacing: .02em
}

.hd-contact-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0
}

.hd-contact-col a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffffd1;
    text-decoration: none;
    transition: color .22s ease-out
}

.hd-contact-col a:hover {
    color: #fff
}

.hd-contact-col a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8d9da38c;
    border-radius: 4px
}

.hd-contact-label {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff85;
    line-height: 1.5
}

.hd-nav-strip {
    background: #ffffff0f;
    border-top: 1px solid #ffffff1a
}

.hd-nav-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px
}

.hd-nav-inner a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fffc;
    text-decoration: none;
    padding: 16px;
    border-radius: 4px;
    display: inline-block;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: color .18s ease-out, background-color .25s ease-out;
    white-space: nowrap
}

.hd-nav-inner a:hover {
    color: #fff;
    background-color: #ffffff1a
}

.hd-nav-inner a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8d9da38c
}

.hd-nav-inner a[data-current="true"] {
    color: #fff;
    background-color: #ffffff21
}

.ft-root {
    background: #2E435F;
    color: #ffffffd9
}

.ft-main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 32px 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px
}

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

.ft-logo-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 #2e435f0f 0 6px 25px 0 #2e435f1a;
    border: 2px solid #ffffffe6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px
}

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

.ft-brand-name {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff
}

.ft-addr {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #ffffffa6
}

.ft-addr a {
    color: #ffffffbf;
    text-decoration: none;
    transition: color .2s ease-out
}

.ft-addr a:hover {
    color: #fff
}

.ft-addr a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8d9da38c;
    border-radius: 4px
}

.ft-col-links {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-col-links .ft-lbl {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff80;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.ft-col-links a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffffbf;
    text-decoration: none;
    padding: 4px 0;
    transition: color .18s ease-out;
    display: inline-block
}

.ft-col-links a:hover {
    color: #fff
}

.ft-col-links a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8d9da38c;
    border-radius: 4px
}

.ft-col-since {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ft-since-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ffffff2e;
    border-radius: 28px;
    padding: 8px 16px;
    width: fit-content
}

.ft-since-badge .ft-since-yr {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff
}

.ft-since-badge .ft-since-txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff9
}

.ft-since-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #ffffff8c;
    max-width: 280px
}

.ft-divider-row {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.ft-divider-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff2e 20%, #8d9da359 50%, #ffffff2e 80%, transparent);
    border: none;
    margin: 0
}

.ft-divider-ornament {
    display: flex;
    justify-content: center;
    margin-top: -8px
}

.ft-orn-shape {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #2E435F;
    border: 1px solid #ffffff38;
    transform: rotate(45deg)
}

.ft-copy-row {
    max-width: 1140px;
    margin: 0 auto;
    padding: 32px 32px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.ft-copy-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff73
}

.ft-legal-links {
    display: flex;
    align-items: center;
    gap: 16px
}

.ft-legal-links a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff80;
    text-decoration: none;
    transition: color .2s ease-out
}

.ft-legal-links a:hover {
    color: #ffffffd9
}

.ft-legal-links a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #8d9da38c;
    border-radius: 4px
}

.ft-legal-sep {
    width: 3px;
    height: 3px;
    border-radius: 44px;
    background: #ffffff40;
    display: inline-block
}

.ck-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    background: #fff;
    box-shadow: 0 6px 25px 0 #2e435f1a;
    border-bottom: 2px solid #2e435f1f
}

.ck-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap
}

.ck-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #2E435F;
    flex: 1;
    min-width: 240px
}

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

.ck-btn {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .18s ease-out;
    min-height: 44px;
    display: flex;
    align-items: center
}

.ck-btn-ok {
    color: #2E435F
}

.ck-btn-ok:hover {
    color: #787C7C
}

.ck-btn-ok:focus {
    outline: none;
    box-shadow: 0 0 0 3px #2e435f40;
    border-radius: 4px
}

.ck-btn-no {
    color: #787C7C
}

.ck-btn-no:hover {
    color: #2E435F
}

.ck-btn-no:focus {
    outline: none;
    box-shadow: 0 0 0 3px #2e435f40;
    border-radius: 4px
}

@media (max-width: 1280px) {
    .hd-top {
        padding: 16px 32px
    }

    .hd-nav-inner {
        padding: 0 32px
    }

    .ft-main {
        padding: 96px 32px 48px
    }
}

@media (max-width: 768px) {
    .hd-top {
        flex-wrap: wrap;
        gap: 16px;
        padding: 16px
    }

    .hd-contact-col {
        align-items: flex-start
    }

    .hd-nav-inner {
        padding: 0 16px;
        justify-content: flex-start
    }

    .hd-nav-inner a {
        font-size: 14px;
        padding: 12px
    }

    .ft-main {
        grid-template-columns: 1fr 1fr;
        padding: 48px 16px 32px;
        gap: 32px
    }

    .ft-col-since {
        grid-column: 1 / -1
    }

    .ft-copy-row {
        padding: 32px 16px 48px;
        flex-direction: column;
        align-items: flex-start
    }

    .ft-divider-row {
        padding: 0 16px
    }

    .ck-inner {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }
}

@media (max-width: 390px) {
    .hd-name {
        font-size: 19px
    }

    .hd-nav-inner a {
        font-size: 14px;
        padding: 10px 8px
    }

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

    .ft-col-since {
        grid-column: auto
    }

    .ft-legal-links {
        flex-wrap: wrap;
        gap: 8px
    }

    .ck-acts {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
}

.rules-content-atqd {
    max-width: 1140px;
    margin: 0 auto;
    padding: 96px 48px
}

.rules-content-atqd h1 {
    font-size: 46px;
    line-height: 1.2;
    color: #2E435F;
    margin-bottom: 32px;
    margin-top: 0
}

.rules-content-atqd h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #2E435F;
    margin-top: 48px;
    margin-bottom: 16px
}

.rules-content-atqd h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #2E435F;
    margin-top: 32px;
    margin-bottom: 16px
}

.rules-content-atqd h4 {
    font-size: 19px;
    line-height: 1.5;
    color: #2E435F;
    margin-top: 32px;
    margin-bottom: 8px
}

.rules-content-atqd h5 {
    font-size: 16px;
    line-height: 1.5;
    color: #787C7C;
    margin-top: 16px;
    margin-bottom: 8px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.rules-content-atqd h6 {
    font-size: 14px;
    line-height: 1.5;
    color: #787C7C;
    margin-top: 16px;
    margin-bottom: 8px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.rules-content-atqd p {
    font-size: 16px;
    line-height: 1.7;
    color: #2E435F;
    margin-top: 0;
    margin-bottom: 16px
}

.rules-content-atqd strong,
.rules-content-atqd b {
    color: #2E435F;
    font-weight: 700
}

.rules-content-atqd a {
    color: #2E435F;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s ease-out, opacity .18s ease-out
}

.rules-content-atqd a:hover {
    color: #8D9DA3;
    opacity: .85
}

.rules-content-atqd div {
    box-sizing: border-box
}

.rules-content-atqd table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    border-radius: 8px;
    overflow: hidden
}

.rules-content-atqd thead {
    background-color: #2E435F
}

.rules-content-atqd thead th {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 16px;
    text-align: left;
    border: none
}

.rules-content-atqd tbody tr {
    border-bottom: 1px solid #2e435f14;
    transition: background-color .15s ease-out
}

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

.rules-content-atqd tbody tr:nth-child(even) {
    background-color: #8d9da30f
}

.rules-content-atqd tbody tr:hover {
    background-color: #2e435f0d
}

.rules-content-atqd td {
    padding: 16px;
    color: #2E435F;
    font-size: 16px;
    line-height: 1.7;
    vertical-align: top;
    border: none
}

.rules-content-atqd th {
    padding: 16px;
    text-align: left
}

@media (max-width: 768px) {
    .rules-content-atqd {
        padding: 48px 32px
    }

    .rules-content-atqd h1 {
        font-size: 33px
    }

    .rules-content-atqd h2 {
        font-size: 24px
    }

    .rules-content-atqd h3 {
        font-size: 19px
    }

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

@media (max-width: 390px) {
    .rules-content-atqd {
        padding: 32px 16px
    }

    .rules-content-atqd h1 {
        font-size: 24px
    }

    .rules-content-atqd h2 {
        font-size: 19px
    }

    .rules-content-atqd h3 {
        font-size: 16px
    }

    .rules-content-atqd p,
    .rules-content-atqd td {
        font-size: 14px
    }
}

.lpd {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
    overflow: hidden
}

.lpd .reveal {
    animation: diag-in .45s ease-out both
}

.lpd .reveal-2 {
    animation: diag-in .38s ease-out .12s both
}

.lpd .reveal-3 {
    animation: diag-in .32s ease-out .22s both
}

@keyframes diag-in {
    from {
        opacity: 0;
        transform: translate(-18px, -18px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.lpd .pg-hero {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    padding: 48px 0 32px;
    align-items: start
}

.lpd .pg-hero-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lpd .pg-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.lpd .pg-tag {
    font-size: 14px;
    line-height: 1.5;
    color: #2E435F;
    border: 1.5px solid #2E435F;
    border-radius: 4px;
    padding: 4px 16px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 600
}

.lpd .pg-date {
    font-size: 14px;
    line-height: 1.5;
    color: #787C7C
}

.lpd .pg-heading {
    font-size: 46px;
    line-height: 1.2;
    color: #2E435F;
    font-weight: 700;
    margin: 0
}

.lpd .pg-heading span {
    display: block;
    font-size: 62px;
    line-height: 1.2
}

.lpd .pg-subtext {
    font-size: 19px;
    line-height: 1.7;
    color: #787C7C;
    margin: 0
}

.lpd .pg-dots {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 8px 0
}

.lpd .pg-dot {
    width: 8px;
    height: 8px;
    border-radius: 44px;
    background: #8D9DA3;
    opacity: .5
}

.lpd .pg-dot.active {
    background: #2E435F;
    opacity: 1;
    width: 24px
}

.lpd .pg-dot.mid {
    opacity: .75
}

.lpd .pg-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.lpd .pg-img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #2e435f2e 0%, #2e435f0a 60%, #8d9da338 100%);
    z-index: 1;
    border-radius: 16px;
    mix-blend-mode: multiply
}

.lpd .pg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px
}

.lpd .pg-price-card {
    margin-top: 16px;
    border-radius: 16px;
    border: 1.5px solid #8D9DA3;
    padding: 24px 24px 16px;
    background: linear-gradient(to top, #8d9da314 0%, #fff 100%);
    box-shadow: 0 1px 6px 0 #2e435f0f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.lpd .pg-price-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #2E435F;
    border-radius: 16px 16px 0 0
}

.lpd .pg-price-label {
    font-size: 14px;
    line-height: 1.5;
    color: #787C7C;
    text-transform: uppercase;
    letter-spacing: .08em
}

.lpd .pg-price-val {
    font-size: 33px;
    line-height: 1.2;
    color: #2E435F;
    font-weight: 700
}

.lpd .pg-btn-primary {
    background: transparent;
    color: #2E435F;
    border: 2px solid #2E435F;
    border-radius: 8px;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
    transition: background .22s ease-out, color .18s ease-out, transform .15s ease-out;
    width: 100%
}

.lpd .pg-btn-primary:hover {
    background: #2E435F;
    color: #fff;
    transform: scale(1.03)
}

.lpd .pg-btn-primary:focus {
    outline: 2px solid #2E435F;
    outline-offset: 3px
}

.lpd .pg-btn-primary:active {
    background: #2E435F;
    color: #fff;
    transform: scale(0.98)
}

.lpd .pg-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin: 32px 0
}

.lpd .pg-divider-line {
    flex: 1;
    height: 1px;
    background: #8D9DA3;
    opacity: .35
}

.lpd .pg-divider-cross {
    width: 16px;
    height: 16px;
    position: relative;
    flex-shrink: 0
}

.lpd .pg-divider-cross::before,
.lpd .pg-divider-cross::after {
    content: "";
    position: absolute;
    background: #8D9DA3;
    border-radius: 4px
}

.lpd .pg-divider-cross::before {
    width: 16px;
    height: 2px;
    top: 7px;
    left: 0
}

.lpd .pg-divider-cross::after {
    width: 2px;
    height: 16px;
    top: 0;
    left: 7px
}

.lpd .pg-body {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
    align-items: start;
    padding-bottom: 96px
}

.lpd .pg-desc {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lpd .pg-desc-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #2E435F;
    margin: 0
}

.lpd .pg-desc-body {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C;
    margin: 0
}

.lpd .pg-desc h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #2E435F;
    margin: 16px 0 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #2E435F;
    display: inline-block
}

.lpd .pg-desc h3 {
    font-size: 19px;
    line-height: 1.5;
    color: #2E435F;
    margin: 8px 0 0;
    padding-bottom: 4px;
    border-bottom: 1.5px solid #8D9DA3;
    display: inline-block
}

.lpd .pg-desc p {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C;
    margin: 0
}

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

.lpd .pg-desc ul li {
    background: linear-gradient(to top, #8d9da312 0%, #fff 100%);
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    position: relative;
    padding-left: 32px
}

.lpd .pg-desc ul li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 24px;
    width: 6px;
    height: 6px;
    border-radius: 44px;
    background: #2E435F
}

.lpd .pg-desc blockquote {
    margin: 8px 0;
    padding: 24px 24px 24px 48px;
    background: linear-gradient(to top, #2e435f0a 0%, #fff 100%);
    border-radius: 8px;
    font-size: 19px;
    line-height: 1.7;
    color: #2E435F;
    font-style: italic;
    position: relative;
    box-shadow: 0 1px 6px 0 #2e435f0f
}

.lpd .pg-desc blockquote::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 20px;
    height: 16px;
    background: #2E435F;
    opacity: .18;
    clip-path: polygon(0 0, 40% 0, 40% 55%, 100% 55%, 100% 100%, 60% 100%, 60% 45%, 0 45%)
}

.lpd .pg-desc details {
    border-radius: 8px;
    border: 1.5px solid #8D9DA3;
    overflow: hidden
}

.lpd .pg-desc summary {
    padding: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #2E435F;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    background: linear-gradient(to top, #8d9da312 0%, #fff 100%);
    transition: background .22s ease-out
}

.lpd .pg-desc summary:hover {
    background: #2e435f12
}

.lpd .pg-desc details[open] summary {
    border-bottom: 1px solid #8d9da359
}

.lpd .pg-desc details> :not(summary) {
    padding: 16px;
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C
}

.lpd .pg-desc small {
    font-size: 14px;
    line-height: 1.5;
    color: #8D9DA3
}

.lpd .pg-desc mark {
    background: #2e435f1f;
    color: #2E435F;
    border-radius: 4px;
    padding: 0 4px
}

.lpd .pg-desc abbr {
    text-decoration: underline dotted;
    cursor: help;
    color: #2E435F
}

.lpd .pg-desc a {
    color: #2E435F;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color .18s ease-out
}

.lpd .pg-desc a::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%) translateX(-4px);
    width: 10px;
    height: 10px;
    border-top: 2px solid #2E435F;
    border-right: 2px solid #2E435F;
    transform: translateY(-50%) rotate(45deg) scale(0);
    transition: transform .22s ease-out, opacity .18s ease-out;
    opacity: 0
}

.lpd .pg-desc a:hover::after {
    transform: translateY(-50%) rotate(45deg) scale(1);
    opacity: 1
}

.lpd .pg-desc ol {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    counter-reset: prog-counter
}

.lpd .pg-desc ol li {
    counter-increment: prog-counter;
    background: linear-gradient(to top, #8d9da312 0%, #fff 100%);
    border-radius: 8px;
    padding: 16px 16px 16px 48px;
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    position: relative
}

.lpd .pg-desc ol li::before {
    content: counter(prog-counter);
    position: absolute;
    left: 14px;
    top: 14px;
    width: 22px;
    height: 22px;
    background: #2E435F;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border-radius: 44px;
    font-weight: 700
}

.lpd .pg-desc figure {
    margin: 8px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.lpd .pg-desc figure img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block
}

.lpd .pg-desc figcaption {
    font-size: 14px;
    line-height: 1.5;
    color: #8D9DA3;
    padding: 8px 16px;
    background: #8d9da312
}

.lpd .pg-sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 32px
}

.lpd .pg-prog-card {
    border-radius: 16px;
    background: linear-gradient(to top, #2e435f0f 0%, #fff 100%);
    box-shadow: 0 6px 25px 0 #2e435f1a;
    overflow: hidden;
    position: relative
}

.lpd .pg-prog-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #8D9DA3;
    border-radius: 16px 16px 0 0
}

.lpd .pg-prog-head {
    padding: 24px 24px 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #2E435F;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-bottom: 1px solid #8d9da34d
}

.lpd .pg-prog-body {
    padding: 16px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lpd .pg-prog-body h2 {
    font-size: 16px;
    line-height: 1.5;
    color: #2E435F;
    margin: 4px 0 0;
    padding-bottom: 4px;
    border-bottom: 1.5px solid #2E435F;
    display: inline-block
}

.lpd .pg-prog-body h3 {
    font-size: 14px;
    line-height: 1.5;
    color: #2E435F;
    margin: 4px 0 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #8D9DA3;
    display: inline-block
}

.lpd .pg-prog-body p {
    font-size: 14px;
    line-height: 1.7;
    color: #787C7C;
    margin: 0
}

.lpd .pg-prog-body ol {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    counter-reset: side-counter
}

.lpd .pg-prog-body ol li {
    counter-increment: side-counter;
    background: #8d9da314;
    border-radius: 8px;
    padding: 8px 8px 8px 36px;
    font-size: 14px;
    line-height: 1.7;
    color: #787C7C;
    position: relative
}

.lpd .pg-prog-body ol li::before {
    content: counter(side-counter);
    position: absolute;
    left: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    background: #2E435F;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 44px;
    font-weight: 700
}

.lpd .pg-prog-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lpd .pg-prog-body ul li {
    background: #8d9da314;
    border-radius: 8px;
    padding: 8px 8px 8px 28px;
    font-size: 14px;
    line-height: 1.7;
    color: #787C7C;
    position: relative
}

.lpd .pg-prog-body ul li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 16px;
    width: 5px;
    height: 5px;
    border-radius: 44px;
    background: #2E435F
}

.lpd .pg-prog-body blockquote {
    margin: 4px 0;
    padding: 12px 12px 12px 32px;
    background: #2e435f0a;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #2E435F;
    font-style: italic;
    position: relative
}

.lpd .pg-prog-body blockquote::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 14px;
    height: 11px;
    background: #2E435F;
    opacity: .18;
    clip-path: polygon(0 0, 40% 0, 40% 55%, 100% 55%, 100% 100%, 60% 100%, 60% 45%, 0 45%)
}

.lpd .pg-prog-body details {
    border-radius: 8px;
    border: 1px solid #8d9da366;
    overflow: hidden
}

.lpd .pg-prog-body summary {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #2E435F;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    transition: background .22s ease-out
}

.lpd .pg-prog-body summary:hover {
    background: #2e435f0f
}

.lpd .pg-prog-body details> :not(summary) {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #787C7C
}

.lpd .pg-prog-body abbr {
    text-decoration: underline dotted;
    cursor: help;
    color: #2E435F
}

.lpd .pg-prog-body mark {
    background: #2e435f1f;
    color: #2E435F;
    border-radius: 4px;
    padding: 0 3px
}

.lpd .pg-prog-body small {
    font-size: 12px;
    line-height: 1.5;
    color: #8D9DA3
}

.lpd .pg-prog-body figure {
    margin: 4px 0;
    border-radius: 8px;
    overflow: hidden
}

.lpd .pg-prog-body figure img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block
}

.lpd .pg-prog-body figcaption {
    font-size: 12px;
    line-height: 1.5;
    color: #8D9DA3;
    padding: 4px 8px;
    background: #8d9da312
}

.lpd .pg-quote-anchor {
    position: relative;
    padding: 24px 24px 24px 64px;
    background: linear-gradient(to top, #2e435f0d 0%, #fff 100%);
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 #2e435f0f
}

.lpd .pg-quote-mark {
    position: absolute;
    left: 16px;
    top: 12px;
    font-size: 62px;
    line-height: 1;
    color: #2E435F;
    opacity: .12;
    font-weight: 700;
    pointer-events: none;
    user-select: none
}

.lpd .pg-quote-text {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C;
    font-style: italic;
    margin: 0
}

.lpd .pg-back-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #2E435F;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 600;
    transition: color .18s ease-out, gap .22s ease-out;
    padding: 8px 0
}

.lpd .pg-back-link:hover {
    color: #787C7C;
    gap: 16px
}

.lpd .pg-back-arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.lpd .pg-enroll-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lpd .pg-enroll-note {
    font-size: 14px;
    line-height: 1.5;
    color: #8D9DA3;
    text-align: center
}

@media (max-width: 1280px) {
    .lpd .pg-hero {
        grid-template-columns: 1fr 300px;
        gap: 32px
    }

    .lpd .pg-body {
        grid-template-columns: 1fr 300px;
        gap: 32px
    }

    .lpd .pg-heading span {
        font-size: 46px
    }

    .lpd .pg-heading {
        font-size: 33px
    }
}

@media (max-width: 768px) {
    .lpd .pg-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 32px 0 16px
    }

    .lpd .pg-body {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 48px
    }

    .lpd .pg-sidebar {
        position: static
    }

    .lpd .pg-heading {
        font-size: 24px
    }

    .lpd .pg-heading span {
        font-size: 33px
    }
}

@media (max-width: 390px) {
    .lpd .pg-hero {
        padding: 16px 0 8px;
        gap: 16px
    }

    .lpd .pg-heading {
        font-size: 19px
    }

    .lpd .pg-heading span {
        font-size: 24px
    }

    .lpd .pg-price-val {
        font-size: 24px
    }

    .lpd .pg-btn-primary {
        padding: 12px 16px;
        font-size: 14px
    }
}

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

.lp-prog .pg-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.lp-prog .ttl-blk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: #fff
}

.lp-prog .ttl-img-side {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3
}

.lp-prog .ttl-img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: sepia(0.35) contrast(1.08) brightness(0.96) saturate(0.85);
    transition: transform .45s ease-out
}

.lp-prog .ttl-img-side:hover img {
    transform: scale(1.04)
}

.lp-prog .ttl-txt-side {
    position: relative;
    padding: 96px 48px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.lp-prog .dot-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #8D9DA3 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .18;
    border-radius: 0
}

.lp-prog .ttl-eyebrow {
    font-size: 14px;
    line-height: 1.5;
    color: #787C7C;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.lp-prog .ttl-h1 {
    font-size: 46px;
    line-height: 1.2;
    color: #2E435F;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.lp-prog .ttl-desc {
    font-size: 19px;
    line-height: 1.7;
    color: #787C7C;
    position: relative;
    z-index: 1
}

.lp-prog .cards-sec {
    padding: 96px 0;
    background: linear-gradient(to top, #fff 0%, #eef1f4 100%)
}

.lp-prog .cards-sec .pg-wrap {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.lp-prog .cards-lead {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-prog .cards-lead-h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #2E435F;
    text-decoration: underline;
    text-decoration-color: #8D9DA3;
    text-underline-offset: 6px
}

.lp-prog .cards-lead-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C
}

.lp-prog .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.lp-prog .prog-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 #2e435f0f 0 6px 25px 0 #2e435f1a;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s ease-out, transform .25s ease-out
}

.lp-prog .prog-card:hover {
    box-shadow: 0 10px 36px 0 #2e435f1c;
    transform: translateY(-4px)
}

.lp-prog .card-img-wrap {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative
}

.lp-prog .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s ease-out
}

.lp-prog .prog-card:hover .card-img-wrap img {
    transform: scale(1.06)
}

.lp-prog .card-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1
}

.lp-prog .card-date {
    font-size: 14px;
    line-height: 1.5;
    color: #8D9DA3;
    letter-spacing: .08em;
    text-transform: uppercase
}

.lp-prog .card-ttl {
    font-size: 24px;
    line-height: 1.2;
    color: #2E435F
}

.lp-prog .card-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C;
    flex: 1
}

.lp-prog .card-foot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid #8d9da333
}

.lp-prog .card-price {
    font-size: 24px;
    line-height: 1.2;
    color: #2E435F;
    font-weight: 700
}

.lp-prog .card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #2E435F;
    text-decoration: none !important;
    border: 1.5px solid #2E435F;
    border-radius: 8px;
    padding: 8px 16px;
    transition: background .2s ease-out, color .2s ease-out, transform .18s ease-out;
    position: relative
}

.lp-prog .card-link:hover {
    background: #2E435F;
    color: #fff;
    transform: scale(1.04)
}

.lp-prog .card-link .arr {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative
}

.lp-prog .card-link .arr svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease-out
}

.lp-prog .card-link:hover .arr svg {
    transform: translateX(3px)
}

.lp-prog .metrics-sec {
    padding: 96px 0;
    background: #2E435F;
    position: relative
}

.lp-prog .metrics-sec .pg-wrap {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.lp-prog .metrics-hd {
    font-size: 33px;
    line-height: 1.2;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #8D9DA3;
    text-underline-offset: 6px;
    max-width: 560px
}

.lp-prog .metrics-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px
}

.lp-prog .met-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px;
    border-radius: 16px;
    background: #ffffff12;
    border: 1px solid #ffffff1f;
    transition: background .35s ease-out
}

.lp-prog .met-item:hover {
    background: #ffffff21
}

.lp-prog .met-num {
    font-size: 46px;
    line-height: 1.2;
    color: #fff
}

.lp-prog .met-lbl {
    font-size: 16px;
    line-height: 1.5;
    color: #8D9DA3
}

.lp-prog .met-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 8px
}

.lp-prog .met-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #8D9DA3;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.lp-prog .review-sec {
    padding: 96px 0;
    background: #fff
}

.lp-prog .review-sec .pg-wrap {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.lp-prog .rev-hd-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px
}

.lp-prog .rev-hd {
    font-size: 33px;
    line-height: 1.2;
    color: #2E435F;
    text-decoration: underline;
    text-decoration-color: #8D9DA3;
    text-underline-offset: 6px
}

.lp-prog .rev-rating-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px
}

.lp-prog .rev-score {
    font-size: 46px;
    line-height: 1.2;
    color: #2E435F
}

.lp-prog .rev-count {
    font-size: 14px;
    line-height: 1.5;
    color: #787C7C
}

.lp-prog .stars-row {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.lp-prog .star-svg {
    width: 18px;
    height: 18px
}

.lp-prog .star-svg svg {
    width: 18px;
    height: 18px;
    fill: #2E435F
}

.lp-prog .rev-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px
}

.lp-prog .rev-card {
    background: linear-gradient(to top, #fff 0%, #eef1f4 100%);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    transition: box-shadow .28s ease-out
}

.lp-prog .rev-card:hover {
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.lp-prog .rev-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.lp-prog .rev-portrait {
    width: 56px;
    height: 84px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0
}

.lp-prog .rev-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.lp-prog .rev-name {
    font-size: 16px;
    line-height: 1.5;
    color: #2E435F;
    font-weight: 600
}

.lp-prog .rev-role {
    font-size: 14px;
    line-height: 1.5;
    color: #8D9DA3
}

.lp-prog .rev-txt {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C
}

.lp-prog .rev-no-portrait {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background: #2e435f1a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lp-prog .rev-no-portrait svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #2E435F;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.lp-prog .anim-bg-sec {
    padding: 96px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #8d9da326, #fff);
    animation: bg-shift 15s linear infinite
}

@keyframes bg-shift {
    0% {
        background-color: #8d9da314
    }

    50% {
        background-color: #2e435f0d
    }

    100% {
        background-color: #8d9da314
    }
}

.lp-prog .anim-bg-sec .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.lp-prog .sidebar-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 32px
}

.lp-prog .sidebar-hd {
    font-size: 33px;
    line-height: 1.2;
    color: #2E435F;
    text-decoration: underline;
    text-decoration-color: #8D9DA3;
    text-underline-offset: 6px
}

.lp-prog .sidebar-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C
}

.lp-prog .sidebar-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 32px;
    border-radius: 16px;
    background: #2E435F;
    color: #fff
}

.lp-prog .sidebar-stat-num {
    font-size: 46px;
    line-height: 1.2;
    color: #fff
}

.lp-prog .sidebar-stat-lbl {
    font-size: 14px;
    line-height: 1.5;
    color: #8D9DA3
}

.lp-prog .steps-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp-prog .step-item {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    transition: box-shadow .22s ease-out, transform .22s ease-out
}

.lp-prog .step-item:hover {
    box-shadow: 0 6px 25px 0 #2e435f1a;
    transform: translateX(4px)
}

.lp-prog .step-num {
    width: 48px;
    height: 48px;
    border-radius: 44px;
    background: #2e435f14;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 1.2;
    color: #2E435F;
    font-weight: 700;
    flex-shrink: 0
}

.lp-prog .step-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-prog .step-ttl {
    font-size: 19px;
    line-height: 1.2;
    color: #2E435F
}

.lp-prog .step-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C
}

.lp-prog .curve-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    pointer-events: none;
    overflow: hidden
}

.lp-prog .curve-deco svg {
    width: 220px;
    height: 220px;
    fill: none;
    stroke: #8d9da340;
    stroke-width: 2
}

@media (max-width: 1280px) {
    .lp-prog .metrics-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .lp-prog .ttl-blk {
        grid-template-columns: 1fr
    }

    .lp-prog .ttl-txt-side {
        padding: 48px 32px
    }

    .lp-prog .ttl-h1 {
        font-size: 33px
    }

    .lp-prog .card-grid {
        grid-template-columns: 1fr
    }

    .lp-prog .metrics-row {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .lp-prog .rev-grid {
        grid-template-columns: 1fr
    }

    .lp-prog .rev-hd-row {
        flex-direction: column;
        align-items: flex-start
    }

    .lp-prog .anim-bg-sec .pg-wrap {
        grid-template-columns: 1fr
    }

    .lp-prog .sidebar-col {
        position: static
    }

    .lp-prog .pg-wrap {
        padding: 0 16px
    }
}

@media (max-width: 390px) {
    .lp-prog .ttl-h1 {
        font-size: 24px
    }

    .lp-prog .metrics-row {
        grid-template-columns: 1fr
    }

    .lp-prog .met-num {
        font-size: 33px
    }

    .lp-prog .card-foot {
        flex-direction: column;
        align-items: flex-start
    }

    .lp-prog .cards-sec {
        padding: 48px 0
    }

    .lp-prog .metrics-sec {
        padding: 48px 0
    }

    .lp-prog .review-sec {
        padding: 48px 0
    }

    .lp-prog .anim-bg-sec {
        padding: 48px 0
    }
}

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

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

.abt .divider-diamond {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px
}

.abt .divider-diamond .dd-line {
    flex: 1;
    height: 1px;
    background: #2E435F;
    opacity: .18
}

.abt .divider-diamond .dd-gem {
    width: 8px;
    height: 8px;
    background: #2E435F;
    transform: rotate(45deg);
    opacity: .45
}

.abt .ttl-blk {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: #f0ede8;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 38px, #2e435f0b 38px, #2e435f0b 39px), repeating-linear-gradient(90deg, transparent, transparent 38px, #2e435f08 38px, #2e435f08 39px)
}

.abt .ttl-blk .pg-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px
}

.abt .ttl-fader {
    position: absolute;
    top: 16px;
    right: 48px;
    font-size: 200px;
    line-height: 1.2;
    color: #2e435f0e;
    font-weight: 900;
    pointer-events: none;
    user-select: none;
    letter-spacing: -8px
}

.abt .ttl-tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #2E435F;
    border: 1px solid #2e435f4d;
    border-radius: 4px;
    padding: 4px 16px
}

.abt .ttl-h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #2E435F;
    max-width: 720px;
    margin: 0
}

.abt .ttl-lead {
    font-size: 19px;
    line-height: 1.7;
    color: #3a3a3a;
    max-width: 580px;
    margin: 0
}

.abt .ttl-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    max-width: 560px;
    margin: 0
}

.abt .ttl-founded {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 8px
}

.abt .ttl-founded .yr-num {
    font-size: 46px;
    line-height: 1.2;
    color: #2E435F;
    font-weight: 700;
    opacity: .55
}

.abt .ttl-founded .yr-label {
    font-size: 14px;
    line-height: 1.5;
    color: #787C7C;
    max-width: 140px
}

.abt .tm-sec {
    padding-top: 96px;
    padding-bottom: 96px;
    background: linear-gradient(0deg, #fff 0%, #f4f1ec 100%)
}

.abt .tm-sec .pg-wrap {
    display: flex;
    flex-direction: column;
    gap: 64px
}

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

.abt .tm-portrait-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start
}

.abt .portrait-frame {
    position: relative;
    width: 220px;
    height: 220px
}

.abt .portrait-frame img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.abt .portrait-frame::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid #2e435f2e;
    pointer-events: none
}

.abt .portrait-frame::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #2E435F;
    opacity: .12;
    pointer-events: none
}

.abt .portrait-name {
    font-size: 19px;
    line-height: 1.5;
    color: #2E435F;
    font-weight: 600;
    margin: 0
}

.abt .portrait-role {
    font-size: 14px;
    line-height: 1.5;
    color: #787C7C;
    margin: 0
}

.abt .tm-text-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt .sec-eyebrow {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8D9DA3
}

.abt .sec-h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #2E435F;
    margin: 0;
    text-decoration: underline;
    text-decoration-color: #2e435f33;
    text-underline-offset: 6px
}

.abt .sec-body {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.abt .sec-body-lg {
    font-size: 19px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.abt .proc-flow {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt .proc-h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #2E435F;
    margin: 0;
    text-decoration: underline;
    text-decoration-color: #2e435f33;
    text-underline-offset: 5px
}

.abt .proc-steps {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    flex-wrap: nowrap
}

.abt .proc-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    position: relative;
    transition: box-shadow .22s ease-out, transform .18s ease-out
}

.abt .proc-step:hover {
    box-shadow: 0 6px 25px 0 #2e435f1a;
    transform: translateY(-2px)
}

.abt .proc-arrow {
    display: flex;
    align-items: center;
    padding: 0 8px;
    flex-shrink: 0
}

.abt .proc-arrow svg {
    display: block
}

.abt .step-num {
    font-size: 33px;
    line-height: 1.2;
    color: #2e435f1f;
    font-weight: 700
}

.abt .step-lbl {
    font-size: 14px;
    line-height: 1.5;
    color: #2E435F;
    font-weight: 600
}

.abt .step-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #787C7C
}

.abt .vals-sec {
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative;
    background: #2E435F
}

.abt .vals-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./media_gallery/draft10_opt.jpg);
    background-size: cover;
    background-position: center;
    opacity: .08;
    pointer-events: none;
    border-radius: 0
}

.abt .vals-sec .pg-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 48px
}

.abt .vals-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 600px
}

.abt .vals-eyebrow {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8d9da3e6
}

.abt .vals-h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    text-decoration: underline;
    text-decoration-color: #fff3;
    text-underline-offset: 6px
}

.abt .vals-lead {
    font-size: 19px;
    line-height: 1.7;
    color: #ffffffd1;
    margin: 0
}

.abt .vals-body {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffad;
    margin: 0
}

.abt .vals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.abt .val-card {
    background: #ffffff0f;
    border: 1px solid #ffffff1a;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    backdrop-filter: blur(2px);
    transition: backdrop-filter .28s ease-out, background .22s ease-out
}

.abt .val-card:hover {
    backdrop-filter: blur(10px);
    background: #ffffff1c
}

.abt .val-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px
}

.abt .val-h4 {
    font-size: 19px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    font-weight: 600
}

.abt .val-p {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffffa6;
    margin: 0
}

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

.abt .img-cell {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative
}

.abt .img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .38s ease-out
}

.abt .img-cell:hover img {
    transform: scale(1.04)
}

.abt .img-cell::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px #ffffff14;
    pointer-events: none
}

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

.abt .reveal-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #ffffff0f;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #ffffff14;
    opacity: 0;
    transform: translateY(16px);
    animation: revealUp .35s ease-out forwards
}

.abt .reveal-list li:nth-child(1) {
    animation-delay: .1s
}

.abt .reveal-list li:nth-child(2) {
    animation-delay: .22s
}

.abt .reveal-list li:nth-child(3) {
    animation-delay: .34s
}

.abt .reveal-list li:nth-child(4) {
    animation-delay: .46s
}

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

.abt .reveal-list .ri-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8d9da3b3;
    flex-shrink: 0;
    margin-top: 6px
}

.abt .reveal-list .ri-text {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffbf
}

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

.abt .img2-cell {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
    position: relative;
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.abt .img2-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .38s ease-out
}

.abt .img2-cell:hover img {
    transform: scale(1.04)
}

.abt .img2-cell .img-vgn {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(ellipse at 50% 50%, transparent 55%, #2e435f59 100%);
    pointer-events: none
}

.abt .sec-anchor {
    position: absolute;
    font-size: 120px;
    line-height: 1.2;
    font-weight: 900;
    pointer-events: none;
    user-select: none;
    opacity: .04;
    color: #fff;
    top: 32px;
    right: 32px;
    letter-spacing: -4px
}

@media (max-width: 1280px) {
    .abt .ttl-h1 {
        font-size: 46px
    }

    .abt .ttl-fader {
        font-size: 140px;
        right: 16px
    }
}

@media (max-width: 768px) {
    .abt .ttl-blk {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .abt .ttl-h1 {
        font-size: 33px
    }

    .abt .ttl-fader {
        display: none
    }

    .abt .tm-top {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt .proc-steps {
        flex-direction: column;
        gap: 8px
    }

    .abt .proc-arrow {
        transform: rotate(90deg);
        padding: 4px 0;
        justify-content: center
    }

    .abt .vals-grid {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .abt .imgs-row {
        grid-template-columns: 1fr 1fr
    }

    .abt .imgs-row .img-cell:first-child {
        grid-column: 1 / -1
    }

    .abt .img2-grid {
        grid-template-columns: 1fr
    }

    .abt .tm-sec {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .abt .vals-sec {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .abt .sec-anchor {
        font-size: 72px
    }
}

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

    .abt .ttl-h1 {
        font-size: 24px
    }

    .abt .sec-h2 {
        font-size: 24px
    }

    .abt .vals-h2 {
        font-size: 24px
    }

    .abt .portrait-frame,
    .abt .portrait-frame img {
        width: 160px;
        height: 160px
    }

    .abt .imgs-row {
        grid-template-columns: 1fr
    }
}

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

.cnt-us .pg-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.cnt-us .seq-col {
    opacity: 0;
    animation: col-appear .45s ease-out forwards
}

.cnt-us .seq-col:nth-child(1) {
    animation-delay: .08s
}

.cnt-us .seq-col:nth-child(2) {
    animation-delay: .2s
}

.cnt-us .seq-col:nth-child(3) {
    animation-delay: .32s
}

.cnt-us .seq-col:nth-child(4) {
    animation-delay: .42s
}

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

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

.cnt-us .geo-band {
    background: #2E435F;
    padding: 96px 0 48px;
    position: relative
}

.cnt-us .geo-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: repeating-linear-gradient(90deg, #8D9DA3 0px, #8D9DA3 18px, transparent 18px, transparent 28px)
}

.cnt-us .geo-band-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: start
}

.cnt-us .band-label {
    font-size: 14px;
    color: #8D9DA3;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 8px
}

.cnt-us .band-val {
    font-size: 19px;
    color: #fff;
    line-height: 1.5
}

.cnt-us .band-val a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #8d9da366;
    transition: border-color .22s ease-out, color .22s ease-out
}

.cnt-us .band-val a:hover {
    color: #8D9DA3;
    border-color: #8D9DA3
}

.cnt-us .band-divider {
    width: 100%;
    height: 1px;
    background: #8d9da333;
    margin: 48px 0
}

.cnt-us .band-tagline {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px 96px
}

.cnt-us .band-tagline-text {
    font-size: 33px;
    color: #ffffffd9;
    line-height: 1.2;
    max-width: 640px
}

.cnt-us .band-tagline-sub {
    font-size: 16px;
    color: #8D9DA3;
    line-height: 1.7;
    margin-top: 16px;
    max-width: 520px
}

.cnt-us .stroke-deco {
    position: absolute;
    bottom: 48px;
    right: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: .3
}

.cnt-us .stroke-deco span {
    display: block;
    height: 2px;
    background: #8D9DA3;
    border-radius: 4px
}

.cnt-us .stroke-deco span:nth-child(1) {
    width: 40px
}

.cnt-us .stroke-deco span:nth-child(2) {
    width: 28px
}

.cnt-us .stroke-deco span:nth-child(3) {
    width: 18px
}

.cnt-us .stroke-deco span:nth-child(4) {
    width: 32px
}

.cnt-us .geo-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    height: 24px;
    background: #fff;
    overflow: hidden
}

.cnt-us .geo-divider-inner {
    width: 100%;
    display: flex;
    align-items: center
}

.cnt-us .geo-divider-inner svg {
    width: 100%;
    height: 24px;
    display: block
}

.cnt-us .frm-band {
    background: #fff;
    padding: 96px 0;
    position: relative
}

.cnt-us .frm-band::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: repeating-linear-gradient(90deg, transparent 0px, transparent 8px, #2E435F 8px, #2E435F 12px, transparent 12px, transparent 24px, #8D9DA3 24px, #8D9DA3 26px, transparent 26px, transparent 36px);
    opacity: .25
}

.cnt-us .frm-grid {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 96px;
    align-items: start
}

.cnt-us .frm-aside {
    position: sticky;
    top: 32px
}

.cnt-us .aside-accent {
    width: 36px;
    height: 3px;
    background: #2E435F;
    border-radius: 4px;
    margin-bottom: 16px
}

.cnt-us .aside-head {
    font-size: 33px;
    color: #2E435F;
    line-height: 1.2;
    margin-bottom: 16px;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: #2e435f33;
    text-decoration-thickness: 2px
}

.cnt-us .aside-desc {
    font-size: 19px;
    color: #787C7C;
    line-height: 1.7;
    margin-bottom: 32px
}

.cnt-us .aside-desc-sm {
    font-size: 16px;
    color: #8D9DA3;
    line-height: 1.7
}

.cnt-us .img-wrap {
    margin-top: 32px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 25px 0 #2e435f1a;
    aspect-ratio: 4/3
}

.cnt-us .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.88);
    transition: filter .38s ease-out
}

.cnt-us .img-wrap:hover img {
    filter: brightness(1)
}

.cnt-us .frm-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 36px 0 #2e435f1c;
    padding: 48px
}

.cnt-us .frm-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.cnt-us .frm-field {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 16px
}

.cnt-us .frm-field.full {
    grid-column: 1 / -1
}

.cnt-us .frm-field label {
    font-size: 14px;
    color: #787C7C;
    margin-bottom: 8px;
    transition: color .2s ease-out
}

.cnt-us .frm-field input,
.cnt-us .frm-field select,
.cnt-us .frm-field textarea {
    padding: 16px;
    font-size: 16px;
    color: #2E435F;
    background: #f4f5f6;
    border: 1.5px solid transparent;
    border-radius: 8px;
    outline: none;
    transition: border-color .25s ease-out, background .25s ease-out, box-shadow .25s ease-out;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box
}

.cnt-us .frm-field input::placeholder,
.cnt-us .frm-field textarea::placeholder {
    color: #8D9DA3
}

.cnt-us .frm-field input:focus,
.cnt-us .frm-field select:focus,
.cnt-us .frm-field textarea:focus {
    border-color: #2E435F;
    background: #fff;
    box-shadow: 0 1px 6px 0 #2e435f0f
}

.cnt-us .frm-field select {
    cursor: pointer;
    color: #2E435F
}

.cnt-us .frm-field select option[value=""] {
    color: #8D9DA3
}

.cnt-us .frm-field textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.5
}

.cnt-us .frm-sep {
    height: 1px;
    background: #2e435f14;
    margin: 32px 0;
    border-radius: 4px
}

.cnt-us .frm-opts-head {
    font-size: 14px;
    color: #787C7C;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 16px
}

.cnt-us .frm-opts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px
}

.cnt-us .frm-opt-item {
    position: relative
}

.cnt-us .frm-opt-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.cnt-us .frm-opt-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1.5px solid #2e435f26;
    font-size: 14px;
    color: #2E435F;
    cursor: pointer;
    transition: border-color .2s ease-out, background .2s ease-out;
    line-height: 1.5;
    box-sizing: border-box
}

.cnt-us .frm-opt-item label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 4px;
    border: 1.5px solid #8D9DA3;
    background: #fff;
    transition: background .18s ease-out, border-color .18s ease-out
}

.cnt-us .frm-opt-item input[type="checkbox"]:checked+label {
    border-color: #2E435F;
    background: #2e435f0d
}

.cnt-us .frm-opt-item input[type="checkbox"]:checked+label::before {
    background: #2E435F;
    border-color: #2E435F
}

.cnt-us .frm-opt-item input[type="checkbox"]:focus+label {
    outline: 2px solid #2E435F;
    outline-offset: 2px
}

.cnt-us .frm-opt-item label svg {
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0
}

.cnt-us .frm-opt-item input[type="checkbox"]:checked~label svg {
    opacity: 1
}

.cnt-us .prv-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 32px
}

.cnt-us .prv-row input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: #2E435F;
    cursor: pointer;
    border-radius: 4px
}

.cnt-us .prv-row label {
    font-size: 14px;
    color: #787C7C;
    line-height: 1.7;
    cursor: pointer
}

.cnt-us .prv-row label a {
    color: #2E435F;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s ease-out
}

.cnt-us .prv-row label a:hover {
    color: #787C7C
}

.cnt-us .sub-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 48px;
    font-size: 16px;
    color: #2E435F;
    background: transparent;
    border: 2px solid #2E435F;
    border-radius: 8px;
    cursor: pointer;
    transition: background .28s ease-out, color .28s ease-out, transform .18s ease-out, box-shadow .28s ease-out;
    position: relative;
    overflow: hidden
}

.cnt-us .sub-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #2E435F;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .32s ease-out;
    z-index: 0
}

.cnt-us .sub-btn:hover::before {
    transform: scaleX(1)
}

.cnt-us .sub-btn:hover {
    color: #fff;
    transform: scale(1.03);
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.cnt-us .sub-btn:focus {
    outline: 3px solid #8D9DA3;
    outline-offset: 3px
}

.cnt-us .sub-btn:active {
    transform: scale(0.98)
}

.cnt-us .sub-btn span {
    position: relative;
    z-index: 1
}

.cnt-us .sub-btn svg {
    position: relative;
    z-index: 1;
    transition: transform .22s ease-out
}

.cnt-us .sub-btn:hover svg {
    transform: translateX(4px)
}

.cnt-us .contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

@media (max-width: 1280px) {
    .cnt-us .frm-grid {
        gap: 48px
    }

    .cnt-us .geo-band-inner {
        gap: 24px
    }
}

@media (max-width: 768px) {
    .cnt-us .geo-band-inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

    .cnt-us .frm-grid {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .cnt-us .frm-aside {
        position: static
    }

    .cnt-us .frm-card {
        padding: 32px
    }

    .cnt-us .frm-opts {
        grid-template-columns: 1fr
    }

    .cnt-us .band-tagline-text {
        font-size: 24px
    }
}

@media (max-width: 390px) {
    .cnt-us .geo-band-inner {
        grid-template-columns: 1fr
    }

    .cnt-us .frm-row {
        grid-template-columns: 1fr
    }

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

    .cnt-us .pg-wrap,
    .cnt-us .band-tagline,
    .cnt-us .geo-band-inner,
    .cnt-us .frm-grid {
        padding-left: 16px;
        padding-right: 16px
    }

    .cnt-us .sub-btn {
        width: 100%;
        justify-content: center
    }
}

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

.aflt .pg-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.aflt .dot-div {
    border: none;
    border-top: 2px dotted #8D9DA3;
    margin: 0
}

.aflt .tb {
    background: #f5f6f7;
    padding: 96px 32px 48px;
    position: relative
}

.aflt .tb-stripe {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(118deg, transparent, transparent 18px, #2e435f0a 18px, #2e435f0a 20px);
    pointer-events: none
}

.aflt .tb-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.aflt .tb-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #787C7C;
    margin-bottom: 16px
}

.aflt .tb-h1 {
    font-size: 46px;
    line-height: 1.2;
    color: #2E435F;
    margin: 0 0 16px;
    max-width: 680px
}

.aflt .tb-tag {
    font-size: 19px;
    line-height: 1.5;
    color: #787C7C;
    max-width: 560px;
    margin: 0 0 32px
}

.aflt .tb-links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.aflt .btn-prim {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid #2E435F;
    border-radius: 8px;
    font-size: 16px;
    color: #2E435F;
    background: transparent;
    text-decoration: none;
    font-weight: 600;
    transition: background .22s ease-out, color .22s ease-out, transform .18s ease-out;
    cursor: pointer
}

.aflt .btn-prim:hover {
    background: #2E435F;
    color: #fff;
    transform: scale(1.04)
}

.aflt .btn-sec {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid #8D9DA3;
    border-radius: 8px;
    font-size: 16px;
    color: #2E435F;
    background: transparent;
    text-decoration: none;
    font-weight: 500;
    transition: border-color .28s ease-out, color .2s ease-out, transform .18s ease-out
}

.aflt .btn-sec:hover {
    border-color: #2E435F;
    color: #2E435F;
    transform: scale(1.04)
}

.aflt .tb-arrow {
    position: absolute;
    right: 0;
    bottom: -12px;
    width: 32px;
    height: 32px;
    opacity: .18;
    pointer-events: none
}

.aflt .how {
    padding: 96px 32px;
    background: #fff
}

.aflt .how-inner {
    max-width: 1140px;
    margin: 0 auto
}

.aflt .sec-eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8D9DA3;
    margin-bottom: 8px;
    display: block
}

.aflt .how-h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #2E435F;
    margin: 0 0 8px;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: #8D9DA3;
    text-underline-offset: 6px
}

.aflt .how-intro {
    font-size: 19px;
    line-height: 1.5;
    color: #787C7C;
    max-width: 580px;
    margin: 0 0 48px
}

.aflt .how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 32px;
    align-items: start
}

.aflt .how-center {
    grid-row: 1 / 3;
    grid-column: 2
}

.aflt .step-card {
    background: #f5f6f7;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    position: relative;
    transition: box-shadow .25s ease-out, transform .2s ease-out
}

.aflt .step-card:hover {
    box-shadow: 0 6px 25px 0 #2e435f1a;
    transform: translateY(-3px)
}

.aflt .step-card.tall {
    padding: 48px 32px;
    background: linear-gradient(to top, #f5f6f7, #fff);
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.aflt .step-num {
    font-size: 46px;
    font-weight: 700;
    color: #2E435F;
    opacity: .12;
    line-height: 1.2;
    margin-bottom: 8px
}

.aflt .step-h {
    font-size: 19px;
    font-weight: 700;
    color: #2E435F;
    margin: 0 0 8px;
    text-decoration: underline;
    text-decoration-color: #8D9DA3;
    text-underline-offset: 4px
}

.aflt .step-p {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C;
    margin: 0
}

.aflt .entry-mark {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px
}

.aflt .entry-dot {
    width: 12px;
    height: 12px;
    border-radius: 44px;
    background: #2E435F;
    flex-shrink: 0
}

.aflt .entry-lbl {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2E435F
}

.aflt .exit-mark {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 24px
}

.aflt .exit-dot {
    width: 12px;
    height: 12px;
    border-radius: 44px;
    border: 2px solid #2E435F;
    flex-shrink: 0
}

.aflt .exit-lbl {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8D9DA3
}

.aflt .feat-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.aflt .feat-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.aflt .feat-list li.alt {
    flex-direction: row-reverse;
    text-align: right
}

.aflt .feat-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.aflt .feat-txt {
    font-size: 14px;
    line-height: 1.5;
    color: #2E435F;
    font-weight: 500
}

.aflt .cond {
    padding: 96px 32px;
    background: linear-gradient(to top, #eef0f3, #fff)
}

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

.aflt .cond-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 10px 36px 0 #2e435f1c
}

.aflt .cond-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .38s ease-out
}

.aflt .cond-img-wrap:hover img {
    transform: scale(1.04)
}

.aflt .img-overlay {
    position: absolute;
    inset: 0;
    background: #2e435fb8;
    opacity: 0;
    transition: opacity .32s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px
}

.aflt .cond-img-wrap:hover .img-overlay {
    opacity: 1
}

.aflt .overlay-txt {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    padding: 32px;
    line-height: 1.5
}

.aflt .cond-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.aflt .cond-h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #2E435F;
    margin: 0 0 8px;
    display: inline-block;
    text-decoration: underline;
    text-decoration-color: #8D9DA3;
    text-underline-offset: 6px
}

.aflt .cond-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C;
    margin: 0
}

.aflt .cond-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.aflt .cond-card {
    background: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    transition: box-shadow .22s ease-out, transform .18s ease-out
}

.aflt .cond-card:hover {
    box-shadow: 0 6px 25px 0 #2e435f1a;
    transform: translateX(4px)
}

.aflt .cond-card-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #2e435f14;
    display: flex;
    align-items: center;
    justify-content: center
}

.aflt .cond-card-body {
    flex: 1
}

.aflt .cond-card-h {
    font-size: 16px;
    font-weight: 700;
    color: #2E435F;
    margin: 0 0 4px
}

.aflt .cond-card-p {
    font-size: 14px;
    line-height: 1.5;
    color: #787C7C;
    margin: 0
}

.aflt .tags-wrap {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.aflt .tag {
    display: inline-block;
    padding: 4px 16px;
    border: 1.5px solid #8D9DA3;
    border-radius: 28px;
    font-size: 14px;
    color: #787C7C;
    background: #fff;
    transition: border-color .2s ease-out, color .2s ease-out, transform .25s ease-out;
    cursor: default
}

.aflt .tags-wrap:hover .tag:nth-child(1) {
    transform: translateY(-6px) rotate(-4deg);
    color: #2E435F;
    border-color: #2E435F
}

.aflt .tags-wrap:hover .tag:nth-child(2) {
    transform: translateY(-10px) rotate(-1deg);
    color: #2E435F;
    border-color: #2E435F
}

.aflt .tags-wrap:hover .tag:nth-child(3) {
    transform: translateY(-7px) rotate(2deg);
    color: #2E435F;
    border-color: #2E435F
}

.aflt .tags-wrap:hover .tag:nth-child(4) {
    transform: translateY(-5px) rotate(4deg);
    color: #2E435F;
    border-color: #2E435F
}

@keyframes dropbounce {
    0% {
        transform: translateY(-40px);
        opacity: 0
    }

    60% {
        transform: translateY(8px);
        opacity: 1
    }

    78% {
        transform: translateY(-4px)
    }

    90% {
        transform: translateY(3px)
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.aflt .tb-h1 {
    animation: dropbounce .55s ease-out both
}

.aflt .tb-tag {
    animation: dropbounce .55s .12s ease-out both
}

.aflt .tb-links {
    animation: dropbounce .55s .22s ease-out both
}

.aflt .read-arrow {
    width: 20px;
    height: 20px;
    opacity: .22;
    pointer-events: none;
    flex-shrink: 0
}

@media (max-width: 1280px) {
    .aflt .how-grid {
        grid-template-columns: 1fr 1fr 1fr
    }
}

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

    .aflt .tb-h1 {
        font-size: 33px
    }

    .aflt .tb-tag {
        font-size: 16px
    }

    .aflt .how {
        padding: 48px 16px
    }

    .aflt .how-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .aflt .how-center {
        grid-row: auto;
        grid-column: auto
    }

    .aflt .cond {
        padding: 48px 16px
    }

    .aflt .cond-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .aflt .cond-h2 {
        font-size: 24px
    }

    .aflt .how-h2 {
        font-size: 24px
    }
}

@media (max-width: 390px) {
    .aflt .tb-h1 {
        font-size: 24px
    }

    .aflt .tb-links {
        flex-direction: column
    }

    .aflt .btn-prim,
    .aflt .btn-sec {
        text-align: center
    }

    .aflt .how-grid {
        gap: 16px
    }

    .aflt .cond-inner {
        gap: 16px
    }

    .aflt .step-card {
        padding: 16px
    }
}

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

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

.rt .lbl-up {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #2E435F;
    display: block;
    margin-bottom: 8px
}

.rt .und-head {
    display: inline-block;
    border-bottom: 2px solid #2E435F;
    padding-bottom: 4px
}

.rt .arr-lnk {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #2E435F;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: gap .22s ease-out
}

.rt .arr-lnk .arr-ico {
    display: inline-block;
    width: 0;
    overflow: hidden;
    transition: width .22s ease-out, opacity .22s ease-out;
    opacity: 0
}

.rt .arr-lnk:hover .arr-ico {
    width: 18px;
    opacity: 1
}

.rt .arr-lnk:hover {
    gap: 8px
}

.rt .arr-ico svg {
    display: block
}

.rt .chevron-div {
    width: 100%;
    height: 48px;
    position: relative;
    overflow: hidden
}

.rt .chevron-div svg {
    display: block;
    width: 100%;
    height: 100%
}

.rt .ttl-blk {
    position: relative;
    background: #f4f6f8;
    padding-top: 96px;
    padding-bottom: 0
}

.rt .ttl-blk .atm-spot {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    pointer-events: none
}

.rt .ttl-blk .atm-a {
    width: 320px;
    height: 320px;
    background: #2e435f1a;
    top: -80px;
    left: -60px
}

.rt .ttl-blk .atm-b {
    width: 200px;
    height: 200px;
    background: #8d9da321;
    top: 40px;
    right: 80px
}

.rt .ttl-blk .atm-c {
    width: 160px;
    height: 160px;
    background: #787c7c17;
    bottom: 80px;
    left: 40%
}

.rt .ttl-blk .ttl-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: end
}

.rt .ttl-blk .ttl-txt {
    padding-bottom: 96px
}

.rt .ttl-blk .ttl-num {
    font-size: 62px;
    font-weight: 900;
    color: #2E435F;
    line-height: 1.2;
    display: block
}

.rt .ttl-blk .ttl-h1 {
    font-size: 46px;
    font-weight: 800;
    color: #2E435F;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 16px
}

.rt .ttl-blk .ttl-desc {
    font-size: 19px;
    color: #3a4a5c;
    line-height: 1.7;
    max-width: 480px
}

.rt .ttl-blk .ttl-img-wrap {
    position: relative;
    align-self: end
}

.rt .ttl-blk .ttl-img-wrap img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    border-radius: 16px 16px 0 0;
    filter: saturate(0.7) brightness(0.92) contrast(1.05)
}

.rt .ttl-blk .deco-strokes {
    position: absolute;
    bottom: 32px;
    right: -16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none
}

.rt .ttl-blk .deco-strokes span {
    display: block;
    height: 2px;
    background: #2E435F;
    opacity: .25;
    border-radius: 4px
}

.rt .ttl-blk .deco-strokes span:nth-child(1) {
    width: 32px
}

.rt .ttl-blk .deco-strokes span:nth-child(2) {
    width: 24px
}

.rt .ttl-blk .deco-strokes span:nth-child(3) {
    width: 40px
}

.rt .ttl-blk .deco-strokes span:nth-child(4) {
    width: 20px
}

.rt .ttl-blk .deco-strokes span:nth-child(5) {
    width: 36px
}

.rt .rev-sec {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 48px
}

.rt .rev-sec .rev-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px
}

.rt .rev-sec .rev-card {
    background: #f4f6f8;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    transition: box-shadow .28s ease-out
}

.rt .rev-sec .rev-card:hover {
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.rt .rev-sec .rev-quote {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3a48;
    margin-bottom: 24px
}

.rt .rev-sec .rev-quote strong {
    color: #2E435F
}

.rt .rev-sec .rev-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.rt .rev-sec .rev-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0
}

.rt .rev-sec .rev-name {
    font-size: 14px;
    font-weight: 700;
    color: #2E435F;
    display: block
}

.rt .rev-sec .rev-role {
    font-size: 14px;
    color: #787C7C;
    display: block
}

.rt .rev-sec .rev-no-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(180deg, #8D9DA3 0%, #fff 100%);
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.rt .rev-sec .rev-no-img svg {
    display: block
}

.rt .num-sec {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    overflow: hidden
}

.rt .num-sec .diag-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, #2E435F 55%, #f4f6f8 55%);
    pointer-events: none
}

.rt .num-sec .num-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px
}

.rt .num-sec .num-card {
    background: #fffffff5;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 6px 25px 0 #2e435f1a;
    text-align: center
}

.rt .num-sec .num-val {
    font-size: 46px;
    font-weight: 900;
    color: #2E435F;
    line-height: 1.2;
    display: block
}

.rt .num-sec .num-lbl {
    font-size: 16px;
    color: #787C7C;
    line-height: 1.5;
    margin-top: 8px;
    display: block
}

.rt .num-sec .num-head-wrap {
    position: relative;
    margin-bottom: 48px
}

.rt .num-sec .num-h2 {
    font-size: 33px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2
}

.rt .num-sec .num-sub {
    font-size: 16px;
    color: #ffffffd1;
    line-height: 1.7;
    margin-top: 16px;
    max-width: 560px
}

.rt .curr-sec {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 96px
}

.rt .curr-sec .curr-layout {
    display: grid;
    grid-template-columns: 5fr 4fr 3fr;
    gap: 32px;
    align-items: start;
    margin-top: 48px
}

.rt .curr-sec .curr-main {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .curr-sec .curr-img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.rt .curr-sec .curr-txt {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3a48
}

.rt .curr-sec .curr-mid {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .curr-sec .curr-mid-img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 1px 6px 0 #2e435f0f
}

.rt .curr-sec .curr-mid-txt {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3a48
}

.rt .curr-sec .curr-side {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .curr-sec .curr-tag {
    display: inline-block;
    background: #2E435F;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    padding: 4px 16px
}

.rt .curr-sec .curr-side-txt {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3a48
}

.rt .curr-sec .curr-h2 {
    font-size: 33px;
    font-weight: 800;
    color: #2E435F;
    line-height: 1.2
}

.rt .gap-sec {
    background: #f4f6f8;
    padding-top: 96px;
    padding-bottom: 96px
}

.rt .gap-sec .gap-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-top: 48px
}

.rt .gap-sec .gap-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.rt .gap-sec .gap-item {
    background: #fff;
    border-radius: 16px;
    padding: 24px 32px;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    transition: box-shadow .35s ease-out, transform .35s ease-out;
    position: relative;
    overflow: hidden
}

.rt .gap-sec .gap-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #2e435f0f;
    transition: width .38s ease-out, height .38s ease-out;
    border-radius: 0 0 28px 0
}

.rt .gap-sec .gap-item:hover::before {
    width: 100%;
    height: 100%
}

.rt .gap-sec .gap-item:hover {
    box-shadow: 0 6px 25px 0 #2e435f1a;
    transform: translateY(-2px)
}

.rt .gap-sec .gap-item-h {
    font-size: 19px;
    font-weight: 700;
    color: #2E435F;
    margin-bottom: 8px;
    position: relative
}

.rt .gap-sec .gap-item-p {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3a48;
    position: relative
}

.rt .gap-sec .gap-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .gap-sec .gap-h2 {
    font-size: 33px;
    font-weight: 800;
    color: #2E435F;
    line-height: 1.2
}

.rt .gap-sec .gap-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #2c3a48
}

.rt .gap-sec .gap-body {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3a48
}

.rt .val-sec {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    overflow: hidden
}

.rt .val-sec .val-bg-anim {
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: #2e435f12;
    bottom: -160px;
    right: -120px;
    animation: bleed-in 6s ease-out infinite alternate;
    pointer-events: none
}

@keyframes bleed-in {
    0% {
        opacity: .3;
        transform: scale(0.85)
    }

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

.rt .val-sec .val-bg-solid {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #2E435F 0%, #fff 100%);
    pointer-events: none
}

.rt .val-sec .val-inner {
    position: relative
}

.rt .val-sec .val-h2 {
    font-size: 33px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px
}

.rt .val-sec .val-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #ffffffe0;
    max-width: 600px;
    margin-bottom: 48px
}

.rt .val-sec .val-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.rt .val-sec .val-card {
    background: #fffffff2;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 10px 36px 0 #2e435f1c;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform .28s ease-out
}

.rt .val-sec .val-card:hover {
    transform: translateY(-4px)
}

.rt .val-sec .val-card-ico {
    width: 40px;
    height: 40px;
    margin-bottom: 8px
}

.rt .val-sec .val-card-h {
    font-size: 19px;
    font-weight: 700;
    color: #2E435F;
    line-height: 1.2
}

.rt .val-sec .val-card-p {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3a48
}

.rt .team-sec {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 96px
}

.rt .team-sec .team-layout {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 48px;
    align-items: start;
    margin-top: 48px
}

.rt .team-sec .team-img-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.rt .team-sec .team-port-wrap {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.rt .team-sec .team-port {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    box-shadow: 0 1px 6px 0 #2e435f0f
}

.rt .team-sec .team-port-info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.rt .team-sec .team-port-name {
    font-size: 16px;
    font-weight: 700;
    color: #2E435F
}

.rt .team-sec .team-port-role {
    font-size: 14px;
    color: #787C7C
}

.rt .team-sec .team-feat-img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.rt .team-sec .team-txt-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .team-sec .team-h2 {
    font-size: 33px;
    font-weight: 800;
    color: #2E435F;
    line-height: 1.2
}

.rt .team-sec .team-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #2c3a48
}

.rt .team-sec .team-body {
    font-size: 16px;
    line-height: 1.7;
    color: #2c3a48
}

.rt .team-sec .team-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.rt .team-sec .team-list li {
    background: #f4f6f8;
    border-radius: 8px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #2c3a48;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.rt .team-sec .team-list li .li-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2E435F;
    flex-shrink: 0;
    margin-top: 6px
}

@media (max-width: 1280px) {
    .rt .ttl-blk .ttl-h1 {
        font-size: 33px
    }

    .rt .ttl-blk .ttl-num {
        font-size: 46px
    }

    .rt .curr-sec .curr-layout {
        grid-template-columns: 1fr 1fr
    }

    .rt .curr-sec .curr-side {
        grid-column: 1 / -1;
        flex-direction: row;
        gap: 24px
    }
}

@media (max-width: 768px) {
    .rt .pg-wrap {
        padding-left: 16px;
        padding-right: 16px
    }

    .rt .ttl-blk .ttl-inner {
        grid-template-columns: 1fr
    }

    .rt .ttl-blk .ttl-txt {
        padding-bottom: 32px
    }

    .rt .ttl-blk .ttl-h1 {
        font-size: 24px
    }

    .rt .ttl-blk .ttl-num {
        font-size: 33px
    }

    .rt .ttl-blk .ttl-desc {
        font-size: 16px
    }

    .rt .rev-sec .rev-grid {
        grid-template-columns: 1fr
    }

    .rt .num-sec .num-inner {
        grid-template-columns: 1fr
    }

    .rt .num-sec .diag-bg {
        background: #2E435F
    }

    .rt .curr-sec .curr-layout {
        grid-template-columns: 1fr
    }

    .rt .curr-sec .curr-side {
        flex-direction: column
    }

    .rt .gap-sec .gap-layout {
        grid-template-columns: 1fr
    }

    .rt .val-sec .val-grid {
        grid-template-columns: 1fr
    }

    .rt .team-sec .team-layout {
        grid-template-columns: 1fr
    }
}

@media (max-width: 390px) {
    .rt .ttl-blk .ttl-h1 {
        font-size: 19px
    }

    .rt .ttl-blk .ttl-num {
        font-size: 24px
    }

    .rt .num-sec .num-val {
        font-size: 33px
    }
}

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

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

@keyframes diag-reveal {
    from {
        opacity: 0;
        transform: translateY(16px) translateX(-8px)
    }

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

.srvs .rev-a {
    animation: diag-reveal .35s ease-out both
}

.srvs .rev-b {
    animation: diag-reveal .42s .08s ease-out both
}

.srvs .rev-c {
    animation: diag-reveal .38s .16s ease-out both
}

.srvs .rev-d {
    animation: diag-reveal .45s .24s ease-out both
}

.srvs .t-blk {
    display: flex;
    flex-direction: row;
    min-height: 520px;
    position: relative
}

.srvs .t-left {
    background-color: #2E435F;
    flex: 0 0 52%;
    padding: 96px 48px 96px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.srvs .t-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, transparent, #8D9DA3, transparent)
}

.srvs .t-circ-1 {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    border: 1px solid #8d9da32e;
    top: -60px;
    left: -80px;
    pointer-events: none
}

.srvs .t-circ-2 {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid #8d9da31f;
    bottom: 40px;
    left: 60px;
    pointer-events: none
}

.srvs .t-circ-3 {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #8d9da317;
    top: 40px;
    right: 40px;
    pointer-events: none
}

.srvs .t-label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8D9DA3;
    margin-bottom: 16px;
    display: block
}

.srvs .t-h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
    z-index: 1
}

.srvs .t-h1 .t-accent {
    font-size: 46px;
    display: block;
    color: #8D9DA3;
    line-height: 1.2
}

.srvs .t-sub {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffb8;
    margin-top: 24px;
    max-width: 360px;
    position: relative;
    z-index: 1
}

.srvs .t-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #f4f2ef
}

.srvs .t-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.srvs .t-leak {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    background: radial-gradient(ellipse at 0% 0%, #8d9da361 0%, transparent 65%);
    pointer-events: none
}

.srvs .srv-grid-sec {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative
}

.srvs .srv-grid-sec::before {
    content: "";
    display: block;
    height: 32px;
    background: radial-gradient(ellipse 55% 100% at 30% 0%, #fff 49%, transparent 50%), radial-gradient(ellipse 55% 100% at 80% 0%, #fff 49%, transparent 50%);
    background-color: #f4f2ef;
    margin-top: -32px
}

.srvs .sec-eyebrow {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #787C7C;
    display: block;
    margin-bottom: 8px
}

.srvs .sec-h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #2E435F;
    margin-bottom: 8px;
    text-decoration: underline;
    text-decoration-color: #2e435f33;
    text-underline-offset: 6px
}

.srvs .sec-lead {
    font-size: 19px;
    line-height: 1.7;
    color: #2E435F;
    max-width: 580px;
    margin-bottom: 48px
}

.srvs .sec-body {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C;
    max-width: 580px;
    margin-bottom: 48px
}

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

.srvs .srv-card {
    background: #fff;
    border: 1px solid #2e435f1a;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 6px 0 #2e435f0f;
    transition: box-shadow .25s ease-out, transform .22s ease-out;
    display: flex;
    flex-direction: column;
    gap: 16px;
    cursor: default
}

.srvs .srv-card:hover {
    box-shadow: 0 6px 25px 0 #2e435f1a;
    transform: translateY(-4px)
}

.srvs .card-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(to top, #2E435F, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.srvs .card-icon svg {
    width: 22px;
    height: 22px
}

.srvs .card-h {
    font-size: 19px;
    line-height: 1.2;
    color: #2E435F;
    text-decoration: underline;
    text-decoration-color: #2e435f26;
    text-underline-offset: 4px
}

.srvs .card-p {
    font-size: 14px;
    line-height: 1.7;
    color: #787C7C;
    flex: 1
}

.srvs .card-link {
    font-size: 14px;
    color: #2E435F;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap .18s ease-out, color .18s ease-out
}

.srvs .card-link:hover {
    color: #787C7C;
    gap: 8px
}

.srvs .card-link .arr {
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 0;
    transition: opacity .2s ease-out
}

.srvs .card-link:hover .arr {
    opacity: 1
}

.srvs .proc-sec {
    background-color: #2E435F;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative
}

.srvs .proc-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    background-size: 180px 180px;
    pointer-events: none;
    opacity: .45
}

.srvs .proc-sec::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 32px;
    background: radial-gradient(ellipse 55% 200% at 25% 100%, #2E435F 49%, transparent 50%), radial-gradient(ellipse 55% 200% at 75% 100%, #2E435F 49%, transparent 50%);
    pointer-events: none;
    z-index: 2
}

.srvs .proc-inner {
    display: flex;
    flex-direction: row;
    gap: 96px;
    position: relative;
    z-index: 1
}

.srvs .proc-left {
    flex: 0 0 45%
}

.srvs .proc-right {
    flex: 1
}

.srvs .proc-h2 {
    font-size: 33px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
    text-decoration: underline;
    text-decoration-color: #8d9da34d;
    text-underline-offset: 6px
}

.srvs .proc-lead {
    font-size: 19px;
    line-height: 1.7;
    color: #ffffffbf;
    margin-bottom: 48px
}

.srvs .proc-steps {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.srvs .proc-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #ffffff0f;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #8d9da326;
    transition: background .28s ease-out
}

.srvs .proc-step:hover {
    background: #ffffff1c
}

.srvs .step-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px
}

.srvs .step-arrow svg {
    width: 24px;
    height: 24px
}

.srvs .step-num {
    font-size: 14px;
    color: #8D9DA3;
    margin-bottom: 4px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.srvs .step-h {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 4px
}

.srvs .step-p {
    font-size: 14px;
    line-height: 1.7;
    color: #fff9
}

.srvs .faq-h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 32px;
    text-decoration: underline;
    text-decoration-color: #8d9da34d;
    text-underline-offset: 5px
}

.srvs .faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.srvs .faq-item {
    border-radius: 8px;
    border: 1px solid #8d9da32e;
    background: #ffffff0a
}

.srvs .faq-q {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    border-radius: 8px;
    transition: background .22s ease-out
}

.srvs .faq-q::-webkit-details-marker {
    display: none
}

.srvs .faq-item[open] .faq-q {
    border-radius: 8px 8px 0 0;
    background: #ffffff14
}

.srvs .faq-q:hover {
    background: #ffffff12
}

.srvs .faq-toggle {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative
}

.srvs .faq-toggle::before,
.srvs .faq-toggle::after {
    content: "";
    position: absolute;
    background: #8D9DA3;
    border-radius: 2px;
    transition: transform .22s ease-out, opacity .22s ease-out
}

.srvs .faq-toggle::before {
    width: 12px;
    height: 2px;
    top: 9px;
    left: 4px
}

.srvs .faq-toggle::after {
    width: 2px;
    height: 12px;
    top: 4px;
    left: 9px
}

.srvs .faq-item[open] .faq-toggle::after {
    transform: rotate(90deg);
    opacity: 0
}

.srvs .faq-ans {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffffa6;
    padding: 0 16px 16px
}

.srvs .portrait-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 48px
}

.srvs .portrait-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #ffffff0f;
    border-radius: 4px;
    padding: 16px;
    flex: 1;
    border: 1px solid #8d9da326
}

.srvs .portrait-img {
    width: 64px;
    height: 82px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    display: block
}

.srvs .portrait-name {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 4px
}

.srvs .portrait-role {
    font-size: 14px;
    line-height: 1.5;
    color: #8D9DA3;
    margin-bottom: 8px
}

.srvs .portrait-quote {
    font-size: 14px;
    line-height: 1.7;
    color: #fff9
}

.srvs .srv-split {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 64px
}

.srvs .srv-split-text {
    flex: 1
}

.srvs .srv-split-img {
    flex: 0 0 400px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.srvs .srv-split-img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .38s ease-out
}

.srvs .srv-split-img:hover img {
    transform: scale(1.03)
}

.srvs .unfold-group {
    overflow: hidden
}

.srvs .unfold-item {
    max-height: 0;
    opacity: 0;
    transition: max-height .42s ease-out, opacity .35s ease-out;
    overflow: hidden
}

.srvs .srv-card:hover .unfold-item {
    max-height: 120px;
    opacity: 1
}

.srvs .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border: 2px solid #2E435F;
    border-radius: 28px;
    background: transparent;
    color: #2E435F;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none;
    transition: background .25s ease-out, color .25s ease-out, transform .2s ease-out, box-shadow .25s ease-out
}

.srvs .cta-btn:hover {
    background: #2E435F;
    color: #fff;
    transform: scale(1.04);
    box-shadow: 0 6px 25px 0 #2e435f1a
}

.srvs .cta-btn:focus-visible {
    outline: 2px solid #2E435F;
    outline-offset: 3px
}

.srvs .cta-btn:active {
    transform: scale(0.98);
    box-shadow: inset 0 4px 10px 0 #2e435f2e
}

@media (max-width: 1280px) {
    .srvs .t-h1 {
        font-size: 46px
    }

    .srvs .srv-cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .srvs .srv-split {
        gap: 32px
    }

    .srvs .srv-split-img {
        flex: 0 0 320px
    }
}

@media (max-width: 768px) {
    .srvs .t-blk {
        flex-direction: column
    }

    .srvs .t-left {
        flex: none;
        padding: 48px 32px
    }

    .srvs .t-right {
        min-height: 280px
    }

    .srvs .t-h1 {
        font-size: 33px
    }

    .srvs .t-h1 .t-accent {
        font-size: 24px
    }

    .srvs .srv-cards {
        grid-template-columns: 1fr
    }

    .srvs .srv-split {
        flex-direction: column
    }

    .srvs .srv-split-img {
        flex: none;
        width: 100%
    }

    .srvs .proc-inner {
        flex-direction: column;
        gap: 48px
    }

    .srvs .proc-left {
        flex: none
    }

    .srvs .portrait-row {
        flex-direction: column
    }

    .srvs .pg-wrap {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width: 390px) {
    .srvs .t-h1 {
        font-size: 24px
    }

    .srvs .sec-h2 {
        font-size: 24px
    }

    .srvs .proc-h2 {
        font-size: 24px
    }

    .srvs .sec-lead {
        font-size: 16px
    }

    .srvs .srv-grid-sec {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .srvs .proc-sec {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.succ-pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 16px;
    background: linear-gradient(to top, #f4f6f8 0%, #fff 100%)
}

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

.succ-pg .succ-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 10px 36px 0 #2e435f1c;
    padding: 96px 48px;
    max-width: 620px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center
}

.succ-pg .succ-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0
}

.succ-pg .succ-icon .icon-circle {
    fill: none;
    stroke: #2E435F;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.succ-pg .succ-icon .icon-check {
    fill: none;
    stroke: #2E435F;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.succ-pg .succ-hdg {
    font-size: 33px;
    line-height: 1.2;
    color: #2E435F;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #8D9DA3
}

.succ-pg .succ-txt {
    font-size: 16px;
    line-height: 1.7;
    color: #787C7C;
    margin: 0;
    max-width: 480px
}

.succ-pg .succ-txt strong {
    color: #2E435F;
    font-weight: 600
}

.succ-pg .succ-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}

.succ-pg .btn-main {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 8px;
    border: 2px solid #2E435F;
    background: transparent;
    color: #2E435F;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background .25s ease-out, color .2s ease-out, transform .18s ease-out
}

.succ-pg .btn-main:hover {
    background: #2E435F;
    color: #fff;
    transform: scale(1.04)
}

.succ-pg .btn-main:focus {
    outline: 3px solid #8D9DA3;
    outline-offset: 3px
}

.succ-pg .btn-sec {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 8px;
    border: 2px solid #8D9DA3;
    background: transparent;
    color: #787C7C;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .22s ease-out, color .22s ease-out, transform .18s ease-out
}

.succ-pg .btn-sec:hover {
    border-color: #2E435F;
    color: #2E435F;
    transform: scale(1.04)
}

.succ-pg .btn-sec:focus {
    outline: 3px solid #8D9DA3;
    outline-offset: 3px
}

.succ-pg .succ-note {
    font-size: 14px;
    line-height: 1.5;
    color: #8D9DA3;
    margin: 0
}

.succ-pg .succ-note a {
    color: #2E435F;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s ease-out
}

.succ-pg .succ-note a:hover {
    color: #787C7C
}

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

    .succ-pg .succ-card {
        padding: 48px 32px;
        gap: 24px
    }

    .succ-pg .succ-hdg {
        font-size: 24px
    }

    .succ-pg .succ-actions {
        flex-direction: column;
        align-items: stretch
    }

    .succ-pg .btn-main,
    .succ-pg .btn-sec {
        text-align: center
    }
}

@media (max-width: 390px) {
    .succ-pg .succ-card {
        padding: 32px 16px
    }

    .succ-pg .succ-hdg {
        font-size: 19px
    }

    .succ-pg .succ-txt {
        font-size: 14px
    }
}