html {
    box-sizing: border-box;
    scroll-behavior: auto
}

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

body {
    margin: 0;
    overscroll-behavior: contain;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif
}

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

.site-hd {
    position: relative;
    background: #00121B;
    border-bottom: 3px solid #F2A737;
    z-index: 100
}

.hd-stripe {
    background: #F2A737;
    height: 4px;
    width: 100%
}

.hd-body {
    max-width: 1366px;
    margin: 0 auto;
    padding: 24px 52px;
    display: flex;
    align-items: center;
    gap: 52px
}

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

.brand-img-wrap {
    width: 64px;
    height: 64px;
    border: 3px solid #F2A737;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 5px 0 #f2a73714 0 5px 28px 0 #f2a7371c;
    flex-shrink: 0
}

.brand-img-wrap img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    display: block
}

.brand-label {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.brand-name {
    font-family: "Fira Code", monospace;
    font-size: 20px;
    font-weight: 700;
    color: #F7F7F7;
    line-height: 1.1;
    letter-spacing: .04em
}

.brand-tagline {
    font-size: 14px;
    font-weight: 400;
    color: #F2A737;
    line-height: 1.35;
    letter-spacing: .06em
}

.main-nav {
    flex: 1;
    display: flex;
    justify-content: center
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center
}

.main-nav ul li a {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #F7F7F7;
    text-decoration: none;
    padding: 12px 24px;
    border: 2px solid transparent;
    border-radius: 6px;
    line-height: 1.35;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1), border-color .45s cubic-bezier(0.22, 1, 0.36, 1), background .5s ease-in-out;
    white-space: nowrap;
    min-height: 44px;
    display: flex;
    align-items: center
}

.main-nav ul li a:hover,
.main-nav ul li a:focus-visible {
    color: #F2A737;
    border-color: #F2A737;
    background: #f2a73714
}

.hd-action {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px
}

.hd-phone {
    font-family: "Fira Code", monospace;
    font-size: 16px;
    font-weight: 500;
    color: #F2A737;
    text-decoration: none;
    letter-spacing: .03em;
    line-height: 1.35;
    transition: color .35s ease-in-out;
    min-height: 44px;
    display: flex;
    align-items: center
}

.hd-phone:hover {
    color: #F7F7F7
}

.hd-contact-link {
    font-size: 14px;
    font-weight: 400;
    color: #F7F7F7;
    text-decoration: none;
    letter-spacing: .05em;
    line-height: 1.35;
    border-bottom: 1px solid #f7f7f74d;
    padding-bottom: 2px;
    transition: color .4s cubic-bezier(0.22, 1, 0.36, 1), border-color .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.hd-contact-link:hover {
    color: #F2A737;
    border-color: #F2A737
}

@media (max-width: 1024px) {
    .hd-body {
        padding: 24px;
        gap: 24px
    }

    .brand-tagline {
        display: none
    }
}

@media (max-width: 640px) {
    .hd-body {
        flex-wrap: wrap;
        padding: 12px 24px;
        gap: 12px
    }

    .main-nav {
        order: 3;
        width: 100%
    }

    .hd-action {
        margin-left: auto
    }

    .main-nav ul {
        justify-content: flex-start
    }

    .main-nav ul li a {
        font-size: 14px;
        padding: 12px
    }
}

@media (max-width: 360px) {
    .brand-name {
        font-size: 16px
    }

    .hd-phone {
        font-size: 14px
    }
}

.site-ft {
    background: #00121B;
    border-top: 4px solid #F2A737;
    position: relative
}

.ft-upper {
    max-width: 1366px;
    margin: 0 auto;
    padding: 52px 52px 24px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 52px;
    align-items: start
}

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

.ft-logo-row {
    display: flex;
    align-items: center;
    gap: 12px
}

.ft-img-wrap {
    width: 64px;
    height: 64px;
    border: 3px solid #F2A737;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 5px 0 #f2a73714 0 5px 28px 0 #f2a7371c;
    flex-shrink: 0
}

.ft-img-wrap img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    display: block
}

.ft-brand-name {
    font-family: "Fira Code", monospace;
    font-size: 20px;
    font-weight: 700;
    color: #F7F7F7;
    line-height: 1.1;
    letter-spacing: .04em
}

.ft-addr {
    font-size: 14px;
    font-weight: 400;
    color: #f7f7f7b3;
    line-height: 1.8;
    letter-spacing: .03em;
    font-style: normal
}

.ft-addr a {
    color: #F2A737;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.22, 1, 0.36, 1);
    border-bottom: 1px solid #f2a7374d;
    padding-bottom: 1px
}

.ft-addr a:hover {
    color: #F7F7F7;
    border-color: #f7f7f780
}

.ft-accent-block {
    background: #F2A737;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ft-accent-label {
    font-family: "Fira Code", monospace;
    font-size: 14px;
    font-weight: 700;
    color: #00121B;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase
}

.ft-accent-desc {
    font-size: 16px;
    font-weight: 500;
    color: #00121B;
    line-height: 1.6
}

.ft-lower {
    border-top: 2px solid #f2a73740;
    max-width: 1366px;
    margin: 0 auto;
    padding: 24px 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

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

.ft-legal-links li a {
    font-size: 14px;
    font-weight: 400;
    color: #f7f7f799;
    text-decoration: none;
    letter-spacing: .04em;
    line-height: 1.6;
    transition: color .4s ease-in-out;
    white-space: nowrap
}

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

.ft-copy {
    font-family: "Fira Code", monospace;
    font-size: 14px;
    font-weight: 400;
    color: #f7f7f766;
    line-height: 1.6;
    letter-spacing: .03em;
    text-align: center
}

@media (max-width: 1024px) {
    .ft-upper {
        padding: 52px 24px 24px;
        gap: 24px
    }

    .ft-lower {
        padding: 24px
    }
}

@media (max-width: 640px) {
    .ft-upper {
        grid-template-columns: 1fr;
        padding: 24px 24px 12px
    }

    .ft-accent-block {
        padding: 24px
    }
}

@media (max-width: 360px) {
    .ft-brand-name {
        font-size: 16px
    }

    .ft-legal-links {
        gap: 6px 12px
    }
}

.ck-popup {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 320px;
    background: #F7F7F7;
    border: 3px solid #00121B;
    border-radius: 6px;
    padding: 24px;
    z-index: 1500;
    box-shadow: 0 10px 60px 0 #00121b24;
    display: none;
    flex-direction: column;
    gap: 12px;
    transform: translateY(20px);
    opacity: 0;
    transition: transform .38s cubic-bezier(0.22, 1, 0.36, 1), opacity .38s cubic-bezier(0.22, 1, 0.36, 1)
}

.ck-popup.ck-visible {
    transform: translateY(0);
    opacity: 1
}

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

.ck-icon {
    width: 36px;
    height: 36px;
    background: #00121B;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ck-icon svg {
    display: block
}

.ck-msg {
    font-size: 14px;
    font-weight: 400;
    color: #00121B;
    line-height: 1.6
}

.ck-cats {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ck-cat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.ck-cat-label {
    font-size: 14px;
    font-weight: 500;
    color: #00121B;
    line-height: 1.35
}

.ck-cat-note {
    font-family: "Fira Code", monospace;
    font-size: 14px;
    color: #00121b80;
    line-height: 1.35
}

.ck-toggle {
    position: relative;
    width: 40px;
    height: 22px;
    flex-shrink: 0
}

.ck-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.ck-slider {
    position: absolute;
    inset: 0;
    background: #00121b33;
    border-radius: 20px;
    cursor: pointer;
    transition: background .35s ease-in-out
}

.ck-slider::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 3px;
    background: #F7F7F7;
    border-radius: 48px;
    transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1)
}

.ck-toggle input:checked+.ck-slider {
    background: #F2A737
}

.ck-toggle input:checked+.ck-slider::before {
    transform: translateX(18px)
}

.ck-toggle input:disabled+.ck-slider {
    opacity: .6;
    cursor: not-allowed
}

.ck-btns {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ck-btn-accept {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #00121B;
    background: #F2A737;
    border: 2px solid #F2A737;
    border-radius: 6px;
    padding: 12px 24px;
    cursor: pointer;
    line-height: 1.35;
    letter-spacing: .04em;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s cubic-bezier(0.22, 1, 0.36, 1);
    min-height: 44px;
    width: 100%
}

.ck-btn-accept:hover,
.ck-btn-accept:focus-visible {
    background: #00121B;
    color: #F2A737
}

.ck-btn-reject {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #00121B;
    background: transparent;
    border: 2px solid #00121B;
    border-radius: 6px;
    padding: 12px 24px;
    cursor: pointer;
    line-height: 1.35;
    letter-spacing: .04em;
    transition: background .5s ease-in-out, color .5s ease-in-out;
    min-height: 44px;
    width: 100%
}

.ck-btn-reject:hover,
.ck-btn-reject:focus-visible {
    background: #00121B;
    color: #F7F7F7
}

.policy-container-dwi {
    max-width: 1366px;
    margin: 0 auto;
    padding: 52px 24px;
    color: #00121B;
    background: #F7F7F7
}

.policy-container-dwi h1 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.5px;
    margin-bottom: 24px;
    margin-top: 0;
    color: #00121B
}

.policy-container-dwi h2 {
    font-size: 36px;
    line-height: 1.35;
    margin-top: 52px;
    margin-bottom: 24px;
    color: #00121B
}

.policy-container-dwi h3 {
    font-size: 26px;
    line-height: 1.35;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #00121B
}

.policy-container-dwi h4 {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #00121B
}

.policy-container-dwi h5 {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 24px;
    margin-bottom: 6px;
    color: #00121B;
    letter-spacing: .04em;
    text-transform: uppercase
}

.policy-container-dwi h6 {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 24px;
    margin-bottom: 6px;
    color: #00121B;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: .75
}

.policy-container-dwi p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 24px;
    color: #00121B;
    max-width: 72ch
}

.policy-container-dwi ul,
.policy-container-dwi ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    max-width: 72ch
}

.policy-container-dwi ul {
    list-style: none;
    padding-left: 0
}

.policy-container-dwi ul li {
    padding-left: 24px;
    position: relative
}

.policy-container-dwi ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #F2A737;
    border-radius: 6px
}

.policy-container-dwi ol {
    list-style: decimal
}

.policy-container-dwi li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 6px;
    color: #00121B
}

.policy-container-dwi strong,
.policy-container-dwi b {
    font-weight: 700;
    color: #00121B
}

.policy-container-dwi hr {
    border: none;
    border-top: 2px solid #00121b1a;
    margin-top: 52px;
    margin-bottom: 52px;
    border-radius: 6px
}

@media (max-width: 1024px) {
    .policy-container-dwi {
        padding: 52px 24px
    }

    .policy-container-dwi h1 {
        font-size: 36px
    }

    .policy-container-dwi h2 {
        font-size: 26px
    }
}

@media (max-width: 640px) {
    .policy-container-dwi {
        padding: 24px 12px
    }

    .policy-container-dwi h1 {
        font-size: 26px;
        line-height: 1.35
    }

    .policy-container-dwi h2 {
        font-size: 20px;
        margin-top: 24px
    }

    .policy-container-dwi h3 {
        font-size: 16px
    }

    .policy-container-dwi hr {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media (max-width: 360px) {
    .policy-container-dwi {
        padding: 24px 6px
    }

    .policy-container-dwi h1 {
        font-size: 20px
    }
}

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

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

.abt-us .band-top {
    background: #F7F7F7;
    padding: 52px 0 48px
}

.abt-us .band-top .pg-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 52px
}

.abt-us .top-left {
    flex: 1 1 0;
    min-width: 0
}

.abt-us .top-right {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px
}

.abt-us .eyebrow {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    color: #F2A737;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px
}

.abt-us .top-h1 {
    font-size: 50px;
    line-height: 1.1;
    color: #00121B;
    margin: 0 0 24px
}

.abt-us .top-h1 .h1-first {
    color: #F2A737
}

.abt-us .top-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #00121B;
    max-width: 520px;
    margin: 0 0 24px
}

.abt-us .top-desc strong {
    color: #00121B;
    font-weight: 700
}

.abt-us .dashed-connector {
    width: 2px;
    height: 64px;
    border-left: 2px dashed #F2A737;
    margin: 0 0 0 12px;
    opacity: .6
}

.abt-us .portrait-box {
    width: 200px;
    height: 257px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #00121b1c;
    position: relative
}

.abt-us .portrait-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.85) brightness(1.02)
}

.abt-us .portrait-caption {
    font-size: 14px;
    line-height: 1.35;
    color: #00121B;
    text-align: right;
    letter-spacing: .04em
}

.abt-us .portrait-caption strong {
    display: block;
    font-size: 16px;
    color: #00121B
}

.abt-us .founded-tag {
    display: inline-block;
    background: #00121B;
    color: #F7F7F7;
    font-size: 14px;
    border-radius: 6px;
    padding: 6px 12px;
    letter-spacing: .06em
}

.abt-us .curved-div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -2px
}

.abt-us .curved-div svg {
    display: block;
    width: 100%
}

.abt-us .detail-band {
    background: #00121B;
    padding: 96px 0 80px
}

.abt-us .detail-band .pg-wrap {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 52px;
    align-items: start
}

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

.abt-us .detail-h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #F7F7F7;
    margin: 0
}

.abt-us .detail-h2 .h2-first {
    color: #F2A737
}

.abt-us .detail-body {
    font-size: 16px;
    line-height: 1.6;
    color: #F7F7F7;
    opacity: .88;
    margin: 0
}

.abt-us .pull-quote {
    font-size: 20px;
    line-height: 1.35;
    color: #F2A737;
    border-top: 2px dashed #f2a73766;
    padding-top: 24px;
    margin: 0;
    font-style: italic
}

.abt-us .img-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative
}

.abt-us .img-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 60px 0 #00121b24;
    position: relative
}

.abt-us .img-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    filter: saturate(0.82) brightness(0.96);
    transition: filter .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .img-card:hover img {
    filter: saturate(1) brightness(1.03)
}

.abt-us .img-card-sm {
    margin-left: 52px
}

.abt-us .img-card-sm img {
    height: 160px
}

.abt-us .compare-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px
}

.abt-us .compare-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: stretch
}

.abt-us .cmp-opt {
    flex: 1 1 0;
    border-radius: 12px;
    padding: 24px 12px;
    border: 2px solid #f7f7f71f;
    background: #f7f7f70a;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), background .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.abt-us .cmp-opt:hover {
    border-style: dashed;
    border-color: #f2a73780
}

.abt-us .cmp-opt.rec {
    border-color: #F2A737;
    background: #f2a73717;
    box-shadow: 6px 6px 0 0 #f2a73738
}

.abt-us .cmp-opt.rec:hover {
    border-style: dashed
}

.abt-us .cmp-label {
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #F2A737;
    font-weight: 700
}

.abt-us .cmp-title {
    font-size: 16px;
    line-height: 1.35;
    color: #F7F7F7;
    font-weight: 600;
    margin: 0
}

.abt-us .cmp-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #f7f7f7b3;
    margin: 0
}

.abt-us .rec-badge {
    display: inline-block;
    background: #F2A737;
    color: #00121B;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    padding: 2px 8px;
    letter-spacing: .04em;
    margin-bottom: 6px;
    width: fit-content
}

.abt-us .slash-list {
    font-size: 14px;
    line-height: 1.8;
    color: #f7f7f799;
    letter-spacing: .04em;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px
}

.abt-us .slash-list li+li::before {
    content: "/";
    margin-right: 6px;
    color: #F2A737;
    opacity: .7
}

.abt-us .anim-col>* {
    opacity: 0;
    transform: translateY(18px);
    animation: rise-in .6s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.abt-us .anim-col> :nth-child(1) {
    animation-delay: .05s
}

.abt-us .anim-col> :nth-child(2) {
    animation-delay: .18s
}

.abt-us .anim-col> :nth-child(3) {
    animation-delay: .32s
}

.abt-us .anim-col> :nth-child(4) {
    animation-delay: .48s
}

.abt-us .anim-col> :nth-child(5) {
    animation-delay: .64s
}

@keyframes rise-in {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.abt-us .img-stack> :nth-child(1) {
    opacity: 0;
    transform: translateY(14px);
    animation: rise-in .55s cubic-bezier(0.22, 1, 0.36, 1) .1s forwards
}

.abt-us .img-stack> :nth-child(2) {
    opacity: 0;
    transform: translateY(22px);
    animation: rise-in .65s cubic-bezier(0.22, 1, 0.36, 1) .28s forwards
}

.abt-us .img-stack> :nth-child(3) {
    opacity: 0;
    transform: translateY(30px);
    animation: rise-in .7s cubic-bezier(0.22, 1, 0.36, 1) .46s forwards
}

@media (max-width: 1024px) {
    .abt-us .band-top .pg-wrap {
        gap: 24px
    }

    .abt-us .top-right {
        flex: 0 0 240px
    }

    .abt-us .top-h1 {
        font-size: 36px
    }

    .abt-us .detail-band .pg-wrap {
        grid-template-columns: 1fr;
        gap: 52px
    }

    .abt-us .img-card-sm {
        margin-left: 24px
    }
}

@media (max-width: 640px) {
    .abt-us .band-top .pg-wrap {
        flex-direction: column;
        gap: 24px
    }

    .abt-us .top-right {
        flex: 0 0 auto;
        flex-direction: row;
        align-items: flex-start;
        width: 100%
    }

    .abt-us .portrait-box {
        width: 140px;
        height: 180px
    }

    .abt-us .top-h1 {
        font-size: 26px
    }

    .abt-us .detail-h2 {
        font-size: 26px
    }

    .abt-us .compare-row {
        flex-direction: column
    }

    .abt-us .detail-band {
        padding: 52px 0
    }

    .abt-us .band-top {
        padding: 24px 0
    }

    .abt-us .img-card-sm {
        margin-left: 0
    }
}

@media (max-width: 360px) {
    .abt-us .pg-wrap {
        padding: 0 12px
    }

    .abt-us .top-h1 {
        font-size: 20px
    }
}

.lrn-prog {
    background: #F7F7F7;
    overflow-x: clip
}

.lrn-prog .prog-hero {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px
}

.lrn-prog .prog-hero .hero-img-side {
    position: relative;
    overflow: hidden
}

.lrn-prog .prog-hero .hero-img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    display: block;
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .prog-hero .hero-img-side:hover img {
    filter: grayscale(60%)
}

.lrn-prog .prog-hero .hero-txt-side {
    background: #F7F7F7;
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.lrn-prog .prog-hero .hero-txt-side .frame-lines {
    position: absolute;
    inset: 24px;
    pointer-events: none
}

.lrn-prog .prog-hero .hero-txt-side .frame-lines::before,
.lrn-prog .prog-hero .hero-txt-side .frame-lines::after {
    content: "";
    position: absolute;
    border-color: #F2A737;
    border-style: solid
}

.lrn-prog .prog-hero .hero-txt-side .frame-lines::before {
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-width: 2px 0 0 2px
}

.lrn-prog .prog-hero .hero-txt-side .frame-lines::after {
    bottom: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border-width: 0 2px 2px 0
}

.lrn-prog .prog-hero .hero-tag {
    font-size: 14px;
    letter-spacing: .12em;
    color: #F2A737;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block
}

.lrn-prog .prog-hero .hero-h1 {
    font-size: 50px;
    line-height: 1.1;
    color: #00121B;
    margin-bottom: 24px
}

.lrn-prog .prog-hero .hero-h1 .w1 {
    color: #F2A737
}

.lrn-prog .prog-hero .hero-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #00121B;
    margin-bottom: 24px;
    max-width: 440px
}

.lrn-prog .prog-hero .hero-link {
    display: inline-block;
    background: #00121B;
    color: #F7F7F7;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 5px 28px 0 #00121b1c;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .prog-hero .hero-link:hover {
    background: #F2A737;
    color: #00121B;
    box-shadow: 0 10px 60px 0 #00121b24
}

.lrn-prog .detail-band {
    background: #00121B;
    padding: 52px 0;
    position: relative;
    overflow: hidden
}

.lrn-prog .detail-band .band-top {
    background: #F7F7F7;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.lrn-prog .detail-band .band-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 52px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    position: relative;
    z-index: 1
}

.lrn-prog .detail-band .band-left {
    padding-top: 52px
}

.lrn-prog .detail-band .band-h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #F7F7F7;
    margin-bottom: 24px
}

.lrn-prog .detail-band .band-h2 .w1 {
    color: #F2A737
}

.lrn-prog .detail-band .band-body {
    font-size: 16px;
    line-height: 1.6;
    color: #F7F7F7;
    margin-bottom: 24px
}

.lrn-prog .detail-band .band-pull {
    font-size: 20px;
    line-height: 1.35;
    color: #F2A737;
    border-top: 2px solid #F2A737;
    padding-top: 12px;
    margin-bottom: 24px
}

.lrn-prog .detail-band .topic-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px
}

.lrn-prog .detail-band .topic-list li {
    font-size: 14px;
    color: #00121B;
    background: #F2A737;
    padding: 6px 12px;
    border-radius: 6px;
    letter-spacing: .04em
}

.lrn-prog .detail-band .band-right {
    padding-top: 96px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .detail-band .contrast-box {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 60px 0 #00121b24;
    position: relative
}

.lrn-prog .detail-band .contrast-box .cb-label {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #F2A737;
    margin-bottom: 12px;
    display: block
}

.lrn-prog .detail-band .contrast-box .cb-states {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.lrn-prog .detail-band .contrast-box .state-before,
.lrn-prog .detail-band .contrast-box .state-after {
    border-radius: 6px;
    padding: 12px
}

.lrn-prog .detail-band .contrast-box .state-before {
    background: #F7F7F7;
    border: 2px solid #00121B
}

.lrn-prog .detail-band .contrast-box .state-after {
    background: #00121B;
    border: 2px solid #00121B
}

.lrn-prog .detail-band .contrast-box .state-before .st-label {
    font-size: 14px;
    color: #00121B;
    font-weight: 700;
    display: block;
    margin-bottom: 6px
}

.lrn-prog .detail-band .contrast-box .state-after .st-label {
    font-size: 14px;
    color: #F2A737;
    font-weight: 700;
    display: block;
    margin-bottom: 6px
}

.lrn-prog .detail-band .contrast-box .state-before .st-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #00121B
}

.lrn-prog .detail-band .contrast-box .state-after .st-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #F7F7F7
}

.lrn-prog .detail-band .mentor-row {
    display: flex;
    flex-direction: row;
    gap: 12px
}

.lrn-prog .detail-band .mentor-card {
    flex: 1;
    background: #f2a7371f;
    border-radius: 20px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: background .45s ease-in-out
}

.lrn-prog .detail-band .mentor-card:hover {
    background: #f2a73738
}

.lrn-prog .detail-band .mentor-card .mc-portrait {
    width: 100%;
    aspect-ratio: 5/7;
    overflow: hidden
}

.lrn-prog .detail-band .mentor-card .mc-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .detail-band .mentor-card:hover .mc-portrait img {
    transform: scale(1.04)
}

.lrn-prog .detail-band .mentor-card .mc-name {
    font-size: 14px;
    font-weight: 700;
    color: #F7F7F7;
    display: block
}

.lrn-prog .detail-band .mentor-card .mc-role {
    font-size: 14px;
    color: #F2A737;
    line-height: 1.35
}

.lrn-prog .detail-band .deco-spin {
    position: absolute;
    bottom: 52px;
    left: 52px;
    width: 48px;
    height: 48px;
    border: 3px solid #f2a73740;
    border-top-color: #F2A737;
    border-radius: 48px;
    animation: spin-slow 8s linear infinite;
    pointer-events: none
}

@keyframes spin-slow {
    to {
        transform: rotate(360deg)
    }
}

.lrn-prog .detail-band .fold-card {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #00121b1c;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .detail-band .fold-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 36px 36px 0;
    border-color: transparent #F2A737 transparent transparent;
    transition: border-width .4s cubic-bezier(0.22, 1, 0.36, 1)
}

.lrn-prog .detail-band .fold-card:hover::after {
    border-width: 0 52px 52px 0
}

.lrn-prog .detail-band .fold-card:hover {
    box-shadow: 0 10px 60px 0 #00121b24
}

.lrn-prog .detail-band .fold-card .fc-label {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #F2A737;
    margin-bottom: 12px;
    display: block
}

.lrn-prog .detail-band .fold-card .fc-h4 {
    font-size: 20px;
    line-height: 1.35;
    color: #00121B;
    margin-bottom: 12px
}

.lrn-prog .detail-band .fold-card .fc-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #00121B
}

.lrn-prog .detail-band .fold-card .fc-meta {
    margin-top: 12px;
    font-size: 14px;
    color: #00121B;
    opacity: .7
}

.lrn-prog .detail-band .fold-card .fc-meta span {
    display: inline
}

.lrn-prog .detail-band .fold-card .fc-meta span+span::before {
    content: " / ";
    color: #F2A737
}

.lrn-prog .detail-band .female-portrait-box {
    background: #f2a7371f;
    border-radius: 20px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start
}

.lrn-prog .detail-band .female-portrait-box .fp-img {
    width: 80px;
    flex-shrink: 0;
    aspect-ratio: 5/7;
    overflow: hidden
}

.lrn-prog .detail-band .female-portrait-box .fp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.lrn-prog .detail-band .female-portrait-box .fp-body {
    flex: 1
}

.lrn-prog .detail-band .female-portrait-box .fp-name {
    font-size: 14px;
    font-weight: 700;
    color: #F7F7F7;
    display: block;
    margin-bottom: 6px
}

.lrn-prog .detail-band .female-portrait-box .fp-quote {
    font-size: 14px;
    line-height: 1.6;
    color: #F7F7F7;
    font-style: italic
}

.lrn-prog .detail-band .female-portrait-box .fp-role {
    font-size: 14px;
    color: #F2A737;
    margin-top: 6px;
    display: block
}

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

    .lrn-prog .prog-hero .hero-img-side {
        height: 320px
    }

    .lrn-prog .prog-hero .hero-txt-side {
        padding: 52px 24px
    }

    .lrn-prog .prog-hero .hero-h1 {
        font-size: 36px
    }

    .lrn-prog .detail-band .band-inner {
        grid-template-columns: 1fr;
        padding: 0 24px;
        gap: 24px
    }

    .lrn-prog .detail-band .band-left {
        padding-top: 52px
    }

    .lrn-prog .detail-band .band-right {
        padding-top: 0
    }
}

@media (max-width: 640px) {
    .lrn-prog .prog-hero .hero-txt-side {
        padding: 52px 12px 24px
    }

    .lrn-prog .prog-hero .hero-h1 {
        font-size: 26px
    }

    .lrn-prog .detail-band .band-inner {
        padding: 0 12px
    }

    .lrn-prog .detail-band .contrast-box .cb-states {
        grid-template-columns: 1fr
    }

    .lrn-prog .detail-band .mentor-row {
        flex-direction: column
    }
}

@media (max-width: 360px) {
    .lrn-prog .prog-hero .hero-h1 {
        font-size: 20px
    }

    .lrn-prog .detail-band .band-h2 {
        font-size: 26px
    }
}

.frnt {
    max-width: 1366px;
    margin: 0 auto;
    overflow-x: clip
}

.frnt .ttl-blk {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 52px;
    gap: 52px;
    background: #F7F7F7;
    position: relative
}

.frnt .ttl-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.frnt .ttl-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #F2A737;
    text-transform: uppercase;
    line-height: 1.35
}

.frnt .ttl-h1 {
    font-size: 50px;
    line-height: 1.1;
    color: #00121B;
    margin: 0
}

.frnt .ttl-h1 span.first {
    color: #F2A737
}

.frnt .ttl-counter-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.frnt .ttl-counter {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.frnt .ttl-counter .num {
    font-size: 36px;
    line-height: 1.1;
    color: #00121B;
    font-weight: 700
}

.frnt .ttl-counter .lbl {
    font-size: 14px;
    color: #00121B;
    opacity: .6;
    line-height: 1.35
}

.frnt .ttl-counter .badge {
    display: inline-block;
    background: #F2A737;
    color: #00121B;
    font-size: 14px;
    border-radius: 6px;
    padding: 2px 6px;
    font-weight: 700;
    vertical-align: super;
    line-height: 1.35
}

.frnt .ttl-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #00121B;
    max-width: 520px;
    margin: 0
}

.frnt .ttl-img-strip {
    width: 220px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #00121b1c
}

.frnt .ttl-img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: blur(0);
    transition: filter .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.frnt .ttl-img-strip img[data-loaded="false"] {
    filter: blur(8px)
}

.frnt .supp-blk {
    padding: 96px 52px;
    background: #00121B;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center
}

.frnt .supp-txt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.frnt .supp-h2 {
    font-size: 36px;
    line-height: 1.1;
    margin: 0;
    color: #F7F7F7
}

.frnt .supp-h2 span.first {
    color: #F2A737
}

.frnt .supp-body {
    font-size: 16px;
    line-height: 1.6;
    color: #F7F7F7;
    margin: 0
}

.frnt .supp-pull {
    font-size: 20px;
    line-height: 1.35;
    color: #F2A737;
    margin: 0
}

.frnt .supp-cards {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.frnt .supp-card {
    background: #f2a73714;
    border-radius: 20px;
    padding: 24px;
    box-shadow: inset 0 1px 5px 0 #f2a73714;
    transition: box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1), background .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.frnt .supp-card:hover {
    background: #f2a73729;
    box-shadow: 0 10px 60px 0 #f2a73724 inset 0 1px 5px 0 #f2a7371f
}

.frnt .supp-card h4 {
    font-size: 16px;
    color: #F2A737;
    margin: 0 0 6px;
    line-height: 1.35
}

.frnt .supp-card p {
    font-size: 14px;
    color: #F7F7F7;
    line-height: 1.6;
    margin: 0
}

.frnt .dist-blk {
    padding: 96px 52px;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    gap: 52px;
    align-items: center;
    text-align: center
}

.frnt .dist-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    max-width: 680px
}

.frnt .dist-h2 {
    font-size: 36px;
    line-height: 1.1;
    margin: 0;
    color: #00121B
}

.frnt .dist-h2 span.first {
    color: #F2A737
}

.frnt .dist-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #00121B;
    margin: 0
}

.frnt .dist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%
}

.frnt .dist-item {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 1px 5px 0 #00121b14;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.frnt .dist-item:hover {
    box-shadow: 0 10px 60px 0 #00121b24;
    transform: translateY(-4px)
}

.frnt .dist-item .ico-wrap {
    width: 48px;
    height: 48px;
    border-radius: 20px;
    background: linear-gradient(197deg, #F2A737, #F7F7F7);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatup 3.2s ease-in-out infinite
}

.frnt .dist-item:nth-child(2) .ico-wrap {
    animation-delay: .8s
}

.frnt .dist-item:nth-child(3) .ico-wrap {
    animation-delay: 1.6s
}

@keyframes floatup {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }
}

.frnt .dist-item .ico-wrap svg {
    width: 24px;
    height: 24px
}

.frnt .dist-item h4 {
    font-size: 16px;
    color: #00121B;
    margin: 0;
    line-height: 1.35;
    text-align: left
}

.frnt .dist-item p {
    font-size: 14px;
    color: #00121B;
    line-height: 1.6;
    margin: 0;
    text-align: left
}

.frnt .dist-img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%
}

.frnt .dist-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #00121b1c;
    height: 220px
}

.frnt .dist-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .exp-blk {
    padding: 96px 52px;
    background: linear-gradient(197deg, #F2A737 0%, #F7F7F7 100%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: start
}

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

.frnt .exp-h2 {
    font-size: 36px;
    line-height: 1.1;
    margin: 0;
    color: #00121B
}

.frnt .exp-h2 span.first {
    color: #F7F7F7
}

.frnt .exp-body {
    font-size: 16px;
    line-height: 1.6;
    color: #00121B;
    margin: 0
}

.frnt .exp-phases {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.frnt .exp-phase {
    background: #00121b12;
    border-radius: 20px;
    padding: 24px;
    transition: background .4s ease-in-out
}

.frnt .exp-phase:hover {
    background: #00121b21
}

.frnt .exp-phase h5 {
    font-size: 14px;
    color: #00121B;
    margin: 0 0 6px;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.35
}

.frnt .exp-phase p {
    font-size: 14px;
    color: #00121B;
    line-height: 1.6;
    margin: 0
}

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

.frnt .exp-portraits {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.frnt .exp-portrait {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 0
}

.frnt .exp-portrait-img {
    width: 100%;
    aspect-ratio: 2/3;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #00121b1c
}

.frnt .exp-portrait-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .exp-portrait-name {
    font-size: 14px;
    color: #00121B;
    line-height: 1.35;
    text-align: center
}

.frnt .exp-portrait-role {
    font-size: 14px;
    color: #00121B;
    opacity: .65;
    text-align: center;
    line-height: 1.35
}

.frnt .exp-quote {
    background: #00121B;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 5px 28px 0 #00121b1c
}

.frnt .exp-quote p {
    font-size: 16px;
    line-height: 1.6;
    color: #F7F7F7;
    margin: 0
}

.frnt .exp-quote .q-name {
    font-size: 14px;
    color: #F2A737;
    margin-top: 12px;
    display: block;
    line-height: 1.35
}

@media (max-width: 1024px) {
    .frnt .ttl-blk {
        padding: 52px 24px;
        gap: 24px
    }

    .frnt .ttl-h1 {
        font-size: 36px
    }

    .frnt .ttl-img-strip {
        width: 160px
    }

    .frnt .supp-blk {
        grid-template-columns: 1fr;
        padding: 52px 24px;
        gap: 24px
    }

    .frnt .dist-blk {
        padding: 52px 24px
    }

    .frnt .dist-grid {
        grid-template-columns: 1fr 1fr
    }

    .frnt .exp-blk {
        grid-template-columns: 1fr;
        padding: 52px 24px;
        gap: 24px
    }
}

@media (max-width: 640px) {
    .frnt .ttl-blk {
        flex-direction: column;
        padding: 24px 12px;
        gap: 24px
    }

    .frnt .ttl-img-strip {
        width: 100%;
        height: 200px
    }

    .frnt .ttl-h1 {
        font-size: 26px
    }

    .frnt .supp-blk {
        padding: 52px 12px
    }

    .frnt .dist-blk {
        padding: 52px 12px
    }

    .frnt .dist-grid {
        grid-template-columns: 1fr
    }

    .frnt .dist-img-row {
        grid-template-columns: 1fr
    }

    .frnt .exp-blk {
        padding: 52px 12px
    }

    .frnt .exp-portraits {
        flex-direction: row;
        gap: 12px
    }
}

@media (max-width: 360px) {
    .frnt .ttl-h1 {
        font-size: 20px
    }

    .frnt .supp-h2,
    .frnt .dist-h2,
    .frnt .exp-h2 {
        font-size: 26px
    }

    .frnt .exp-portraits {
        flex-direction: column
    }
}

.ctc-pg {
    background: #F7F7F7;
    overflow-x: clip
}

.ctc-pg .blob-wrap {
    position: relative;
    overflow: hidden
}

.ctc-pg .blob-a,
.ctc-pg .blob-b {
    position: absolute;
    border-radius: 48px;
    filter: blur(48px);
    pointer-events: none;
    z-index: 0
}

.ctc-pg .blob-a {
    width: 320px;
    height: 220px;
    background: #f2a7372e;
    top: -52px;
    left: -96px
}

.ctc-pg .blob-b {
    width: 260px;
    height: 200px;
    background: #00121b17;
    bottom: -52px;
    right: -52px
}

.ctc-pg .fr-block {
    max-width: 1366px;
    margin: 0 auto;
    padding: 96px 52px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
    position: relative;
    z-index: 1
}

.ctc-pg .img-frame {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 10px 60px 0 #00121b24
}

.ctc-pg .img-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 36px
}

.ctc-pg .scanline {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 3px, #00121b12 3px, #00121b12 4px);
    border-radius: 36px;
    pointer-events: none
}

.ctc-pg .img-deco {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 80px;
    height: 80px;
    border: 3px solid #F2A737;
    border-radius: 20px;
    pointer-events: none
}

.ctc-pg .fr-text {
    position: relative;
    z-index: 1
}

.ctc-pg .sup-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #F2A737;
    vertical-align: super;
    line-height: 1.1
}

.ctc-pg .fr-h1 {
    font-size: 50px;
    line-height: 1.1;
    color: #00121B;
    margin: 12px 0 24px
}

.ctc-pg .fr-h1 span {
    color: #F2A737
}

.ctc-pg .fr-quote {
    font-size: 20px;
    line-height: 1.6;
    color: #00121B;
    border-top: 2px solid #F2A737;
    padding-top: 12px;
    opacity: .82
}

.ctc-pg .diag-line {
    position: absolute;
    width: 200%;
    height: 1px;
    background: #f2a73738;
    top: 38%;
    left: -20%;
    transform: rotate(-7deg);
    pointer-events: none
}

.ctc-pg .info-strip {
    background: #00121B;
    position: relative;
    overflow: hidden
}

.ctc-pg .info-strip .diag-line-dark {
    position: absolute;
    width: 200%;
    height: 1px;
    background: #f2a7372e;
    top: 55%;
    left: -20%;
    transform: rotate(-4deg);
    pointer-events: none
}

.ctc-pg .info-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 52px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    z-index: 1
}

.ctc-pg .info-card {
    border-radius: 20px;
    padding: 24px;
    background: #f2a73714;
    border: 1px solid #f2a73733;
    box-shadow: inset 0 1px 5px 0 #00121b2e;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ctc-pg .info-card:hover {
    background: #f2a73726;
    border-color: #f2a73773
}

.ctc-pg .ic-label {
    font-size: 14px;
    letter-spacing: .1em;
    color: #F2A737;
    line-height: 1.35;
    margin-bottom: 6px
}

.ctc-pg .ic-val {
    font-size: 16px;
    color: #F7F7F7;
    line-height: 1.6
}

.ctc-pg .ic-val a {
    color: #F7F7F7;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s ease-in-out
}

.ctc-pg .ic-val a:hover {
    color: #F2A737
}

.ctc-pg .strip-head {
    max-width: 1366px;
    margin: 0 auto;
    padding: 52px 52px 0;
    position: relative;
    z-index: 1
}

.ctc-pg .strip-h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #F7F7F7
}

.ctc-pg .strip-h2 span {
    color: #F2A737
}

.ctc-pg .form-area {
    background: #F7F7F7;
    position: relative
}

.ctc-pg .checked-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#00121b0b 1px, transparent 1px), linear-gradient(90deg, #00121b0b 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none
}

.ctc-pg .form-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 96px 52px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 52px;
    position: relative;
    z-index: 1;
    align-items: start
}

.ctc-pg .form-side-text {
    padding-top: 24px
}

.ctc-pg .fst-h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #00121B;
    margin-bottom: 24px
}

.ctc-pg .fst-h2 span {
    color: #F2A737
}

.ctc-pg .fst-body {
    font-size: 16px;
    line-height: 1.6;
    color: #00121B;
    opacity: .78;
    margin-bottom: 24px
}

.ctc-pg .fst-pull {
    font-size: 20px;
    line-height: 1.35;
    color: #F2A737;
    font-weight: 700;
    border-left: none;
    padding: 12px 0;
    border-top: 2px solid #f2a73766;
    border-bottom: 2px solid #f2a73766
}

.ctc-pg .form-box {
    background: #fff;
    border-radius: 36px;
    padding: 52px;
    box-shadow: 0 10px 60px 0 #00121b1c
}

.ctc-pg .form-box .nes-field {
    margin-bottom: 24px
}

.ctc-pg .form-box label {
    font-size: 14px;
    letter-spacing: .08em;
    color: #00121B;
    display: block;
    margin-bottom: 6px;
    font-weight: 700
}

.ctc-pg .form-box .nes-input,
.ctc-pg .form-box .nes-textarea {
    width: 100%;
    font-size: 16px;
    border-radius: 6px;
    border: 2px solid #00121b2e;
    padding: 12px;
    background: #F7F7F7;
    color: #00121B;
    transition: border-color .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1);
    box-sizing: border-box
}

.ctc-pg .form-box .nes-input::placeholder,
.ctc-pg .form-box .nes-textarea::placeholder {
    color: #00121b59
}

.ctc-pg .form-box .nes-input:focus,
.ctc-pg .form-box .nes-textarea:focus {
    outline: none;
    border-color: #F2A737;
    box-shadow: 0 5px 28px 0 #f2a7371c
}

.ctc-pg .budget-group {
    margin-bottom: 24px
}

.ctc-pg .budget-group .bg-lbl {
    font-size: 14px;
    letter-spacing: .08em;
    color: #00121B;
    font-weight: 700;
    margin-bottom: 12px;
    display: block
}

.ctc-pg .budget-opts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px
}

.ctc-pg .budget-opts label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0;
    padding: 6px 12px;
    border-radius: 6px;
    border: 2px solid #00121b26;
    transition: border-color .2s ease-in-out, background .2s ease-in-out
}

.ctc-pg .budget-opts label:hover {
    border-color: #F2A737;
    background: #f2a73714
}

.ctc-pg .budget-opts input[type="radio"] {
    accent-color: #F2A737;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.ctc-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px
}

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

.ctc-pg .privacy-row .priv-txt {
    font-size: 14px;
    line-height: 1.6;
    color: #00121B;
    opacity: .72
}

.ctc-pg .privacy-row .priv-txt a {
    color: #F2A737;
    text-decoration: underline;
    text-underline-offset: 2px
}

.ctc-pg .submit-btn {
    display: inline-block;
    background: linear-gradient(197deg, #F2A737, #F7F7F7 200%);
    color: #00121B;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 52px;
    border-radius: 6px;
    border: 2px solid #F2A737;
    cursor: pointer;
    transition: background .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 5px 28px 0 #f2a7371c;
    letter-spacing: .06em
}

.ctc-pg .submit-btn:hover {
    background: linear-gradient(17deg, #F2A737, #F7F7F7 180%);
    box-shadow: 0 10px 60px 0 #f2a7372e
}

.ctc-pg .submit-btn:focus-visible {
    outline: 3px solid #00121B !important;
    outline-offset: 3px !important
}

.ctc-pg .submit-btn:active {
    transform: translateY(1px)
}

.ctc-pg .anim-in {
    opacity: 0;
    transform: translateY(18px);
    animation: fadeUp .6s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.ctc-pg .anim-in:nth-child(1) {
    animation-delay: .1s
}

.ctc-pg .anim-in:nth-child(2) {
    animation-delay: .22s
}

.ctc-pg .anim-in:nth-child(3) {
    animation-delay: .34s
}

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

@media (max-width: 1024px) {
    .ctc-pg .fr-block {
        grid-template-columns: 1fr;
        padding: 52px 24px;
        gap: 24px
    }

    .ctc-pg .info-inner {
        grid-template-columns: 1fr;
        padding: 24px
    }

    .ctc-pg .strip-head {
        padding: 24px 24px 0
    }

    .ctc-pg .form-inner {
        grid-template-columns: 1fr;
        padding: 52px 24px;
        gap: 24px
    }

    .ctc-pg .fr-h1 {
        font-size: 36px
    }
}

@media (max-width: 640px) {
    .ctc-pg .fr-h1 {
        font-size: 26px
    }

    .ctc-pg .form-box {
        padding: 24px
    }

    .ctc-pg .budget-opts {
        flex-direction: column
    }

    .ctc-pg .strip-h2 {
        font-size: 26px
    }

    .ctc-pg .fst-h2 {
        font-size: 26px
    }
}

@media (max-width: 360px) {

    .ctc-pg .fr-block,
    .ctc-pg .form-inner {
        padding: 24px 12px
    }

    .ctc-pg .form-box {
        padding: 12px
    }
}

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

.success-page .success-wrap {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border: 4px solid #00121B;
    border-radius: 6px;
    padding: 52px;
    box-shadow: 0 5px 28px 0 #00121b1c;
    text-align: center
}

.success-page .success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: block
}

.success-page .success-icon rect,
.success-page .success-icon polyline {
    stroke: #F2A737
}

.success-page .s-title {
    font-size: 36px;
    line-height: 1.1;
    color: #00121B;
    margin: 0 0 12px
}

.success-page .s-title span {
    color: #F2A737
}

.success-page .s-msg {
    font-size: 16px;
    line-height: 1.6;
    color: #00121B;
    margin: 0 0 52px
}

.success-page .s-back {
    display: inline-block;
    padding: 12px 52px;
    background: #00121B;
    color: #F7F7F7;
    font-size: 16px;
    line-height: 1.35;
    border-radius: 6px;
    text-decoration: none;
    border: 3px solid #00121B;
    transition: background .45s cubic-bezier(0.22, 1, 0.36, 1), color .45s cubic-bezier(0.22, 1, 0.36, 1)
}

.success-page .s-back:hover {
    background: #F2A737;
    border-color: #F2A737;
    color: #00121B
}

.success-page .s-back:focus {
    outline: 3px solid #F2A737;
    outline-offset: 3px
}

@media (max-width: 640px) {
    .success-page {
        padding: 52px 12px
    }

    .success-page .success-wrap {
        padding: 24px
    }

    .success-page .s-title {
        font-size: 26px
    }
}