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

body {
    margin: 0;
    position: relative;
    min-height: 100vh
}

@keyframes focus-dash-spin {
    from {
        outline-offset: 2px;
        transform: rotate(0deg)
    }

    to {
        outline-offset: 2px;
        transform: rotate(360deg)
    }
}

:focus-visible {
    outline: 2px dashed #FF7E14;
    outline-offset: 3px;
    animation: focus-dash-spin 3s linear infinite
}

.hd-shell {
    background: linear-gradient(160deg, #fff 0%, #EBEDF1 60%, #fff8f2 100%);
    border-bottom: 2px solid #FF7E14;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.hd-shell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FF7E14 0%, #2C2F3E 50%, #FF7E14 100%);
    pointer-events: none
}

.hd-top {
    max-width: 1366px;
    margin: 0 auto;
    padding: 20px 40px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.brand-mount {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px;
    position: relative
}

.brand-mount::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 2px;
    background: #FF7E14;
    border-radius: 0
}

.logo-hold {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 2px 4px -1px #ff7e1414 -1px 5px 20px -1px #ff7e141c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid #EBEDF1
}

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

.brand-name {
    font-family: 'Merriweather', serif;
    font-size: 22px;
    font-weight: 700;
    color: #2C2F3E;
    line-height: 1.1;
    letter-spacing: -.03em;
    text-align: center
}

.brand-name span {
    color: #FF7E14
}

.hd-phone-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px
}

.hd-phone-row .ti {
    font-size: 16px;
    color: #FF7E14
}

.hd-phone-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2C2F3E;
    text-decoration: none;
    line-height: 1.55;
    transition: color .1s ease-out
}

.hd-phone-link:hover {
    color: #FF7E14
}

.hd-nav-strip {
    background: #2C2F3E;
    position: relative
}

.hd-nav-strip::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FF7E14, transparent);
    pointer-events: none
}

.hd-nav-hold {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0
}

.hd-nav-hold a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #EBEDF1;
    text-decoration: none;
    padding: 20px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: color .12s ease-out, background-color .12s ease-out;
    overflow: hidden;
    min-height: 44px
}

.hd-nav-hold a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    background: #ff7e142e;
    transition: right .13s ease-out;
    pointer-events: none
}

.hd-nav-hold a:hover {
    color: #FF7E14
}

.hd-nav-hold a:hover::before {
    right: 0
}

.hd-nav-hold a .ti {
    font-size: 16px;
    flex-shrink: 0
}

.hd-nav-hold a[aria-current="page"] {
    color: #FF7E14;
    background: #ff7e141a
}

.ft-shell {
    background: linear-gradient(180deg, #2C2F3E 0%, #1e2130 100%);
    position: relative;
    overflow: hidden
}

.ft-shell::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF7E14, #2C2F3E 40%, #FF7E14);
    pointer-events: none
}

.ft-grid {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px
}

.ft-brand-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
}

.ft-logo-hold {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 5px 20px -1px #2c2f3e1c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid #ebedf14d
}

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

.ft-brand-label {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -.02em
}

.ft-brand-label span {
    color: #FF7E14
}

.ft-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #ebedf1b3;
    line-height: 1.55;
    font-style: italic
}

.ft-col-head {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 700;
    color: #FF7E14;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -.02em
}

.ft-nav-col,
.ft-contacts-col,
.ft-social-col {
    display: flex;
    flex-direction: column
}

.ft-nav-col a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #ebedf1d9;
    text-decoration: none;
    line-height: 1.55;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .1s ease-out
}

.ft-nav-col a:hover {
    color: #FF7E14
}

.ft-nav-col a .ti {
    font-size: 16px;
    color: #FF7E14;
    flex-shrink: 0
}

.ft-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 0
}

.ft-contact-item .ti {
    font-size: 16px;
    color: #FF7E14;
    flex-shrink: 0;
    margin-top: 4px
}

.ft-contact-item a,
.ft-contact-item address {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #ebedf1d9;
    text-decoration: none;
    font-style: normal;
    line-height: 1.55;
    transition: color .1s ease-out
}

.ft-contact-item a:hover {
    color: #FF7E14
}

.ft-social-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-social-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #ebedf1d9;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid #ff7e144d;
    background: #ff7e140f;
    box-shadow: -1px 2px 4px -1px #2c2f3e14;
    transition: background-color .12s ease-out, color .12s ease-out, border-color .12s ease-out;
    position: relative;
    overflow: hidden;
    min-height: 44px
}

.ft-social-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    background: #ff7e1426;
    transition: right .13s ease-out;
    pointer-events: none
}

.ft-social-btn:hover {
    color: #FF7E14;
    border-color: #FF7E14
}

.ft-social-btn:hover::before {
    right: 0
}

.ft-social-btn .ti {
    font-size: 18px;
    color: #FF7E14;
    flex-shrink: 0
}

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

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

.ft-legal-links a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #ebedf199;
    text-decoration: none;
    transition: color .1s ease-out
}

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

.ft-copy {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #ebedf180;
    line-height: 1.55
}

.ck-popup {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 640px;
    max-width: calc(100% - 40px);
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 8px 44px -1px #ff7e141f;
    border: 1px solid #EBEDF1;
    z-index: 1500;
    display: none;
    padding: 20px
}

.ck-popup-head {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 700;
    color: #2C2F3E;
    line-height: 1.1;
    margin-bottom: 8px
}

.ck-popup-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #2C2F3E;
    line-height: 1.55;
    margin-bottom: 20px
}

.ck-popup-btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px
}

.ck-btn-accept {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #FF7E14;
    border: none;
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
    min-height: 44px;
    position: relative;
    overflow: hidden;
    transition: background-color .12s ease-out
}

.ck-btn-accept:hover {
    background: #e56e0a
}

.ck-btn-manage {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #2C2F3E;
    background: #EBEDF1;
    border: none;
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
    min-height: 44px;
    transition: background-color .12s ease-out, color .12s ease-out
}

.ck-btn-manage:hover {
    background: #2C2F3E;
    color: #fff
}

.ck-expand-panel {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EBEDF1
}

.ck-expand-panel.open {
    display: block
}

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

.ck-toggle-label {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #2C2F3E;
    line-height: 1.55
}

.ck-toggle-switch {
    width: 40px;
    height: 22px;
    background: #EBEDF1;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color .12s ease-out;
    border: none;
    outline: none
}

.ck-toggle-switch.active {
    background: #FF7E14
}

.ck-toggle-switch::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 10px;
    transition: left .1s ease-out
}

.ck-toggle-switch.active::after {
    left: 21px
}

.ck-btn-save {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #2C2F3E;
    background: #EBEDF1;
    border: none;
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
    min-height: 44px;
    margin-top: 20px;
    transition: background-color .12s ease-out, color .12s ease-out
}

.ck-btn-save:hover {
    background: #2C2F3E;
    color: #fff
}

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

    .hd-nav-hold {
        padding: 0 20px
    }

    .hd-nav-hold a {
        padding: 20px 8px;
        font-size: 16px
    }
}

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

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

    .hd-top {
        padding: 20px 20px 0
    }

    .brand-mount::after {
        display: none
    }
}

.pe-rules-content {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2C2F3E;
    line-height: 1.55;
    font-size: 18px
}

.pe-rules-content h1 {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #2C2F3E;
    margin-bottom: 40px;
    margin-top: 0
}

.pe-rules-content h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2C2F3E;
    margin-top: 80px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #FF7E14
}

.pe-rules-content h3 {
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #2C2F3E;
    margin-top: 40px;
    margin-bottom: 20px
}

.pe-rules-content h4 {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: -.01em;
    color: #2C2F3E;
    margin-top: 40px;
    margin-bottom: 8px
}

.pe-rules-content h5 {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    margin-top: 20px;
    margin-bottom: 8px
}

.pe-rules-content h6 {
    font-size: 16px;
    line-height: 1.55;
    color: #FF7E14;
    margin-top: 20px;
    margin-bottom: 8px
}

.pe-rules-content p {
    font-size: 18px;
    line-height: 1.55;
    color: #2C2F3E;
    margin-top: 0;
    margin-bottom: 20px
}

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

.pe-rules-content a {
    color: #FF7E14;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .12s ease-out, text-decoration-color .09s linear
}

.pe-rules-content a:hover {
    color: #2C2F3E;
    text-decoration-color: #FF7E14
}

.pe-rules-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.55;
    box-shadow: -1px 5px 20px -1px #ff7e141c;
    border-radius: 10px;
    overflow: hidden
}

.pe-rules-content thead {
    background-color: #2C2F3E;
    color: #EBEDF1
}

.pe-rules-content thead th {
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.01em;
    text-align: left;
    color: #EBEDF1;
    border: none
}

.pe-rules-content tbody tr {
    border-bottom: 1px solid #EBEDF1;
    transition: background-color .09s ease-out
}

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

.pe-rules-content tbody tr:hover {
    background-color: #EBEDF1
}

.pe-rules-content th,
.pe-rules-content td {
    padding: 20px;
    text-align: left;
    vertical-align: top
}

.pe-rules-content td {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E
}

@media (max-width: 768px) {
    .pe-rules-content {
        padding: 40px 20px
    }

    .pe-rules-content h1 {
        font-size: 28px
    }

    .pe-rules-content h2 {
        font-size: 22px;
        margin-top: 40px
    }

    .pe-rules-content h3 {
        font-size: 18px
    }

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

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

.lp-det .bread {
    max-width: 1366px;
    margin: 0 auto;
    padding: 20px 40px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.lp-det .bread a {
    font-size: 16px;
    line-height: 1.55;
    color: #FF7E14;
    text-decoration: none;
    transition: color .1s ease-out
}

.lp-det .bread a:visited {
    color: #2C2F3E
}

.lp-det .bread a:hover {
    color: #2C2F3E
}

.lp-det .bread-sep {
    width: 5px;
    height: 5px;
    background: #EBEDF1;
    border-radius: 0;
    transform: rotate(45deg);
    flex-shrink: 0
}

.lp-det .bread-cur {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    opacity: .55
}

.lp-det .pg-top {
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px 40px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.lp-det .img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.lp-det .img-wrap img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    filter: saturate(1.15) sepia(0.12) brightness(1.04);
    transition: filter .12s ease-out
}

.lp-det .img-wrap:hover img {
    filter: saturate(1.25) sepia(0.08) brightness(1.06)
}

.lp-det .img-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FF7E14;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    padding: 4px 20px;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase
}

.lp-det .blob-bg {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 160px;
    height: 160px;
    background: #FF7E14;
    opacity: .07;
    border-radius: 10px;
    filter: blur(28px);
    pointer-events: none
}

.lp-det .blob-bg2 {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 120px;
    height: 120px;
    background: #2C2F3E;
    opacity: .05;
    border-radius: 10px;
    filter: blur(20px);
    pointer-events: none
}

.lp-det .pg-meta {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lp-det .pg-meta .ttl {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 900;
    color: #2C2F3E;
    letter-spacing: -.03em;
    margin: 0
}

.lp-det .meta-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap
}

.lp-det .meta-chip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #EBEDF1;
    border-radius: 10px;
    padding: 4px 20px;
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E
}

.lp-det .meta-chip i {
    font-size: 18px;
    color: #FF7E14
}

.lp-det .pg-desc {
    font-size: 18px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0;
    opacity: .82
}

.lp-det .price-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.lp-det .price-val {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #FF7E14;
    letter-spacing: -.01em
}

.lp-det .seats {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    border: 1.5px solid #FF7E14;
    border-radius: 10px;
    padding: 4px 20px;
    font-weight: 600
}

.lp-det .btn-enroll {
    display: inline-block;
    background: #FF7E14;
    color: #fff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    padding: 20px 40px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: color .09s ease-out;
    letter-spacing: .01em;
    box-shadow: -1px 5px 20px -1px #ff7e141c;
    align-self: flex-start
}

.lp-det .btn-enroll::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #2C2F3E;
    transform: translateX(100%);
    transition: transform .13s ease-out;
    border-radius: 10px;
    z-index: 0
}

.lp-det .btn-enroll:hover::after {
    transform: translateX(0)
}

.lp-det .btn-enroll span {
    position: relative;
    z-index: 1
}

.lp-det .divider-a {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.lp-det .divider-a::before,
.lp-det .divider-a::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #EBEDF1
}

.lp-det .div-shape {
    width: 10px;
    height: 10px;
    border: 2px solid #FF7E14;
    border-radius: 0;
    transform: rotate(45deg);
    flex-shrink: 0
}

.lp-det .pg-body {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 40px;
    background: linear-gradient(307deg, #FF7E14 0%, #fff 55%);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative
}

.lp-det .pg-body .geo-deco {
    position: absolute;
    top: 40px;
    right: 40px;
    pointer-events: none;
    overflow: hidden;
    border-radius: 10px
}

.lp-det .geo-deco svg {
    opacity: .06;
    animation: geo-pulse 3.5s ease-in-out infinite
}

@keyframes geo-pulse {

    0%,
    100% {
        opacity: .06
    }

    50% {
        opacity: .13
    }
}

.lp-det .full-text {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lp-det .full-text h2 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #2C2F3E;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0
}

.lp-det .full-text h3 {
    font-size: 22px;
    line-height: 1.55;
    font-weight: 700;
    color: #2C2F3E;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0
}

.lp-det .full-text p {
    font-size: 18px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0
}

.lp-det .full-text blockquote {
    border-top: 2.5px solid #FF7E14;
    border-bottom: 2.5px solid #FF7E14;
    border-left: none;
    border-right: none;
    margin: 0;
    padding: 20px 0;
    font-size: 22px;
    line-height: 1.55;
    color: #FF7E14;
    font-style: italic;
    font-weight: 600
}

.lp-det .full-text cite {
    font-size: 16px;
    color: #2C2F3E;
    opacity: .6;
    font-style: normal
}

.lp-det .full-text mark {
    background: none;
    color: #FF7E14;
    font-weight: 700
}

.lp-det .full-text ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-det .full-text ol li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    font-size: 18px;
    line-height: 1.55;
    color: #2C2F3E;
    border-bottom: 1px solid #EBEDF1;
    padding-bottom: 8px;
    counter-increment: ft-ol
}

.lp-det .full-text ol li::after {
    content: counter(ft-ol, decimal-leading-zero);
    font-size: 16px;
    color: #FF7E14;
    font-weight: 700;
    flex-shrink: 0
}

.lp-det .full-text ol {
    counter-reset: ft-ol
}

.lp-det .full-text figure {
    margin: 0;
    border-radius: 10px;
    overflow: hidden
}

.lp-det .full-text figcaption {
    font-size: 16px;
    color: #2C2F3E;
    opacity: .6;
    padding: 8px 0 0
}

.lp-det .full-text dl {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 20px
}

.lp-det .full-text dt {
    font-size: 16px;
    font-weight: 700;
    color: #2C2F3E;
    text-transform: uppercase;
    letter-spacing: .04em
}

.lp-det .full-text dd {
    font-size: 16px;
    color: #2C2F3E;
    margin: 0;
    opacity: .75
}

.lp-det .aside-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 20px
}

.lp-det .prog-card {
    background: #fff;
    border-radius: 10px;
    border: 1.5px solid #EBEDF1;
    box-shadow: -1px 2px 4px -1px #ff7e1414;
    overflow: hidden
}

.lp-det .prog-head {
    background: #2C2F3E;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.lp-det .prog-head-icon {
    width: 32px;
    height: 32px;
    border: 1.5px solid #FF7E14;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lp-det .prog-head-icon i {
    color: #FF7E14;
    font-size: 18px
}

.lp-det .prog-head h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: .06em;
    text-transform: uppercase
}

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

.lp-det .prog-body p {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0
}

.lp-det .prog-body h2 {
    font-size: 16px;
    font-weight: 700;
    color: #2C2F3E;
    margin: 0;
    letter-spacing: .04em;
    text-transform: uppercase
}

.lp-det .prog-body small {
    font-size: 16px;
    color: #2C2F3E;
    opacity: .6;
    display: block
}

.lp-det .prog-body ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    counter-reset: prog-ol
}

.lp-det .prog-body ol li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    padding: 4px 0;
    border-bottom: 1px solid #EBEDF1;
    counter-increment: prog-ol
}

.lp-det .prog-body ol li::after {
    content: counter(prog-ol, decimal-leading-zero);
    font-size: 16px;
    color: #FF7E14;
    font-weight: 700;
    flex-shrink: 0
}

.lp-det .prog-body dl {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lp-det .prog-body dt {
    font-size: 16px;
    font-weight: 700;
    color: #2C2F3E;
    text-transform: uppercase;
    letter-spacing: .03em
}

.lp-det .prog-body dd {
    font-size: 16px;
    color: #2C2F3E;
    margin: 0 !important;
    opacity: .75;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBEDF1
}

.lp-det .prog-body details {
    border: 1px solid #EBEDF1;
    border-radius: 10px;
    overflow: hidden
}

.lp-det .prog-body details summary {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2C2F3E;
    cursor: pointer;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #EBEDF1;
    transition: background .1s ease-out
}

.lp-det .prog-body details summary:hover {
    background: #d8dbe3
}

.lp-det .prog-body details[open] summary {
    background: #2C2F3E;
    color: #fff
}

.lp-det .prog-body details> :not(summary) {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E
}

.lp-det .react-card {
    background: #fff;
    border-radius: 10px;
    border: 1.5px solid #EBEDF1;
    padding: 20px;
    box-shadow: -1px 2px 4px -1px #ff7e1414
}

.lp-det .react-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: #2C2F3E;
    margin: 0 0 20px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.lp-det .react-list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.lp-det .react-list input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none
}

.lp-det .react-list label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1.5px solid #EBEDF1;
    background: #fff;
    transition: border-color .09s ease-out, background .09s ease-out;
    font-size: 16px;
    line-height: 1.1;
    color: #2C2F3E;
    font-weight: 600;
    min-width: 60px;
    text-align: center
}

.lp-det .react-list label:hover {
    border-color: #FF7E14;
    background: #EBEDF1
}

.lp-det .react-list input[type="radio"]:checked+label {
    border-color: #FF7E14;
    background: #FF7E14;
    color: #fff;
    box-shadow: -1px 5px 20px -1px #ff7e141c
}

.lp-det .react-list .r-ico {
    font-size: 22px;
    line-height: 1.1
}

.lp-det .divider-b {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.lp-det .divider-b::before,
.lp-det .divider-b::after {
    content: "";
    flex: 1;
    height: 2px;
    background: linear-gradient(307deg, #FF7E14, #EBEDF1)
}

.lp-det .div-line-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.lp-det .div-dot {
    width: 8px;
    height: 8px;
    background: #FF7E14;
    border-radius: 0
}

.lp-det .pg-sched {
    background: #2C2F3E;
    margin: 0 40px;
    border-radius: 10px;
    padding: 80px;
    position: relative;
    overflow: hidden
}

.lp-det .pg-sched .scatter {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 10px
}

.lp-det .pg-sched .scatter span {
    position: absolute;
    display: block;
    border-radius: 0;
    background: #FF7E14;
    opacity: .07
}

.lp-det .pg-sched .scatter span:nth-child(1) {
    width: 18px;
    height: 18px;
    top: 15%;
    left: 8%;
    transform: rotate(22deg)
}

.lp-det .pg-sched .scatter span:nth-child(2) {
    width: 10px;
    height: 10px;
    top: 60%;
    left: 3%;
    transform: rotate(45deg)
}

.lp-det .pg-sched .scatter span:nth-child(3) {
    width: 24px;
    height: 24px;
    top: 80%;
    left: 15%;
    transform: rotate(12deg)
}

.lp-det .pg-sched .scatter span:nth-child(4) {
    width: 14px;
    height: 14px;
    top: 20%;
    right: 10%;
    transform: rotate(35deg)
}

.lp-det .pg-sched .scatter span:nth-child(5) {
    width: 20px;
    height: 20px;
    top: 70%;
    right: 5%;
    transform: rotate(60deg)
}

.lp-det .pg-sched .scatter span:nth-child(6) {
    width: 12px;
    height: 12px;
    top: 40%;
    right: 20%;
    transform: rotate(80deg)
}

.lp-det .sched-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 1
}

.lp-det .sched-lbl {
    font-size: 16px;
    font-weight: 700;
    color: #FF7E14;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    grid-column: 1 / -1
}

.lp-det .sched-lbl::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ff7e1440
}

.lp-det .sched-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-left: 2px solid #FF7E14;
    padding-left: 20px;
    animation: seq-appear .12s ease-out both
}

.lp-det .sched-item:nth-child(2) {
    animation-delay: .04s
}

.lp-det .sched-item:nth-child(3) {
    animation-delay: .08s
}

.lp-det .sched-item:nth-child(4) {
    animation-delay: .12s
}

.lp-det .sched-item:nth-child(5) {
    animation-delay: .16s
}

.lp-det .sched-item:nth-child(6) {
    animation-delay: .2s
}

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

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

.lp-det .sched-item .s-key {
    font-size: 16px;
    font-weight: 700;
    color: #FF7E14;
    text-transform: uppercase;
    letter-spacing: .06em
}

.lp-det .sched-item .s-val {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff
}

.lp-det .sched-item .s-note {
    font-size: 16px;
    color: #EBEDF1;
    opacity: .6;
    line-height: 1.55
}

@media (max-width: 1024px) {
    .lp-det .pg-top {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 20px 20px 40px
    }

    .lp-det .pg-body {
        grid-template-columns: 1fr;
        padding: 40px 20px;
        margin: 0 20px
    }

    .lp-det .pg-sched {
        margin: 0 20px;
        padding: 40px 20px
    }

    .lp-det .sched-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .lp-det .aside-col {
        position: static
    }

    .lp-det .bread {
        padding: 20px 20px 8px
    }

    .lp-det .divider-a,
    .lp-det .divider-b {
        padding: 0 20px
    }

    .lp-det .pg-meta .ttl {
        font-size: 28px
    }
}

@media (max-width: 640px) {
    .lp-det .sched-grid {
        grid-template-columns: 1fr
    }

    .lp-det .react-list {
        gap: 4px
    }
}

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

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

.ctus .reach-strip {
    background: #2C2F3E;
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.ctus .reach-strip::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid #ff7e1414;
    pointer-events: none
}

.ctus .reach-strip::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid #ff7e140d;
    pointer-events: none
}

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

.ctus .reach-left {
    flex: 0 0 340px
}

.ctus .reach-eyebrow {
    font-size: 16px;
    color: #FF7E14;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1
}

.ctus .reach-hdg {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: 40px
}

.ctus .reach-hdg span {
    color: #FF7E14
}

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

.ctus .contact-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px
}

.ctus .c-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ff7e141f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .12s ease-out
}

.ctus .contact-list li:hover .c-icon {
    background: #ff7e1438
}

.ctus .c-icon i {
    font-size: 18px;
    color: #FF7E14
}

.ctus .c-detail {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus .c-label {
    font-size: 16px;
    color: #ffffff73;
    line-height: 1.1
}

.ctus .c-val {
    font-size: 16px;
    color: #fff;
    line-height: 1.55;
    text-decoration: none;
    transition: color .1s linear
}

.ctus .c-val:visited {
    color: #ffffffb3
}

.ctus .c-val:hover {
    color: #FF7E14
}

.ctus .msg-apps {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 8px
}

.ctus .msg-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    transition: background .1s ease-out, color .1s ease-out;
    border: 1px solid #ffffff1a;
    color: #fff;
    background: #ffffff0f
}

.ctus .msg-btn:hover {
    background: #ff7e142e;
    border-color: #ff7e144d;
    color: #FF7E14
}

.ctus .reach-right {
    flex: 1 1 0
}

.ctus .divider-dot {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px
}

.ctus .divider-dot::before,
.ctus .divider-dot::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FF7E14;
    flex-shrink: 0
}

.ctus .divider-dot .d-line {
    flex: 1;
    height: 1px;
    background: #ffffff1f
}

.ctus .form-hdg {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 8px
}

.ctus .form-sub {
    font-size: 16px;
    color: #ffffff80;
    line-height: 1.55;
    margin-bottom: 40px
}

.ctus .cf {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ctus .field-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .field-row label {
    font-size: 16px;
    color: #fff9;
    line-height: 1.1
}

.ctus .cf input[type="email"] {
    width: 100%;
    padding: 20px;
    background: #ffffff0d;
    border: 1px solid #ffffff1a;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    outline: none;
    transition: border-color .12s ease-out, background .12s ease-out;
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px #2c2f3e14
}

.ctus .cf input[type="email"]::placeholder {
    color: #fff3;
    transition: opacity .15s ease-out
}

.ctus .cf input[type="email"]:focus::placeholder {
    opacity: 0
}

.ctus .cf input[type="email"]:focus {
    border-color: #FF7E14;
    background: #ff7e140d
}

.ctus .interest-lbl {
    font-size: 16px;
    color: #fff9;
    line-height: 1.1
}

.ctus .checks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.ctus .chk-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid #ffffff14;
    cursor: pointer;
    transition: background .1s ease-out, border-color .1s ease-out;
    background: #ffffff08
}

.ctus .chk-item:hover {
    background: #ff7e1414;
    border-color: #ff7e1433
}

.ctus .chk-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #FF7E14;
    flex-shrink: 0;
    cursor: pointer
}

.ctus .chk-item span {
    font-size: 16px;
    color: #ffffffbf;
    line-height: 1.55
}

.ctus .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff08;
    border: 1px solid #ffffff12
}

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

.ctus .privacy-row span {
    font-size: 16px;
    color: #ffffff80;
    line-height: 1.55
}

.ctus .privacy-row a {
    color: #FF7E14;
    text-decoration: underline;
    transition: color .1s linear
}

.ctus .privacy-row a:visited {
    color: #ff7e14b3
}

.ctus .privacy-row a:hover {
    color: #fff
}

.ctus .submit-btn {
    position: relative;
    overflow: hidden;
    padding: 20px 40px;
    border-radius: 10px;
    border: none;
    background: #FF7E14;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    align-self: flex-start;
    transition: color .12s ease-out;
    box-shadow: -1px 5px 20px -1px #ff7e141c;
    animation: shadowBuild .6s ease-out forwards
}

@keyframes shadowBuild {
    from {
        box-shadow: -1px 0 0 -1px #ff7e1400
    }

    to {
        box-shadow: -1px 5px 20px -1px #ff7e141c
    }
}

.ctus .submit-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #2C2F3E;
    transform: translateX(101%);
    transition: transform .13s ease-out;
    border-radius: 10px
}

.ctus .submit-btn:hover::after {
    transform: translateX(0)
}

.ctus .submit-btn .btn-txt {
    position: relative;
    z-index: 1
}

.ctus .submit-btn:focus {
    outline: 2px solid #FF7E14;
    outline-offset: 3px
}

.ctus .info-block {
    background: #EBEDF1;
    padding: 80px 0;
    position: relative
}

.ctus .info-inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch
}

.ctus .info-lead {
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ctus .info-hdg {
    font-size: 72px;
    font-weight: 700;
    color: #2C2F3E;
    line-height: 1.1;
    letter-spacing: -.04em
}

.ctus .info-hdg span {
    color: #FF7E14
}

.ctus .info-caption {
    font-size: 16px;
    color: #2C2F3E;
    line-height: 1.55;
    opacity: .6;
    max-width: 220px
}

.ctus .info-cols {
    flex: 1 1 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px
}

.ctus .info-main p {
    font-size: 18px;
    color: #2C2F3E;
    line-height: 1.55;
    margin-bottom: 20px
}

.ctus .info-main p:last-child {
    margin-bottom: 0
}

.ctus .info-aside {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ctus .aside-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: -1px 2px 4px -1px #ff7e1414;
    transition: box-shadow .13s ease-out;
    position: relative;
    overflow: hidden
}

.ctus .aside-card:hover {
    box-shadow: -1px 8px 44px -1px #ff7e141f
}

.ctus .aside-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(307deg, #FF7E14, #fff);
    border-radius: 10px 0 0 10px
}

.ctus .ac-lbl {
    font-size: 16px;
    color: #2c2f3e80;
    line-height: 1.1;
    margin-bottom: 8px
}

.ctus .ac-val {
    font-size: 16px;
    color: #2C2F3E;
    font-weight: 600;
    line-height: 1.55
}

.ctus .divider-strip {
    height: 1px;
    background: #2c2f3e1a;
    position: relative;
    margin: 0 40px
}

.ctus .divider-strip::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FF7E14
}

.ctus .divider-strip::after {
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FF7E14
}

@media (max-width: 1024px) {
    .ctus .reach-inner {
        flex-direction: column;
        gap: 40px
    }

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

    .ctus .info-inner {
        flex-direction: column
    }

    .ctus .info-lead {
        flex: none
    }

    .ctus .info-hdg {
        font-size: 28px
    }
}

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

    .ctus .reach-strip {
        padding: 40px 0
    }

    .ctus .checks-grid {
        grid-template-columns: 1fr
    }

    .ctus .info-cols {
        grid-template-columns: 1fr
    }

    .ctus .info-block {
        padding: 40px 0
    }

    .ctus .msg-apps {
        flex-direction: column
    }
}

.philan {
    overflow-x: hidden
}

.philan .film_hero {
    position: relative;
    background: linear-gradient(307deg, #FF7E14 0%, #2C2F3E 60%, #fff 100%);
    padding: 80px 40px
}

.philan .film_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#ebedf112 1px, transparent 1px), linear-gradient(90deg, #ebedf112 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

.philan .film_hero_in {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px
}

.philan .film_text {
    flex: 1 1 0;
    z-index: 1
}

.philan .film_text h1 {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff;
    margin: 0 0 20px
}

.philan .film_text h1 span {
    color: #FF7E14
}

.philan .film_desc {
    font-size: 18px;
    line-height: 1.55;
    color: #ebedf1d9;
    margin: 0 0 40px;
    max-width: 480px
}

.philan .film_img_col {
    flex: 0 0 440px;
    position: relative;
    z-index: 1
}

.philan .film_img_wrap {
    width: 440px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 8px 44px -1px #ff7e141f
}

.philan .film_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: sepia(0.35) contrast(1.08) brightness(0.93) saturate(0.82);
    animation: slowzoom 14s ease-out infinite alternate
}

@keyframes slowzoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.07)
    }
}

.philan .film_badge {
    display: inline-block;
    background: #ff7e142e;
    border: 1px solid #ff7e1461;
    color: #FF7E14;
    font-size: 16px;
    line-height: 2;
    padding: 0 20px;
    border-radius: 0;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 20px
}

.philan .film_divider {
    position: relative;
    height: 32px;
    overflow: hidden;
    background: #fff
}

.philan .film_divider svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px
}

.philan .phil_body {
    background: #fff;
    padding: 80px 40px
}

.philan .phil_body_in {
    max-width: 1366px;
    margin: 0 auto
}

.philan .phil_cols {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: start
}

.philan .phil_main h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2C2F3E;
    margin: 0 0 20px
}

.philan .phil_main p {
    font-size: 18px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0 0 20px
}

.philan .phil_main .quoted {
    color: #FF7E14;
    font-size: 22px;
    line-height: 1.55;
    font-style: italic;
    margin: 40px 0;
    padding-left: 20px;
    border-left: 3px solid #FF7E14;
    border-top: 1px solid #ff7e142e;
    border-bottom: 1px solid #ff7e142e;
    border-right: none
}

.philan .phil_side {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.philan .phil_metric {
    background: #EBEDF1;
    border-radius: 10px;
    padding: 20px;
    box-shadow: -1px 2px 4px -1px #2c2f3e14;
    transition: background .12s ease-out
}

.philan .phil_metric:hover {
    background: #FF7E14
}

.philan .phil_metric:hover .met_num,
.philan .phil_metric:hover .met_label {
    color: #fff
}

.philan .met_num {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #FF7E14;
    transition: color .12s ease-out
}

.philan .phil_metric:hover .met_num {
    color: #fff
}

.philan .met_label {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    margin-top: 4px;
    transition: color .1s linear
}

.philan .phil_acts {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.philan .act_row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #EBEDF1;
    gap: 20px
}

.philan .act_label {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    flex: 1 1 0
}

.philan .act_num {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #2C2F3E;
    text-align: right;
    flex: 0 0 auto;
    letter-spacing: -.02em
}

.philan .act_tag {
    font-size: 16px;
    color: #FF7E14;
    font-weight: 400;
    margin-left: 4px
}

.philan .phil_link {
    display: inline-block;
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    padding: 0 40px;
    background: #2C2F3E;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .09s ease-out
}

.philan .phil_link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #FF7E14;
    transition: width .13s ease-out;
    z-index: 0
}

.philan .phil_link:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

.philan .phil_link span {
    position: relative;
    z-index: 1
}

.philan .geom_ring {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 10px;
    border: 1.5px solid #ff7e141f;
    pointer-events: none;
    animation: ringgrow 5s ease-in-out infinite alternate;
    top: 20px;
    right: 20px;
    z-index: 0
}

@keyframes ringgrow {
    from {
        transform: scale(0.97) rotate(-2deg);
        opacity: .7
    }

    to {
        transform: scale(1.04) rotate(2deg);
        opacity: 1
    }
}

@media (max-width: 900px) {
    .philan .film_hero_in {
        flex-direction: column;
        gap: 40px
    }

    .philan .film_img_col {
        flex: none;
        width: 100%
    }

    .philan .film_img_wrap {
        width: 100%;
        height: 240px
    }

    .philan .film_text h1 {
        font-size: 28px
    }

    .philan .phil_cols {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

@media (max-width: 600px) {
    .philan .film_hero {
        padding: 40px 20px
    }

    .philan .phil_body {
        padding: 40px 20px
    }

    .philan .film_text h1 {
        font-size: 22px
    }
}

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

.lrn-prog .pg-band {
    background: linear-gradient(307deg, #FF7E14 0%, #fff8f3 100%);
    animation: bg-shift 15s linear infinite;
    padding: 80px 20px 40px
}

@keyframes bg-shift {
    0% {
        background: linear-gradient(307deg, #FF7E14 0%, #fff8f3 100%)
    }

    50% {
        background: linear-gradient(307deg, #ffd4aa 0%, #f5f7ff 100%)
    }

    100% {
        background: linear-gradient(307deg, #FF7E14 0%, #fff8f3 100%)
    }
}

.lrn-prog .pg-inner {
    max-width: 1366px;
    margin: 0 auto
}

.lrn-prog .hero-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

.lrn-prog .hero-txt {
    flex: 1 1 0;
    min-width: 0
}

.lrn-prog .hero-txt h1 {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #2C2F3E;
    margin: 0 0 20px
}

.lrn-prog .hero-txt p {
    font-size: 18px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0 0 40px;
    max-width: 480px
}

.lrn-prog .hero-actions {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap
}

.lrn-prog .btn-pri {
    display: inline-block;
    padding: 20px 40px;
    background: #FF7E14;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: color .12s ease-out;
    border: none;
    cursor: pointer
}

.lrn-prog .btn-pri::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #2C2F3E;
    transform: translateX(100%);
    transition: transform .13s ease-out;
    z-index: 0
}

.lrn-prog .btn-pri:hover::before {
    transform: translateX(0)
}

.lrn-prog .btn-pri span {
    position: relative;
    z-index: 1
}

.lrn-prog .btn-sec {
    display: inline-block;
    padding: 20px 40px;
    background: #EBEDF1;
    color: #2C2F3E;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out
}

.lrn-prog .btn-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #FF7E14;
    transform: translateX(100%);
    transition: transform .11s ease-out;
    z-index: 0
}

.lrn-prog .btn-sec:hover::before {
    transform: translateX(0)
}

.lrn-prog .btn-sec:hover {
    color: #fff
}

.lrn-prog .btn-sec span {
    position: relative;
    z-index: 1
}

.lrn-prog .hero-img-side {
    flex: 0 0 420px;
    position: relative
}

.lrn-prog .hero-img-clip {
    width: 420px;
    height: 340px;
    overflow: hidden;
    border-radius: 10px 0 10px 0;
    position: relative
}

.lrn-prog .hero-img-clip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: contrast(1.04) saturate(0.92)
}

.lrn-prog .hero-img-clip::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23grain)' opacity='0.08'/%3E%3C/svg%3E") repeat;
    pointer-events: none
}

.lrn-prog .hero-deco {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    pointer-events: none;
    overflow: hidden
}

.lrn-prog .hero-deco svg {
    width: 100%;
    height: 100%
}

.lrn-prog .divider-cross {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 20px 0
}

.lrn-prog .divider-cross .d-line {
    flex: 1;
    height: 1px;
    background: #FF7E14;
    opacity: .3
}

.lrn-prog .divider-cross .d-cross {
    width: 14px;
    height: 14px;
    position: relative;
    flex-shrink: 0
}

.lrn-prog .divider-cross .d-cross::before,
.lrn-prog .divider-cross .d-cross::after {
    content: '';
    position: absolute;
    background: #FF7E14;
    opacity: .5
}

.lrn-prog .divider-cross .d-cross::before {
    width: 14px;
    height: 2px;
    top: 6px;
    left: 0
}

.lrn-prog .divider-cross .d-cross::after {
    width: 2px;
    height: 14px;
    top: 0;
    left: 6px
}

.lrn-prog .cards-wrap {
    background: #fff;
    padding: 80px 20px
}

.lrn-prog .cards-inner {
    max-width: 1366px;
    margin: 0 auto
}

.lrn-prog .cards-hd {
    margin: 0 0 40px
}

.lrn-prog .cards-hd h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #2C2F3E;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    margin: 0
}

.lrn-prog .prog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px
}

.lrn-prog .prog-card {
    background: #EBEDF1;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: -1px 2px 4px -1px #ff7e1414;
    transition: box-shadow .12s ease-out
}

.lrn-prog .prog-card:hover {
    box-shadow: -1px 8px 44px -1px #ff7e141f
}

.lrn-prog .card-img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.lrn-prog .card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .14s ease-out
}

.lrn-prog .prog-card:hover .card-img-box img {
    transform: scale(1.03)
}

.lrn-prog .card-img-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #EBEDF1);
    pointer-events: none
}

.lrn-prog .card-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #FF7E14;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 0;
    z-index: 1
}

.lrn-prog .card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.lrn-prog .card-body h3 {
    font-size: 18px;
    line-height: 1.55;
    color: #2C2F3E;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    margin: 0
}

.lrn-prog .card-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0;
    opacity: .82
}

.lrn-prog .card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px
}

.lrn-prog .card-meta .m-tag {
    background: #fff;
    color: #2C2F3E;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 0;
    border: 1px solid #2C2F3E22
}

.lrn-prog .card-meta .m-seats {
    font-size: 16px;
    color: #FF7E14;
    font-weight: 700
}

.lrn-prog .card-price {
    font-size: 22px;
    font-weight: 700;
    color: #2C2F3E;
    line-height: 1.1
}

.lrn-prog .card-foot {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    justify-content: space-between
}

.lrn-prog .card-link {
    display: inline-block;
    padding: 8px 20px;
    background: #FF7E14;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out
}

.lrn-prog .card-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #2C2F3E;
    transform: translateX(100%);
    transition: transform .12s ease-out;
    z-index: 0
}

.lrn-prog .card-link:hover::before {
    transform: translateX(0)
}

.lrn-prog .card-link span {
    position: relative;
    z-index: 1
}

.lrn-prog .card-stats {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    color: #2C2F3E;
    opacity: .55;
    font-size: 16px
}

.lrn-prog .card-stats .s-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.lrn-prog .about-strip {
    background: #2C2F3E;
    padding: 80px 20px;
    position: relative;
    overflow: hidden
}

.lrn-prog .about-strip::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 240px;
    height: 240px;
    border: 1px solid #ff7e141f;
    border-radius: 0;
    pointer-events: none
}

.lrn-prog .about-strip::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 200px;
    height: 200px;
    border: 1px solid #ff7e1414;
    border-radius: 0;
    pointer-events: none
}

.lrn-prog .about-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center
}

.lrn-prog .about-col-txt {
    flex: 2 1 0;
    min-width: 0
}

.lrn-prog .about-col-txt h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #FF7E14;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    margin: 0 0 20px
}

.lrn-prog .about-col-txt p {
    font-size: 18px;
    line-height: 1.55;
    color: #fff;
    margin: 0 0 20px;
    opacity: .88
}

.lrn-prog .about-col-txt .accent-q {
    font-size: 22px;
    line-height: 1.55;
    color: #FF7E14;
    font-style: italic;
    margin: 20px 0;
    padding-left: 20px;
    border-left: 3px solid #FF7E14;
    border-right: none;
    border-top: none;
    border-bottom: none
}

.lrn-prog .about-col-side {
    flex: 1 1 0;
    min-width: 0
}

.lrn-prog .about-img-box {
    width: 100%;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.lrn-prog .about-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.lrn-prog .about-img-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(307deg, #ff7e142e 0%, transparent 60%);
    z-index: 1;
    pointer-events: none
}

.lrn-prog .contact-row {
    background: #EBEDF1;
    padding: 80px 20px
}

.lrn-prog .contact-inner {
    max-width: 1366px;
    margin: 0 auto
}

.lrn-prog .contact-layout {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    align-items: start
}

.lrn-prog .contact-left h3 {
    font-size: 22px;
    line-height: 1.1;
    color: #2C2F3E;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    margin: 0 0 20px
}

.lrn-prog .contact-left p {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0 0 20px;
    opacity: .78
}

.lrn-prog .contact-links {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .contact-links a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #2C2F3E;
    text-decoration: none;
    padding: 8px;
    border-radius: 10px;
    transition: background .1s ease-out
}

.lrn-prog .contact-links a:hover {
    background: #FF7E14;
    color: #fff
}

.lrn-prog .contact-links a:visited {
    color: #7a3a00
}

.lrn-prog .contact-links a:hover:visited {
    color: #fff
}

.lrn-prog .contact-mid {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: -1px 5px 20px -1px #2c2f3e1c
}

.lrn-prog .contact-mid h4 {
    font-size: 22px;
    line-height: 1.1;
    color: #2C2F3E;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    margin: 0 0 20px
}

.lrn-prog .form-field {
    margin-bottom: 20px
}

.lrn-prog .form-field label {
    display: block;
    font-size: 16px;
    color: #2C2F3E;
    margin-bottom: 8px;
    font-weight: 700
}

.lrn-prog .form-field input,
.lrn-prog .form-field textarea,
.lrn-prog .form-field select {
    width: 100%;
    padding: 8px 20px;
    font-size: 16px;
    border: 1px solid #2C2F3E33;
    border-radius: 10px;
    background: #EBEDF1;
    color: #2C2F3E;
    box-sizing: border-box;
    transition: border-color .1s ease-out
}

.lrn-prog .form-field input::placeholder,
.lrn-prog .form-field textarea::placeholder {
    color: #2C2F3E;
    opacity: .4;
    transition: opacity .13s ease-out
}

.lrn-prog .form-field input:focus::placeholder,
.lrn-prog .form-field textarea:focus::placeholder {
    opacity: 0
}

.lrn-prog .form-field input:focus,
.lrn-prog .form-field textarea:focus,
.lrn-prog .form-field select:focus {
    outline: none;
    border-color: #FF7E14
}

.lrn-prog .form-field textarea {
    resize: vertical;
    min-height: 100px
}

.lrn-prog .form-submit {
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.lrn-prog .contact-right h5 {
    font-size: 16px;
    color: #2C2F3E;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    margin: 0 0 20px
}

.lrn-prog .contact-right p {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0 0 8px;
    opacity: .75
}

.lrn-prog .metrics-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px
}

.lrn-prog .metric-item {
    border-top: 1px solid #2C2F3E22;
    padding-top: 20px
}

.lrn-prog .metric-num {
    font-size: 28px;
    line-height: 1.1;
    color: #FF7E14;
    font-weight: 700;
    letter-spacing: -.02em
}

.lrn-prog .metric-lbl {
    font-size: 16px;
    color: #2C2F3E;
    opacity: .65
}

@media (max-width: 900px) {
    .lrn-prog .hero-row {
        flex-direction: column
    }

    .lrn-prog .hero-img-side {
        flex: 0 0 auto;
        width: 100%
    }

    .lrn-prog .hero-img-clip {
        width: 100%;
        height: 240px
    }

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

    .lrn-prog .about-inner {
        flex-direction: column;
        gap: 40px
    }

    .lrn-prog .contact-layout {
        grid-template-columns: 1fr
    }
}

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

    .lrn-prog .hero-actions {
        flex-direction: column
    }

    .lrn-prog .contact-mid {
        padding: 20px
    }
}

.lnch {
    overflow-x: hidden
}

.lnch .s1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px;
    gap: 80px;
    align-items: center;
    position: relative
}

.lnch .s1::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#2c2f3e0a 1px, transparent 1px), linear-gradient(90deg, #2c2f3e0a 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 0
}

.lnch .s1>* {
    position: relative;
    z-index: 1
}

.lnch .s1_txt {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lnch .s1_eyebrow {
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #FF7E14;
    line-height: 1.55
}

.lnch .s1_h {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #2C2F3E;
    margin: 0
}

.lnch .s1_desc {
    font-size: 18px;
    line-height: 1.55;
    color: #2C2F3E;
    opacity: .78;
    max-width: 420px
}

.lnch .s1_img_wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/5
}

.lnch .s1_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.6) sepia(0.3) hue-rotate(10deg)
}

.lnch .s1_img_wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(307deg, #ff7e1447 0%, #ffffff0a 100%);
    pointer-events: none
}

.lnch .s2 {
    background: #2C2F3E;
    padding: 80px 0;
    overflow: hidden
}

.lnch .s2_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 40px;
    align-items: start
}

.lnch .s2_stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 40px 20px;
    border-top: 2px solid #ff7e1466
}

.lnch .s2_num {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -.04em;
    color: #FF7E14
}

.lnch .s2_bar_wrap {
    height: 2px;
    background: #ffffff1f;
    border-radius: 0;
    margin-top: 4px;
    width: 100%
}

.lnch .s2_bar {
    height: 2px;
    background: #FF7E14;
    transition: width 1.2s ease-out
}

.lnch .s2_stat_lbl {
    font-size: 16px;
    line-height: 1.55;
    color: #ebedf1b3;
    margin-top: 8px
}

.lnch .s2_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 0
}

.lnch .s2_right h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 700;
    color: #EBEDF1;
    margin: 0
}

.lnch .s2_right p {
    font-size: 16px;
    line-height: 1.55;
    color: #ebedf1a6;
    margin: 0
}

.lnch .s2_img {
    grid-column: span 1;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9
}

.lnch .s2_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.6) saturate(0.5)
}

.lnch .s3 {
    padding: 80px 0;
    background: #EBEDF1
}

.lnch .s3_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 80px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: start
}

.lnch .s3_left {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.lnch .s3_left h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2C2F3E;
    margin: 0
}

.lnch .s3_rows {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lnch .s3_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 2px 4px -1px #ff7e1414;
    transition: box-shadow .12s ease-out
}

.lnch .s3_row:hover {
    box-shadow: -1px 5px 20px -1px #ff7e141c
}

.lnch .s3_row_num {
    font-size: 22px;
    font-weight: 700;
    color: #FF7E14;
    line-height: 1.1;
    min-width: 32px;
    text-align: right;
    padding-top: 4px
}

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

.lnch .s3_row_txt h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #2C2F3E;
    margin: 0;
    line-height: 1.55
}

.lnch .s3_row_txt p {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    opacity: .72;
    margin: 0
}

.lnch .s3_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 8px
}

.lnch .s3_img_wrap {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 3/4
}

.lnch .s3_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.lnch .s3_quote {
    font-size: 18px;
    line-height: 1.55;
    color: #FF7E14;
    font-style: italic;
    border-top: 1px solid #2c2f3e26;
    border-bottom: 1px solid #2c2f3e26;
    padding: 20px 0
}

.lnch .s4 {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.lnch .s4_geo {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.lnch .s4_geo svg {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .05
}

.lnch .s4_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1
}

.lnch .s4_img_wrap {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: -1px 8px 44px -1px #2c2f3e1f
}

.lnch .s4_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.lnch .s4_txt {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lnch .s4_txt h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2C2F3E;
    margin: 0
}

.lnch .s4_objection {
    font-size: 22px;
    line-height: 1.55;
    color: #FF7E14;
    font-style: italic
}

.lnch .s4_txt p {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    opacity: .78;
    margin: 0
}

.lnch .s5 {
    padding: 80px 0;
    background: linear-gradient(307deg, #FF7E14 0%, #fff 100%)
}

.lnch .s5_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.lnch .s5_head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px
}

.lnch .s5_head h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2C2F3E;
    margin: 0;
    max-width: 480px
}

.lnch .s5_head p {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    opacity: .75;
    margin: 0;
    max-width: 320px
}

.lnch .s5_outcomes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.lnch .s5_item {
    background: #ffffffb8;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: -1px 2px 4px -1px #ff7e1414;
    transition: box-shadow .1s ease-out, background .12s ease-out
}

.lnch .s5_item:hover {
    background: #ffffffe6;
    box-shadow: -1px 5px 20px -1px #ff7e141c
}

.lnch .s5_item h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #2C2F3E;
    margin: 0;
    line-height: 1.55
}

.lnch .s5_item p {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    opacity: .72;
    margin: 0
}

.lnch .s5_item_ico {
    width: 32px;
    height: 32px;
    margin-bottom: 8px
}

.lnch .s6 {
    padding: 80px 0;
    background: #EBEDF1
}

.lnch .s6_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.lnch .s6_left {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lnch .s6_left h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2C2F3E;
    margin: 0
}

.lnch .s6_left p {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    opacity: .75;
    margin: 0
}

.lnch .s6_checks {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px
}

.lnch .s6_chk {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    transition: box-shadow .13s ease-out
}

.lnch .s6_chk:hover {
    box-shadow: -1px 5px 20px -1px #ff7e141c
}

.lnch .s6_chk_ico {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.lnch .s6_chk p {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    opacity: .8;
    margin: 0
}

.lnch .s6_right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lnch .s6_img_wrap {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: -1px 5px 20px -1px #2c2f3e1c
}

.lnch .s6_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.lnch .s6_note {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    opacity: .6;
    font-style: italic;
    border-left: 3px solid #FF7E14;
    border-top: 1px solid #2c2f3e1f;
    padding: 20px;
    background: #ff7e140a;
    border-radius: 0 10px 10px 0
}

@keyframes slideL {
    from {
        opacity: 0;
        transform: translateX(-32px)
    }

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

@keyframes slideR {
    from {
        opacity: 0;
        transform: translateX(32px)
    }

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.lnch .s1_txt {
    animation: slideL .6s ease-out both
}

.lnch .s1_img_wrap {
    animation: slideR .7s .08s ease-out both
}

.lnch .s2_stat:nth-child(1) {
    animation: slideUp .5s .1s ease-out both
}

.lnch .s2_stat:nth-child(2) {
    animation: slideUp .5s .18s ease-out both
}

.lnch .s2_right {
    animation: slideL .55s .22s ease-out both
}

@media (max-width: 900px) {
    .lnch .s1 {
        grid-template-columns: 1fr;
        padding: 40px 20px;
        gap: 40px
    }

    .lnch .s1_h {
        font-size: 28px
    }

    .lnch .s2_inner {
        grid-template-columns: 1fr 1fr;
        padding: 0 20px;
        gap: 20px
    }

    .lnch .s2_img {
        grid-column: span 2
    }

    .lnch .s2_right {
        grid-column: span 2
    }

    .lnch .s3_inner {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 40px
    }

    .lnch .s4_inner {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 40px
    }

    .lnch .s5_inner {
        padding: 0 20px
    }

    .lnch .s5_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .lnch .s5_outcomes {
        grid-template-columns: 1fr
    }

    .lnch .s6_inner {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 40px
    }
}

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

.abt * {
    box-sizing: border-box
}

.abt .pg_wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 40px
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-32px)
    }

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

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(32px)
    }

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

.abt .reveal_l {
    animation: slideInLeft .55s ease-out both
}

.abt .reveal_r {
    animation: slideInRight .55s ease-out both
}

.abt .reveal_l.d1 {
    animation-delay: .08s
}

.abt .reveal_l.d2 {
    animation-delay: .18s
}

.abt .reveal_r.d1 {
    animation-delay: .12s
}

.abt .reveal_r.d2 {
    animation-delay: .22s
}

.abt ::selection {
    background: #2C2F3E;
    color: #fff
}

.abt a:visited {
    color: #b35a00
}

.abt .geom_div {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden
}

.abt .geom_div span {
    display: block;
    width: 6px;
    height: 6px;
    border: 1.5px solid #FF7E14;
    transform: rotate(45deg);
    opacity: .45;
    flex-shrink: 0
}

.abt .geom_div span.lg {
    width: 9px;
    height: 9px;
    opacity: .7
}

.abt .geom_div span.sm {
    width: 4px;
    height: 4px;
    opacity: .28
}

.abt .top_blk {
    padding: 80px 0 40px;
    background: #fff;
    position: relative
}

.abt .top_blk .pg_wrap {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
    align-items: start
}

.abt .img_card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0
}

.abt .img_card img {
    width: 340px;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 10px
}

.abt .img_card .scanline {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: repeating-linear-gradient(0deg, transparent, transparent 3px, #2c2f3e12 3px, #2c2f3e12 4px);
    pointer-events: none
}

.abt .img_card .badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #FF7E14;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    padding: 8px 20px;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: .04em
}

.abt .bg_num {
    position: absolute;
    top: -8px;
    right: -20px;
    font-size: 72px;
    line-height: 1.1;
    font-weight: 900;
    color: #EBEDF1;
    letter-spacing: -.04em;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.abt .txt_zone {
    position: relative;
    z-index: 1;
    padding-top: 8px
}

.abt .txt_zone .lbl {
    font-size: 16px;
    line-height: 1.55;
    color: #FF7E14;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    margin-bottom: 8px
}

.abt .txt_zone h1 {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #2C2F3E;
    margin: 0 0 20px;
    font-weight: 900
}

.abt .txt_zone .sub {
    font-size: 18px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0 0 20px;
    max-width: 480px
}

.abt .txt_zone .qphrase {
    font-size: 22px;
    line-height: 1.55;
    color: #FF7E14;
    font-style: italic;
    border-left: 3px solid #FF7E14;
    padding-left: 20px;
    margin: 0 0 20px;
    max-width: 420px
}

.abt .txt_zone .meta_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap
}

.abt .txt_zone .meta_item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.abt .txt_zone .meta_item .num {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #2C2F3E;
    letter-spacing: -.02em
}

.abt .txt_zone .meta_item .cap {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    opacity: .6
}

.abt .ppl_blk {
    padding: 80px 0;
    background: linear-gradient(307deg, #FF7E14 0%, #fff 60%);
    position: relative
}

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

.abt .ppl_blk .col_hd {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 20px
}

.abt .ppl_blk .col_hd h2 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #2C2F3E;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0
}

.abt .ppl_blk .col_hd p {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0;
    opacity: .75
}

.abt .person_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 5px 20px -1px #ff7e141c;
    transition: box-shadow .12s ease-out, transform .1s ease-out;
    cursor: default
}

.abt .person_card:hover {
    box-shadow: -1px 8px 44px -1px #ff7e141f;
    transform: translateY(-4px)
}

.abt .person_card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block
}

.abt .person_card .pc_body {
    padding: 20px
}

.abt .person_card .pc_body .pname {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #2C2F3E;
    margin: 0 0 4px
}

.abt .person_card .pc_body .prole {
    font-size: 16px;
    line-height: 1.55;
    color: #FF7E14;
    margin: 0 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em
}

.abt .person_card .pc_body .pdesc {
    font-size: 16px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0;
    opacity: .75
}

.abt .bg_geo {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 180px;
    height: 180px;
    pointer-events: none;
    opacity: .05;
    z-index: 0
}

.abt .bg_geo polygon {
    fill: #2C2F3E
}

.abt .spiral_deco {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    pointer-events: none;
    opacity: .12;
    z-index: 0
}

.abt .val_blk {
    padding: 80px 0;
    background: #2C2F3E;
    position: relative
}

.abt .val_blk .pg_wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start
}

.abt .val_blk .v_aside {
    position: sticky;
    top: 40px
}

.abt .val_blk .v_aside h2 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 20px
}

.abt .val_blk .v_aside p {
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    opacity: .65;
    margin: 0 0 20px
}

.abt .val_blk .v_aside .contact_cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 20px 40px;
    background: #FF7E14;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    text-decoration: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out
}

.abt .val_blk .v_aside .contact_cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #2C2F3E;
    border: 2px solid #FF7E14;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .13s ease-out
}

.abt .val_blk .v_aside .contact_cta:hover::after {
    transform: scaleX(1);
    transform-origin: left center
}

.abt .val_blk .v_aside .contact_cta span {
    position: relative;
    z-index: 1
}

.abt .val_blk .v_list {
    display: flex;
    flex-direction: column;
    gap: 0
}

.abt .v_item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: start;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff1a
}

.abt .v_item:first-child {
    border-top: 1px solid #ffffff1a
}

.abt .v_item .v_text h4 {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 4px
}

.abt .v_item .v_text p {
    font-size: 16px;
    line-height: 1.55;
    color: #fff9;
    margin: 0
}

.abt .v_item .v_num {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    color: #FF7E14;
    letter-spacing: -.02em;
    text-align: right;
    min-width: 40px
}

.abt .val_blk .img_side {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 40px;
    align-items: stretch
}

.abt .val_blk .img_frame {
    border-radius: 10px;
    overflow: hidden;
    flex: 1;
    position: relative
}

.abt .val_blk .img_frame img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .15s ease-out
}

.abt .val_blk .img_frame:hover img {
    transform: scale(1.03)
}

.abt .val_blk .img_frame.wide {
    flex: 1.6
}

@media (max-width: 1024px) {
    .abt .top_blk .pg_wrap {
        grid-template-columns: 280px 1fr;
        gap: 40px
    }

    .abt .img_card img {
        width: 280px;
        height: 360px
    }

    .abt .txt_zone h1 {
        font-size: 28px
    }

    .abt .ppl_blk .pg_wrap {
        grid-template-columns: 1fr 1fr
    }

    .abt .val_blk .pg_wrap {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .abt .val_blk .v_aside {
        position: static
    }
}

@media (max-width: 768px) {
    .abt .pg_wrap {
        padding: 0 20px
    }

    .abt .top_blk .pg_wrap {
        grid-template-columns: 1fr
    }

    .abt .img_card img {
        width: 100%;
        height: 280px
    }

    .abt .img_card {
        max-width: 100%
    }

    .abt .bg_num {
        font-size: 28px;
        right: 0
    }

    .abt .txt_zone h1 {
        font-size: 28px
    }

    .abt .ppl_blk .pg_wrap {
        grid-template-columns: 1fr
    }

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

    .abt .val_blk .img_side {
        flex-direction: column
    }

    .abt .val_blk .img_frame.wide {
        flex: 1
    }

    .abt .top_blk {
        padding: 40px 0
    }

    .abt .ppl_blk {
        padding: 40px 0
    }

    .abt .val_blk {
        padding: 40px 0
    }
}

.success_page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: #EBEDF1
}

.success_page .success_wrap {
    max-width: 1366px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.success_page .icon_ring {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #fff;
    box-shadow: -1px 5px 20px -1px #ff7e141c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.success_page .icon_ring svg {
    display: block
}

.success_page .success_body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    max-width: 560px
}

.success_page .success_body .heading {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2C2F3E;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.success_page .success_body .desc {
    font-size: 18px;
    line-height: 1.55;
    color: #2C2F3E;
    margin: 0;
    opacity: .78
}

.success_page .divider_line {
    width: 48px;
    height: 3px;
    background: #FF7E14;
    border-radius: 0
}

.success_page .back_btn {
    display: inline-block;
    padding: 20px 40px;
    background: #FF7E14;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out;
    box-shadow: -1px 2px 4px -1px #ff7e1414
}

.success_page .back_btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #2C2F3E;
    transform: translateX(100%);
    transition: transform .12s ease-out;
    z-index: 0;
    border-radius: 10px
}

.success_page .back_btn:hover::after {
    transform: translateX(0)
}

.success_page .back_btn span {
    position: relative;
    z-index: 1
}