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

html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%
}

.pg-hdr {
    background: #090433;
    position: relative;
    overflow: hidden
}

.pg-hdr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #090433 60%, #0d0650 100%);
    pointer-events: none
}

.pg-hdr::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: #42e5f40d;
    pointer-events: none
}

.hdr-shell {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 40px;
    position: relative;
    z-index: 1
}

.hdr-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

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

.brand-img-hold {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 2px solid #42E5F4;
    background: #ffffff0f;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 5px 14px 1px #0904331c;
    flex-shrink: 0;
    overflow: hidden
}

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

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

.brand-name {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0
}

.brand-tag {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #42E5F4
}

.hdr-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #42e5f414;
    border: 1px solid #42e5f440;
    border-radius: 5px;
    padding: 4px 20px
}

.trust-badge .icon-badge {
    color: #FF8917;
    font-size: 15px
}

.trust-badge-txt {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6
}

.trust-badge-txt strong {
    color: #42E5F4;
    font-weight: 700
}

.pg-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.pg-nav a {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffffbf;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    text-transform: uppercase;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1), background .5s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.pg-nav a:hover {
    color: #42E5F4;
    border-color: #42e5f44d;
    background: #42e5f40f
}

.pg-nav a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #42e5f466
}

.pg-nav a.active {
    color: #42E5F4;
    border-color: #42e5f466;
    background: #42e5f414
}

.hdr-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #42e5f44d, #ff891733, transparent);
    margin-top: 20px;
    position: relative;
    z-index: 1
}

.pg-ftr {
    background: #090433;
    border-top: 2px solid #42e5f433;
    position: relative
}

.pg-ftr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #42E5F4, transparent);
    pointer-events: none
}

.ftr-shell {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px 20px
}

.ftr-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: start
}

.ftr-brand-col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ftr-logo-hold {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    border: 2px solid #42e5f480;
    background: #ffffff0a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 1px 4px 1px #09043312;
    overflow: hidden
}

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

.ftr-brand-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    color: #fff9
}

.ftr-col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ftr-col-lbl {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #42E5F4;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #42e5f426
}

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

.ftr-links li a {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffffa6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1);
    min-height: 44px
}

.ftr-links li a:hover {
    color: #42E5F4
}

.ftr-links li a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #42e5f466;
    border-radius: 3px
}

.ftr-links li a .icon-arrow-right {
    font-size: 11px;
    color: #FF8917;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ftr-links li a:hover .icon-arrow-right {
    color: #42E5F4
}

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

.ftr-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.ftr-contact-list li .icon-location-pin,
.ftr-contact-list li .icon-phone,
.ftr-contact-list li .icon-envelope {
    color: #FF8917;
    font-size: 15px;
    margin-top: 2px;
    flex-shrink: 0
}

.ftr-contact-list li a,
.ftr-contact-list li span {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffffa6;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ftr-contact-list li a:hover {
    color: #42E5F4
}

.ftr-contact-list li a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #42e5f466;
    border-radius: 3px
}

.ftr-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #42e5f41a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px
}

.ftr-copy {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff6
}

.ftr-legal-links {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0
}

.ftr-legal-links li a {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff6;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1);
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.ftr-legal-links li a:hover {
    color: #42E5F4
}

.ftr-legal-links li a:focus {
    outline: none;
    box-shadow: 0 0 0 3px #42e5f466;
    border-radius: 3px
}

.consent-strip {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 480px;
    width: 100%;
    background: #090433;
    border: 1px solid #42e5f44d;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    z-index: 4000;
    box-shadow: 2px 9px 44px 1px #09043321;
    transform: translateY(100%);
    transition: transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.consent-strip.strip-open {
    transform: translateY(0)
}

.consent-head {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 8px
}

.consent-body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffffb3;
    margin-bottom: 20px
}

.consent-btns {
    display: flex;
    gap: 8px
}

.consent-btn {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    min-height: 44px;
    border: 2px solid transparent;
    transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1), background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.consent-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px #42e5f466
}

.consent-btn:hover {
    transform: scale(1.04)
}

.consent-btn-accept {
    background: #42E5F4;
    color: #090433;
    border-color: #42E5F4
}

.consent-btn-accept:hover {
    background: #6aedf8;
    border-color: #6aedf8
}

.consent-btn-decline {
    background: transparent;
    color: #ffffffbf;
    border-color: #ffffff40
}

.consent-btn-decline:hover {
    color: #fff;
    border-color: #fff9
}

@media (max-width: 1024px) {
    .hdr-shell {
        padding: 20px
    }

    .ftr-shell {
        padding: 40px 20px 20px
    }

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

    .hdr-top {
        flex-wrap: wrap;
        gap: 20px
    }

    .hdr-right {
        width: 100%;
        align-items: flex-start
    }

    .pg-nav {
        justify-content: flex-start
    }
}

@media (max-width: 640px) {
    .hdr-shell {
        padding: 20px
    }

    .ftr-shell {
        padding: 40px 20px 20px
    }

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

    .pg-nav a {
        padding: 8px;
        font-size: 15px
    }

    .ftr-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .trust-badge {
        padding: 4px 8px
    }

    .consent-strip {
        max-width: 100%
    }
}

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

    .pg-nav a {
        font-size: 15px;
        padding: 8px 4px
    }

    .consent-btns {
        flex-direction: column
    }
}

.agreement-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #e8e8f0;
    background: #0d0b1a
}

.agreement-section p {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #c8c8dc
}

.agreement-section ul,
.agreement-section ol {
    margin: 20px 0;
    padding-left: 40px
}

.agreement-section ul {
    list-style: none;
    padding-left: 20px
}

.agreement-section ol {
    list-style: decimal
}

.agreement-section ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.9;
    color: #c8c8dc;
    margin-bottom: 8px
}

.agreement-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #42E5F4
}

.agreement-section ol li {
    font-size: 18px;
    line-height: 1.9;
    color: #c8c8dc;
    margin-bottom: 8px;
    padding-left: 8px
}

.agreement-section ul ul,
.agreement-section ol ol,
.agreement-section ul ol,
.agreement-section ol ul {
    margin: 8px 0;
    padding-left: 20px
}

.agreement-section ul ul li::before {
    background: #FF8917;
    width: 4px;
    height: 4px;
    top: 14px
}

.agreement-section strong,
.agreement-section b {
    font-weight: 700;
    color: #fff
}

.agreement-section em,
.agreement-section i {
    font-style: italic;
    color: #a8b8d0
}

.agreement-section table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 5px 14px 1px #0904331c
}

.agreement-section thead {
    background: #090433
}

.agreement-section thead tr {
    background: transparent
}

.agreement-section thead th {
    padding: 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #42E5F4;
    letter-spacing: 0;
    border-bottom: 2px solid #42E5F4
}

.agreement-section tbody tr {
    background: #13102a;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.agreement-section tbody tr:nth-child(even) {
    background: #0f0c22
}

.agreement-section tbody tr:hover {
    background: #1a1630
}

.agreement-section td {
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #c8c8dc;
    border-bottom: 1px solid #42e5f414
}

.agreement-section tbody tr:last-child td {
    border-bottom: none
}

@media (max-width: 1024px) {
    .agreement-section {
        padding: 80px 40px
    }
}

@media (max-width: 640px) {
    .agreement-section {
        padding: 40px 20px
    }

    .agreement-section p {
        font-size: 15px
    }

    .agreement-section ul li,
    .agreement-section ol li {
        font-size: 15px
    }

    .agreement-section table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .agreement-section thead th,
    .agreement-section td {
        padding: 20px 8px;
        font-size: 15px;
        min-width: 120px
    }
}

@media (max-width: 360px) {
    .agreement-section {
        padding: 40px 8px
    }

    .agreement-section p,
    .agreement-section ul li,
    .agreement-section ol li {
        font-size: 15px;
        line-height: 1.6
    }
}

.lp-pg {
    background: #09061a;
    color: #f0eeff;
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto
}

.lp-pg .split-reveal {
    animation: splitOpen .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes splitOpen {
    from {
        clip-path: inset(0 50% 0 50%);
        opacity: .4
    }

    to {
        clip-path: inset(0 0% 0 0%);
        opacity: 1
    }
}

.lp-pg ::selection {
    background: #42E5F4;
    color: #090433
}

.lp-pg .t-hero {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    padding: 80px 80px 40px;
    position: relative
}

.lp-pg .t-hero__bg-dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 3px
}

.lp-pg .t-hero__bg-dots::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #42e5f41f 1px, transparent 1px);
    background-size: 28px 28px
}

.lp-pg .t-hero__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    position: relative;
    z-index: 1
}

.lp-pg .t-hero__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #42E5F4;
    letter-spacing: .08em;
    text-transform: uppercase
}

.lp-pg .t-hero__label .dia {
    width: 7px;
    height: 7px;
    background: #FF8917;
    transform: rotate(45deg);
    display: inline-block;
    flex-shrink: 0
}

.lp-pg .t-hero__h1 {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 800;
    color: #f0eeff;
    text-transform: uppercase;
    margin: 0;
    max-width: 640px
}

.lp-pg .t-hero__h1 span {
    color: #42E5F4
}

.lp-pg .t-hero__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    text-transform: uppercase;
    color: #090433;
    background: #42E5F4;
    padding: 20px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    width: fit-content;
    box-shadow: 2px 5px 14px 1px #42e5f41c;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1), background .45s ease-in-out
}

.lp-pg .t-hero__link:hover {
    transform: scale(1.04);
    background: #FF8917;
    box-shadow: 2px 9px 44px 1px #ff891721
}

.lp-pg .t-hero__right {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    align-self: stretch
}

.lp-pg .t-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 10px
}

.lp-pg .t-hero__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #0904332e 0%, #42e5f461 100%);
    border-radius: 10px;
    pointer-events: none
}

.lp-pg .dot-div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 80px
}

.lp-pg .dot-div__line {
    flex: 1;
    border: none;
    border-top: 2px dotted #42e5f438;
    margin: 0
}

.lp-pg .dot-div__dia {
    width: 8px;
    height: 8px;
    background: #FF8917;
    transform: rotate(45deg);
    flex-shrink: 0
}

.lp-pg .prog-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative
}

.lp-pg .prog-body__col-a {
    padding: 80px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    background: #090433
}

.lp-pg .prog-body__col-b {
    padding: 80px 80px 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #09061a;
    position: relative
}

.lp-pg .prog-body__col-b::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 40px;
    width: 1px;
    border-left: 2px dotted #42e5f42e;
    pointer-events: none
}

.lp-pg .prog-body__spiral {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
    opacity: .07;
    pointer-events: none
}

.lp-pg .sec-eyebrow {
    font-size: 15px;
    text-transform: uppercase;
    color: #FF8917;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600
}

.lp-pg .sec-eyebrow .dia {
    width: 6px;
    height: 6px;
    background: #FF8917;
    transform: rotate(45deg);
    flex-shrink: 0
}

.lp-pg .prog-h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #f0eeff;
    margin: 0;
    text-transform: uppercase
}

.lp-pg .prog-h2 span {
    color: #42E5F4
}

.lp-pg .prog-p {
    font-size: 18px;
    line-height: 1.9;
    color: #f0eeffd1;
    margin: 0
}

.lp-pg .prog-p strong {
    color: #f0eeff;
    font-weight: 700
}

.lp-pg .mod-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lp-pg .mod-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #42e5f40d;
    border-radius: 10px;
    transition: background .5s ease-in-out, box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp-pg .mod-list li:hover {
    background: #42e5f41c;
    box-shadow: 2px 5px 14px 1px #42e5f41c
}

.lp-pg .mod-list__num {
    font-size: 30px;
    font-weight: 800;
    color: #42E5F4;
    line-height: 1.2;
    flex-shrink: 0;
    width: 40px;
    text-align: center
}

.lp-pg .mod-list__body {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lp-pg .mod-list__ttl {
    font-size: 18px;
    font-weight: 700;
    color: #f0eeff;
    line-height: 1.2
}

.lp-pg .mod-list__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #f0eeffb8
}

.lp-pg .stats-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap
}

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

.lp-pg .stat-item__num {
    font-size: 42px;
    font-weight: 800;
    color: #FF8917;
    line-height: 1.2
}

.lp-pg .stat-item__lbl {
    font-size: 15px;
    color: #f0eeffa6;
    line-height: 1.6
}

.lp-pg .voices-row {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lp-pg .voice-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #ff89170f;
    transition: background .6s ease-in-out, box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.lp-pg .voice-card:hover {
    background: #ff89171f;
    box-shadow: 2px 5px 14px 1px #ff89171c
}

.lp-pg .voice-card__portrait {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0
}

.lp-pg .voice-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-pg .voice-card__quote {
    font-size: 15px;
    line-height: 1.9;
    color: #f0eeffd1;
    margin: 0;
    font-style: italic
}

.lp-pg .voice-card__name {
    font-size: 15px;
    font-weight: 700;
    color: #42E5F4
}

.lp-pg .voice-card__role {
    font-size: 15px;
    color: #f0eeff80
}

.lp-pg .glass-band {
    margin: 0 80px;
    border-radius: 10px;
    background: #42e5f40a;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid #42e5f421;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    box-shadow: 2px 9px 44px 1px #09043321;
    flex-wrap: wrap;
    margin-bottom: 80px
}

.lp-pg .glass-band__portrait {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
    box-shadow: 2px 1px 4px 1px #42e5f412
}

.lp-pg .glass-band__txt {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-pg .glass-band__h {
    font-size: 22px;
    font-weight: 700;
    color: #f0eeff;
    margin: 0;
    text-align: center
}

.lp-pg .glass-band__sub {
    font-size: 15px;
    color: #f0eeffb8;
    line-height: 1.6;
    text-align: center
}

.lp-pg .glass-band__name {
    font-size: 15px;
    font-weight: 700;
    color: #FF8917;
    text-align: center
}

.lp-pg .glass-band__role-lbl {
    font-size: 15px;
    color: #f0eeff80;
    text-align: center
}

@media (max-width: 1024px) {
    .lp-pg .t-hero {
        grid-template-columns: 1fr;
        padding: 80px 40px 40px
    }

    .lp-pg .t-hero__right {
        height: 280px
    }

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

    .lp-pg .prog-body__col-a {
        padding: 80px 40px 40px
    }

    .lp-pg .prog-body__col-b {
        padding: 40px 40px 80px
    }

    .lp-pg .prog-body__col-b::before {
        display: none
    }

    .lp-pg .dot-div {
        padding: 20px 40px
    }

    .lp-pg .glass-band {
        margin: 0 40px 80px
    }

    .lp-pg .t-hero__h1 {
        font-size: 42px
    }
}

@media (max-width: 640px) {
    .lp-pg .t-hero {
        padding: 40px 20px 20px;
        gap: 20px
    }

    .lp-pg .t-hero__h1 {
        font-size: 30px
    }

    .lp-pg .t-hero__right {
        height: 200px
    }

    .lp-pg .prog-body__col-a {
        padding: 40px 20px
    }

    .lp-pg .prog-body__col-b {
        padding: 20px 20px 40px
    }

    .lp-pg .prog-h2 {
        font-size: 30px
    }

    .lp-pg .dot-div {
        padding: 20px
    }

    .lp-pg .glass-band {
        margin: 0 20px 40px;
        flex-direction: column;
        align-items: flex-start
    }

    .lp-pg .stats-row {
        gap: 20px
    }
}

@media (max-width: 360px) {
    .lp-pg .t-hero {
        padding: 40px 8px 20px
    }

    .lp-pg .prog-body__col-a,
    .lp-pg .prog-body__col-b {
        padding: 40px 8px
    }

    .lp-pg .glass-band {
        margin: 0 8px 40px;
        padding: 20px
    }

    .lp-pg .dot-div {
        padding: 20px 8px
    }
}

.qz-pg {
    background: #090433;
    color: #f2f2f2;
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto
}

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

.qz-pg img {
    display: block;
    max-width: 100%
}

.qz-pg .dot-border {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 3px
}

.qz-pg .dot-border::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #42e5f459 1.5px, transparent 1.5px), radial-gradient(circle, #42e5f42e 3px, transparent 3px), radial-gradient(circle, #42e5f41a 1px, transparent 1px);
    background-size: 28px 28px, 60px 60px, 14px 14px;
    background-position: 0 0, 14px 14px, 7px 7px
}

.qz-pg .cross-div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    overflow: hidden
}

.qz-pg .cross-div .cross-rep {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex: 1;
    overflow: hidden
}

.qz-pg .cross-item {
    width: 10px;
    height: 10px;
    position: relative;
    flex-shrink: 0
}

.qz-pg .cross-item::before,
.qz-pg .cross-item::after {
    content: '';
    position: absolute;
    background: #42e5f466
}

.qz-pg .cross-item::before {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 0
}

.qz-pg .cross-item::after {
    width: 10px;
    height: 2px;
    top: 4px;
    left: 0
}

.qz-pg .ttl-blk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    position: relative
}

.qz-pg .ttl-img-zone {
    position: relative;
    overflow: hidden;
    background: #090433
}

.qz-pg .ttl-img-zone .dot-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.qz-pg .ttl-img-zone .dot-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #42e5f41f 1px, transparent 1px);
    background-size: 18px 18px
}

.qz-pg .ttl-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 88%, 88% 100%, 0 100%);
    transition: clip-path .6s cubic-bezier(0.22, 1, 0.36, 1);
    animation: imgReveal .9s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes imgReveal {
    from {
        clip-path: polygon(0 0, 0 0, 12% 12%, 12% 88%, 0 100%, 0 100%);
        opacity: 0
    }

    to {
        clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 88%, 88% 100%, 0 100%);
        opacity: 1
    }
}

.qz-pg .ttl-txt-zone {
    padding: 80px 80px 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    animation: slideRight .8s cubic-bezier(0.22, 1, 0.36, 1) .2s both
}

@keyframes slideRight {
    from {
        transform: translateX(40px);
        opacity: 0
    }

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

.qz-pg .ttl-eyebrow {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #42E5F4;
    display: flex;
    align-items: center;
    gap: 8px
}

.qz-pg .ttl-eyebrow .ey-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #42E5F4;
    border-radius: 3px
}

.qz-pg .ttl-h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    color: #f2f2f2;
    margin: 0
}

.qz-pg .ttl-h1 .acc {
    color: #42E5F4
}

.qz-pg .ttl-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #f2f2f2c7;
    margin: 0;
    max-width: 420px
}

.qz-pg .ttl-caption {
    font-size: 15px;
    line-height: 1.9;
    color: #f2f2f280;
    border-top: 1px solid #42e5f440;
    padding-top: 20px;
    max-width: 380px
}

.qz-pg .quiz-area {
    background: linear-gradient(180deg, #0d0840 0%, #090433 100%);
    padding: 80px 40px;
    position: relative
}

.qz-pg .quiz-area .area-inner {
    max-width: 860px;
    margin: 0 auto
}

.qz-pg .q-hd {
    text-align: center;
    margin-bottom: 40px;
    animation: slidUp .7s cubic-bezier(0.22, 1, 0.36, 1) .1s both
}

@keyframes slidUp {
    from {
        transform: translateY(32px);
        opacity: 0
    }

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

.qz-pg .q-hd h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #f2f2f2;
    margin: 0 0 8px
}

.qz-pg .q-hd .q-count-label {
    font-size: 15px;
    line-height: 1.6;
    color: #f2f2f280
}

.qz-pg .q-progress-wrap {
    background: #42e5f41a;
    border-radius: 3px;
    height: 4px;
    margin-bottom: 40px;
    overflow: hidden
}

.qz-pg .q-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #42E5F4, #FF8917);
    border-radius: 3px;
    transition: width .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.qz-pg .q-card {
    background: #ffffff0a;
    border: 1px solid #42e5f426;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 2px 5px 14px 1px #0904331c;
    display: none;
    animation: cardIn .55s cubic-bezier(0.22, 1, 0.36, 1) both
}

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

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

.qz-pg .q-card.active {
    display: block
}

.qz-pg .q-num {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 900;
    color: #42e5f41f;
    display: block;
    margin-bottom: 4px
}

.qz-pg .q-text {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    color: #f2f2f2;
    margin: 0 0 20px;
    display: block
}

.qz-pg .q-opts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.qz-pg .q-opts li {
    position: relative
}

.qz-pg .q-opt-btn {
    width: 100%;
    background: #ffffff0a;
    border: 1px solid #42e5f433;
    border-radius: 5px;
    padding: 20px;
    color: #f2f2f2d9;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    cursor: pointer;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    align-items: center;
    gap: 20px
}

.qz-pg .q-opt-btn:hover {
    background: #42e5f417;
    border-color: #42e5f48c;
    transform: translateX(4px)
}

.qz-pg .q-opt-btn:focus {
    outline: 2px solid #42E5F4;
    outline-offset: 2px
}

.qz-pg .q-opt-btn.selected {
    background: #42e5f424;
    border-color: #42E5F4;
    color: #f2f2f2
}

.qz-pg .q-opt-btn.correct {
    background: #42e5f433;
    border-color: #42E5F4;
    color: #f2f2f2
}

.qz-pg .q-opt-btn.wrong {
    background: #ff891724;
    border-color: #FF8917;
    color: #f2f2f2
}

.qz-pg .opt-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background: #42e5f41a;
    color: #42E5F4;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
    transition: background .5s ease-in-out
}

.qz-pg .q-opt-btn.correct .opt-letter {
    background: #42E5F4;
    color: #090433
}

.qz-pg .q-opt-btn.wrong .opt-letter {
    background: #FF8917;
    color: #090433
}

.qz-pg .q-feedback {
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.6;
    display: none
}

.qz-pg .q-feedback.show {
    display: block;
    animation: cardIn .45s cubic-bezier(0.22, 1, 0.36, 1) both
}

.qz-pg .q-feedback.fb-ok {
    background: #42e5f41a;
    border: 1px solid #42e5f44d;
    color: #42E5F4
}

.qz-pg .q-feedback.fb-err {
    background: #ff89171a;
    border: 1px solid #ff89174d;
    color: #FF8917
}

.qz-pg .q-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    gap: 20px
}

.qz-pg .q-btn {
    padding: 20px 40px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer;
    border: none;
    transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1), background .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 2px 5px 14px 1px #0904331c
}

.qz-pg .q-btn:hover {
    transform: scale(1.04)
}

.qz-pg .q-btn:focus {
    outline: 2px solid #42E5F4;
    outline-offset: 3px
}

.qz-pg .q-btn-next {
    background: #42E5F4;
    color: #090433
}

.qz-pg .q-btn-next:hover {
    background: #7aecf7;
    box-shadow: 2px 9px 44px 1px #42e5f421
}

.qz-pg .q-btn-back {
    background: transparent;
    color: #f2f2f2b3;
    border: 1px solid #42e5f440
}

.qz-pg .q-btn-back:hover {
    background: #42e5f412;
    color: #f2f2f2;
    box-shadow: 2px 1px 4px 1px #09043312
}

.qz-pg .q-btn-back:disabled {
    opacity: .3;
    cursor: default;
    transform: none
}

.qz-pg .q-score-panel {
    display: none;
    text-align: center;
    padding: 40px;
    background: #ffffff0a;
    border: 1px solid #42e5f433;
    border-radius: 10px;
    animation: cardIn .6s cubic-bezier(0.22, 1, 0.36, 1) both
}

.qz-pg .q-score-panel.show {
    display: block
}

.qz-pg .score-big {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 900;
    color: #42E5F4;
    display: block
}

.qz-pg .score-label {
    font-size: 22px;
    line-height: 1.6;
    color: #f2f2f2;
    font-weight: 600;
    display: block;
    margin-bottom: 20px
}

.qz-pg .score-msg {
    font-size: 18px;
    line-height: 1.9;
    color: #f2f2f2b3;
    margin: 0 0 40px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto
}

.qz-pg .score-detail {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap
}

.qz-pg .sd-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.qz-pg .sd-num {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800
}

.qz-pg .sd-num.ok {
    color: #42E5F4
}

.qz-pg .sd-num.err {
    color: #FF8917
}

.qz-pg .sd-lbl {
    font-size: 15px;
    color: #f2f2f280
}

.qz-pg .q-btn-reset {
    background: linear-gradient(180deg, #42E5F4, #090433);
    color: #090433;
    font-weight: 900
}

.qz-pg .q-btn-reset:hover {
    box-shadow: 2px 9px 44px 1px #42e5f421
}

.qz-pg .ctx-blk {
    padding: 80px 40px;
    background: #090433;
    position: relative
}

.qz-pg .ctx-blk .ctx-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start
}

.qz-pg .ctx-aside {
    position: sticky;
    top: 40px
}

.qz-pg .ctx-num-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.qz-pg .ctx-num-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.qz-pg .ctx-n {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
    color: #42e5f42e;
    flex-shrink: 0;
    width: 56px;
    text-align: right;
    transition: color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.qz-pg .ctx-num-list li:hover .ctx-n {
    color: #42E5F4
}

.qz-pg .ctx-n-txt {
    padding-top: 8px
}

.qz-pg .ctx-n-txt strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #f2f2f2;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: .06em
}

.qz-pg .ctx-n-txt span {
    font-size: 15px;
    line-height: 1.9;
    color: #f2f2f28c
}

.qz-pg .ctx-body {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.qz-pg .ctx-body h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #f2f2f2;
    margin: 0 0 8px
}

.qz-pg .ctx-body h2 .acc-o {
    color: #FF8917
}

.qz-pg .ctx-cap {
    display: block;
    width: 48px;
    height: 2px;
    background: #FF8917;
    border-radius: 3px;
    margin-bottom: 20px
}

.qz-pg .ctx-body p {
    font-size: 18px;
    line-height: 1.9;
    color: #f2f2f2c7;
    margin: 0
}

.qz-pg .ctx-body .ctx-dash-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.qz-pg .ctx-dash-list li {
    font-size: 18px;
    line-height: 1.9;
    color: #f2f2f2c7;
    padding-left: 20px;
    position: relative
}

.qz-pg .ctx-dash-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #42E5F4;
    font-weight: 700
}

.qz-pg .ctx-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.qz-pg .ctx-tag {
    font-size: 15px;
    line-height: 1.6;
    padding: 4px 20px;
    border-radius: 32px;
    border: 1px solid #42e5f44d;
    color: #f2f2f2b3;
    background: #42e5f40f;
    transition: background .5s ease-in-out, color .5s ease-in-out, border-color .5s ease-in-out
}

.qz-pg .ctx-tag:hover {
    background: #42e5f426;
    color: #42E5F4;
    border-color: #42E5F4
}

.qz-pg .anim-left {
    animation: slideLeft .7s cubic-bezier(0.22, 1, 0.36, 1) .15s both
}

.qz-pg .anim-up {
    animation: slidUp .7s cubic-bezier(0.22, 1, 0.36, 1) .25s both
}

@keyframes slideLeft {
    from {
        transform: translateX(-36px);
        opacity: 0
    }

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

@media (max-width: 1024px) {
    .qz-pg .ttl-blk {
        grid-template-columns: 1fr
    }

    .qz-pg .ttl-img-zone {
        height: 320px
    }

    .qz-pg .ttl-txt-zone {
        padding: 40px
    }

    .qz-pg .ttl-h1 {
        font-size: 30px
    }

    .qz-pg .ctx-blk .ctx-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .qz-pg .ctx-aside {
        position: static
    }
}

@media (max-width: 640px) {
    .qz-pg .ttl-txt-zone {
        padding: 40px 20px
    }

    .qz-pg .ttl-h1 {
        font-size: 22px
    }

    .qz-pg .quiz-area {
        padding: 40px 20px
    }

    .qz-pg .q-card {
        padding: 20px
    }

    .qz-pg .q-num {
        font-size: 42px
    }

    .qz-pg .q-text {
        font-size: 18px
    }

    .qz-pg .q-nav {
        flex-direction: column;
        align-items: stretch
    }

    .qz-pg .q-btn {
        width: 100%;
        text-align: center
    }

    .qz-pg .ctx-blk {
        padding: 40px 20px
    }

    .qz-pg .score-detail {
        gap: 20px
    }
}

@media (max-width: 360px) {
    .qz-pg .ttl-h1 {
        font-size: 22px
    }

    .qz-pg .score-big {
        font-size: 42px
    }
}

.ab-us {
    background-color: #080720;
    overflow-x: clip;
    position: relative
}

.ab-us .dash-div {
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(to right, #42E5F4 0px, #42E5F4 8px, transparent 8px, transparent 14px, #42E5F4 14px, #42E5F4 20px, transparent 20px, transparent 32px);
    opacity: .3
}

.ab-us .pg-fr {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px
}

@media (max-width: 640px) {
    .ab-us .pg-fr {
        padding: 0 20px
    }
}

.ab-us .id-blk {
    padding: 80px 0;
    position: relative
}

.ab-us .id-blk .pg-fr {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px
}

@media (max-width: 1024px) {
    .ab-us .id-blk .pg-fr {
        gap: 40px
    }
}

@media (max-width: 640px) {
    .ab-us .id-blk .pg-fr {
        flex-direction: column;
        gap: 40px
    }
}

.ab-us .id-img-zone {
    flex: 0 0 420px;
    position: relative
}

@media (max-width: 1024px) {
    .ab-us .id-img-zone {
        flex: 0 0 320px
    }
}

@media (max-width: 640px) {
    .ab-us .id-img-zone {
        flex: none;
        width: 100%;
        max-width: 340px;
        align-self: center
    }
}

.ab-us .id-img-deco {
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    pointer-events: none;
    z-index: 0
}

.ab-us .id-img-deco::before,
.ab-us .id-img-deco::after {
    content: "";
    position: absolute;
    border: 1px solid #42e5f440;
    border-radius: 3px
}

.ab-us .id-img-deco::before {
    inset: 0
}

.ab-us .id-img-deco::after {
    inset: 10px;
    border-color: #ff891726
}

.ab-us .id-img-deco .rect-c {
    position: absolute;
    inset: 20px;
    border: 1px solid #42e5f41a;
    border-radius: 3px
}

.ab-us .id-portrait {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
    filter: grayscale(100%);
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: 2px 9px 44px 1px #09043321;
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.ab-us .id-portrait:hover {
    filter: grayscale(0%)
}

.ab-us .id-txt {
    flex: 1;
    min-width: 0
}

.ab-us .id-label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #42E5F4;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 4px 8px;
    border: 1px solid #42e5f44d;
    border-radius: 3px
}

.ab-us .id-h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-weight: 800
}

.ab-us .id-h2 {
    font-size: 22px;
    line-height: 1.6;
    color: #42E5F4;
    margin: 0 0 20px;
    font-weight: 400
}

.ab-us .id-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #ffffffc7;
    margin: 0 0 20px
}

.ab-us .id-desc-b {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffff8c;
    margin: 0 0 40px
}

.ab-us .id-metrics {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap
}

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

.ab-us .met-num {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #FF8917;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.ab-us .met-arr {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.ab-us .met-lbl {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff8c;
    text-transform: uppercase;
    letter-spacing: .06em
}

@media (max-width: 1024px) {
    .ab-us .id-h1 {
        font-size: 30px
    }

    .ab-us .met-num {
        font-size: 30px
    }
}

@media (max-width: 640px) {
    .ab-us .id-h1 {
        font-size: 30px
    }

    .ab-us .id-metrics {
        gap: 20px
    }
}

.ab-us .ap-blk {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(to bottom, #090433, #080720)
}

.ab-us .ap-blk::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(./visual_library/07-ed.jpg);
    background-size: cover;
    background-position: center;
    opacity: .08;
    pointer-events: none
}

.ab-us .ap-inner {
    position: relative;
    z-index: 1
}

.ab-us .ap-top {
    text-align: center;
    margin-bottom: 80px
}

.ab-us .ap-eyebrow {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #FF8917;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px
}

.ab-us .ap-h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 700;
    text-transform: uppercase
}

.ab-us .ap-sub {
    font-size: 18px;
    line-height: 1.9;
    color: #ffffffa6;
    max-width: 640px;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .ab-us .ap-h2 {
        font-size: 30px
    }
}

@media (max-width: 640px) {
    .ab-us .ap-h2 {
        font-size: 22px
    }

    .ab-us .ap-top {
        margin-bottom: 40px
    }
}

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

@media (max-width: 1024px) {
    .ab-us .ap-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 640px) {
    .ab-us .ap-grid {
        grid-template-columns: 1fr
    }
}

.ab-us .ap-card {
    background: #ffffff0a;
    border: 1px solid #42e5f41f;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), border-color .5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.ab-us .ap-card:hover {
    background: #42e5f412;
    border-color: #42e5f459;
    box-shadow: 2px 5px 14px 1px #42e5f41c
}

.ab-us .ap-card .card-deco {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    pointer-events: none
}

.ab-us .ap-card .card-deco::before,
.ab-us .ap-card .card-deco::after {
    content: "";
    position: absolute;
    border: 1px solid #ff89172e;
    border-radius: 3px
}

.ab-us .ap-card .card-deco::before {
    inset: 0
}

.ab-us .ap-card .card-deco::after {
    inset: 10px
}

.ab-us .ap-card .c-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    color: #42E5F4
}

.ab-us .ap-card .c-num {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #FF8917;
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.ab-us .ap-card .c-num .arr-sm {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.ab-us .ap-card .c-h {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
    margin: 0 0 8px
}

.ab-us .ap-card .c-p {
    font-size: 15px;
    line-height: 1.9;
    color: #fff9;
    margin: 0
}

@media (max-width: 1024px) {
    .ab-us .ap-card {
        padding: 20px
    }
}

.ab-us .ap-img-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px
}

@media (max-width: 1024px) {
    .ab-us .ap-img-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 640px) {
    .ab-us .ap-img-row {
        grid-template-columns: 1fr
    }
}

.ab-us .ap-img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/10
}

.ab-us .ap-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

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

.ab-us .ap-img-over {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #0904330d, #090433bf);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.ab-us .ap-img-wrap:hover .ap-img-over {
    opacity: 1
}

.ab-us .ap-img-over span {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .06em
}

.ab-us .bg-anim {
    animation: bg-osc 6s ease-in-out infinite
}

@keyframes bg-osc {
    0% {
        background-color: #080720
    }

    50% {
        background-color: #0a0535
    }

    100% {
        background-color: #080720
    }
}

.cu-pg {
    background-color: #07051a;
    overflow-x: clip;
    position: relative
}

.cu-pg .ed-col {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px
}

.cu-pg .grain-bg {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #090433;
    overflow: hidden
}

.cu-pg .grain-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E");
    background-repeat: repeat;
    pointer-events: none;
    z-index: 0
}

.cu-pg .grain-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(-52deg, transparent, transparent 18px, #42e5f406 18px, #42e5f406 19px);
    pointer-events: none;
    z-index: 0
}

.cu-pg .grain-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.cu-pg .grain-text {
    flex: 1 1 0;
    min-width: 0
}

.cu-pg .pg-label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #42E5F4;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-top: 1px solid #42e5f459;
    border-bottom: 1px solid #42e5f459;
    padding: 4px 8px
}

.cu-pg .pg-h1 {
    font-size: 72px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: uppercase
}

.cu-pg .pg-h1 .acc {
    color: #42E5F4
}

.cu-pg .pg-desc {
    font-size: 18px;
    line-height: 1.9;
    color: #ffffffbf;
    max-width: 520px
}

.cu-pg .grain-img-side {
    flex: 0 0 380px;
    position: relative
}

.cu-pg .img-frame {
    position: relative;
    width: 380px;
    height: 460px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 9px 44px 1px #09043321
}

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

.cu-pg .img-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #09043326 0%, #0904338c 100%);
    border-radius: 10px;
    pointer-events: none
}

.cu-pg .bracket-deco {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 48px;
    height: 48px;
    border-top: 3px solid #FF8917;
    border-left: 3px solid #FF8917;
    border-radius: 3px 0 0 0;
    pointer-events: none
}

.cu-pg .bracket-deco-r {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 48px;
    height: 48px;
    border-bottom: 3px solid #42E5F4;
    border-right: 3px solid #42E5F4;
    border-radius: 0 0 10px 0;
    pointer-events: none
}

.cu-pg .divider-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 80px
}

.cu-pg .divider-a .ln {
    width: 80px;
    height: 1px;
    background-color: #42e5f44d
}

.cu-pg .divider-a .mid {
    font-size: 15px;
    color: #ffffff4d;
    text-transform: uppercase;
    letter-spacing: .1em
}

.cu-pg .form-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0d0a2e;
    position: relative
}

.cu-pg .form-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #090433, #42E5F4, #090433);
    pointer-events: none
}

.cu-pg .form-layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.cu-pg .form-aside {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.cu-pg .form-aside-label {
    font-size: 15px;
    line-height: 1.2;
    color: #FF8917;
    text-transform: uppercase;
    letter-spacing: .08em
}

.cu-pg .form-aside-h {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-top: 8px
}

.cu-pg .form-aside-body {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffffa6
}

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

.cu-pg .contact-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.cu-pg .c-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #42E5F4;
    font-size: 15px;
    margin-top: 2px
}

.cu-pg .c-text {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffbf
}

.cu-pg .c-text a {
    color: #ffffffbf;
    text-decoration: none;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.cu-pg .c-text a:hover {
    color: #42E5F4
}

.cu-pg .form-main {
    flex: 1 1 0;
    min-width: 0
}

.cu-pg .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cu-pg .field-row {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.cu-pg .field-grp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 0;
    min-width: 0
}

.cu-pg .field-grp.full {
    flex: 1 1 100%
}

.cu-pg .f-label {
    font-size: 15px;
    line-height: 1.2;
    color: #fff9;
    text-transform: uppercase;
    letter-spacing: .06em
}

.cu-pg .f-input {
    background-color: #ffffff0d;
    border: 1px solid #42e5f433;
    border-radius: 5px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .55s cubic-bezier(0.22, 1, 0.36, 1), background-color .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.cu-pg .f-input::placeholder {
    color: #ffffff80;
    font-style: italic
}

.cu-pg .f-input:focus {
    border-color: #42E5F4;
    background-color: #42e5f40f
}

.cu-pg .f-select {
    background-color: #ffffff0d;
    border: 1px solid #42e5f433;
    border-radius: 5px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2342E5F4' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    transition: border-color .55s cubic-bezier(0.22, 1, 0.36, 1), background-color .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.cu-pg .f-select option {
    background-color: #0d0a2e;
    color: #fff
}

.cu-pg .f-select:focus {
    border-color: #42E5F4;
    background-color: #42e5f40f
}

.cu-pg .f-textarea {
    background-color: #ffffff0d;
    border: 1px solid #42e5f433;
    border-radius: 5px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.9;
    color: #fff;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    min-height: 140px;
    transition: border-color .55s cubic-bezier(0.22, 1, 0.36, 1), background-color .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.cu-pg .f-textarea::placeholder {
    color: #ffffff80;
    font-style: italic
}

.cu-pg .f-textarea:focus {
    border-color: #42E5F4;
    background-color: #42e5f40f
}

.cu-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.cu-pg .prv-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: #42E5F4;
    cursor: pointer
}

.cu-pg .prv-text {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff8c
}

.cu-pg .prv-text a {
    color: #42E5F4;
    text-decoration: underline;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.cu-pg .prv-text a:hover {
    color: #FF8917
}

.cu-pg .btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(to bottom, #42E5F4, #090433);
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 2px 5px 14px 1px #42e5f41c;
    transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 20px 40px
}

.cu-pg .btn-submit:hover {
    transform: scale(1.04);
    box-shadow: 2px 9px 44px 1px #42e5f421
}

.cu-pg .btn-submit:focus {
    outline: 2px solid #42E5F4;
    outline-offset: 4px
}

.cu-pg .btn-submit:active {
    transform: scale(0.98)
}

.cu-pg .divider-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 80px
}

.cu-pg .divider-b .ln-b {
    width: 80px;
    height: 1px;
    background-color: #ff89174d
}

.cu-pg .divider-b .mid-b {
    font-size: 15px;
    color: #ffffff40;
    text-transform: uppercase;
    letter-spacing: .1em
}

.cu-pg .info-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(to bottom, #090433, #42E5F4);
    position: relative;
    text-align: center
}

.cu-pg .info-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n2)' opacity='0.05'/%3E%3C/svg%3E");
    background-repeat: repeat;
    pointer-events: none
}

.cu-pg .info-inner {
    position: relative;
    z-index: 1
}

.cu-pg .info-tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    opacity: .7;
    margin-bottom: 20px
}

.cu-pg .info-h {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase
}

.cu-pg .info-h .acc-o {
    color: #FF8917
}

.cu-pg .info-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #fffc;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.cu-pg .info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.cu-pg .info-card {
    background-color: #09043373;
    border: 1px solid #ffffff1f;
    border-radius: 10px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-shadow: 2px 5px 14px 1px #0904331c;
    transition: background-color .6s cubic-bezier(0.22, 1, 0.36, 1), border-color .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.cu-pg .info-card:hover {
    background-color: #090433a6;
    border-color: #ff891766
}

.cu-pg .ic-icon {
    font-size: 22px;
    color: #FF8917;
    margin-bottom: 8px
}

.cu-pg .ic-val {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    font-weight: 600;
    word-break: break-all
}

.cu-pg .ic-lbl {
    font-size: 15px;
    line-height: 1.2;
    color: #ffffff8c;
    text-transform: uppercase;
    letter-spacing: .06em
}

.cu-pg .img2-strip {
    position: relative;
    height: 200px;
    overflow: hidden
}

.cu-pg .img2-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.4);
    transition: filter .7s cubic-bezier(0.22, 1, 0.36, 1)
}

.cu-pg .img2-strip:hover img {
    filter: saturate(1)
}

.cu-pg .img2-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #09043399 0%, #09043333 100%);
    pointer-events: none
}

@keyframes sat-cycle {
    0% {
        filter: saturate(1)
    }

    50% {
        filter: saturate(0.2)
    }

    100% {
        filter: saturate(1)
    }
}

.cu-pg .info-sec {
    animation: sat-cycle 9s ease-in-out infinite
}

@media (max-width: 1024px) {
    .cu-pg .ed-col {
        padding-left: 40px;
        padding-right: 40px
    }

    .cu-pg .grain-inner {
        flex-direction: column;
        gap: 40px
    }

    .cu-pg .grain-img-side {
        flex: 0 0 auto;
        width: 100%
    }

    .cu-pg .img-frame {
        width: 100%;
        height: 320px
    }

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

    .cu-pg .form-layout {
        flex-direction: column;
        gap: 40px
    }

    .cu-pg .form-aside {
        flex: 0 0 auto;
        width: 100%
    }

    .cu-pg .info-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .cu-pg .divider-a,
    .cu-pg .divider-b {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 640px) {
    .cu-pg .ed-col {
        padding-left: 20px;
        padding-right: 20px
    }

    .cu-pg .pg-h1 {
        font-size: 30px
    }

    .cu-pg .field-row {
        flex-direction: column;
        gap: 20px
    }

    .cu-pg .info-grid {
        grid-template-columns: 1fr
    }

    .cu-pg .info-h {
        font-size: 30px
    }

    .cu-pg .grain-bg,
    .cu-pg .form-sec,
    .cu-pg .info-sec {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .cu-pg .divider-a,
    .cu-pg .divider-b {
        padding-left: 20px;
        padding-right: 20px
    }

    .cu-pg .btn-submit {
        width: 100%;
        justify-content: center
    }
}

@media (max-width: 360px) {
    .cu-pg .pg-h1 {
        font-size: 22px
    }

    .cu-pg .info-h {
        font-size: 22px
    }
}

.frt {
    background-color: #08071a;
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto
}

.frt .div-num {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px
}

.frt .div-num span {
    font-size: 15px;
    color: #42E5F4;
    opacity: .7;
    letter-spacing: 2px
}

.frt .div-num::before,
.frt .div-num::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #42E5F4, transparent);
    opacity: .3
}

.frt .dot-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.frt .dot-row span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #42E5F4;
    opacity: .5;
    display: block
}

.frt .dot-row span:nth-child(2) {
    opacity: .35
}

.frt .dot-row span:nth-child(3) {
    opacity: .2
}

@keyframes desat-cycle {
    0% {
        filter: saturate(1)
    }

    40% {
        filter: saturate(0.15)
    }

    100% {
        filter: saturate(1)
    }
}

.frt .t-blk {
    position: relative;
    padding: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    background: radial-gradient(ellipse 80% 70% at 30% 50%, #090433f2 0%, #08071a 100%)
}

.frt .t-blk::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(./visual_library/14-pending.jpg);
    background-size: cover;
    background-position: center;
    opacity: .18;
    animation: desat-cycle 9s ease-in-out infinite;
    z-index: 0
}

.frt .t-blk::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to bottom, #09043399, transparent);
    z-index: 1;
    pointer-events: none
}

.frt .t-geo-tl {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 80px;
    height: 80px;
    border-top: 1px solid #42e5f466;
    border-left: 1px solid #42e5f466;
    z-index: 2;
    pointer-events: none
}

.frt .t-geo-br {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-bottom: 1px solid #ff891766;
    border-right: 1px solid #ff891766;
    z-index: 2;
    pointer-events: none
}

.frt .t-txt {
    position: relative;
    z-index: 3
}

.frt .t-pre {
    font-size: 15px;
    color: #42E5F4;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: .8
}

.frt .t-h1 {
    font-size: 72px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.frt .t-h1 .accent-w {
    color: #42E5F4;
    display: block
}

.frt .t-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffbf;
    margin-bottom: 40px;
    max-width: 480px
}

.frt .t-cta {
    display: inline-block;
    padding: 20px 40px;
    background: #42E5F4;
    color: #090433;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    letter-spacing: 2px;
    transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), background .6s ease-in-out;
    box-shadow: 2px 5px 14px 1px #42e5f41c
}

.frt .t-cta:hover {
    transform: scale(1.05);
    background: #fff
}

.frt .t-img-col {
    position: relative;
    z-index: 3
}

.frt .t-img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4/5
}

.frt .t-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .6s ease-in-out
}

.frt .t-img-wrap:hover img {
    filter: brightness(0.7) saturate(1.3)
}

.frt .t-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #09043380 0%, transparent 50%);
    pointer-events: none;
    border-radius: 10px;
    transition: opacity .6s ease-in-out
}

.frt .t-img-wrap:hover .t-img-overlay {
    opacity: .9
}

.frt .out-blk {
    padding: 80px;
    background: #090433;
    position: relative
}

.frt .out-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 40px
}

.frt .out-card {
    background: #ffffff0a;
    border-radius: 10px;
    padding: 40px;
    border-top: 2px solid #42e5f440;
    box-shadow: 2px 1px 4px 1px #09043312;
    transition: border-color .55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.frt .out-card:hover {
    border-color: #42E5F4;
    box-shadow: 2px 9px 44px 1px #42e5f421
}

.frt .out-num {
    font-size: 42px;
    font-weight: 700;
    color: #42E5F4;
    line-height: 1.2;
    margin-bottom: 8px
}

.frt .out-lbl {
    font-size: 15px;
    color: #ffffff80;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px
}

.frt .out-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffbf
}

.frt .out-h {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    max-width: 600px;
    text-transform: uppercase
}

.frt .out-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    display: block;
    margin-top: 40px;
    transition: filter .65s ease-in-out
}

.frt .out-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 40px
}

.frt .out-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .65s ease-in-out
}

.frt .out-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #090433b3 100%);
    opacity: 0;
    transition: opacity .65s ease-in-out;
    pointer-events: none
}

.frt .out-img-wrap:hover::after {
    opacity: 1
}

.frt .sup-blk {
    padding: 80px;
    background: #08071a;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.frt .sup-vis {
    position: relative
}

.frt .sup-img-wrap {
    border-radius: 32px;
    overflow: hidden;
    aspect-ratio: 3/4;
    position: relative
}

.frt .sup-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .7s ease-in-out
}

.frt .sup-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 30%, #090433a6 100%);
    opacity: 0;
    transition: opacity .7s ease-in-out;
    pointer-events: none
}

.frt .sup-img-wrap:hover::after {
    opacity: 1
}

.frt .sup-txt {
    padding-top: 20px;
    text-align: center
}

.frt .sup-h {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.frt .sup-p {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffbf;
    margin-bottom: 20px
}

.frt .sup-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    text-align: left
}

.frt .sup-list li {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffffbf;
    padding-left: 20px;
    position: relative
}

.frt .sup-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #FF8917
}

.frt .sup-note {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff80;
    border-top: 1px solid #ffffff1a;
    padding-top: 20px;
    text-align: center
}

.frt .who-blk {
    padding: 80px;
    background: linear-gradient(to bottom, #090433, #0d0826);
    text-align: center
}

.frt .who-h {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.frt .who-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffb3;
    max-width: 620px;
    margin: 0 auto 40px
}

.frt .who-cols {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 40px;
    margin-top: 40px;
    text-align: left
}

.frt .who-div {
    background: #42e5f433;
    width: 1px;
    align-self: stretch
}

.frt .who-col-h {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px
}

.frt .who-col-h.yes {
    color: #42E5F4
}

.frt .who-col-h.no {
    color: #FF8917
}

.frt .who-col-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.frt .who-col-list li {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffffbf;
    padding-left: 20px;
    position: relative
}

.frt .who-col-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #ffffff4d
}

.frt .who-portraits {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
    align-items: center
}

.frt .who-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}

.frt .who-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #42e5f44d
}

.frt .who-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.frt .who-pname {
    font-size: 15px;
    color: #fff;
    font-weight: 700
}

.frt .who-prole {
    font-size: 15px;
    color: #ffffff80;
    margin-top: 4px
}

.frt .appr-blk {
    padding: 80px;
    background: #08071a;
    position: relative
}

.frt .appr-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.frt .appr-txt {
    text-align: left
}

.frt .appr-h {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.frt .appr-p {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffbf;
    margin-bottom: 20px
}

.frt .appr-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px
}

.frt .appr-step {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    background: #ffffff08;
    border-radius: 5px;
    transition: background .55s ease-in-out
}

.frt .appr-step:hover {
    background: #42e5f412
}

.frt .appr-step-n {
    font-size: 42px;
    font-weight: 700;
    color: #42e5f440;
    line-height: 1.2;
    flex-shrink: 0;
    width: 40px
}

.frt .appr-step-h {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px
}

.frt .appr-step-p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffa6
}

.frt .appr-img-col {
    position: relative
}

.frt .appr-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 3/4;
    position: relative
}

.frt .appr-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .65s ease-in-out
}

.frt .appr-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 35%, #08071abf 100%);
    opacity: 0;
    transition: opacity .65s ease-in-out;
    pointer-events: none
}

.frt .appr-img-wrap:hover::after {
    opacity: 1
}

.frt .appr-stat {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #090433;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 9px 44px 1px #09043321;
    border-top: 2px solid #FF8917
}

.frt .appr-stat-n {
    font-size: 42px;
    font-weight: 700;
    color: #FF8917;
    line-height: 1.2
}

.frt .appr-stat-l {
    font-size: 15px;
    color: #fff9;
    margin-top: 4px
}

.frt .avail-blk {
    padding: 80px;
    background: #090433;
    position: relative
}

.frt .avail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px
}

.frt .avail-card {
    background: #ffffff08;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 5px 14px 1px #0904331c;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.frt .avail-card:hover {
    box-shadow: 2px 9px 44px 1px #42e5f421
}

.frt .avail-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .65s ease-in-out
}

.frt .avail-card:hover .avail-card-img {
    filter: brightness(0.75) saturate(1.4)
}

.frt .avail-card-body {
    padding: 40px
}

.frt .avail-tag {
    display: inline-block;
    font-size: 15px;
    color: #090433;
    background: #42E5F4;
    border-radius: 3px;
    padding: 4px 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 700
}

.frt .avail-card-h {
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.frt .avail-card-p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffb3;
    margin-bottom: 20px
}

.frt .avail-link {
    display: inline-block;
    font-size: 15px;
    color: #42E5F4;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    border-bottom: 1px solid #42e5f44d;
    padding-bottom: 4px;
    transition: color .5s ease-in-out, border-color .5s ease-in-out
}

.frt .avail-link:hover {
    color: #FF8917;
    border-color: #FF8917
}

.frt .avail-h {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.frt .avail-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffa6;
    max-width: 540px;
    margin-top: 20px
}

@media (max-width: 1024px) {
    .frt .t-blk {
        grid-template-columns: 1fr;
        padding: 80px 40px;
        gap: 40px
    }

    .frt .t-h1 {
        font-size: 42px
    }

    .frt .out-blk {
        padding: 80px 40px
    }

    .frt .out-grid {
        grid-template-columns: 1fr 1fr
    }

    .frt .sup-blk {
        padding: 80px 40px;
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frt .who-blk {
        padding: 80px 40px
    }

    .frt .who-cols {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .frt .who-div {
        display: none
    }

    .frt .appr-blk {
        padding: 80px 40px
    }

    .frt .appr-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frt .appr-stat {
        position: static;
        margin-top: 20px
    }

    .frt .avail-blk {
        padding: 80px 40px
    }

    .frt .avail-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 640px) {
    .frt .t-blk {
        padding: 40px 20px
    }

    .frt .t-h1 {
        font-size: 30px
    }

    .frt .out-blk {
        padding: 40px 20px
    }

    .frt .out-grid {
        grid-template-columns: 1fr
    }

    .frt .sup-blk {
        padding: 40px 20px
    }

    .frt .who-blk {
        padding: 40px 20px
    }

    .frt .who-portraits {
        flex-direction: column;
        gap: 20px
    }

    .frt .appr-blk {
        padding: 40px 20px
    }

    .frt .avail-blk {
        padding: 40px 20px
    }

    .frt .who-h {
        font-size: 30px
    }

    .frt .t-geo-tl,
    .frt .t-geo-br {
        display: none
    }
}

@media (max-width: 360px) {
    .frt .t-h1 {
        font-size: 22px
    }

    .frt .t-cta {
        padding: 20px;
        font-size: 15px
    }

    .frt .out-num {
        font-size: 30px
    }

    .frt .who-h {
        font-size: 22px
    }

    .frt .avail-card-body {
        padding: 20px
    }
}

.pg-ok {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #090433;
    padding: 80px 20px
}

.pg-ok .ok-wrap {
    max-width: 640px;
    width: 100%;
    text-align: center
}

.pg-ok .ok-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #42E5F4;
    box-shadow: 2px 5px 14px 1px #42e5f41c;
    flex-shrink: 0
}

.pg-ok .ok-icon svg {
    width: 32px;
    height: 32px;
    display: block
}

.pg-ok .ok-label {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #42E5F4;
    margin-bottom: 20px;
    display: block
}

.pg-ok .ok-title {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 20px;
    font-weight: 700
}

.pg-ok .ok-body {
    font-size: 18px;
    line-height: 1.9;
    color: #ffffffd1;
    margin: 0 0 40px
}

.pg-ok .ok-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(to bottom, #42E5F4, #090433);
    border-radius: 3px;
    margin: 0 auto 40px
}

.pg-ok .ok-note {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff8c;
    margin: 0 0 40px
}

.pg-ok .ok-note strong {
    color: #FF8917;
    font-weight: 600
}

.pg-ok .ok-btn {
    display: inline-block;
    padding: 20px 40px;
    background: transparent;
    border: 2px solid #42E5F4;
    border-radius: 5px;
    color: #42E5F4;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: background-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1), transform .45s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 2px 1px 4px 1px #42e5f412
}

.pg-ok .ok-btn:hover {
    background-color: #42E5F4;
    color: #090433;
    transform: scale(1.04)
}

.pg-ok .ok-btn:focus {
    outline: 2px solid #FF8917;
    outline-offset: 4px
}

@media (max-width: 640px) {
    .pg-ok .ok-title {
        font-size: 30px
    }

    .pg-ok .ok-body {
        font-size: 15px
    }

    .pg-ok {
        padding: 80px 20px
    }
}

@media (max-width: 360px) {
    .pg-ok .ok-title {
        font-size: 22px
    }

    .pg-ok .ok-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px
    }
}