html {
    box-sizing: border-box
}

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

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Roboto Mono', monospace
}

:focus-visible {
    outline: 2px solid #BA0017;
    outline-offset: 3px
}

::selection {
    background: #FFB11C;
    color: #1a0000
}

.hd {
    background: #0f0f0f;
    position: relative;
    overflow: hidden
}

.hd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #BA0017 0%, #FFB11C 50%, #5478C5 100%)
}

.hd-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 40px 12px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto
}

.hd-brand-mount {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.hd-logo-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #ffffff4d;
    border-radius: 5px;
    background: #ffffff0f;
    box-shadow: 0 2px 3px -2px #ba001712 0 5px 25px -2px #ba00171c;
    flex-shrink: 0
}

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

.hd-name {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    margin: 0
}

.hd-name span {
    color: #BA0017
}

.hd-desc {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 1.5;
    color: #ffffff8c;
    text-align: center;
    margin: 0;
    padding: 0 40px;
    max-width: 1400px
}

.hd-strip {
    background: #ffffff0a;
    border-top: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff14;
    padding: 6px 40px
}

.hd-contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto
}

.hd-contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #fff9;
    text-decoration: none;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.hd-contact-item:hover {
    color: #FFB11C
}

.hd-contact-item svg {
    flex-shrink: 0
}

.hd-nav-shell {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}

.hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 12px 0 24px
}

.hd-nav a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.5;
    color: #ffffffbf;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.0, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap
}

.hd-nav a:hover {
    color: #fff;
    background: #ffffff12;
    border-color: #ffffff1f
}

.hd-nav a[data-cur] {
    color: #FFB11C;
    background: #ffb11c1a;
    border-color: #ffb11c40
}

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

    .hd-top {
        padding: 24px 24px 12px
    }

    .hd-contact-row {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center
    }

    .hd-strip {
        padding: 6px 24px
    }

    .hd-nav-shell {
        padding: 0 24px
    }

    .hd-nav {
        gap: 6px
    }

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

    .hd-desc {
        padding: 0 24px;
        font-size: 16px
    }
}

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

    .hd-contact-item {
        font-size: 16px
    }

    .hd-nav a {
        padding: 12px 6px
    }
}

.ft {
    background: #0f0f0f;
    border-top: 1px solid #ffffff14;
    position: relative
}

.ft::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #5478C5 0%, #BA0017 50%, #FFB11C 100%)
}

.ft-hold {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 40px 80px
}

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

.ft-div {
    width: 1px;
    background: #ffffff1a;
    align-self: stretch
}

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

.ft-logo-shell {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 44px;
    height: 44px;
    border: 1px solid #ffffff40;
    border-radius: 5px;
    background: #ffffff0d;
    box-shadow: 0 2px 3px -2px #ba001712
}

.ft-logo-shell img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
    margin: 0 auto
}

.ft-brand-name {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    color: #fff;
    margin: 0
}

.ft-tagline {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.7;
    color: #ffffff73;
    margin: 0
}

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

.ft-col-label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.2;
    color: #FFB11C;
    margin: 0 0 6px;
    text-transform: uppercase
}

.ft-col a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    color: #fff9;
    text-decoration: none;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1);
    display: block
}

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

.ft-col address {
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.7;
    color: #ffffff73
}

.ft-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 40px;
    border-top: 1px solid #ffffff12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px
}

.ft-copy {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.5;
    color: #ffffff59;
    margin: 0
}

.ft-legal {
    display: flex;
    gap: 24px
}

.ft-legal a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    color: #fff6;
    text-decoration: none;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft-legal a:hover {
    color: #fffc
}

@media (max-width: 768px) {
    .ft-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ft-div {
        display: none
    }

    .ft-hold {
        padding: 40px 24px 80px
    }

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

@media (max-width: 390px) {
    .ft-hold {
        padding: 40px 12px 80px
    }

    .ft-bottom {
        padding: 24px 12px
    }

    .ft-legal {
        flex-direction: column;
        gap: 12px
    }
}

.ck-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #1b0004;
    border-bottom: 2px solid #BA0017;
    box-shadow: 0 5px 25px -2px #ba00171c
}

.ck-bar[hidden] {
    display: none
}

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

.ck-text {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    color: #fffc;
    margin: 0;
    flex: 1;
    min-width: 200px
}

.ck-btns {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.ck-btn {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.2;
    padding: 12px 24px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    min-height: 44px;
    min-width: 44px;
    transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.ck-btn:hover {
    opacity: .85
}

.ck-btn:active {
    opacity: .7
}

.ck-accept {
    background: linear-gradient(135deg, #BA0017 0%, #e0001f 100%);
    color: #fff
}

.ck-reject {
    background: #ffffff1a;
    color: #fffc;
    border: 1px solid #fff3
}

.ck-settings-link {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #5478C5;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    text-decoration: underline;
    min-height: 44px;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-settings-link:hover {
    color: #7a9de0
}

.ck-panel {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ck-panel[hidden] {
    display: none
}

.ck-toggle-row {
    display: flex;
    align-items: center;
    gap: 12px
}

.ck-toggle-row label {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    color: #ffffffb3;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer
}

.ck-toggle-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #BA0017;
    cursor: pointer
}

.ck-always-on {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #fff6;
    padding: 0 12px
}

.ck-datasale {
    margin-top: 6px;
    padding-top: 12px;
    border-top: 1px solid #ffffff14
}

@media (max-width: 768px) {
    .ck-inner {
        padding: 12px 24px
    }

    .ck-panel {
        padding: 0 24px 12px
    }
}

@media (max-width: 390px) {
    .ck-inner {
        padding: 12px
    }

    .ck-panel {
        padding: 0 12px 12px
    }

    .ck-btns {
        width: 100%
    }

    .ck-btn {
        flex: 1
    }
}

.info-doc {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px
}

.info-doc h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #111827;
    margin-bottom: 40px;
    margin-top: 0
}

.info-doc h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #111827;
    margin-top: 80px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #BA0017
}

.info-doc h3 {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #1a2a4a;
    margin-top: 40px;
    margin-bottom: 12px;
    font-weight: 700
}

.info-doc h4 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #1a2a4a;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.info-doc h5 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #2d3a50;
    margin-top: 24px;
    margin-bottom: 6px;
    font-weight: 600
}

.info-doc h6 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #3d4f6a;
    margin-top: 12px;
    margin-bottom: 6px;
    font-weight: 600
}

.info-doc p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #1e2d3d;
    margin-top: 0;
    margin-bottom: 24px
}

.info-doc ul,
.info-doc ol {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #1e2d3d;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 40px
}

.info-doc ul {
    list-style: none;
    padding-left: 24px
}

.info-doc ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px
}

.info-doc ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 38px;
    background-color: #BA0017
}

.info-doc ol {
    list-style: none;
    counter-reset: policy-ol;
    padding-left: 24px
}

.info-doc ol li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    counter-increment: policy-ol
}

.info-doc ol li::before {
    content: counter(policy-ol) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 700;
    color: #BA0017;
    line-height: 1.7
}

.info-doc li ul,
.info-doc li ol {
    margin-top: 12px;
    margin-bottom: 0
}

.info-doc em,
.info-doc i {
    font-style: italic;
    color: #2d3a50
}

.info-doc a {
    color: #5478C5;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), opacity .15s cubic-bezier(0.0, 0, 0.2, 1)
}

.info-doc a:hover {
    color: #BA0017;
    opacity: .85
}

.info-doc a:visited {
    color: #7a5fc5
}

.info-doc table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .01em;
    box-shadow: 0 2px 3px -2px #ba001712 0 5px 25px -2px #ba00171c;
    border-radius: 5px;
    overflow: hidden
}

.info-doc thead {
    background: #BA0017
}

.info-doc thead th {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
    padding: 12px 24px;
    text-align: left;
    border: none
}

.info-doc tbody tr {
    border-bottom: 1px solid #e8edf5;
    transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.info-doc tbody tr:last-child {
    border-bottom: none
}

.info-doc tbody tr:nth-child(even) {
    background-color: #f5f7fb
}

.info-doc tbody tr:hover {
    background-color: #eef2fa
}

.info-doc td {
    color: #1e2d3d;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .01em;
    padding: 12px 24px;
    vertical-align: top;
    border: none
}

.info-doc th {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .01em;
    padding: 12px 24px;
    vertical-align: top
}

@media (max-width: 768px) {
    .info-doc {
        padding: 40px 24px
    }

    .info-doc h1 {
        font-size: 32px;
        margin-bottom: 24px
    }

    .info-doc h2 {
        font-size: 19px;
        margin-top: 40px;
        margin-bottom: 12px
    }

    .info-doc h3 {
        margin-top: 24px
    }

    .info-doc table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 390px) {
    .info-doc {
        padding: 24px 12px
    }

    .info-doc h1 {
        font-size: 32px
    }

    .info-doc ul,
    .info-doc ol {
        padding-left: 12px
    }

    .info-doc ul li,
    .info-doc ol li {
        padding-left: 12px
    }

    .info-doc thead th,
    .info-doc td {
        padding: 12px
    }
}

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

.lrn-prog-dtl .pg-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}

.lrn-prog-dtl ::selection {
    background: #FFB11C;
    color: #1a0000
}

@keyframes border-glow {
    from {
        box-shadow: 0 0 0 0 #ba001700
    }

    to {
        box-shadow: 0 2px 3px -2px #ba001712 0 5px 25px -2px #ba00171c
    }
}

@keyframes diamond-fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.lrn-prog-dtl .divider-diamonds {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 24px 0;
    overflow: hidden
}

.lrn-prog-dtl .divider-diamonds span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #BA0017;
    transform: rotate(45deg);
    opacity: .35;
    flex-shrink: 0
}

.lrn-prog-dtl .divider-diamonds span:nth-child(even) {
    background: #FFB11C;
    opacity: .5
}

.lrn-prog-dtl .divider-diamonds span:nth-child(3n) {
    background: #5478C5;
    opacity: .4
}

.lrn-prog-dtl .ttl-blk {
    position: relative;
    background: linear-gradient(170deg, #BA0017 0%, #c94020 30%, #e8803a 65%, #ffb11c00 100%);
    padding: 80px 40px 40px
}

.lrn-prog-dtl .ttl-blk::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#ffffff0f 1px, transparent 1px), linear-gradient(90deg, #ffffff0f 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none
}

.lrn-prog-dtl .ttl-blk .corner-tri {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none
}

.lrn-prog-dtl .ttl-blk .corner-tri.tl {
    top: 0;
    left: 0;
    border-top: 60px solid #ffffff14;
    border-right: 60px solid transparent
}

.lrn-prog-dtl .ttl-blk .corner-tri.br {
    bottom: 0;
    right: 0;
    border-bottom: 60px solid #ffffff0f;
    border-left: 60px solid transparent
}

.lrn-prog-dtl .ttl-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1
}

.lrn-prog-dtl .ttl-txt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog-dtl .ttl-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffffff26;
    border: 1px solid #ffffff4d;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 16px;
    color: #fff;
    letter-spacing: .02em;
    width: fit-content
}

.lrn-prog-dtl .ttl-tag svg {
    width: 14px;
    height: 14px;
    fill: #FFB11C;
    flex-shrink: 0
}

.lrn-prog-dtl .ttl-h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    margin: 0;
    text-align: left
}

.lrn-prog-dtl .ttl-desc {
    font-size: 19px;
    line-height: 1.7;
    color: #ffffffe0;
    margin: 0;
    text-align: left;
    max-width: 520px
}

.lrn-prog-dtl .ttl-price-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.lrn-prog-dtl .ttl-price {
    font-size: 32px;
    line-height: 1.2;
    color: #FFB11C;
    letter-spacing: .01em
}

.lrn-prog-dtl .ttl-enroll {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    background: linear-gradient(100deg, #FFB11C 0%, #f9880a 50%, #BA0017 100%);
    color: #fff;
    font-size: 16px;
    letter-spacing: .02em;
    text-decoration: none;
    font-weight: 700;
    transition: filter .2s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer
}

.lrn-prog-dtl .ttl-enroll:hover {
    filter: brightness(0.88);
    transform: translateY(-1px)
}

.lrn-prog-dtl .ttl-enroll:active {
    transform: translateY(0);
    filter: brightness(0.8)
}

.lrn-prog-dtl .ttl-img-wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 44px -2px #ba001721;
    aspect-ratio: 4/3;
    animation: border-glow .25s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.lrn-prog-dtl .ttl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog-dtl .ttl-img-wrap:hover img {
    transform: scale(1.04)
}

.lrn-prog-dtl .prog-blk {
    background: #fff;
    padding: 80px 40px
}

.lrn-prog-dtl .prog-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 80px;
    align-items: start
}

.lrn-prog-dtl .prog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 40px
}

.lrn-prog-dtl .prog-label {
    font-size: 16px;
    letter-spacing: .02em;
    color: #BA0017;
    text-transform: uppercase;
    font-weight: 700
}

.lrn-prog-dtl .prog-sidebar-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.lrn-prog-dtl .icon-strip {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px
}

.lrn-prog-dtl .icon-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 5px;
    background: #fdf4f5;
    border: 1px solid #ba00171a;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog-dtl .icon-item:hover {
    background: #fae8ea
}

.lrn-prog-dtl .icon-item .ic-box {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: linear-gradient(135deg, #BA0017 0%, #5478C5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lrn-prog-dtl .icon-item .ic-box svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

.lrn-prog-dtl .icon-item .ic-lbl {
    font-size: 16px;
    line-height: 1.2;
    color: #2a2a2a;
    font-weight: 600
}

.lrn-prog-dtl .prog-content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog-dtl .prog-content h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin: 0 0 6px;
    padding-left: 12px;
    border-left: 3px solid #BA0017
}

.lrn-prog-dtl .prog-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0
}

.lrn-prog-dtl .prog-content strong {
    color: #BA0017
}

.lrn-prog-dtl .prog-content ul,
.lrn-prog-dtl .prog-content ol {
    margin: 0;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.lrn-prog-dtl .prog-content ul li {
    list-style: none;
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a
}

.lrn-prog-dtl .prog-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #FFB11C;
    border-radius: 5px;
    transform: rotate(45deg)
}

.lrn-prog-dtl .prog-content ol li {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
    padding-left: 6px
}

.lrn-prog-dtl .prog-content ol li::marker {
    color: #BA0017;
    font-weight: 700
}

.lrn-prog-dtl .prog-content blockquote {
    margin: 0;
    padding: 24px;
    background: linear-gradient(100deg, #fdf4f5 0%, #f5f0fb 100%);
    border-radius: 5px;
    border-top: 3px solid #5478C5;
    font-size: 19px;
    line-height: 1.7;
    color: #2a2a2a;
    font-style: italic
}

.lrn-prog-dtl .prog-content details {
    border: 1px solid #ba001726;
    border-radius: 5px;
    overflow: hidden
}

.lrn-prog-dtl .prog-content summary {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #BA0017;
    cursor: pointer;
    background: #fdf4f5;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog-dtl .prog-content summary:hover {
    background: #fae8ea
}

.lrn-prog-dtl .prog-content details[open] summary {
    border-bottom: 1px solid #ba001726
}

.lrn-prog-dtl .prog-content details> :not(summary) {
    padding: 12px 24px
}

.lrn-prog-dtl .desc-blk {
    position: relative;
    padding: 80px 40px;
    background: linear-gradient(118deg, #f5f7fc 0%, #f5f7fc 50%, #fdf4f5 50%, #fdf4f5 100%)
}

.lrn-prog-dtl .desc-blk .corner-tri-sec {
    position: absolute;
    pointer-events: none
}

.lrn-prog-dtl .desc-blk .corner-tri-sec.tr {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 80px solid #5478c51a;
    border-left: 80px solid transparent
}

.lrn-prog-dtl .desc-blk .corner-tri-sec.bl {
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 80px solid #ba001712;
    border-right: 80px solid transparent
}

.lrn-prog-dtl .desc-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.lrn-prog-dtl .desc-hd {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin: 0;
    text-align: center
}

.lrn-prog-dtl .desc-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.lrn-prog-dtl .desc-body h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0 0 12px;
    padding-left: 12px;
    border-left: 3px solid #5478C5
}

.lrn-prog-dtl .desc-body p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0 0 12px
}

.lrn-prog-dtl .desc-body mark {
    background: #ffb11c4d;
    color: inherit;
    border-radius: 5px;
    padding: 0 6px
}

.lrn-prog-dtl .desc-body ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none
}

.lrn-prog-dtl .desc-body ul li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a
}

.lrn-prog-dtl .desc-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #5478C5;
    border-radius: 5px;
    transform: rotate(45deg)
}

.lrn-prog-dtl .desc-body dl {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lrn-prog-dtl .desc-body dt {
    font-size: 16px;
    font-weight: 700;
    color: #BA0017;
    letter-spacing: .01em
}

.lrn-prog-dtl .desc-body dd {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a3a;
    margin: 0;
    padding-left: 12px
}

.lrn-prog-dtl .desc-body details {
    border: 1px solid #5478c533;
    border-radius: 5px;
    overflow: hidden
}

.lrn-prog-dtl .desc-body summary {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #5478C5;
    cursor: pointer;
    background: #5478c50f;
    list-style: none;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog-dtl .desc-body summary:hover {
    background: #5478c51f
}

.lrn-prog-dtl .desc-body details> :not(summary) {
    padding: 12px 24px
}

.lrn-prog-dtl .desc-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog-dtl .enroll-blk {
    padding: 80px 40px;
    background: #1b1b1b;
    position: relative;
    overflow: hidden
}

.lrn-prog-dtl .enroll-blk::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 320px;
    height: 320px;
    background: linear-gradient(135deg, #ba00172e 0%, #5478c51a 100%);
    border-radius: 38px;
    transform: rotate(30deg);
    pointer-events: none
}

.lrn-prog-dtl .enroll-blk .corner-tri-e {
    position: absolute;
    pointer-events: none
}

.lrn-prog-dtl .enroll-blk .corner-tri-e.bl {
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #ffb11c12;
    border-right: 100px solid transparent
}

.lrn-prog-dtl .enroll-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1
}

.lrn-prog-dtl .enroll-txt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog-dtl .enroll-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    margin: 0
}

.lrn-prog-dtl .enroll-h2 span {
    color: #FFB11C
}

.lrn-prog-dtl .enroll-p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffbf;
    margin: 0
}

.lrn-prog-dtl .enroll-features {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.lrn-prog-dtl .enroll-feat {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #fffc
}

.lrn-prog-dtl .enroll-feat svg {
    width: 16px;
    height: 16px;
    fill: #FFB11C;
    flex-shrink: 0
}

.lrn-prog-dtl .enroll-card {
    background: #ffffff0d;
    border: 1px solid #ffffff1a;
    border-radius: 22px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: border-glow .28s cubic-bezier(0.0, 0, 0.2, 1) .1s forwards
}

.lrn-prog-dtl .enroll-card-price {
    font-size: 32px;
    line-height: 1.2;
    color: #FFB11C;
    letter-spacing: .01em
}

.lrn-prog-dtl .enroll-card-sub {
    font-size: 16px;
    color: #ffffff8c;
    margin: 0
}

.lrn-prog-dtl .enroll-form {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lrn-prog-dtl .enroll-form input {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border-radius: 5px;
    border: 1px solid #ffffff26;
    background: #ffffff12;
    color: #fff;
    font-size: 16px;
    letter-spacing: .01em;
    outline: none;
    box-sizing: border-box;
    box-shadow: inset 0 2px 4px #ba001714;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.lrn-prog-dtl .enroll-form input::placeholder {
    color: #fff6
}

.lrn-prog-dtl .enroll-form input:focus {
    border-color: #FFB11C
}

.lrn-prog-dtl .field-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.lrn-prog-dtl .field-wrap svg {
    position: absolute;
    left: 12px;
    width: 16px;
    height: 16px;
    fill: #fff6;
    pointer-events: none;
    z-index: 1
}

.lrn-prog-dtl .enroll-form input[type="email"] {
    padding-left: 40px
}

.lrn-prog-dtl .enroll-form input[type="text"] {
    padding-left: 40px
}

.lrn-prog-dtl .enroll-btn {
    width: 100%;
    padding: 12px 24px;
    border-radius: 5px;
    background: linear-gradient(100deg, #FFB11C 0%, #f9880a 50%, #BA0017 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    border: none;
    cursor: pointer;
    transition: filter .2s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.lrn-prog-dtl .enroll-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 40px;
    height: 100%;
    background: #ffffff2e;
    transform: skewX(-20deg);
    transition: left .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog-dtl .enroll-btn:hover::after {
    left: 120%
}

.lrn-prog-dtl .enroll-btn:hover {
    filter: brightness(0.9)
}

.lrn-prog-dtl .enroll-btn:active {
    transform: scale(0.98)
}

@media (max-width: 1280px) {
    .lrn-prog-dtl .ttl-inner {
        grid-template-columns: 1fr 340px;
        gap: 40px
    }

    .lrn-prog-dtl .ttl-h1 {
        font-size: 32px
    }

    .lrn-prog-dtl .prog-inner {
        grid-template-columns: 220px 1fr;
        gap: 40px
    }

    .lrn-prog-dtl .enroll-inner {
        grid-template-columns: 1fr 320px;
        gap: 40px
    }
}

@media (max-width: 768px) {
    .lrn-prog-dtl .ttl-blk {
        padding: 40px 24px 24px
    }

    .lrn-prog-dtl .ttl-inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .lrn-prog-dtl .ttl-h1 {
        font-size: 32px
    }

    .lrn-prog-dtl .ttl-img-wrap {
        order: -1;
        max-width: 100%
    }

    .lrn-prog-dtl .prog-blk {
        padding: 40px 24px
    }

    .lrn-prog-dtl .prog-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lrn-prog-dtl .prog-sidebar {
        position: static
    }

    .lrn-prog-dtl .desc-blk {
        padding: 40px 24px;
        background: #f5f7fc
    }

    .lrn-prog-dtl .desc-body {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .lrn-prog-dtl .enroll-blk {
        padding: 40px 24px
    }

    .lrn-prog-dtl .enroll-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

@media (max-width: 390px) {
    .lrn-prog-dtl .ttl-blk {
        padding: 24px 12px
    }

    .lrn-prog-dtl .ttl-h1 {
        font-size: 32px
    }

    .lrn-prog-dtl .ttl-price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .lrn-prog-dtl .prog-blk,
    .lrn-prog-dtl .desc-blk,
    .lrn-prog-dtl .enroll-blk {
        padding: 24px 12px
    }

    .lrn-prog-dtl .enroll-card {
        padding: 24px
    }

    .lrn-prog-dtl .enroll-features {
        flex-direction: column;
        gap: 12px
    }
}

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

.stdy-mat .pg-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}

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

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

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

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

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

@keyframes lineGrow {
    from {
        width: 0
    }

    to {
        width: 60px
    }
}

.stdy-mat .ttl-blk {
    background: linear-gradient(127deg, #BA0017, #5478C5, #FFB11C, #BA0017);
    background-size: 300% 300%;
    animation: gradShift 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    padding: 80px 0 120px;
    position: relative
}

.stdy-mat .ttl-blk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 600px 300px at 80% 20%, #ffffff12 0%, transparent 70%), radial-gradient(ellipse 400px 500px at 10% 80%, #ffffff0d 0%, transparent 60%);
    pointer-events: none
}

.stdy-mat .ttl-blk .crv-lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none
}

.stdy-mat .ttl-blk .crv-lines svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .13
}

.stdy-mat .ttl-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1
}

.stdy-mat .ttl-txt {
    flex: 1;
    animation: fadeUp .6s cubic-bezier(0.0, 0, 0.2, 1) both
}

.stdy-mat .ttl-txt .lbl-top {
    font-size: 16px;
    letter-spacing: .12em;
    color: #ffffffbf;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 1.2
}

.stdy-mat .ttl-txt h1 {
    font-size: 70px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: .01em;
    margin-bottom: 24px
}

.stdy-mat .ttl-txt h1 .cap-word {
    text-transform: uppercase;
    font-size: 70px
}

.stdy-mat .ttl-txt .sub-ln {
    font-size: 19px;
    line-height: 1.7;
    color: #ffffffe0;
    letter-spacing: .01em;
    margin-bottom: 40px;
    max-width: 480px
}

.stdy-mat .ttl-lnk {
    display: inline-block;
    background: linear-gradient(113deg, #fff 0%, #FFB11C 60%, #fff 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    color: #BA0017;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 12px 40px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-position .25s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.stdy-mat .ttl-lnk:hover {
    background-position: 0 0;
    color: #BA0017;
    filter: brightness(0.93)
}

.stdy-mat .ttl-img-col {
    flex-shrink: 0;
    width: 280px;
    animation: fadeUp .6s cubic-bezier(0.0, 0, 0.2, 1) .15s both
}

.stdy-mat .ttl-img-wrap {
    width: 280px;
    height: 360px;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 10px 44px -2px #ba001721;
    filter: grayscale(1) contrast(1.15);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.stdy-mat .ttl-img-wrap:hover {
    filter: grayscale(1) contrast(1.05) brightness(0.9)
}

.stdy-mat .ttl-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.stdy-mat .ttl-img-wrap:hover img {
    transform: scale(1.04)
}

.stdy-mat .divider-txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 40px 0 0
}

.stdy-mat .divider-txt::before,
.stdy-mat .divider-txt::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #d4d4d4
}

.stdy-mat .divider-txt span {
    font-size: 16px;
    color: #888;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap
}

.stdy-mat .mat-grid-sec {
    padding: 80px 0;
    background: #fff
}

.stdy-mat .sec-hd {
    text-align: center;
    margin-bottom: 40px
}

.stdy-mat .sec-hd h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin-bottom: 12px
}

.stdy-mat .sec-hd h2 .cap-word {
    text-transform: uppercase;
    color: #BA0017
}

.stdy-mat .sec-hd p {
    font-size: 19px;
    line-height: 1.7;
    color: #444;
    max-width: 560px;
    margin: 0 auto;
    letter-spacing: .01em
}

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

.stdy-mat .mat-card {
    background: #fff;
    border-radius: 22px;
    padding: 40px 24px 24px;
    box-shadow: 0 5px 25px -2px #ba00171c;
    position: relative;
    overflow: hidden;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.stdy-mat .mat-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #FFB11C 0%, #BA0017 100%);
    border-radius: 0 22px 0 38px
}

.stdy-mat .mat-card:hover {
    box-shadow: 0 10px 44px -2px #ba001721;
    transform: translateY(-3px);
    filter: brightness(0.97)
}

.stdy-mat .mat-card .card-ico {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.stdy-mat .mat-card .card-ico svg {
    width: 36px;
    height: 36px
}

.stdy-mat .mat-card h4 {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 3px solid #BA0017
}

.stdy-mat .mat-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    letter-spacing: .01em
}

.stdy-mat .mat-card:nth-child(1) {
    animation: fadeUp .22s cubic-bezier(0.0, 0, 0.2, 1) .05s both
}

.stdy-mat .mat-card:nth-child(2) {
    animation: fadeUp .22s cubic-bezier(0.0, 0, 0.2, 1) .12s both
}

.stdy-mat .mat-card:nth-child(3) {
    animation: fadeUp .22s cubic-bezier(0.0, 0, 0.2, 1) .19s both
}

.stdy-mat .mat-card:nth-child(4) {
    animation: fadeUp .22s cubic-bezier(0.0, 0, 0.2, 1) .26s both
}

.stdy-mat .mat-card:nth-child(5) {
    animation: fadeUp .22s cubic-bezier(0.0, 0, 0.2, 1) .33s both
}

.stdy-mat .mat-card:nth-child(6) {
    animation: fadeUp .22s cubic-bezier(0.0, 0, 0.2, 1) .4s both
}

.stdy-mat .topic-sec {
    padding: 80px 0;
    background: #f5f2ee;
    position: relative
}

.stdy-mat .topic-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, #ba001706 28px, #ba001706 29px), repeating-linear-gradient(90deg, transparent, transparent 28px, #ba001706 28px, #ba001706 29px);
    pointer-events: none
}

.stdy-mat .topic-inner {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.stdy-mat .topic-left {
    flex: 1
}

.stdy-mat .topic-left h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin-bottom: 24px;
    text-align: center
}

.stdy-mat .topic-left h2 .cap-word {
    text-transform: uppercase;
    color: #5478C5
}

.stdy-mat .topic-left .intro-p {
    font-size: 19px;
    line-height: 1.7;
    color: #333;
    letter-spacing: .01em;
    margin-bottom: 24px
}

.stdy-mat .topic-left .body-p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    letter-spacing: .01em;
    margin-bottom: 24px;
    max-width: 480px
}

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

.stdy-mat .topic-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    letter-spacing: .01em
}

.stdy-mat .topic-list li .blt {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    background: linear-gradient(135deg, #BA0017, #FFB11C);
    margin-top: 5px
}

.stdy-mat .topic-right {
    flex-shrink: 0;
    width: 340px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.stdy-mat .stat-box {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 2px 3px -2px #ba001712;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.stdy-mat .stat-box .stat-num {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #BA0017;
    font-weight: 800
}

.stdy-mat .stat-box .stat-lbl {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    letter-spacing: .01em
}

.stdy-mat .stat-box.alt .stat-num {
    color: #5478C5
}

.stdy-mat .feat-sec {
    padding: 80px 0;
    background: #1b1b1b
}

.stdy-mat .feat-sec .feat-hd {
    margin-bottom: 40px
}

.stdy-mat .feat-sec .feat-hd h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 12px;
    text-align: center
}

.stdy-mat .feat-sec .feat-hd h2 .cap-word {
    text-transform: uppercase;
    color: #FFB11C
}

.stdy-mat .feat-sec .feat-hd p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffb3;
    text-align: left;
    letter-spacing: .01em;
    max-width: 540px
}

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

.stdy-mat .feat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
    border-radius: 22px;
    background: #ffffff0d;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.stdy-mat .feat-item:hover {
    background: #ffffff17;
    filter: brightness(0.95)
}

.stdy-mat .feat-item .ico-wrap {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: linear-gradient(113deg, #BA0017, #FFB11C);
    display: flex;
    align-items: center;
    justify-content: center
}

.stdy-mat .feat-item .ico-wrap svg {
    width: 24px;
    height: 24px
}

.stdy-mat .feat-item h5 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #fff;
    font-weight: 700
}

.stdy-mat .feat-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffa6;
    letter-spacing: .01em
}

.stdy-mat .review-sec {
    padding: 80px 0;
    background: #fff
}

.stdy-mat .review-sec .rev-hd {
    margin-bottom: 40px;
    text-align: center
}

.stdy-mat .review-sec .rev-hd h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b1b;
    margin-bottom: 12px
}

.stdy-mat .review-sec .rev-hd h2 .cap-word {
    text-transform: uppercase;
    color: #BA0017
}

.stdy-mat .review-sec .rev-hd p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    letter-spacing: .01em;
    text-align: left
}

.stdy-mat .rev-layout {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.stdy-mat .rev-portrait {
    flex-shrink: 0;
    width: 200px
}

.stdy-mat .rev-portrait .port-wrap {
    width: 200px;
    height: 257px;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 5px 25px -2px #ba00171c;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.stdy-mat .rev-portrait .port-wrap:hover {
    box-shadow: 0 10px 44px -2px #ba001721
}

.stdy-mat .rev-portrait .port-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.stdy-mat .rev-portrait .port-wrap:hover img {
    transform: scale(1.04)
}

.stdy-mat .rev-portrait .port-name {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #1b1b1b;
    font-weight: 700;
    letter-spacing: .01em;
    text-align: center
}

.stdy-mat .rev-portrait .port-role {
    font-size: 16px;
    line-height: 1.5;
    color: #777;
    letter-spacing: .01em;
    text-align: center
}

.stdy-mat .rev-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.stdy-mat .rev-card {
    background: #f7f5f2;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 2px 3px -2px #ba001712;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.stdy-mat .rev-card:hover {
    box-shadow: 0 5px 25px -2px #ba00171c;
    filter: brightness(0.97)
}

.stdy-mat .rev-card blockquote {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    letter-spacing: .01em;
    font-style: italic
}

.stdy-mat .rev-card .rev-meta {
    font-size: 16px;
    line-height: 1.5;
    color: #BA0017;
    font-weight: 700;
    letter-spacing: .02em
}

.stdy-mat .rev-card .rev-city {
    font-size: 16px;
    color: #888;
    letter-spacing: .01em
}

.stdy-mat .rev-extra {
    flex-shrink: 0;
    width: 240px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.stdy-mat .rev-extra .pull-q {
    background: linear-gradient(127deg, #BA0017, #5478C5);
    border-radius: 22px;
    padding: 24px;
    color: #fff;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    font-style: italic
}

.stdy-mat .rev-extra .tag-stack {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px
}

.stdy-mat .rev-extra .tag-stack .tag {
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 5px;
    background: #f0eee9;
    color: #444;
    letter-spacing: .01em;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.stdy-mat .rev-extra .tag-stack .tag:hover {
    background: #e8e4dd;
    filter: brightness(0.95)
}

@media (max-width: 1280px) {
    .stdy-mat .mat-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .stdy-mat .feat-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .stdy-mat .ttl-txt h1 {
        font-size: 52px
    }

    .stdy-mat .ttl-txt h1 .cap-word {
        font-size: 52px
    }

    .stdy-mat .rev-extra {
        display: none
    }
}

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

    .stdy-mat .ttl-blk {
        padding: 40px 0 80px
    }

    .stdy-mat .ttl-inner {
        flex-direction: column;
        gap: 40px
    }

    .stdy-mat .ttl-img-col {
        width: 100%
    }

    .stdy-mat .ttl-img-wrap {
        width: 100%;
        height: 260px
    }

    .stdy-mat .ttl-txt h1 {
        font-size: 32px
    }

    .stdy-mat .ttl-txt h1 .cap-word {
        font-size: 32px
    }

    .stdy-mat .mat-grid {
        grid-template-columns: 1fr
    }

    .stdy-mat .topic-inner {
        flex-direction: column;
        gap: 40px
    }

    .stdy-mat .topic-right {
        width: 100%
    }

    .stdy-mat .feat-grid {
        grid-template-columns: 1fr
    }

    .stdy-mat .rev-layout {
        flex-direction: column
    }

    .stdy-mat .rev-portrait {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 24px
    }

    .stdy-mat .rev-portrait .port-wrap {
        width: 120px;
        height: 154px;
        flex-shrink: 0
    }

    .stdy-mat .stat-box .stat-num {
        font-size: 52px
    }
}

@media (max-width: 390px) {
    .stdy-mat .pg-wrap {
        padding: 0 12px
    }

    .stdy-mat .ttl-txt h1 {
        font-size: 32px
    }

    .stdy-mat .ttl-txt h1 .cap-word {
        font-size: 32px
    }

    .stdy-mat .ttl-blk {
        padding: 24px 0 80px
    }

    .stdy-mat .mat-grid-sec,
    .stdy-mat .topic-sec,
    .stdy-mat .feat-sec,
    .stdy-mat .review-sec {
        padding: 40px 0
    }
}

.ctus {
    width: 100%;
    overflow-x: hidden;
    background: #fff
}

.ctus .pg-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px
}

.ctus .reach {
    position: relative;
    padding: 80px 0 0;
    background: #fff
}

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

.ctus .reach-bg::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid #ba00170f;
    box-shadow: 0 0 0 40px #ba00170a 0 0 0 80px #ba001708 0 0 0 120px #ba001705
}

.ctus .reach-bg .dot-field {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 200px;
    height: 160px;
    background-image: radial-gradient(circle, #5478c52e 1.5px, transparent 1.5px);
    background-size: 18px 18px
}

.ctus .reach-inner {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    position: relative
}

.ctus .reach-card {
    flex: 0 0 300px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(147deg, #BA0017 0%, #d4001f 40%, #5478C5 100%);
    padding: 40px 24px;
    box-shadow: 0 10px 44px -2px #ba001721;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ctus .reach-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, #ffffff08 0px, #ffffff08 1px, transparent 1px, transparent 14px);
    pointer-events: none
}

.ctus .reach-card .co-label {
    font-size: 16px;
    color: #ffffffa6;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1.2
}

.ctus .reach-card .co-name {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .01em;
    font-weight: 700
}

.ctus .reach-card .co-detail {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ctus .reach-card .co-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.ctus .reach-card .co-icon {
    flex: 0 0 32px;
    height: 32px;
    border-radius: 5px;
    background: #ffffff1f;
    display: flex;
    align-items: center;
    justify-content: center
}

.ctus .reach-card .co-icon svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.ctus .reach-card .co-val {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: .01em
}

.ctus .reach-card .co-val a {
    color: #FFB11C;
    text-decoration: none;
    transition: letter-spacing .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .reach-card .co-val a:hover {
    letter-spacing: .04em
}

.ctus .reach-card .co-badge {
    margin-top: 12px;
    padding: 12px;
    border-radius: 5px;
    background: #ffb11c26;
    border: 1px solid #ffb11c4d;
    font-size: 16px;
    color: #FFB11C;
    line-height: 1.5;
    letter-spacing: .01em
}

.ctus .reach-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 12px
}

.ctus .reach-text .rt-eyebrow {
    font-size: 16px;
    color: #BA0017;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.2
}

.ctus .reach-text .rt-h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b2e;
    font-weight: 800;
    position: relative;
    padding-left: 24px
}

.ctus .reach-text .rt-h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 4px;
    border-radius: 5px;
    background: linear-gradient(180deg, #BA0017 0%, #FFB11C 60%, #5478C5 100%)
}

.ctus .reach-text .rt-h1 .acc {
    color: #BA0017;
    text-transform: uppercase
}

.ctus .reach-text .rt-desc {
    font-size: 19px;
    color: #3a3a4a;
    line-height: 1.7;
    letter-spacing: .01em;
    max-width: 540px
}

.ctus .reach-text .rt-nums {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 24px 0;
    border-top: 1px solid #ba00171a;
    border-bottom: 1px solid #ba00171a
}

.ctus .reach-text .rt-num-item {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ctus .reach-text .rt-num-val {
    font-size: 32px;
    font-weight: 800;
    color: #BA0017;
    line-height: 1.2;
    letter-spacing: .01em
}

.ctus .reach-text .rt-num-lbl {
    font-size: 16px;
    color: #6a6a7a;
    line-height: 1.5;
    letter-spacing: .01em
}

.ctus .reach-wave {
    margin-top: 80px;
    line-height: 0
}

.ctus .reach-wave svg {
    width: 100%;
    display: block
}

.ctus .frm-sec {
    background: linear-gradient(160deg, #f5f0f1 0%, #eef1f8 50%, #f5f0f1 100%);
    padding: 80px 0;
    position: relative;
    animation: bg-wash 8s ease-in-out infinite alternate
}

@keyframes bg-wash {
    0% {
        background: linear-gradient(160deg, #f5f0f1 0%, #eef1f8 50%, #f5f0f1 100%)
    }

    100% {
        background: linear-gradient(160deg, #eef1f8 0%, #f5f0f1 50%, #eef1f8 100%)
    }
}

.ctus .frm-sec .frm-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 80px;
    align-items: start
}

.ctus .frm-sec .frm-aside {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 12px
}

.ctus .frm-sec .fa-tag {
    font-size: 16px;
    color: #5478C5;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.2
}

.ctus .frm-sec .fa-h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1b1b2e;
    line-height: 1.2;
    letter-spacing: .01em;
    position: relative;
    padding-left: 16px
}

.ctus .frm-sec .fa-h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    border-radius: 5px;
    background: #5478C5
}

.ctus .frm-sec .fa-body {
    font-size: 16px;
    color: #3a3a4a;
    line-height: 1.7;
    letter-spacing: .01em
}

.ctus .frm-sec .fa-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ctus .frm-sec .fa-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #3a3a4a;
    line-height: 1.5;
    letter-spacing: .01em
}

.ctus .frm-sec .fa-list li::before {
    content: '';
    flex: 0 0 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFB11C;
    margin-top: 5px
}

.ctus .frm-sec .fa-hours {
    padding: 24px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 5px 25px -2px #ba00171c;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ctus .frm-sec .fa-hours .fh-title {
    font-size: 16px;
    font-weight: 700;
    color: #1b1b2e;
    letter-spacing: .02em;
    line-height: 1.2
}

.ctus .frm-sec .fa-hours .fh-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    color: #3a3a4a;
    line-height: 1.5
}

.ctus .frm-sec .fa-hours .fh-row .fh-day {
    color: #6a6a7a
}

.ctus .frm-sec .fa-hours .fh-row .fh-time {
    color: #BA0017;
    font-weight: 600
}

.ctus .frm-sec .frm-box {
    background: #fff;
    border-radius: 38px;
    padding: 40px;
    box-shadow: 0 10px 44px -2px #ba001721
}

.ctus .frm-sec .frm-box .fb-h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1b1b2e;
    line-height: 1.2;
    letter-spacing: .01em;
    text-align: center;
    margin-bottom: 24px
}

.ctus .frm-sec form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ctus .frm-sec .f-group {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ctus .frm-sec .f-label {
    font-size: 16px;
    font-weight: 600;
    color: #1b1b2e;
    letter-spacing: .02em;
    line-height: 1.2
}

.ctus .frm-sec .f-input {
    width: 100%;
    padding: 12px 16px 12px 40px;
    border-radius: 5px;
    border: 1.5px solid #d0d0dd;
    font-size: 16px;
    color: #1b1b2e;
    line-height: 1.5;
    background: #fafbfd;
    box-shadow: inset 0 2px 4px #ba00170d;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -webkit-appearance: none
}

.ctus .frm-sec .f-input:focus {
    border-color: #5478C5;
    box-shadow: inset 0 2px 4px #5478c514 0 0 0 3px #5478c51f
}

.ctus .frm-sec .f-wrap {
    position: relative
}

.ctus .frm-sec .f-wrap .f-ico {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none
}

.ctus .frm-sec .f-wrap .f-ico svg {
    width: 18px;
    height: 18px;
    fill: #9a9aaa
}

.ctus .frm-sec .f-select {
    width: 100%;
    padding: 12px 40px;
    border-radius: 5px;
    border: 1.5px solid #d0d0dd;
    font-size: 16px;
    color: #1b1b2e;
    line-height: 1.5;
    background: #fafbfd;
    box-shadow: inset 0 2px 4px #ba00170d;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

.ctus .frm-sec .f-select:focus {
    border-color: #5478C5;
    box-shadow: inset 0 2px 4px #5478c514 0 0 0 3px #5478c51f
}

.ctus .frm-sec .f-wrap .f-arr {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
    height: 16px
}

.ctus .frm-sec .f-wrap .f-arr svg {
    width: 16px;
    height: 16px;
    fill: #9a9aaa
}

.ctus .frm-sec .radio-grp {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ctus .frm-sec .radio-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.ctus .frm-sec .radio-opt {
    position: relative;
    flex: 1;
    min-width: 140px
}

.ctus .frm-sec .radio-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.ctus .frm-sec .radio-opt label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    border-radius: 5px;
    border: 1.5px solid #d0d0dd;
    font-size: 16px;
    color: #3a3a4a;
    line-height: 1.5;
    cursor: pointer;
    transition: border-color .15s cubic-bezier(0.4, 0, 0.2, 1), background .15s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fafbfd;
    letter-spacing: .01em
}

.ctus .frm-sec .radio-opt label::before {
    content: '';
    flex: 0 0 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #d0d0dd;
    background: #fff;
    transition: border-color .15s cubic-bezier(0.4, 0, 0.2, 1), background .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .frm-sec .radio-opt input[type="radio"]:checked+label {
    border-color: #BA0017;
    background: #ba00170a;
    color: #BA0017
}

.ctus .frm-sec .radio-opt input[type="radio"]:checked+label::before {
    border-color: #BA0017;
    background: #BA0017;
    box-shadow: inset 0 0 0 3px #fff
}

.ctus .frm-sec .radio-opt label:hover {
    border-color: #5478C5;
    filter: brightness(0.97)
}

.ctus .frm-sec .priv-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border-radius: 5px;
    background: #5478c50d;
    border: 1px solid #5478c526
}

.ctus .frm-sec .priv-row input[type="checkbox"] {
    flex: 0 0 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #BA0017;
    cursor: pointer
}

.ctus .frm-sec .priv-row .priv-txt {
    font-size: 16px;
    color: #3a3a4a;
    line-height: 1.5;
    letter-spacing: .01em
}

.ctus .frm-sec .priv-row .priv-txt a {
    color: #5478C5;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: letter-spacing .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .frm-sec .priv-row .priv-txt a:hover {
    letter-spacing: .03em
}

.ctus .frm-sec .f-submit {
    padding: 16px 40px;
    border-radius: 22px;
    border: none;
    background: linear-gradient(107deg, #BA0017 0%, #d4001f 35%, #FFB11C 70%, #5478C5 100%);
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    cursor: pointer;
    transition: filter .2s cubic-bezier(0.0, 0, 0.2, 1), transform .15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 25px -2px #ba00171c;
    align-self: stretch
}

.ctus .frm-sec .f-submit:hover {
    filter: brightness(0.9)
}

.ctus .frm-sec .f-submit:active {
    transform: scale(0.98);
    filter: brightness(0.85)
}

.ctus .frm-sec .f-submit:focus-visible {
    outline: 3px solid #5478C5;
    outline-offset: 3px
}

.ctus .frm-wave {
    line-height: 0;
    background: linear-gradient(160deg, #f5f0f1 0%, #eef1f8 50%, #f5f0f1 100%)
}

.ctus .frm-wave svg {
    width: 100%;
    display: block
}

.ctus .ctx-sec {
    position: relative;
    padding: 80px 0;
    background: #1b1b2e;
    overflow: hidden
}

.ctus .ctx-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none
}

.ctus .ctx-sec .ctx-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: start
}

.ctus .ctx-sec .ctx-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ctus .ctx-sec .cl-tag {
    font-size: 16px;
    color: #FFB11C;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1.2
}

.ctus .ctx-sec .cl-h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .01em;
    position: relative;
    padding-left: 16px
}

.ctus .ctx-sec .cl-h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    border-radius: 5px;
    background: #FFB11C
}

.ctus .ctx-sec .cl-body {
    font-size: 16px;
    color: #ffffffbf;
    line-height: 1.7;
    letter-spacing: .01em
}

.ctus .ctx-sec .cl-body+.cl-body {
    margin-top: 0
}

.ctus .ctx-sec .ctx-cards {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ctus .ctx-sec .ctx-card {
    border-radius: 22px;
    padding: 24px;
    background: #ffffff0d;
    border: 1px solid #ffffff14;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .ctx-sec .ctx-card:hover {
    background: #ffffff14;
    border-color: #ffb11c40;
    filter: brightness(1.05)
}

.ctus .ctx-sec .cc-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ctus .ctx-sec .cc-icon svg {
    width: 22px;
    height: 22px
}

.ctus .ctx-sec .cc-icon.red {
    background: #ba001740
}

.ctus .ctx-sec .cc-icon.red svg {
    fill: #ff4d6a
}

.ctus .ctx-sec .cc-icon.yel {
    background: #ffb11c33
}

.ctus .ctx-sec .cc-icon.yel svg {
    fill: #FFB11C
}

.ctus .ctx-sec .cc-icon.blu {
    background: #5478c540
}

.ctus .ctx-sec .cc-icon.blu svg {
    fill: #7fa3e8
}

.ctus .ctx-sec .cc-txt {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ctus .ctx-sec .cc-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .02em
}

.ctus .ctx-sec .cc-desc {
    font-size: 16px;
    color: #fff9;
    line-height: 1.5;
    letter-spacing: .01em
}

@media (max-width: 1280px) {
    .ctus .reach-text .rt-h1 {
        font-size: 56px
    }

    .ctus .reach-inner {
        gap: 40px
    }

    .ctus .frm-sec .frm-grid {
        gap: 40px
    }
}

@media (max-width: 768px) {
    .ctus .reach {
        padding: 40px 0 0
    }

    .ctus .reach-inner {
        flex-direction: column;
        gap: 24px
    }

    .ctus .reach-card {
        flex: none;
        width: 100%
    }

    .ctus .reach-text .rt-h1 {
        font-size: 40px
    }

    .ctus .reach-text .rt-nums {
        gap: 24px
    }

    .ctus .frm-sec {
        padding: 40px 0
    }

    .ctus .frm-sec .frm-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ctus .frm-sec .frm-box {
        padding: 24px
    }

    .ctus .ctx-sec {
        padding: 40px 0
    }

    .ctus .ctx-sec .ctx-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

@media (max-width: 390px) {
    .ctus .reach-text .rt-h1 {
        font-size: 32px
    }

    .ctus .reach-text .rt-nums {
        flex-direction: column;
        gap: 12px
    }

    .ctus .frm-sec .frm-box {
        padding: 16px;
        border-radius: 22px
    }

    .ctus .frm-sec .radio-row {
        flex-direction: column
    }

    .ctus .frm-sec .radio-opt {
        min-width: unset
    }
}

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

.nws .pg-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px
}

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

@media (max-width: 390px) {
    .nws .pg-wrap {
        padding: 0 12px
    }
}

.nws .fade-in {
    opacity: 0;
    filter: blur(6px);
    animation: revealBlur .55s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.nws .fade-in.d1 {
    animation-delay: .1s
}

.nws .fade-in.d2 {
    animation-delay: .22s
}

.nws .fade-in.d3 {
    animation-delay: .34s
}

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

.nws .title-blk {
    padding: 80px 0 40px;
    background: #fff;
    position: relative
}

.nws .title-blk::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    background: #fff;
    clip-path: polygon(0 0, 4% 100%, 8% 0, 12% 100%, 16% 0, 20% 100%, 24% 0, 28% 100%, 32% 0, 36% 100%, 40% 0, 44% 100%, 48% 0, 52% 100%, 56% 0, 60% 100%, 64% 0, 68% 100%, 72% 0, 76% 100%, 80% 0, 84% 100%, 88% 0, 92% 100%, 96% 0, 100% 100%, 100% 0)
}

.nws .title-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px
}

.nws .title-txt {
    flex: 1 1 0;
    padding: 40px 0 40px 40px
}

.nws .title-img-zone {
    flex: 0 0 42%;
    position: relative
}

.nws .title-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 38px 5px 38px 5px
}

.nws .title-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    border: 4px solid #FFB11C;
    border-radius: 38px 5px 38px 5px;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.nws .title-img-wrap:hover img {
    transform: scale(1.04)
}

.nws .dot-path {
    position: absolute;
    top: -24px;
    left: -24px;
    width: 80px;
    height: 80px;
    pointer-events: none
}

.nws .dot-path circle {
    fill: #FFB11C;
    opacity: .45
}

.nws .pg-label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #BA0017;
    font-weight: 700;
    margin-bottom: 24px
}

.nws .title-txt h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1a1a1a;
    color: #111;
    margin: 0 0 24px;
    font-weight: 900
}

.nws .title-txt h1 span.up {
    text-transform: uppercase;
    color: #BA0017
}

.nws .title-txt p {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #333;
    margin: 0 0 24px;
    max-width: 480px
}

.nws .title-outline-shape {
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 120px;
    height: 120px;
    border: 3px solid #5478C5;
    border-radius: 38px;
    opacity: .18;
    pointer-events: none;
    z-index: 0
}

@media (max-width: 768px) {
    .nws .title-inner {
        flex-direction: column;
        gap: 40px
    }

    .nws .title-txt {
        padding: 0;
        order: 2
    }

    .nws .title-img-zone {
        flex: 0 0 auto;
        width: 100%;
        order: 1
    }

    .nws .title-txt h1 {
        font-size: 32px
    }
}

@media (max-width: 390px) {
    .nws .title-txt h1 {
        font-size: 32px
    }

    .nws .title-blk {
        padding: 40px 0
    }
}

.nws .art-grid-sec {
    padding: 80px 0;
    background: #f4f0eb;
    position: relative
}

.nws .art-grid-sec::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    background: #f4f0eb;
    clip-path: polygon(0 100%, 4% 0, 8% 100%, 12% 0, 16% 100%, 20% 0, 24% 100%, 28% 0, 32% 100%, 36% 0, 40% 100%, 44% 0, 48% 100%, 52% 0, 56% 100%, 60% 0, 64% 100%, 68% 0, 72% 100%, 76% 0, 80% 100%, 84% 0, 88% 100%, 92% 0, 96% 100%, 100% 0, 100% 100%)
}

.nws .art-grid-sec::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    background: #f4f0eb;
    clip-path: polygon(0 0, 4% 100%, 8% 0, 12% 100%, 16% 0, 20% 100%, 24% 0, 28% 100%, 32% 0, 36% 100%, 40% 0, 44% 100%, 48% 0, 52% 100%, 56% 0, 60% 100%, 64% 0, 68% 100%, 72% 0, 76% 100%, 80% 0, 84% 100%, 88% 0, 92% 100%, 96% 0, 100% 100%, 100% 0)
}

.nws .sec-head {
    text-align: center;
    margin-bottom: 40px
}

.nws .sec-head h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #111;
    font-weight: 800;
    margin: 0 0 12px;
    position: relative;
    display: inline-block;
    padding-left: 20px
}

.nws .sec-head h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8%;
    height: 84%;
    width: 5px;
    background: linear-gradient(160deg, #BA0017 0%, #FFB11C 55%, #5478C5 100%);
    border-radius: 5px
}

.nws .sec-head p {
    font-size: 19px;
    line-height: 1.5;
    color: #444;
    max-width: 560px;
    margin: 0 auto;
    text-align: left
}

.nws .art-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.nws .art-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 2px 3px -2px #ba001712 0 5px 25px -2px #ba00171c;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column
}

.nws .art-card:hover {
    box-shadow: 0 10px 44px -2px #ba001721;
    transform: translateY(-3px)
}

.nws .art-card.featured {
    grid-column: span 2;
    flex-direction: row
}

.nws .art-card.featured .card-img {
    flex: 0 0 48%
}

.nws .card-img {
    overflow: hidden;
    position: relative
}

.nws .card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border: 3px solid #FFB11C;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.nws .art-card.featured .card-img img {
    height: 100%;
    min-height: 280px;
    border-radius: 22px 0 0 22px;
    border: none;
    border-right: 3px solid #FFB11C
}

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

.nws .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1
}

.nws .card-tag {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #BA0017 0%, #FFB11C 100%);
    padding: 6px 12px;
    border-radius: 5px;
    align-self: flex-start
}

.nws .card-body h3 {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: .01em;
    color: #111;
    font-weight: 700;
    margin: 0
}

.nws .card-body p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0
}

.nws .card-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #BA0017;
    text-decoration: none;
    margin-top: auto;
    transition: letter-spacing .2s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start
}

.nws .card-link:hover {
    letter-spacing: .1em;
    color: #5478C5
}

@media (max-width: 768px) {
    .nws .art-grid {
        grid-template-columns: 1fr
    }

    .nws .art-card.featured {
        grid-column: span 1;
        flex-direction: column
    }

    .nws .art-card.featured .card-img img {
        height: 220px;
        border-radius: 22px 22px 0 0;
        border: none;
        border-bottom: 3px solid #FFB11C
    }
}

@media (max-width: 390px) {
    .nws .art-grid-sec {
        padding: 40px 0
    }
}

.nws .expert-sec {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.nws .expert-sec::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    background: #fff;
    clip-path: polygon(0 100%, 4% 0, 8% 100%, 12% 0, 16% 100%, 20% 0, 24% 100%, 28% 0, 32% 100%, 36% 0, 40% 100%, 44% 0, 48% 100%, 52% 0, 56% 100%, 60% 0, 64% 100%, 68% 0, 72% 100%, 76% 0, 80% 100%, 84% 0, 88% 100%, 92% 0, 96% 100%, 100% 0, 100% 100%)
}

.nws .expert-layout {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: start
}

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

.nws .portrait-frame {
    position: relative;
    width: 100%
}

.nws .portrait-frame img {
    width: 100%;
    aspect-ratio: 7/9;
    object-fit: cover;
    object-position: top;
    border-radius: 38px 5px 22px 5px;
    border: 4px solid #5478C5;
    display: block;
    box-shadow: 0 5px 25px -2px #ba00171c
}

.nws .portrait-accent {
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FFB11C 0%, #BA0017 100%);
    border-radius: 5px;
    opacity: .55;
    pointer-events: none
}

.nws .expert-name {
    font-size: 19px;
    font-weight: 800;
    color: #111;
    letter-spacing: .01em;
    line-height: 1.2
}

.nws .expert-role {
    font-size: 16px;
    color: #BA0017;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.5
}

.nws .expert-quote {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    border-top: 2px solid #FFB11C;
    padding-top: 12px
}

.nws .steps-col {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.nws .steps-col h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #111;
    font-weight: 800;
    margin: 0;
    position: relative;
    padding-left: 20px
}

.nws .steps-col h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8%;
    height: 84%;
    width: 5px;
    background: linear-gradient(160deg, #BA0017 0%, #FFB11C 55%, #5478C5 100%);
    border-radius: 5px
}

.nws .steps-col p.intro {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0
}

.nws .step-list {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.nws .step-item {
    flex: 1 1 180px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #f4f0eb;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 2px 3px -2px #ba001712;
    transition: box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.nws .step-item:hover {
    box-shadow: 0 5px 25px -2px #ba00171c
}

.nws .step-num {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    background: linear-gradient(135deg, #BA0017 0%, #FFB11C 60%, #5478C5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: .01em
}

.nws .step-item h5 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.5;
    letter-spacing: .01em
}

.nws .step-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0
}

.nws .outlined-ring {
    position: absolute;
    top: 40px;
    right: -40px;
    width: 100px;
    height: 100px;
    border: 3px solid #BA0017;
    border-radius: 50%;
    opacity: .1;
    pointer-events: none
}

@media (max-width: 768px) {
    .nws .expert-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .nws .portrait-frame img {
        max-width: 280px
    }

    .nws .step-list {
        flex-direction: column
    }
}

@media (max-width: 390px) {
    .nws .expert-sec {
        padding: 40px 0
    }

    .nws .step-list {
        gap: 12px
    }
}

.nws .big-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.nws .big-bullet-list li {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.nws .big-bullet-list li::before {
    content: '';
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    margin-top: 4px;
    border-radius: 5px;
    background: linear-gradient(135deg, #BA0017 0%, #FFB11C 100%);
    display: block
}

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

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

.prm ::selection {
    background: #FFB11C;
    color: #1a0a00
}

.prm a {
    text-decoration: none !important
}

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

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

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

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

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(24px)
    }

    70% {
        opacity: 1;
        transform: translateY(-6px)
    }

    85% {
        transform: translateY(3px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes spotFloat {

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

    50% {
        transform: translateY(-12px) scale(1.04)
    }
}

.prm .t-blk {
    position: relative;
    padding: 80px 40px;
    background: linear-gradient(127deg, #BA0017, #FFB11C, #5478C5, #BA0017);
    background-size: 300% 300%;
    animation: gradshift 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    overflow: hidden
}

.prm .t-blk .spot {
    position: absolute;
    border-radius: 38px;
    filter: blur(48px);
    opacity: .18;
    pointer-events: none
}

.prm .t-blk .spot-a {
    width: 320px;
    height: 320px;
    background: #FFB11C;
    top: -80px;
    left: -60px;
    animation: spotFloat 7s ease-in-out infinite
}

.prm .t-blk .spot-b {
    width: 260px;
    height: 260px;
    background: #5478C5;
    bottom: -60px;
    right: -40px;
    animation: spotFloat 9s ease-in-out infinite reverse
}

.prm .t-blk .spot-c {
    width: 180px;
    height: 180px;
    background: #BA0017;
    top: 40px;
    right: 30%;
    animation: spotFloat 11s ease-in-out infinite
}

.prm .t-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1
}

.prm .t-copy {
    flex: 1 1 55%
}

.prm .t-copy .t-label {
    display: inline-block;
    background: #ffffff2e;
    color: #fff;
    font-size: 16px;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 6px 24px;
    border-radius: 5px;
    margin-bottom: 24px
}

.prm .t-copy .t-h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    margin: 0 0 24px;
    font-weight: 900
}

.prm .t-copy .t-h1 span {
    display: block;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: .02em;
    opacity: .88
}

.prm .t-copy .t-sub {
    font-size: 19px;
    line-height: 1.7;
    color: #ffffffeb;
    margin: 0 0 40px;
    max-width: 520px
}

.prm .t-copy .t-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    background: linear-gradient(127deg, #fff 0%, #FFE8A0 100%);
    color: #BA0017;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    border: none;
    cursor: pointer;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .t-copy .t-btn:hover {
    opacity: .88;
    transform: scale(0.98)
}

.prm .t-img-wrap {
    flex: 0 0 380px;
    height: 420px;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.prm .t-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 40%, transparent 40%, #ba001752 100%);
    pointer-events: none
}

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

.prm .t-img-wrap:hover img {
    transform: scale(1.04)
}

.prm .who-sec {
    padding: 80px 40px;
    background: #fff
}

.prm .who-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.prm .who-left .sec-tag {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #BA0017;
    margin-bottom: 12px;
    display: block
}

.prm .who-left .sec-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b2e;
    margin: 0 0 24px;
    padding-left: 16px;
    border-left: 4px solid #FFB11C
}

.prm .who-left .sec-h2 strong {
    text-transform: uppercase
}

.prm .who-left .sec-p {
    font-size: 16px;
    line-height: 1.7;
    color: #2e2e3a;
    margin: 0 0 24px
}

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

.prm .who-card {
    background: #f5f6fa;
    border-radius: 22px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 2px 3px -2px #ba001712;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), opacity .18s cubic-bezier(0.4, 0, 0.2, 1);
    animation: bounceIn .6s cubic-bezier(0.4, 0, 0.2, 1) both
}

.prm .who-card:hover {
    opacity: .9;
    box-shadow: 0 5px 25px -2px #ba00171c
}

.prm .who-card .card-dot {
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 5px;
    margin-top: 4px
}

.prm .who-card .card-dot.red {
    background: #BA0017
}

.prm .who-card .card-dot.yellow {
    background: #FFB11C
}

.prm .who-card .card-dot.blue {
    background: #5478C5
}

.prm .who-card .card-body .card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1b1b2e;
    margin: 0 0 6px;
    letter-spacing: .01em
}

.prm .who-card .card-body .card-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #3a3a4d;
    margin: 0
}

.prm .rep-sec {
    padding: 80px 40px;
    background: linear-gradient(160deg, #f0f3fb 0%, #fff8ec 60%, #fff 100%);
    position: relative;
    overflow: hidden
}

.prm .rep-sec .cross-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.prm .rep-sec .cross-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#5478C5 1px, transparent 1px), linear-gradient(90deg, #5478C5 1px, transparent 1px);
    background-size: 32px 32px;
    background-position: center center;
    opacity: .06
}

.prm .rep-inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.prm .rep-inner .sec-tag {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #5478C5;
    margin-bottom: 12px;
    display: block;
    text-align: center
}

.prm .rep-inner .rep-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b2e;
    margin: 0 0 40px;
    text-align: center
}

.prm .rep-inner .rep-h2 em {
    font-style: normal;
    text-transform: uppercase;
    color: #BA0017
}

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

.prm .rep-item {
    background: #fff;
    border-radius: 22px;
    padding: 40px 24px;
    text-align: center;
    box-shadow: 0 2px 3px -2px #ba001712;
    transition: box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1), opacity .18s cubic-bezier(0.4, 0, 0.2, 1);
    animation: bounceIn .7s cubic-bezier(0.4, 0, 0.2, 1) both
}

.prm .rep-item:hover {
    opacity: .91;
    box-shadow: 0 10px 44px -2px #ba001721
}

.prm .rep-item .rep-num {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.02em;
    display: block
}

.prm .rep-item .rep-num.c-red {
    color: #BA0017
}

.prm .rep-item .rep-num.c-yel {
    color: #FFB11C
}

.prm .rep-item .rep-num.c-blu {
    color: #5478C5
}

.prm .rep-item .rep-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 700;
    margin: 6px 0 12px
}

.prm .rep-item .rep-arrow svg {
    width: 20px;
    height: 20px
}

.prm .rep-item .rep-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #3a3a4d;
    margin: 0
}

.prm .exp-sec {
    padding: 80px 40px;
    background: #1b1b2e
}

.prm .exp-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch
}

.prm .exp-quotes {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.prm .exp-quotes .sec-tag {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #FFB11C;
    margin-bottom: 12px;
    display: block
}

.prm .exp-quotes .exp-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    margin: 0 0 24px;
    padding-left: 16px;
    border-left: 4px solid #BA0017
}

.prm .q-card {
    background: #ffffff0f;
    border-radius: 22px;
    padding: 24px;
    border-top: 3px solid #FFB11C;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .q-card:hover {
    background: #ffffff1a
}

.prm .q-card .q-text {
    font-size: 19px;
    line-height: 1.7;
    color: #ffffffe6;
    margin: 0 0 16px;
    letter-spacing: .01em
}

.prm .q-card .q-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.prm .q-card .q-portrait {
    width: 52px;
    height: 78px;
    overflow: hidden;
    flex-shrink: 0
}

.prm .q-card .q-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.prm .q-card .q-name {
    font-size: 16px;
    font-weight: 700;
    color: #FFB11C;
    margin: 0 0 4px
}

.prm .q-card .q-role {
    font-size: 16px;
    color: #fff9;
    margin: 0
}

.prm .exp-img-side {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center
}

.prm .exp-img-side .exp-img {
    width: 100%;
    height: 280px;
    border-radius: 22px;
    overflow: hidden
}

.prm .exp-img-side .exp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .exp-img-side .exp-img:hover img {
    transform: scale(1.05)
}

.prm .team-sec {
    padding: 80px 40px;
    background: #fff
}

.prm .team-inner {
    max-width: 1400px;
    margin: 0 auto
}

.prm .team-inner .sec-tag {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #BA0017;
    margin-bottom: 12px;
    display: block;
    text-align: center
}

.prm .team-inner .team-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b2e;
    margin: 0 0 40px;
    text-align: center
}

.prm .team-inner .team-h2 strong {
    text-transform: uppercase
}

.prm .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
}

.prm .team-member {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 22px;
    background: #f5f6fa;
    box-shadow: 0 2px 3px -2px #ba001712;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), opacity .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .team-member:hover {
    opacity: .92;
    box-shadow: 0 5px 25px -2px #ba00171c
}

.prm .team-member .mem-portrait {
    width: 100px;
    height: 150px;
    flex-shrink: 0;
    overflow: hidden
}

.prm .team-member .mem-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.prm .team-member .mem-info .mem-name {
    font-size: 19px;
    font-weight: 700;
    color: #1b1b2e;
    margin: 0 0 6px;
    letter-spacing: .01em
}

.prm .team-member .mem-info .mem-title {
    font-size: 16px;
    color: #BA0017;
    font-weight: 600;
    margin: 0 0 12px;
    letter-spacing: .02em
}

.prm .team-member .mem-info .mem-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a4d;
    margin: 0
}

.prm .team-note {
    margin-top: 40px;
    padding: 24px 40px;
    background: linear-gradient(127deg, #BA0017 0%, #FFB11C 60%, #5478C5 100%);
    border-radius: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.prm .team-note .tn-img {
    width: 100%;
    max-width: 320px;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0
}

.prm .team-note .tn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .team-note .tn-img:hover img {
    transform: scale(1.04)
}

.prm .team-note .tn-txt {
    font-size: 19px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    letter-spacing: .01em
}

.prm .val-sec {
    padding: 80px 40px;
    background: linear-gradient(160deg, #fff 0%, #f0f3fb 50%, #fff8ec 100%)
}

.prm .val-inner {
    max-width: 1400px;
    margin: 0 auto
}

.prm .val-inner .sec-tag {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #5478C5;
    margin-bottom: 12px;
    display: block
}

.prm .val-inner .val-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b1b2e;
    margin: 0 0 40px;
    padding-left: 16px;
    border-left: 4px solid #5478C5
}

.prm .val-inner .val-h2 em {
    font-style: normal;
    text-transform: uppercase
}

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

.prm .val-card {
    border-radius: 22px;
    padding: 40px 24px;
    background: #fff;
    box-shadow: 0 2px 3px -2px #ba001712;
    position: relative;
    overflow: hidden;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), opacity .18s cubic-bezier(0.4, 0, 0.2, 1);
    animation: bounceIn .65s cubic-bezier(0.4, 0, 0.2, 1) both
}

.prm .val-card:hover {
    opacity: .91;
    box-shadow: 0 10px 44px -2px #ba001721
}

.prm .val-card::before {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    border-radius: 5px;
    margin-bottom: 24px
}

.prm .val-card.vc-r::before {
    background: #BA0017
}

.prm .val-card.vc-y::before {
    background: #FFB11C
}

.prm .val-card.vc-b::before {
    background: #5478C5
}

.prm .val-card .vc-h {
    font-size: 19px;
    font-weight: 700;
    color: #1b1b2e;
    margin: 0 0 12px;
    letter-spacing: .01em
}

.prm .val-card .vc-p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a3a4d;
    margin: 0
}

.prm .val-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
    padding: 24px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 2px 3px -2px #ba001712
}

.prm .val-arrow .va-num {
    font-size: 70px;
    font-weight: 900;
    color: #FFB11C;
    line-height: 1.2;
    min-width: 100px;
    text-align: center
}

.prm .val-arrow .va-arr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}

.prm .val-arrow .va-arr svg {
    width: 32px;
    height: 32px
}

.prm .val-arrow .va-num2 {
    font-size: 70px;
    font-weight: 900;
    color: #BA0017;
    line-height: 1.2;
    min-width: 100px;
    text-align: center
}

.prm .val-arrow .va-label {
    font-size: 16px;
    line-height: 1.5;
    color: #3a3a4d;
    flex: 1
}

.prm .comm-sec {
    padding: 80px 40px;
    background: #1b1b2e;
    position: relative;
    overflow: hidden
}

.prm .comm-sec .deco-dash {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    pointer-events: none;
    overflow: hidden
}

.prm .comm-inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.prm .comm-inner .sec-tag {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #FFB11C;
    margin-bottom: 12px;
    display: block;
    text-align: center
}

.prm .comm-inner .comm-h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #fff;
    margin: 0 0 12px;
    text-align: center
}

.prm .comm-inner .comm-sub {
    font-size: 19px;
    line-height: 1.7;
    color: #ffffffb8;
    text-align: left;
    margin: 0 0 40px;
    max-width: 600px
}

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

.prm .comm-card {
    border-radius: 22px;
    padding: 40px 24px;
    background: #ffffff0f;
    border-top: 3px solid transparent;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1);
    animation: bounceIn .7s cubic-bezier(0.4, 0, 0.2, 1) both
}

.prm .comm-card:hover {
    background: #ffffff1a
}

.prm .comm-card.cc-r {
    border-top-color: #BA0017
}

.prm .comm-card.cc-y {
    border-top-color: #FFB11C
}

.prm .comm-card.cc-b {
    border-top-color: #5478C5
}

.prm .comm-card.cc-w {
    border-top-color: #ffffff4d
}

.prm .comm-card .cc-h {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: .01em
}

.prm .comm-card .cc-p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffbf;
    margin: 0
}

.prm .comm-link {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 40px;
    border-radius: 5px;
    background: linear-gradient(127deg, #BA0017 0%, #FFB11C 60%, #5478C5 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), transform .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.prm .comm-link:hover {
    opacity: .85;
    transform: scale(0.97)
}

.prm .svgdiv {
    display: flex;
    justify-content: center;
    line-height: 0;
    overflow: hidden
}

.prm .svgdiv svg {
    display: block
}

@media (max-width: 1280px) {
    .prm .t-copy .t-h1 {
        font-size: 56px
    }

    .prm .t-img-wrap {
        flex: 0 0 300px;
        height: 340px
    }

    .prm .rep-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .prm .val-layout {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 768px) {
    .prm .t-blk {
        padding: 40px 24px
    }

    .prm .t-inner {
        flex-direction: column
    }

    .prm .t-img-wrap {
        flex: 0 0 auto;
        width: 100%;
        height: 260px
    }

    .prm .t-copy .t-h1 {
        font-size: 40px
    }

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

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

    .prm .exp-inner {
        flex-direction: column
    }

    .prm .exp-img-side {
        flex: 0 0 auto
    }

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

    .prm .team-note {
        flex-direction: column
    }

    .prm .team-note .tn-img {
        max-width: 100%
    }

    .prm .val-layout {
        grid-template-columns: 1fr
    }

    .prm .val-arrow {
        flex-direction: column;
        text-align: center
    }

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

    .prm .who-sec,
    .prm .rep-sec,
    .prm .exp-sec,
    .prm .team-sec,
    .prm .val-sec,
    .prm .comm-sec {
        padding: 40px 24px
    }
}

@media (max-width: 390px) {
    .prm .t-copy .t-h1 {
        font-size: 32px
    }

    .prm .rep-item .rep-num {
        font-size: 40px
    }

    .prm .val-arrow .va-num,
    .prm .val-arrow .va-num2 {
        font-size: 40px
    }

    .prm .pg-wrap {
        padding: 0 24px
    }
}

.abt-pg {
    width: 100%;
    overflow-x: clip;
    background: #fff
}

.abt-pg ::selection {
    background: #FFB11C;
    color: #1a0000
}

.abt-pg *,
.abt-pg ::before,
.abt-pg ::after {
    box-sizing: border-box
}

.abt-pg .ttl-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.abt-pg .ttl-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px
}

.abt-pg .ttl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #BA0017;
    font-weight: 700
}

.abt-pg .ttl-eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #BA0017, #FFB11C);
    border-radius: 5px;
    flex-shrink: 0
}

.abt-pg .ttl-h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b0a0a;
    margin: 0;
    font-weight: 900
}

.abt-pg .ttl-h1 .up {
    text-transform: uppercase;
    color: #BA0017
}

.abt-pg .ttl-desc {
    font-size: 19px;
    line-height: 1.7;
    color: #3a2020;
    letter-spacing: .01em;
    max-width: 480px;
    margin: 0
}

.abt-pg .ttl-curve {
    display: block;
    width: 120px;
    height: 40px;
    margin-top: 6px
}

.abt-pg .ttl-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
    position: relative
}

.abt-pg .ttl-mosaic::before {
    content: '';
    position: absolute;
    inset: -12px;
    background: repeating-linear-gradient(45deg, transparent, transparent 18px, #ba00170a 18px, #ba00170a 20px);
    border-radius: 5px;
    pointer-events: none;
    z-index: 0
}

.abt-pg .mos-img {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 25px -2px #ba00171c
}

.abt-pg .mos-img.big {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    aspect-ratio: 3/4
}

.abt-pg .mos-img.sm-a {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    aspect-ratio: 4/3
}

.abt-pg .mos-img.sm-b {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    aspect-ratio: 4/3
}

.abt-pg .mos-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .mos-img:hover img {
    transform: scale(1.05)
}

.abt-pg .mos-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ffb11c2e 0%, transparent 60%);
    pointer-events: none
}

.abt-pg .ttl-pat {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: wrap;
    max-width: 200px
}

.abt-pg .ttl-pat span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #FFB11C;
    opacity: .5
}

.abt-pg .ttl-pat span:nth-child(2n) {
    background: #BA0017;
    opacity: .3
}

.abt-pg .ttl-pat span:nth-child(3n) {
    background: #5478C5;
    opacity: .25
}

.abt-pg .div-wave1 {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.abt-pg .story-sec {
    background: linear-gradient(160deg, #fff8f0 0%, #fff 40%, #f0f4ff 100%) !important;
    padding: 80px 0 40px;
    position: relative
}

.abt-pg .story-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 80px;
    align-items: start
}

.abt-pg .story-left {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.abt-pg .story-hd {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.abt-pg .story-hd h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b0a0a;
    margin: 0;
    font-weight: 800;
    padding-left: 24px;
    border-left: 4px solid #BA0017
}

.abt-pg .story-hd h2 .up {
    text-transform: uppercase
}

.abt-pg .story-body {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-pg .story-body p {
    font-size: 16px;
    line-height: 1.7;
    color: #2e1a1a;
    letter-spacing: .01em;
    margin: 0
}

.abt-pg .story-body p.wide {
    max-width: 100%
}

.abt-pg .story-body p.narrow {
    max-width: 480px
}

.abt-pg .metrics-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 6px
}

.abt-pg .metric-item {
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 5px 25px -2px #ba00171c;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .metric-item:hover {
    box-shadow: 0 10px 44px -2px #ba001721;
    filter: brightness(0.97)
}

.abt-pg .metric-num {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .01em;
    background: linear-gradient(120deg, #BA0017, #FFB11C 60%, #5478C5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.abt-pg .metric-lbl {
    font-size: 16px;
    line-height: 1.5;
    color: #3a2020;
    letter-spacing: .01em
}

.abt-pg .story-imgs {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 24px
}

.abt-pg .story-img-box {
    overflow: hidden;
    border-radius: 22px;
    flex: 1;
    aspect-ratio: 4/3;
    box-shadow: 0 2px 3px -2px #ba001712
}

.abt-pg .story-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .story-img-box:hover img {
    transform: scale(1.05)
}

@keyframes diag-drift {
    0% {
        background-position: 0 0
    }

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

.abt-pg .story-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(-45deg, #5478c50a 0px, #5478c50a 1px, transparent 1px, transparent 40px);
    background-size: 80px 80px;
    animation: diag-drift 12s linear infinite;
    pointer-events: none;
    z-index: 0
}

.abt-pg .story-inner {
    position: relative;
    z-index: 1
}

.abt-pg .div-wave2 {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.abt-pg .team-sec {
    padding: 40px 0 80px;
    background: #fff
}

.abt-pg .team-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 80px
}

.abt-pg .team-hd {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center
}

.abt-pg .team-hd h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b0a0a;
    margin: 0;
    font-weight: 800;
    text-align: center
}

.abt-pg .team-hd .sub {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2020;
    letter-spacing: .01em;
    max-width: 520px;
    text-align: left
}

.abt-pg .trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.abt-pg .trust-profiles {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-pg .prof-card {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 24px;
    align-items: start;
    background: #fff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 5px 25px -2px #ba00171c;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), filter .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .prof-card:hover {
    filter: brightness(0.97);
    box-shadow: 0 10px 44px -2px #ba001721
}

.abt-pg .prof-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    flex-shrink: 0
}

.abt-pg .prof-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.abt-pg .prof-info {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.abt-pg .prof-name {
    font-size: 19px;
    font-weight: 700;
    color: #1b0a0a;
    letter-spacing: .01em;
    line-height: 1.2
}

.abt-pg .prof-role {
    font-size: 16px;
    color: #BA0017;
    letter-spacing: .02em;
    font-weight: 600;
    line-height: 1.5
}

.abt-pg .prof-bio {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2020;
    letter-spacing: .01em;
    margin: 0
}

.abt-pg .trust-signals {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-pg .sig-hd {
    font-size: 19px;
    font-weight: 700;
    color: #1b0a0a;
    letter-spacing: .01em;
    line-height: 1.2;
    padding-left: 24px;
    border-left: 4px solid #FFB11C
}

.abt-pg .sig-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.abt-pg .sig-list li {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.7;
    color: #2e1a1a;
    letter-spacing: .01em
}

.abt-pg .sig-list li::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 5px;
    background: linear-gradient(135deg, #BA0017, #FFB11C);
    flex-shrink: 0;
    margin-top: 5px
}

.abt-pg .quote-block {
    background: linear-gradient(120deg, #BA0017 0%, #FFB11C 60%, #5478C5 100%);
    border-radius: 22px;
    padding: 24px;
    color: #fff;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    font-style: italic;
    position: relative
}

.abt-pg .quote-block::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #ffffff80;
    border-radius: 5px;
    margin-bottom: 12px
}

.abt-pg .quote-attr {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 12px;
    opacity: .9
}

.abt-pg .pricing-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-pg .pricing-hd {
    font-size: 32px;
    font-weight: 800;
    color: #1b0a0a;
    letter-spacing: .01em;
    line-height: 1.2;
    text-align: center;
    margin: 0
}

.abt-pg .pricing-hd .up {
    text-transform: uppercase;
    color: #5478C5
}

.abt-pg .pricing-tbl {
    width: 100%;
    border-collapse: collapse;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 44px -2px #ba001721
}

.abt-pg .pricing-tbl thead tr {
    background: linear-gradient(120deg, #BA0017 0%, #FFB11C 55%, #5478C5 100%)
}

.abt-pg .pricing-tbl thead th {
    padding: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .02em;
    text-align: center;
    line-height: 1.5
}

.abt-pg .pricing-tbl thead th:first-child {
    text-align: left
}

.abt-pg .pricing-tbl tbody tr {
    background: #fff;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .pricing-tbl tbody tr:nth-child(even) {
    background: #fdf5f5
}

.abt-pg .pricing-tbl tbody tr:hover {
    background: #fff3cc;
    filter: brightness(0.98)
}

.abt-pg .pricing-tbl tbody td {
    padding: 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #2e1a1a;
    letter-spacing: .01em;
    text-align: center;
    border-bottom: 1px solid #ba001712
}

.abt-pg .pricing-tbl tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: #1b0a0a
}

.abt-pg .pricing-tbl tbody tr:last-child td {
    border-bottom: none
}

.abt-pg .check-svg {
    display: inline-block;
    vertical-align: middle
}

.abt-pg .dash-mark {
    color: #aaa;
    font-size: 19px;
    font-weight: 300
}

.abt-pg .col-hi {
    background: #5478c512 !important
}

.abt-pg .pricing-tbl thead th.col-hi {
    background: #ffffff2e !important
}

.abt-pg .cta-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.abt-pg .btn-pri {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 24px 40px;
    background: linear-gradient(120deg, #BA0017 0%, #FFB11C 60%, #5478C5 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    border: none;
    border-radius: 22px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 25px -2px #ba00171c;
    transition: filter .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .btn-pri:hover {
    filter: brightness(0.92);
    box-shadow: 0 10px 44px -2px #ba001721
}

.abt-pg .btn-pri:active {
    filter: brightness(0.85)
}

.abt-pg .btn-sec {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 24px 40px;
    background: #fff;
    color: #BA0017;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    border: 2px solid #BA0017;
    border-radius: 22px;
    cursor: pointer;
    text-decoration: none;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), filter .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-pg .btn-sec:hover {
    background: #fdf0f0;
    filter: brightness(0.97)
}

@media (max-width: 1280px) {
    .abt-pg .ttl-wrap {
        padding: 80px 24px 40px
    }

    .abt-pg .story-inner {
        padding: 0 24px;
        grid-template-columns: 2fr 1fr;
        gap: 40px
    }

    .abt-pg .team-inner {
        padding: 0 24px
    }

    .abt-pg .ttl-h1 {
        font-size: 70px
    }
}

@media (max-width: 768px) {
    .abt-pg .ttl-wrap {
        grid-template-columns: 1fr;
        padding: 40px 24px 24px;
        gap: 24px
    }

    .abt-pg .ttl-h1 {
        font-size: 32px
    }

    .abt-pg .ttl-mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto
    }

    .abt-pg .mos-img.big {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        aspect-ratio: 4/3
    }

    .abt-pg .mos-img.sm-a {
        grid-column: 2 / 3;
        grid-row: 1 / 2
    }

    .abt-pg .mos-img.sm-b {
        display: none
    }

    .abt-pg .story-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .abt-pg .metrics-col {
        flex-direction: row;
        flex-wrap: wrap
    }

    .abt-pg .metric-item {
        flex: 1;
        min-width: 140px
    }

    .abt-pg .story-imgs {
        flex-direction: column
    }

    .abt-pg .trust-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .abt-pg .pricing-tbl thead th,
    .abt-pg .pricing-tbl tbody td {
        padding: 12px;
        font-size: 16px
    }

    .abt-pg .team-inner {
        gap: 40px
    }
}

@media (max-width: 390px) {
    .abt-pg .ttl-wrap {
        padding: 24px 12px 12px
    }

    .abt-pg .story-inner,
    .abt-pg .team-inner {
        padding: 0 12px
    }

    .abt-pg .ttl-h1 {
        font-size: 32px
    }

    .abt-pg .cta-row {
        flex-direction: column
    }

    .abt-pg .btn-pri,
    .abt-pg .btn-sec {
        width: 100%;
        justify-content: center;
        padding: 24px
    }

    .abt-pg .prof-card {
        grid-template-columns: 80px 1fr;
        gap: 12px
    }

    .abt-pg .prof-img {
        width: 80px;
        height: 80px
    }
}

.lrn-prog {
    width: 100%;
    overflow-x: hidden;
    background: #fff
}

.lrn-prog *,
.lrn-prog ::before,
.lrn-prog ::after {
    box-sizing: border-box
}

.lrn-prog ::selection {
    background: #FFB11C;
    color: #1a0000
}

.lrn-prog a {
    text-decoration: none;
    color: inherit
}

.lrn-prog .tb {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
    position: relative
}

.lrn-prog .tb__txt {
    padding-top: 40px;
    position: relative
}

.lrn-prog .tb__eyebrow {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #BA0017;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px
}

.lrn-prog .tb__eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #BA0017;
    flex-shrink: 0
}

.lrn-prog .tb__h1 {
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b0a0e;
    margin: 0 0 24px;
    font-weight: 800
}

.lrn-prog .tb__h1 span {
    color: #BA0017
}

.lrn-prog .tb__sub {
    font-size: 19px;
    line-height: 1.7;
    color: #3a2028;
    max-width: 520px;
    margin: 0 0 40px;
    letter-spacing: .01em
}

.lrn-prog .tb__cta {
    display: inline-block;
    padding: 12px 40px;
    background: linear-gradient(112deg, #BA0017 0%, #d4551a 50%, #FFB11C 100%);
    color: #fff;
    font-size: 16px;
    letter-spacing: .05em;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 25px -2px #ba00171c
}

.lrn-prog .tb__cta:hover {
    opacity: .88
}

.lrn-prog .tb__img-col {
    position: relative;
    align-self: stretch
}

.lrn-prog .tb__img-wrap {
    border-radius: 5px;
    overflow: hidden;
    height: 460px;
    position: relative
}

.lrn-prog .tb__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.lrn-prog .tb__img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #ffffffeb 0%, #ffffff4d 55%, #fff0 100%);
    pointer-events: none
}

.lrn-prog .tb__dots {
    position: absolute;
    bottom: -24px;
    right: -12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    pointer-events: none
}

.lrn-prog .tb__dot {
    border-radius: 50%;
    background: #BA0017;
    opacity: .18
}

.lrn-prog .tb__dot:nth-child(1) {
    width: 6px;
    height: 6px
}

.lrn-prog .tb__dot:nth-child(2) {
    width: 10px;
    height: 10px;
    opacity: .12
}

.lrn-prog .tb__dot:nth-child(3) {
    width: 8px;
    height: 8px
}

.lrn-prog .tb__dot:nth-child(4) {
    width: 6px;
    height: 6px;
    opacity: .1
}

.lrn-prog .tb__dot:nth-child(5) {
    width: 12px;
    height: 12px;
    opacity: .08
}

.lrn-prog .tb__dot:nth-child(6) {
    width: 6px;
    height: 6px
}

.lrn-prog .tb__dot:nth-child(7) {
    width: 8px;
    height: 8px;
    opacity: .14
}

.lrn-prog .tb__dot:nth-child(8) {
    width: 6px;
    height: 6px;
    opacity: .1
}

.lrn-prog .dvd {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 40px;
    gap: 24px
}

.lrn-prog .dvd__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e8d0d3, transparent);
    max-width: 500px
}

.lrn-prog .dvd__sym {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #BA0017;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lrn-prog .dvd__sym svg {
    width: 20px;
    height: 20px;
    fill: #BA0017
}

.lrn-prog .cards-zone {
    background: #f7f0f1;
    padding: 80px 40px
}

.lrn-prog .cards-zone__hd {
    max-width: 1400px;
    margin: 0 auto 40px
}

.lrn-prog .cards-zone__hd h2 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #1b0a0e;
    text-align: center;
    margin: 0 0 12px;
    font-weight: 700
}

.lrn-prog .cards-zone__hd p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3038;
    text-align: left;
    max-width: 560px;
    margin: 0;
    letter-spacing: .01em
}

.lrn-prog .cards-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
}

.lrn-prog .prog-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 5px 25px -2px #ba00171c;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .prog-card:hover {
    box-shadow: 0 10px 44px -2px #ba001721
}

.lrn-prog .prog-card__img-wrap {
    overflow: hidden;
    height: 220px;
    position: relative;
    flex-shrink: 0
}

.lrn-prog .prog-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .prog-card:hover .prog-card__img-wrap img {
    transform: scale(1.05)
}

.lrn-prog .prog-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px
}

.lrn-prog .prog-card__title {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    color: #1b0a0e;
    letter-spacing: .01em;
    padding-left: 12px;
    border-left: 3px solid #BA0017;
    margin: 0
}

.lrn-prog .prog-card__desc {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3038;
    margin: 0;
    letter-spacing: .01em
}

.lrn-prog .prog-card__ft {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f0e5e7
}

.lrn-prog .prog-card__price {
    font-size: 19px;
    font-weight: 800;
    color: #BA0017;
    letter-spacing: .01em
}

.lrn-prog .prog-card__btn {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(112deg, #BA0017 0%, #d4551a 60%, #FFB11C 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    letter-spacing: .04em;
    transition: opacity .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .prog-card__btn:hover {
    opacity: .86
}

.lrn-prog .dvd2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 40px 0;
    gap: 24px
}

.lrn-prog .dvd2__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c5d3e8, transparent);
    max-width: 500px
}

.lrn-prog .dvd2__sym {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5478C5 0%, #3a5aad 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lrn-prog .dvd2__sym svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

.lrn-prog .approach {
    padding: 80px 40px;
    max-width: 1400px;
    margin: 0 auto
}

.lrn-prog .approach__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.lrn-prog .approach__left h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b0a0e;
    margin: 0 0 24px;
    letter-spacing: .01em;
    text-align: center
}

.lrn-prog .approach__left h2 em {
    font-style: normal;
    text-transform: uppercase;
    color: #BA0017
}

.lrn-prog .approach__left p {
    font-size: 16px;
    line-height: 1.7;
    color: #3a2028;
    margin: 0 0 12px;
    letter-spacing: .01em;
    text-align: left
}

.lrn-prog .approach__left a {
    display: inline-block;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #5478C5;
    letter-spacing: .08em;
    transition: letter-spacing .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.lrn-prog .approach__left a:hover {
    letter-spacing: .16em
}

.lrn-prog .approach__right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .step {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start
}

.lrn-prog .step__num {
    width: 48px;
    height: 48px;
    border-radius: 38px;
    background: linear-gradient(135deg, #FFB11C 0%, #e8960a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 2px 3px -2px #ffb11c12
}

.lrn-prog .step__body h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1b0a0e;
    margin: 0 0 6px;
    letter-spacing: .02em
}

.lrn-prog .step__body p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3038;
    margin: 0;
    letter-spacing: .01em
}

.lrn-prog .revs {
    background: linear-gradient(160deg, #1b0a0e 0%, #2e1420 55%, #1a1028 100%);
    padding: 80px 40px;
    position: relative;
    overflow: hidden
}

.lrn-prog .revs__bg-drift {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: #ba001712;
    top: -200px;
    right: -150px;
    pointer-events: none;
    animation: driftbg 9s ease-in-out infinite alternate
}

@keyframes driftbg {
    from {
        transform: translate(0, 0)
    }

    to {
        transform: translate(-40px, 30px)
    }
}

.lrn-prog .revs__inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

.lrn-prog .revs__inner h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin: 0 0 40px;
    text-align: center;
    letter-spacing: .01em
}

.lrn-prog .revs__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.lrn-prog .rev-card {
    background: #ffffff0f;
    border-radius: 22px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 5px 25px -2px #ba00171c;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .rev-card:hover {
    background: #ffffff1a
}

.lrn-prog .rev-card__person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.lrn-prog .rev-card__avatar {
    width: 52px;
    height: 52px;
    border-radius: 38px;
    overflow: hidden;
    flex-shrink: 0
}

.lrn-prog .rev-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.lrn-prog .rev-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .02em
}

.lrn-prog .rev-card__role {
    font-size: 16px;
    color: #FFB11C;
    letter-spacing: .01em
}

.lrn-prog .rev-card__quote {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffd1;
    margin: 0;
    letter-spacing: .01em
}

.lrn-prog .dvd3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 40px 0;
    gap: 24px
}

.lrn-prog .dvd3__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #f0d0d4, transparent);
    max-width: 500px
}

.lrn-prog .dvd3__sym {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    border: 2px solid #FFB11C;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lrn-prog .dvd3__sym svg {
    width: 18px;
    height: 18px;
    fill: #FFB11C
}

.lrn-prog .dual {
    padding: 80px 40px;
    background: #fff
}

.lrn-prog .dual__inner {
    max-width: 1400px;
    margin: 0 auto
}

.lrn-prog .dual__inner h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b0a0e;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: .01em
}

.lrn-prog .dual__cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.lrn-prog .dual__col {
    border-radius: 22px;
    padding: 40px;
    position: relative
}

.lrn-prog .dual__col--a {
    background: #f7f0f1;
    box-shadow: 0 2px 3px -2px #ba001712
}

.lrn-prog .dual__col--b {
    background: linear-gradient(140deg, #5478C5 0%, #3a5aad 100%)
}

.lrn-prog .dual__col h3 {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: .01em
}

.lrn-prog .dual__col--a h3 {
    color: #1b0a0e
}

.lrn-prog .dual__col--b h3 {
    color: #fff
}

.lrn-prog .dual__col p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 12px;
    letter-spacing: .01em
}

.lrn-prog .dual__col--a p {
    color: #3a2028
}

.lrn-prog .dual__col--b p {
    color: #ffffffe0
}

.lrn-prog .dual__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lrn-prog .dual__list li {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .01em;
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.lrn-prog .dual__col--a .dual__list li {
    color: #3a2028
}

.lrn-prog .dual__col--b .dual__list li {
    color: #ffffffe0
}

.lrn-prog .dual__bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px
}

.lrn-prog .dual__col--a .dual__bullet {
    background: #BA0017
}

.lrn-prog .dual__col--b .dual__bullet {
    background: #FFB11C
}

.lrn-prog .tag-fan-wrap {
    max-width: 1400px;
    margin: 40px auto 0;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.lrn-prog .tag-fan-label {
    font-size: 16px;
    font-weight: 700;
    color: #4a3038;
    letter-spacing: .02em;
    flex-shrink: 0
}

.lrn-prog .tag-fan {
    display: flex;
    flex-direction: row;
    gap: 6px;
    flex-wrap: wrap;
    position: relative
}

.lrn-prog .tag-fan .tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 38px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .02em;
    background: #f7f0f1;
    color: #BA0017;
    border: 1px solid #e8d0d3;
    opacity: .5;
    transform: scale(0.92);
    transition: opacity .18s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .tag-fan:hover .tag {
    opacity: 1;
    transform: scale(1)
}

.lrn-prog .tag-fan:hover .tag:nth-child(1) {
    transition-delay: 0s
}

.lrn-prog .tag-fan:hover .tag:nth-child(2) {
    transition-delay: .04s
}

.lrn-prog .tag-fan:hover .tag:nth-child(3) {
    transition-delay: .08s
}

.lrn-prog .tag-fan:hover .tag:nth-child(4) {
    transition-delay: .12s
}

.lrn-prog .tag-fan:hover .tag:nth-child(5) {
    transition-delay: .16s
}

.lrn-prog .metrics {
    background: #f7f0f1;
    padding: 80px 40px
}

.lrn-prog .metrics__inner {
    max-width: 1400px;
    margin: 0 auto
}

.lrn-prog .metrics__inner h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b0a0e;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: .01em
}

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

.lrn-prog .metric-item {
    background: #fff;
    border-radius: 22px;
    padding: 40px 24px;
    text-align: center;
    box-shadow: 0 2px 3px -2px #ba001712;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .metric-item:hover {
    box-shadow: 0 10px 44px -2px #ba001721;
    transform: translateY(-4px)
}

.lrn-prog .metric-item__val {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -.01em;
    background: linear-gradient(112deg, #BA0017 0%, #d4551a 50%, #FFB11C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block
}

.lrn-prog .metric-item__lbl {
    font-size: 16px;
    line-height: 1.5;
    color: #4a3038;
    letter-spacing: .02em;
    margin-top: 6px;
    display: block
}

@media (max-width: 1280px) {
    .lrn-prog .tb {
        grid-template-columns: 1fr 260px;
        gap: 24px
    }

    .lrn-prog .tb__h1 {
        font-size: 70px
    }

    .lrn-prog .approach__grid {
        gap: 40px
    }
}

@media (max-width: 768px) {
    .lrn-prog .tb {
        grid-template-columns: 1fr;
        padding: 40px 24px 24px
    }

    .lrn-prog .tb__img-col {
        display: none
    }

    .lrn-prog .tb__h1 {
        font-size: 32px
    }

    .lrn-prog .cards-grid {
        grid-template-columns: 1fr
    }

    .lrn-prog .approach__grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lrn-prog .revs__grid {
        grid-template-columns: 1fr
    }

    .lrn-prog .dual__cols {
        grid-template-columns: 1fr
    }

    .lrn-prog .metrics__row {
        grid-template-columns: 1fr
    }

    .lrn-prog .cards-zone {
        padding: 40px 24px
    }

    .lrn-prog .approach {
        padding: 40px 24px
    }

    .lrn-prog .revs {
        padding: 40px 24px
    }

    .lrn-prog .dual {
        padding: 40px 24px
    }

    .lrn-prog .metrics {
        padding: 40px 24px
    }

    .lrn-prog .tag-fan-wrap {
        padding: 0 24px
    }
}

@media (max-width: 390px) {
    .lrn-prog .tb__h1 {
        font-size: 32px
    }

    .lrn-prog .tb__sub {
        font-size: 16px
    }

    .lrn-prog .metric-item__val {
        font-size: 32px
    }

    .lrn-prog .dual__col {
        padding: 24px
    }
}

.succ-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background: #fff
}

.succ-page .succ-card {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 44px -2px #ba001721;
    padding: 80px 40px;
    text-align: center
}

.succ-page .succ-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.succ-page .succ-icon svg {
    width: 72px;
    height: 72px
}

.succ-page .succ-title {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #111;
    margin: 0 0 24px
}

.succ-page .succ-msg {
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: .01em;
    color: #333;
    margin: 0 0 40px
}

.succ-page .succ-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #BA0017, #FFB11C, #5478C5);
    border-radius: 5px;
    margin: 0 auto 40px
}

.succ-page .succ-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    background: linear-gradient(135deg, #BA0017, #FFB11C, #5478C5);
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 25px -2px #ba00171c
}

.succ-page .succ-btn:hover {
    opacity: .88
}

.succ-page .succ-btn:active {
    opacity: .75
}

@media (max-width: 390px) {
    .succ-page .succ-card {
        padding: 40px 24px
    }

    .succ-page .succ-title {
        font-size: 32px
    }
}