* {
    box-sizing: border-box
}

body {
    margin: 0;
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%
}

.page-header {
    background: linear-gradient(160deg, #fff 0%, #edf7fe 55%, #f7f0f3 100%);
    border-bottom: 3px solid #74C7FA;
    box-shadow: 0 6px 20px 0 #74c7fa1c;
    font-family: 'Manrope', sans-serif;
    position: relative
}

.header-brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px 64px 16px;
    border-bottom: 1px solid #74c7fa38
}

.header-logo-frame {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-left: 32px;
    background-color: #fff;
    box-shadow: 0 0 0 2px #74C7FA, 0 3px 4px 0 #74c7fa0d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

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

.brand-text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.brand-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b1b2e;
    letter-spacing: 0;
    font-family: 'Manrope', sans-serif
}

.brand-descriptor {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #8A0E3E;
    font-family: 'Manrope', sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase
}

.header-nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 64px;
    gap: 8px;
    flex-wrap: wrap
}

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

.primary-nav li {
    display: flex;
    align-items: center
}

.primary-nav li a {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b1b2e;
    text-decoration: none;
    padding: 16px;
    border-bottom: 3px solid transparent;
    transition: color .5s ease-in-out, border-color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap
}

.primary-nav li a:hover {
    color: #8A0E3E;
    border-bottom-color: #8A0E3E
}

.primary-nav li a:focus {
    outline: none;
    border-bottom: 4px solid #8A0E3E;
    color: #8A0E3E
}

.nav-accent-dot {
    width: 5px;
    height: 5px;
    border-radius: 48px;
    background: #74C7FA;
    display: inline-block;
    margin: 0 4px;
    flex-shrink: 0
}

.header-year-badge {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #8A0E3E;
    border-radius: 6px;
    padding: 4px 16px;
    line-height: 1.7;
    margin-left: 8px;
    flex-shrink: 0;
    box-shadow: 0 3px 4px 0 #8a0e3e0d
}

.page-footer {
    background: #1b1b2e;
    font-family: 'Manrope', sans-serif;
    border-top: 3px solid #74C7FA
}

.footer-upper {
    padding: 64px 64px 32px;
    max-width: 1170px;
    margin: 0 auto
}

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

.footer-logo-frame {
    width: 58px;
    height: 58px;
    background-color: #fff;
    box-shadow: 0 0 0 2px #74C7FA, 0 3px 4px 0 #74c7fa0d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.footer-logo-frame img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block
}

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

.footer-brand-tagline {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #74C7FA
}

.footer-contact-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #74C7FA;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 16px
}

.footer-address-block {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #d4d4e8;
    margin: 0 0 8px
}

.footer-contact-link {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #d4d4e8;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.footer-contact-link:hover {
    color: #74C7FA
}

.footer-contact-link:focus {
    outline: none;
    border-bottom: 4px solid #74C7FA;
    color: #74C7FA
}

.footer-viber-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #d4d4e8;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.footer-viber-link:hover {
    color: #F5FC8E
}

.footer-viber-link:focus {
    outline: none;
    border-bottom: 4px solid #F5FC8E;
    color: #F5FC8E
}

.viber-icon-shape {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.footer-divider {
    border: none;
    border-top: 1px solid #74c7fa2e;
    margin: 0
}

.footer-lower {
    max-width: 1170px;
    margin: 0 auto;
    padding: 32px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.footer-copyright {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #d4d4e899
}

.footer-policy-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;
    flex-wrap: wrap
}

.footer-policy-nav li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #d4d4e899;
    text-decoration: none;
    transition: color .48s ease-in-out
}

.footer-policy-nav li a:hover {
    color: #74C7FA
}

.footer-policy-nav li a:focus {
    outline: none;
    border-bottom: 4px solid #74C7FA;
    color: #74C7FA
}

@media (max-width: 768px) {
    .header-brand-row {
        padding: 32px 16px 16px;
        flex-direction: column;
        text-align: center
    }

    .header-logo-frame {
        margin-left: 0
    }

    .brand-text-group {
        align-items: center
    }

    .header-nav-row {
        padding: 0 16px
    }

    .footer-upper {
        padding: 64px 16px 32px
    }

    .footer-lower {
        padding: 32px 16px;
        flex-direction: column;
        align-items: flex-start
    }
}

.content-doc-erc {
    max-width: 1170px;
    margin: 0 auto;
    padding: 64px 32px;
    color: #2a2a35
}

.content-doc-erc h1 {
    font-size: 62px;
    line-height: 1.2;
    margin-bottom: 32px;
    margin-top: 0;
    color: #1b0a1e
}

.content-doc-erc h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 64px;
    margin-bottom: 16px;
    color: #1b0a1e
}

.content-doc-erc h3 {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 32px;
    margin-bottom: 8px;
    color: #1b0a1e
}

.content-doc-erc h4,
.content-doc-erc h5,
.content-doc-erc h6 {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 32px;
    margin-bottom: 8px;
    color: #1b0a1e
}

.content-doc-erc p {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 16px;
    color: #2a2a35
}

.content-doc-erc ul,
.content-doc-erc ol {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 32px;
    color: #2a2a35
}

.content-doc-erc ul {
    list-style-type: disc
}

.content-doc-erc ol {
    list-style-type: decimal
}

.content-doc-erc li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.7
}

.content-doc-erc li:last-child {
    margin-bottom: 0
}

.content-doc-erc ul ul,
.content-doc-erc ol ol,
.content-doc-erc ul ol,
.content-doc-erc ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.content-doc-erc strong,
.content-doc-erc b {
    font-weight: 700;
    color: #1b0a1e
}

.content-doc-erc em,
.content-doc-erc i {
    font-style: italic;
    color: #2a2a35
}

.content-doc-erc table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.7;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 4px 0 #74c7fa0d 0 6px 20px 0 #74c7fa1c
}

.content-doc-erc thead {
    background-color: #8A0E3E
}

.content-doc-erc thead th {
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    padding: 16px;
    text-align: left;
    border: none
}

.content-doc-erc tbody tr {
    border-bottom: 1px solid #74c7fa33;
    transition: background-color .5s ease-in-out
}

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

.content-doc-erc tbody tr:nth-child(even) {
    background-color: #74c7fa0d
}

.content-doc-erc tbody tr:hover {
    background-color: #f5fc8e26
}

.content-doc-erc td {
    padding: 16px;
    font-size: 15px;
    line-height: 1.7;
    color: #2a2a35;
    vertical-align: top;
    border: none
}

.content-doc-erc th {
    padding: 16px;
    font-size: 13px;
    line-height: 1.7;
    vertical-align: top
}

@media (max-width: 768px) {
    .content-doc-erc {
        padding: 32px 16px
    }

    .content-doc-erc h1 {
        font-size: 32px
    }

    .content-doc-erc h2 {
        font-size: 18px;
        margin-top: 32px
    }

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

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

.bys-pg .schema-data {
    display: none
}

.bys-pg .title-blk {
    background: linear-gradient(118deg, #f0f9ff 0%, #fff8e1 100%);
    padding: 64px 0;
    position: relative;
    overflow: hidden
}

.bys-pg .title-blk::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 18px, #74c7fa12 18px, #74c7fa12 20px);
    pointer-events: none
}

.bys-pg .pg-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.bys-pg .title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px
}

.bys-pg .title-text-col {
    flex: 1 1 0;
    min-width: 0
}

.bys-pg .title-anchor-num {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 800;
    color: #74c7fa2e;
    letter-spacing: -2px;
    display: block;
    margin-bottom: 8px;
    user-select: none
}

.bys-pg .title-eyebrow {
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #8A0E3E;
    font-weight: 600;
    margin-bottom: 16px
}

.bys-pg .title-h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    color: #1b2330;
    margin: 0 0 16px
}

.bys-pg .title-h1 .grad-word {
    background: linear-gradient(118deg, #74C7FA, transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700
}

.bys-pg .title-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #3d4a5c;
    max-width: 480px;
    margin: 0
}

.bys-pg .title-img-col {
    flex: 0 0 340px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bys-pg .title-img-wrap {
    width: 320px;
    height: 240px;
    position: relative;
    border-radius: 18px 48px 18px 48px;
    overflow: hidden;
    clip-path: polygon(0 8%, 8% 0, 100% 0, 100% 92%, 92% 100%, 0 100%);
    box-shadow: 0 8px 48px 0 #74c7fa21;
    transition: box-shadow .55s ease-in-out
}

.bys-pg .title-img-wrap:hover {
    box-shadow: 0 6px 20px 0 #74c7fa38
}

.bys-pg .title-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.bys-pg .title-img-border {
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 18px 48px 18px 48px;
    transition: border-color .55s ease-in-out;
    pointer-events: none
}

.bys-pg .title-img-wrap:hover .title-img-border {
    border-color: #74c7fa8c
}

.bys-pg .section-divider {
    height: 1px;
    background: transparent;
    box-shadow: 0 3px 4px 0 #74c7fa0d 0 6px 20px 0 #74c7fa1c;
    margin: 0
}

.bys-pg .prereq-blk {
    padding: 96px 0 64px;
    background: #fff
}

.bys-pg .prereq-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: start
}

.bys-pg .prereq-left {
    position: relative
}

.bys-pg .prereq-label {
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #74C7FA;
    font-weight: 600;
    margin-bottom: 16px
}

.bys-pg .prereq-h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    color: #1b2330;
    margin: 0 0 32px;
    letter-spacing: .01em
}

.bys-pg .prereq-h2 strong {
    font-weight: 700;
    color: #8A0E3E
}

.bys-pg .prereq-portrait-wrap {
    width: 220px;
    height: 293px;
    border-radius: 48px 18px 48px 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 20px 0 #8a0e3e1c;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.bys-pg .prereq-portrait-wrap:hover {
    box-shadow: 0 8px 48px 0 #8a0e3e2e
}

.bys-pg .prereq-portrait-border {
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 48px 18px 48px 18px;
    transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    z-index: 2
}

.bys-pg .prereq-portrait-wrap:hover .prereq-portrait-border {
    border-color: #8a0e3e73
}

.bys-pg .prereq-portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.bys-pg .prereq-expert-tag {
    margin-top: 16px
}

.bys-pg .prereq-expert-name {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: #1b2330
}

.bys-pg .prereq-expert-role {
    font-size: 13px;
    line-height: 1.7;
    color: #5a6475
}

.bys-pg .prereq-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.bys-pg .prereq-items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.bys-pg .prereq-card {
    background: #fff;
    border: 2px solid #f0f4f8;
    border-radius: 10px;
    padding: 32px 16px 16px;
    position: relative;
    box-shadow: 0 3px 4px 0 #74c7fa0d;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
    overflow: hidden
}

.bys-pg .prereq-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f5fc8e21, transparent 60%);
    opacity: 0;
    transition: opacity .5s ease-in-out;
    pointer-events: none;
    border-radius: 10px
}

.bys-pg .prereq-card:hover {
    border-color: #74c7fa73;
    box-shadow: 0 6px 20px 0 #74c7fa1c
}

.bys-pg .prereq-card:hover::after {
    opacity: 1
}

.bys-pg .card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    flex-shrink: 0
}

.bys-pg .prereq-card-h {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: #1b2330;
    margin: 0 0 8px
}

.bys-pg .prereq-card-p {
    font-size: 13px;
    line-height: 1.7;
    color: #4d5a6b;
    margin: 0
}

.bys-pg .prereq-note {
    background: linear-gradient(118deg, #f5fc8e38 0%, #74c7fa14 100%);
    border-radius: 10px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.bys-pg .prereq-note-icon {
    flex-shrink: 0;
    margin-top: 4px
}

.bys-pg .prereq-note-text {
    font-size: 15px;
    line-height: 1.7;
    color: #2d3a4a;
    margin: 0
}

.bys-pg .prereq-imgs-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 8px
}

.bys-pg .prereq-img-thumb {
    flex: 1 1 0;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 4px 0 #74c7fa0d;
    transition: box-shadow .55s ease-in-out
}

.bys-pg .prereq-img-thumb:hover {
    box-shadow: 0 6px 20px 0 #74c7fa1c
}

.bys-pg .prereq-img-thumb-border {
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: border-color .55s ease-in-out;
    pointer-events: none;
    z-index: 2
}

.bys-pg .prereq-img-thumb:hover .prereq-img-thumb-border {
    border-color: #74c7fa80
}

.bys-pg .prereq-img-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.bys-pg .stat-strip {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 32px 0 0;
    border-top: 1px solid #74c7fa2e;
    margin-top: 8px
}

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

.bys-pg .stat-num {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #8A0E3E
}

.bys-pg .stat-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #5a6475
}

@media (max-width: 900px) {
    .bys-pg .title-row {
        flex-direction: column;
        gap: 32px
    }

    .bys-pg .title-img-col {
        flex: 0 0 auto
    }

    .bys-pg .prereq-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .bys-pg .prereq-portrait-wrap {
        width: 160px;
        height: 213px
    }
}

@media (max-width: 600px) {
    .bys-pg .title-blk {
        padding: 32px 0
    }

    .bys-pg .prereq-blk {
        padding: 64px 0 32px
    }

    .bys-pg .prereq-items-grid {
        grid-template-columns: 1fr
    }

    .bys-pg .prereq-imgs-row {
        flex-direction: column
    }

    .bys-pg .stat-strip {
        flex-direction: column;
        gap: 16px
    }

    .bys-pg .title-anchor-num {
        font-size: 32px
    }
}

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

.ab-us .max-w {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

@keyframes trace-top {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes trace-right {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes trace-bottom {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes trace-left {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

.ab-us .title-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative
}

.ab-us .title-bg-curves {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.ab-us .title-bg-curves svg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .07
}

.ab-us .title-text-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1
}

.ab-us .title-eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #8A0E3E;
    border-bottom: 1px solid #8A0E3E;
    padding-bottom: 4px;
    width: fit-content
}

.ab-us .title-h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 300;
    margin: 0
}

.ab-us .title-h1 .grad-word {
    background: linear-gradient(118deg, #8A0E3E, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ab-us .title-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0;
    max-width: 460px
}

.ab-us .title-link-btn {
    display: inline-block;
    font-size: 15px;
    color: #8A0E3E;
    border: 2.5px solid #8A0E3E;
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    width: fit-content;
    transition: background-color .5s ease-in-out, color .5s ease-in-out;
    position: relative
}

.ab-us .title-link-btn:hover {
    background-color: #8A0E3E;
    color: #fff
}

.ab-us .title-link-btn:active {
    transform: scale(0.97)
}

.ab-us .title-img-col {
    position: relative;
    z-index: 1
}

.ab-us .title-img-frame {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3/4;
    box-shadow: 0 8px 48px 0 #74c7fa21
}

.ab-us .title-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.7);
    transition: filter .55s ease-in-out;
    display: block
}

.ab-us .title-img-frame:hover img {
    filter: saturate(1)
}

.ab-us .title-img-tint {
    position: absolute;
    inset: 0;
    background: #74c7fa1f;
    border-radius: 18px;
    pointer-events: none
}

.ab-us .title-img-frame::before,
.ab-us .title-img-frame::after {
    content: '';
    position: absolute;
    background: #74C7FA;
    z-index: 2;
    pointer-events: none
}

.ab-us .title-img-frame::before {
    top: 0;
    left: 0;
    height: 2px;
    animation: trace-top .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}

.ab-us .title-img-frame::after {
    top: 0;
    right: 0;
    width: 2px;
    animation: trace-right .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .85s both
}

.ab-us .about-complex {
    background: #f4f7fb;
    position: relative;
    padding-top: 64px;
    padding-bottom: 64px
}

.ab-us .about-complex-noise {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
    background-repeat: repeat
}

.ab-us .complex-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    position: relative;
    z-index: 1
}

.ab-us .complex-narrative {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ab-us .complex-h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    color: #1b1b2e;
    margin: 0
}

.ab-us .complex-h2 .grad-word {
    background: linear-gradient(118deg, #74C7FA, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ab-us .complex-caption {
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8A0E3E;
    border-bottom: 1px solid #8a0e3e40;
    padding-bottom: 4px;
    width: fit-content
}

.ab-us .complex-para {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.ab-us .complex-table-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ab-us .table-label {
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8A0E3E
}

.ab-us .metrics-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px
}

.ab-us .metrics-table thead tr {
    background: #8A0E3E;
    color: #fff
}

.ab-us .metrics-table thead th {
    padding: 16px;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.ab-us .metrics-table thead th:first-child {
    border-radius: 10px 0 0 0
}

.ab-us .metrics-table thead th:last-child {
    border-radius: 0 10px 0 0
}

.ab-us .metrics-table tbody tr {
    border-bottom: 1px solid #74c7fa33;
    transition: background-color .5s ease-in-out
}

.ab-us .metrics-table tbody tr:hover {
    background: #74c7fa14
}

.ab-us .metrics-table tbody td {
    padding: 16px;
    color: #3a3a4a;
    line-height: 1.7
}

.ab-us .metrics-table tbody td:first-child {
    font-weight: 500;
    color: #1b1b2e
}

.ab-us .metric-bar-cell {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ab-us .metric-bar-track {
    width: 100%;
    height: 6px;
    background: #74c7fa33;
    border-radius: 6px;
    overflow: hidden
}

.ab-us .metric-bar-fill {
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(90deg, #74C7FA, #8A0E3E);
    transition: width .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ab-us .metric-val {
    font-size: 13px;
    color: #8A0E3E;
    font-weight: 500
}

.ab-us .team-strip {
    padding-top: 96px;
    padding-bottom: 96px;
    background: #fff;
    position: relative
}

.ab-us .divider-arrows {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    margin-bottom: 64px
}

.ab-us .arr-shape {
    width: 12px;
    height: 12px;
    border-right: 2px solid #74C7FA;
    border-bottom: 2px solid #74C7FA;
    transform: rotate(-45deg);
    display: inline-block
}

.ab-us .arr-shape.dark {
    border-color: #8A0E3E
}

.ab-us .team-label {
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #8A0E3E;
    text-align: center;
    margin-bottom: 16px
}

.ab-us .team-h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    color: #1b1b2e;
    text-align: center;
    margin: 0 0 64px
}

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

.ab-us .team-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 2px solid #74c7fa40;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 3px 4px 0 #74c7fa0d;
    transition: border-color .5s ease-in-out, box-shadow .55s ease-in-out
}

.ab-us .team-card:hover {
    border-color: #74C7FA;
    border-style: dashed;
    box-shadow: 0 6px 20px 0 #74c7fa1c
}

.ab-us .portrait-frame {
    width: 100%;
    aspect-ratio: 2/3;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px 0 #8a0e3e1c
}

.ab-us .portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.65);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block
}

.ab-us .portrait-frame:hover img {
    filter: saturate(1)
}

.ab-us .team-person-name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #1b1b2e;
    margin: 0
}

.ab-us .team-person-role {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8A0E3E;
    margin: 0
}

.ab-us .team-person-bio {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.ab-us .team-card-no-portrait {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 2px solid #74c7fa40;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 3px 4px 0 #74c7fa0d;
    transition: border-color .5s ease-in-out, box-shadow .55s ease-in-out;
    background: linear-gradient(160deg, #f5fc8e14, transparent)
}

.ab-us .team-card-no-portrait:hover {
    border-color: #74C7FA;
    border-style: dashed;
    box-shadow: 0 6px 20px 0 #74c7fa1c
}

.ab-us .avatar-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 48px;
    background: linear-gradient(135deg, #F5FC8E, #74C7FA);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.ab-us .avatar-placeholder svg {
    width: 40px;
    height: 40px;
    fill: #8A0E3E
}

.ab-us .approach-strip {
    background: linear-gradient(160deg, #f5fc8e1f, #74c7fa0f);
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative
}

.ab-us .approach-diag-line {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.ab-us .approach-diag-line svg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .06
}

.ab-us .approach-grid {
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1
}

.ab-us .approach-text {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ab-us .approach-h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    color: #1b1b2e;
    margin: 0
}

.ab-us .approach-h2 .grad-word {
    background: linear-gradient(118deg, #F5FC8E, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ab-us .approach-caption {
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #8A0E3E;
    border-bottom: 1px solid #8a0e3e40;
    padding-bottom: 4px;
    width: fit-content
}

.ab-us .approach-para {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.ab-us .approach-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ab-us .approach-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a
}

.ab-us .approach-list-dot {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background: #8A0E3E;
    flex-shrink: 0;
    margin-top: 8px
}

.ab-us .approach-link {
    display: inline-block;
    font-size: 15px;
    color: #8A0E3E;
    border: 2.5px solid #8A0E3E;
    padding: 16px 32px;
    border-radius: 10px;
    text-decoration: none;
    width: fit-content;
    transition: background-color .5s ease-in-out, color .5s ease-in-out
}

.ab-us .approach-link:hover {
    background-color: #8A0E3E;
    color: #fff
}

.ab-us .approach-link:active {
    transform: scale(0.97)
}

.ab-us .approach-img-frame {
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4/5;
    box-shadow: 0 8px 48px 0 #8a0e3e21;
    position: relative
}

.ab-us .approach-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.65);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block
}

.ab-us .approach-img-frame:hover img {
    filter: saturate(1)
}

.ab-us .approach-img-tint {
    position: absolute;
    inset: 0;
    background: #8a0e3e14;
    pointer-events: none
}

.ab-us .divider-arrows-alt {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    padding: 32px 0;
    background: #fff
}

@media (max-width: 900px) {
    .ab-us .title-col-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 64px;
        padding-bottom: 64px
    }

    .ab-us .title-img-col {
        order: -1
    }

    .ab-us .title-img-frame {
        aspect-ratio: 4/3
    }

    .ab-us .complex-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ab-us .team-cards {
        grid-template-columns: 1fr 1fr
    }

    .ab-us .approach-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ab-us .approach-img-frame {
        aspect-ratio: 16/9
    }
}

@media (max-width: 600px) {
    .ab-us .title-h1 {
        font-size: 32px
    }

    .ab-us .team-cards {
        grid-template-columns: 1fr
    }

    .ab-us .max-w {
        padding-left: 16px;
        padding-right: 16px
    }
}

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

.ctus-pg .reach-band {
    padding: 96px 0 64px;
    background: linear-gradient(175deg, #74C7FA22 0%, transparent 60%);
    position: relative;
    border-top: 3px solid #74C7FA
}

.ctus-pg .reach-band::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 28px;
    background: #fff;
    border-radius: 48px 48px 0 0;
    pointer-events: none
}

.ctus-pg .reach-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.ctus-pg .reach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.ctus-pg .reach-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ctus-pg .reach-eyebrow {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8A0E3E;
    font-weight: 600;
    line-height: 1.2
}

.ctus-pg .reach-heading {
    font-size: 62px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 300;
    margin: 0;
    letter-spacing: -.01em
}

.ctus-pg .reach-heading .grad-word {
    background: linear-gradient(120deg, #74C7FA, #8A0E3E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ctus-pg .reach-subtext {
    font-size: 18px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.ctus-pg .reach-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.ctus-pg .detail-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 4px 0 #74c7fa0d 0 6px 20px 0 #74c7fa1c;
    transition: box-shadow .55s ease-in-out
}

.ctus-pg .detail-row:hover {
    box-shadow: 0 3px 4px 0 #74c7fa14 0 8px 48px 0 #74c7fa21
}

.ctus-pg .detail-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ctus-pg .detail-icon svg {
    width: 22px;
    height: 22px
}

.ctus-pg .detail-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #8A0E3E;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px
}

.ctus-pg .detail-val {
    font-size: 15px;
    color: #1b1b2e;
    line-height: 1.7;
    margin: 0
}

.ctus-pg .detail-val a {
    color: #1b1b2e;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color .5s ease-in-out
}

.ctus-pg .detail-val a:hover {
    color: #8A0E3E
}

.ctus-pg .reach-img-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 48px 0 #74c7fa21;
    animation: shadow-build .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes shadow-build {
    from {
        box-shadow: 0 0 0 0 #74c7fa00
    }

    to {
        box-shadow: 0 8px 48px 0 #74c7fa21
    }
}

.ctus-pg .reach-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: brightness(1.04) contrast(0.97)
}

.ctus-pg .reach-img-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 30%, #f5fc8e2e 0%, transparent 65%);
    pointer-events: none;
    border-radius: 18px
}

.ctus-pg .reach-quote-mark {
    font-size: 120px;
    line-height: 1.2;
    color: #F5FC8E;
    font-weight: 700;
    position: absolute;
    top: -24px;
    left: 16px;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.ctus-pg .reach-left {
    position: relative;
    z-index: 1
}

.ctus-pg .form-band {
    padding: 64px 0 96px;
    background: #f4f8fd;
    position: relative
}

.ctus-pg .form-band::before {
    content: '';
    display: block;
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 28px;
    background: #f4f8fd;
    border-radius: 48px 48px 0 0;
    pointer-events: none
}

.ctus-pg .form-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.ctus-pg .form-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 64px;
    align-items: start
}

.ctus-pg .form-sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px
}

.ctus-pg .sidebar-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #8A0E3E;
    font-weight: 600;
    line-height: 1.2
}

.ctus-pg .sidebar-heading {
    font-size: 32px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 300;
    margin: 0
}

.ctus-pg .sidebar-note {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.ctus-pg .sidebar-marker {
    display: inline;
    background: linear-gradient(180deg, transparent 55%, #f5fc8eb3 55%);
    padding: 0 2px
}

.ctus-pg .sidebar-metrics {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ctus-pg .metric-chip {
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 4px 0 #74c7fa0d 0 6px 20px 0 #74c7fa1c
}

.ctus-pg .metric-num {
    font-size: 32px;
    font-weight: 700;
    color: #8A0E3E;
    line-height: 1.2
}

.ctus-pg .metric-desc {
    font-size: 13px;
    color: #3a3a4a;
    line-height: 1.7;
    margin: 0
}

.ctus-pg .contact-form {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 6px 20px 0 #74c7fa1c
}

.ctus-pg .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px
}

.ctus-pg .form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.ctus-pg .field-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #3a3a4a;
    font-weight: 600;
    line-height: 1.2
}

.ctus-pg .field-input {
    padding: 16px;
    border: 2px solid #d0dde8;
    border-radius: 10px;
    font-size: 15px;
    color: #1b1b2e;
    background: #fff;
    outline: none;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
    line-height: 1.7;
    width: 100%;
    box-sizing: border-box
}

.ctus-pg .field-input::placeholder {
    color: #9aabb8
}

.ctus-pg .field-input:focus {
    border-color: #74C7FA;
    box-shadow: 0 3px 4px 0 #74c7fa0d inset 0 1px 2px #74c7fa14
}

.ctus-pg .radio-group-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #3a3a4a;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
    display: block
}

.ctus-pg .radio-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px
}

.ctus-pg .radio-opt {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.ctus-pg .radio-opt input[type="radio"] {
    accent-color: #8A0E3E;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0
}

.ctus-pg .radio-opt-text {
    font-size: 15px;
    color: #1b1b2e;
    line-height: 1.7;
    padding: 8px 16px;
    border: 2px solid #d0dde8;
    border-radius: 32px;
    transition: border-color .5s ease-in-out, background .5s ease-in-out;
    user-select: none
}

.ctus-pg .radio-opt input[type="radio"]:checked+.radio-opt-text {
    border-color: #8A0E3E;
    background: #8a0e3e0d;
    color: #8A0E3E
}

.ctus-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 10px;
    background: #f4f8fd
}

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

.ctus-pg .privacy-text {
    font-size: 13px;
    color: #3a3a4a;
    line-height: 1.7;
    margin: 0
}

.ctus-pg .privacy-text a {
    color: #8A0E3E;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .5s ease-in-out
}

.ctus-pg .privacy-text a:hover {
    opacity: .75
}

.ctus-pg .submit-btn {
    display: inline-block;
    padding: 16px 32px;
    font-size: 15px;
    font-weight: 700;
    color: #8A0E3E;
    background: transparent;
    border: 3px solid #8A0E3E;
    border-radius: 6px;
    cursor: pointer;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    line-height: 1.2
}

.ctus-pg .submit-btn:hover {
    background: #8A0E3E;
    color: #fff
}

.ctus-pg .submit-btn:active {
    transform: scale(0.97)
}

.ctus-pg .submit-btn:focus-visible {
    outline: 3px solid #74C7FA;
    outline-offset: 3px
}

@media (max-width: 900px) {
    .ctus-pg .reach-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ctus-pg .form-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ctus-pg .reach-heading {
        font-size: 32px
    }

    .ctus-pg .form-row {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {
    .ctus-pg .reach-band {
        padding: 64px 0 48px
    }

    .ctus-pg .reach-inner,
    .ctus-pg .form-inner {
        padding: 0 16px
    }

    .ctus-pg .radio-options {
        flex-direction: column
    }

    .ctus-pg .contact-form {
        padding: 16px
    }
}

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

.lrn-prog .lp-strip {
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #74C7FA 0%, #8A0E3E 50%, #F5FC8E 100%)
}

.lrn-prog .lp-banner {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 64px 32px
}

.lrn-prog .lp-banner-frame {
    position: relative;
    border: 1.5px solid #74c7fa59;
    border-radius: 10px;
    padding: 48px 64px;
    overflow: hidden
}

.lrn-prog .lp-banner-frame::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(180deg, #74c7fa1a 0%, transparent 100%);
    pointer-events: none
}

.lrn-prog .lp-banner-imgstrip {
    width: 100%;
    height: 140px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative
}

.lrn-prog .lp-banner-imgstrip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    filter: brightness(0.88) saturate(0.85);
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .lp-banner-imgstrip:hover img {
    transform: scale(1.03)
}

.lrn-prog .lp-banner-imgstrip-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 30%, #f5fc8e2e 0%, transparent 65%);
    pointer-events: none
}

.lrn-prog .lp-deco-arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    opacity: .45
}

.lrn-prog .lp-eyebrow {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8A0E3E;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.lrn-prog .lp-h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #1b1b2e;
    margin-bottom: 24px;
    font-weight: 300;
    letter-spacing: -.01em
}

.lrn-prog .lp-h1 .lp-grad-word {
    background: linear-gradient(135deg, #74C7FA 0%, transparent 160%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lrn-prog .lp-banner-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #2e2e3a;
    max-width: 640px;
    margin-bottom: 32px
}

.lrn-prog .lp-btn-primary {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #8A0E3E;
    background: transparent;
    border: 2.5px solid #8A0E3E;
    border-radius: 6px;
    padding: 16px 32px;
    cursor: pointer;
    text-decoration: none;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .18s ease-in-out;
    box-shadow: 0 6px 20px 0 #8a0e3e1c;
    letter-spacing: .04em
}

.lrn-prog .lp-btn-primary:hover {
    background: #8A0E3E;
    color: #fff
}

.lrn-prog .lp-btn-primary:active {
    transform: scale(0.97)
}

.lrn-prog .lp-btn-primary:focus-visible {
    outline: 2px solid #74C7FA;
    outline-offset: 3px
}

.lrn-prog .lp-frame-corner {
    position: absolute;
    width: 28px;
    height: 28px;
    pointer-events: none
}

.lrn-prog .lp-frame-corner.tl {
    top: 12px;
    left: 12px;
    border-top: 2px solid #74c7fa80;
    border-left: 2px solid #74c7fa80;
    border-radius: 6px 0 0 0
}

.lrn-prog .lp-frame-corner.tr {
    top: 12px;
    right: 12px;
    border-top: 2px solid #74c7fa80;
    border-right: 2px solid #74c7fa80;
    border-radius: 0 6px 0 0
}

.lrn-prog .lp-frame-corner.bl {
    bottom: 12px;
    left: 12px;
    border-bottom: 2px solid #74c7fa80;
    border-left: 2px solid #74c7fa80;
    border-radius: 0 0 0 6px
}

.lrn-prog .lp-frame-corner.br {
    bottom: 12px;
    right: 12px;
    border-bottom: 2px solid #74c7fa80;
    border-right: 2px solid #74c7fa80;
    border-radius: 0 0 6px 0
}

.lrn-prog .lp-metrics-bg {
    background: #f4f8fd;
    border-top: 1px solid #74c7fa2e;
    border-bottom: 1px solid #74c7fa2e;
    padding: 96px 0;
    position: relative
}

.lrn-prog .lp-metrics-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #74c7fa4d 50%, transparent 100%);
    pointer-events: none
}

.lrn-prog .lp-metrics-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.lrn-prog .lp-metrics-head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
    margin-bottom: 64px
}

.lrn-prog .lp-metrics-label {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #74C7FA;
    margin-bottom: 16px
}

.lrn-prog .lp-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 300
}

.lrn-prog .lp-metrics-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    max-width: 420px;
    padding-top: 8px
}

.lrn-prog .lp-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.lrn-prog .lp-stat-card {
    background: #fff;
    border-radius: 10px;
    padding: 32px 24px;
    box-shadow: 0 3px 4px 0 #74c7fa0d 0 6px 20px 0 #74c7fa1c;
    border: 1px solid #74c7fa26;
    position: relative;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .lp-stat-card:hover {
    box-shadow: 0 8px 48px 0 #74c7fa21;
    transform: translateY(-3px)
}

.lrn-prog .lp-stat-num {
    font-size: 32px;
    line-height: 1.2;
    color: #8A0E3E;
    font-weight: 300;
    margin-bottom: 8px
}

.lrn-prog .lp-stat-bar-track {
    width: 100%;
    height: 4px;
    background: #74c7fa2e;
    border-radius: 32px;
    margin-bottom: 16px;
    overflow: hidden
}

.lrn-prog .lp-stat-bar-fill {
    height: 100%;
    border-radius: 32px;
    background: linear-gradient(90deg, #74C7FA 0%, #F5FC8E 100%);
    animation: lp-bar-grow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

@keyframes lp-bar-grow {
    from {
        width: 0
    }
}

.lrn-prog .lp-stat-label {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a4a
}

.lrn-prog .lp-stat-accent {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #F5FC8E;
    box-shadow: 0 0 0 3px #f5fc8e4d;
    animation: lp-shadow-pulse 2.2s ease-in-out infinite
}

@keyframes lp-shadow-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 3px #f5fc8e4d
    }

    50% {
        box-shadow: 0 0 0 7px #f5fc8e14
    }
}

.lrn-prog .lp-modules-area {
    padding: 96px 0 64px;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px
}

.lrn-prog .lp-modules-split {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    gap: 64px;
    align-items: start
}

.lrn-prog .lp-modules-aside {
    position: sticky;
    top: 32px
}

.lrn-prog .lp-modules-img {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 48px 0 #8a0e3e21;
    margin-bottom: 32px
}

.lrn-prog .lp-modules-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.9) saturate(0.8)
}

.lrn-prog .lp-aside-note {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    border-top: 2px solid #74c7fa4d;
    padding-top: 16px
}

.lrn-prog .lp-module-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lrn-prog .lp-module-item {
    border-radius: 10px;
    border: 1.5px solid #74c7fa33;
    overflow: hidden;
    transition: border-color .5s ease-in-out
}

.lrn-prog .lp-module-item:hover {
    border-color: #74c7fa8c
}

.lrn-prog .lp-module-trigger {
    width: 100%;
    background: transparent;
    border: none;
    padding: 24px 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    transition: background .5s ease-in-out
}

.lrn-prog .lp-module-trigger:hover {
    background: #74c7fa0f
}

.lrn-prog .lp-module-trigger:focus-visible {
    outline: 2px solid #74C7FA;
    outline-offset: -2px
}

.lrn-prog .lp-module-num {
    font-size: 13px;
    line-height: 1.2;
    color: #8A0E3E;
    letter-spacing: .1em;
    text-transform: uppercase;
    min-width: 32px
}

.lrn-prog .lp-module-name {
    font-size: 15px;
    line-height: 1.7;
    color: #1b1b2e;
    flex: 1
}

.lrn-prog .lp-module-dur {
    font-size: 13px;
    line-height: 1.2;
    color: #74C7FA;
    white-space: nowrap
}

.lrn-prog .lp-module-body {
    padding: 0 32px 24px 80px;
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a4a
}

.lrn-prog .lp-people-bg {
    background: #1b1b2e;
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.lrn-prog .lp-people-bg::before {
    content: "";
    position: absolute;
    top: -64px;
    right: -64px;
    width: 420px;
    height: 420px;
    background: linear-gradient(135deg, #74c7fa12 0%, transparent 70%);
    border-radius: 48px;
    pointer-events: none
}

.lrn-prog .lp-people-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.lrn-prog .lp-people-label {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #74C7FA;
    margin-bottom: 16px
}

.lrn-prog .lp-h2-light {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    margin-bottom: 64px
}

.lrn-prog .lp-people-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 32px;
    align-items: start
}

.lrn-prog .lp-person-card {
    background: #ffffff0a;
    border: 1px solid #74c7fa24;
    border-radius: 18px;
    padding: 32px;
    transition: background .55s ease-in-out, box-shadow .55s ease-in-out
}

.lrn-prog .lp-person-card:hover {
    background: #74c7fa12;
    box-shadow: 0 8px 48px 0 #74c7fa21
}

.lrn-prog .lp-person-card.featured {
    padding: 40px
}

.lrn-prog .lp-portrait-wrap {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
    flex-shrink: 0
}

.lrn-prog .lp-portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.92) saturate(0.75)
}

.lrn-prog .lp-person-name {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 4px
}

.lrn-prog .lp-person-role {
    font-size: 13px;
    line-height: 1.2;
    color: #74C7FA;
    margin-bottom: 16px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.lrn-prog .lp-person-bio {
    font-size: 13px;
    line-height: 1.7;
    color: #ffffffa6
}

.lrn-prog .lp-person-quote {
    font-size: 15px;
    line-height: 1.7;
    color: #fffc;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #74c7fa2e;
    font-style: italic
}

.lrn-prog .lp-faq-area {
    padding: 96px 32px;
    max-width: 1170px;
    margin: 0 auto
}

.lrn-prog .lp-faq-cols {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.lrn-prog .lp-faq-side-label {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8A0E3E;
    margin-bottom: 16px
}

.lrn-prog .lp-faq-side-h {
    font-size: 32px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 300;
    margin-bottom: 32px
}

.lrn-prog .lp-faq-side-note {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    margin-bottom: 32px
}

.lrn-prog .lp-faq-contact-link {
    font-size: 15px;
    line-height: 1.7;
    color: #8A0E3E;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color .5s ease-in-out
}

.lrn-prog .lp-faq-contact-link:hover {
    color: #74C7FA
}

.lrn-prog .lp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lrn-prog .lp-faq-item {
    border-bottom: 1px solid #74c7fa33
}

.lrn-prog .lp-faq-q {
    width: 100%;
    background: transparent;
    border: none;
    padding: 24px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    line-height: 1.7;
    color: #1b1b2e;
    transition: color .5s ease-in-out
}

.lrn-prog .lp-faq-q:hover {
    color: #8A0E3E
}

.lrn-prog .lp-faq-q:focus-visible {
    outline: 2px solid #74C7FA;
    outline-offset: 2px;
    border-radius: 6px
}

.lrn-prog .lp-faq-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 48px;
    border: 1.5px solid #74c7fa80;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: background .5s ease-in-out, border-color .5s ease-in-out
}

.lrn-prog .lp-faq-q:hover .lp-faq-icon {
    background: #8A0E3E;
    border-color: #8A0E3E
}

.lrn-prog .lp-faq-icon svg {
    display: block
}

.lrn-prog .lp-faq-a {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    padding-bottom: 24px;
    max-width: 560px
}

.lrn-prog .lp-deco-divider {
    width: 64px;
    height: 2px;
    background: linear-gradient(90deg, #74C7FA 0%, transparent 100%);
    border-radius: 32px;
    margin: 32px 0
}

@media (max-width: 960px) {
    .lrn-prog .lp-banner-frame {
        padding: 32px
    }

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

    .lrn-prog .lp-stat-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .lrn-prog .lp-modules-split {
        grid-template-columns: 1fr
    }

    .lrn-prog .lp-modules-aside {
        position: static
    }

    .lrn-prog .lp-modules-img {
        aspect-ratio: 16/5
    }

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

    .lrn-prog .lp-faq-cols {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .lrn-prog .lp-metrics-head {
        flex-direction: column;
        gap: 16px
    }
}

@media (max-width: 600px) {
    .lrn-prog .lp-banner {
        padding: 32px 16px
    }

    .lrn-prog .lp-banner-frame {
        padding: 24px 16px
    }

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

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

    .lrn-prog .lp-metrics-inner,
    .lrn-prog .lp-people-inner {
        padding: 0 16px
    }

    .lrn-prog .lp-faq-area,
    .lrn-prog .lp-modules-area {
        padding-left: 16px;
        padding-right: 16px
    }

    .lrn-prog .lp-module-body {
        padding-left: 16px
    }
}

.prm {
    overflow-x: hidden
}

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

.prm .lead-band {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 64px
}

.prm .lead-band .lead-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px
}

.prm .lead-band .lead-text-col {
    flex: 1 1 0;
    min-width: 0
}

.prm .lead-band .lead-tag {
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8A0E3E;
    border: 2px solid #8A0E3E;
    border-radius: 6px;
    padding: 4px 16px;
    margin-bottom: 32px
}

.prm .lead-band .lead-h1 {
    font-size: 62px;
    line-height: 1.2;
    color: #1b1b2e;
    margin: 0 0 32px;
    font-weight: 700
}

.prm .lead-band .lead-h1 .grad-word {
    background: linear-gradient(112deg, #74C7FA, #F5FC8E 80%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.prm .lead-band .lead-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #2d2d3a;
    margin: 0 0 32px;
    max-width: 520px
}

.prm .lead-band .lead-cta-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.prm .lead-band .btn-primary-lead {
    font-size: 15px;
    line-height: 1.2;
    color: #8A0E3E;
    background: transparent;
    border: 3px solid #8A0E3E;
    border-radius: 10px;
    padding: 16px 32px;
    cursor: pointer;
    transition: background .55s ease-in-out, color .55s ease-in-out;
    text-decoration: none;
    display: inline-block
}

.prm .lead-band .btn-primary-lead:hover {
    background: #8A0E3E;
    color: #fff
}

.prm .lead-band .btn-primary-lead:active {
    transform: scale(0.97)
}

.prm .lead-band .btn-secondary-lead {
    font-size: 15px;
    line-height: 1.2;
    color: #2d2d3a;
    background: transparent;
    border: 2px solid #d0d0d8;
    border-radius: 10px;
    padding: 16px 32px;
    cursor: pointer;
    transition: border-color .5s ease-in-out, color .5s ease-in-out;
    text-decoration: none;
    display: inline-block
}

.prm .lead-band .btn-secondary-lead:hover {
    border-color: #74C7FA;
    color: #1b1b2e
}

.prm .lead-band .btn-secondary-lead:active {
    transform: scale(0.97)
}

.prm .lead-band .lead-img-col {
    flex: 0 0 360px;
    width: 360px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 48px 0 #74c7fa21
}

.prm .lead-band .lead-img-col img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    display: block
}

.prm .lead-band .lead-img-col .img-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #ffffff8c 0%, transparent 60%);
    pointer-events: none
}

.prm .approach-band {
    background: #f4f7fb;
    padding: 96px 0 64px
}

.prm .approach-band .ap-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.prm .approach-band .ap-left {
    flex: 0 0 420px;
    width: 420px
}

.prm .approach-band .ap-right {
    flex: 1 1 0;
    min-width: 0
}

.prm .approach-band .ap-label {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #74C7FA;
    margin-bottom: 16px;
    display: block
}

.prm .approach-band .ap-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 600;
    margin: 0 0 32px
}

.prm .approach-band .ap-img-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px 0 #74c7fa1c;
    position: relative
}

.prm .approach-band .ap-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .approach-band .ap-img-wrap:hover img {
    transform: scale(1.04)
}

.prm .approach-band .ap-img-wrap .color-wash {
    position: absolute;
    inset: 0;
    background: #74c7fa59;
    opacity: 0;
    transition: opacity .55s ease-in-out;
    pointer-events: none
}

.prm .approach-band .ap-img-wrap:hover .color-wash {
    opacity: 1
}

.prm .approach-band .ap-para {
    font-size: 15px;
    line-height: 1.7;
    color: #2d2d3a;
    margin: 0 0 16px
}

.prm .approach-band .info-card {
    border: 2px solid #e2e8f0;
    border-radius: 18px;
    padding: 32px;
    background: #fff;
    box-shadow: 0 3px 4px 0 #74c7fa0d;
    margin-top: 32px
}

.prm .approach-band .info-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: baseline;
    padding: 8px 0;
    border-bottom: 1px solid #edf0f5
}

.prm .approach-band .info-row:last-child {
    border-bottom: none
}

.prm .approach-band .info-label {
    font-size: 13px;
    line-height: 1.2;
    color: #8A0E3E;
    letter-spacing: .07em;
    text-transform: uppercase;
    flex: 0 0 140px
}

.prm .approach-band .info-val {
    font-size: 15px;
    line-height: 1.7;
    color: #1b1b2e;
    flex: 1 1 0
}

.prm .environ-band {
    background: #74C7FA;
    padding: 64px 0;
    position: relative
}

.prm .environ-band .vignette-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    animation: vignette-breathe 5s ease-in-out infinite alternate;
    background: radial-gradient(ellipse at 50% 50%, transparent 55%, #1a283c2e 100%)
}

@keyframes vignette-breathe {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.prm .environ-band .env-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative
}

.prm .environ-band .env-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0 0 16px
}

.prm .environ-band .env-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #1b1b2e;
    text-align: center;
    max-width: 560px;
    margin: 0 auto 64px
}

.prm .environ-band .env-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.prm .environ-band .env-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 6px 20px 0 #8a0e3e1c
}

.prm .environ-band .env-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px
}

.prm .environ-band .env-card-h {
    font-size: 18px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 600;
    margin: 0 0 8px
}

.prm .environ-band .env-card-p {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.prm .distinct-band {
    background: #fff;
    padding: 96px 0
}

.prm .distinct-band .dist-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: center
}

.prm .distinct-band .dist-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 600;
    margin: 0 0 32px
}

.prm .distinct-band .dist-h2 .grad-word {
    background: linear-gradient(112deg, #8A0E3E, #F5FC8E 80%, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.prm .distinct-band .dist-para {
    font-size: 15px;
    line-height: 1.7;
    color: #2d2d3a;
    margin: 0 0 16px
}

.prm .distinct-band .dist-metrics {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    margin-top: 64px;
    flex-wrap: wrap
}

.prm .distinct-band .metric-item {
    flex: 0 0 auto;
    text-align: center
}

.prm .distinct-band .metric-num {
    font-size: 62px;
    line-height: 1.2;
    color: #8A0E3E;
    font-weight: 700;
    display: block
}

.prm .distinct-band .metric-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #5a5a6e;
    letter-spacing: .06em;
    text-transform: uppercase;
    display: block;
    margin-top: 4px
}

.prm .distinct-band .dist-img-wrap {
    margin-top: 64px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 48px 0 #74c7fa21;
    position: relative
}

.prm .distinct-band .dist-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .distinct-band .dist-img-wrap:hover img {
    transform: scale(1.03)
}

.prm .distinct-band .dist-img-wrap .color-wash {
    position: absolute;
    inset: 0;
    background: #8a0e3e4d;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    pointer-events: none
}

.prm .distinct-band .dist-img-wrap:hover .color-wash {
    opacity: 1
}

.prm .avail-band {
    background: #1b1b2e;
    padding: 64px 0 96px
}

.prm .avail-band .avl-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.prm .avail-band .avl-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 64px;
    margin-bottom: 64px
}

.prm .avail-band .avl-top-text {
    flex: 1 1 0
}

.prm .avail-band .avl-label {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #F5FC8E;
    margin-bottom: 16px;
    display: block
}

.prm .avail-band .avl-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.prm .avail-band .avl-note {
    font-size: 15px;
    line-height: 1.7;
    color: #a0a0b8;
    flex: 0 0 320px;
    margin: 0
}

.prm .avail-band .avl-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.prm .avail-band .avl-item {
    border: 2px solid #74c7fa38;
    border-radius: 18px;
    padding: 32px;
    position: relative;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out
}

.prm .avail-band .avl-item:hover {
    border-color: #74C7FA;
    box-shadow: 0 6px 20px 0 #74c7fa1c
}

.prm .avail-band .avl-item-tag {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #74C7FA;
    margin-bottom: 8px;
    display: block
}

.prm .avail-band .avl-item-h {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin: 0 0 8px
}

.prm .avail-band .avl-item-p {
    font-size: 15px;
    line-height: 1.7;
    color: #a0a0b8;
    margin: 0
}

.prm .avail-band .avl-item .avl-accent {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 32px;
    height: 32px;
    border-radius: 48px;
    background: #74c7fa1f;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.prm .avail-band .avl-item .avl-accent svg {
    width: 16px;
    height: 16px
}

.prm .people-band {
    background: #f4f7fb;
    padding: 96px 0 64px
}

.prm .people-band .ppl-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.prm .people-band .ppl-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 600;
    margin: 0 0 64px;
    max-width: 480px
}

.prm .people-band .ppl-layout {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.prm .people-band .ppl-portrait-col {
    flex: 0 0 220px
}

.prm .people-band .ppl-portrait-wrap {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 6px 20px 0 #8a0e3e1c;
    margin-bottom: 16px;
    position: relative
}

.prm .people-band .ppl-portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prm .people-band .ppl-portrait-wrap:hover img {
    transform: scale(1.06)
}

.prm .people-band .ppl-portrait-wrap .color-wash {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #74c7fa59;
    opacity: 0;
    transition: opacity .55s ease-in-out;
    pointer-events: none
}

.prm .people-band .ppl-portrait-wrap:hover .color-wash {
    opacity: 1
}

.prm .people-band .ppl-name {
    font-size: 15px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 600;
    margin: 0 0 4px
}

.prm .people-band .ppl-role {
    font-size: 13px;
    line-height: 1.2;
    color: #8A0E3E;
    letter-spacing: .06em;
    text-transform: uppercase
}

.prm .people-band .ppl-quotes-col {
    flex: 1 1 0;
    min-width: 0
}

.prm .people-band .ppl-quote {
    border-radius: 18px;
    background: #fff;
    padding: 32px;
    box-shadow: 0 3px 4px 0 #74c7fa0d;
    margin-bottom: 32px
}

.prm .people-band .ppl-quote:last-child {
    margin-bottom: 0
}

.prm .people-band .ppl-quote-text {
    font-size: 15px;
    line-height: 1.7;
    color: #2d2d3a;
    margin: 0 0 16px
}

.prm .people-band .ppl-quote-attr {
    font-size: 13px;
    line-height: 1.2;
    color: #8A0E3E;
    letter-spacing: .06em;
    text-transform: uppercase
}

.prm .environ-band .geo-shape {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 320px;
    height: 320px;
    border-radius: 48px;
    background: #f5fc8e1f;
    transform: rotate(22deg);
    pointer-events: none
}

@media (max-width: 900px) {
    .prm .lead-band .lead-inner {
        flex-direction: column;
        gap: 32px
    }

    .prm .lead-band .lead-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .prm .lead-band .lead-img-col img {
        height: 300px
    }

    .prm .lead-band .lead-h1 {
        font-size: 32px
    }

    .prm .approach-band .ap-inner {
        flex-direction: column;
        gap: 32px
    }

    .prm .approach-band .ap-left {
        flex: 0 0 auto;
        width: 100%
    }

    .prm .environ-band .env-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .prm .avail-band .avl-list {
        grid-template-columns: 1fr
    }

    .prm .avail-band .avl-top {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start
    }

    .prm .avail-band .avl-note {
        flex: 0 0 auto
    }

    .prm .people-band .ppl-layout {
        flex-direction: column;
        gap: 32px
    }

    .prm .distinct-band .dist-metrics {
        gap: 16px
    }
}

@media (max-width: 600px) {
    .prm .lead-band {
        padding-top: 64px;
        padding-bottom: 32px
    }

    .prm .lead-band .lead-cta-row {
        flex-direction: column;
        align-items: flex-start
    }

    .prm .environ-band .env-grid {
        grid-template-columns: 1fr
    }

    .prm .distinct-band .dist-metrics {
        flex-direction: column;
        align-items: center
    }
}

.success-page-wrap {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 32px;
    background: #fff
}

.success-page-wrap .success-inner {
    max-width: 560px;
    width: 100%;
    text-align: center
}

.success-page-wrap .success-icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 32px;
    border-radius: 18px;
    background: #F5FC8E;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px 0 #74c7fa1c
}

.success-page-wrap .success-icon-wrap svg {
    display: block
}

.success-page-wrap .success-heading {
    font-size: 32px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 700;
    margin: 0 0 16px
}

.success-page-wrap .success-heading span {
    background: linear-gradient(112deg, #74C7FA, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.success-page-wrap .success-body {
    font-size: 15px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0 0 32px
}

.success-page-wrap .success-divider {
    width: 48px;
    height: 3px;
    border-radius: 6px;
    background: #8A0E3E;
    margin: 0 auto 32px
}

.success-page-wrap .success-back-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #8A0E3E;
    text-decoration: underline;
    text-decoration-color: #8a0e3e59;
    text-underline-offset: 4px;
    border: 2px solid #8A0E3E;
    border-radius: 10px;
    padding: 16px 32px;
    transition: background-color .5s ease-in-out, color .5s ease-in-out, box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 3px 4px 0 #74c7fa0d;
    text-decoration: none
}

.success-page-wrap .success-back-link:hover {
    background-color: #8A0E3E;
    color: #fff;
    box-shadow: 0 6px 20px 0 #8a0e3e1c
}

.success-page-wrap .success-back-link:active {
    transform: scale(0.97)
}

.success-page-wrap .success-back-link:focus-visible {
    outline: 2px solid #74C7FA;
    outline-offset: 4px
}

@media (max-width: 600px) {
    .success-page-wrap {
        padding: 64px 16px
    }

    .success-page-wrap .success-heading {
        font-size: 32px
    }
}

.page-404 {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 32px;
    background-color: #fff;
    overflow: hidden
}

.page-404 .error-wrap {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.page-404 .error-code-block {
    position: relative;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.page-404 .error-digit {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    color: #2d2d2d;
    letter-spacing: -2px
}

.page-404 .error-digit-accent {
    font-size: 62px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -2px;
    background: linear-gradient(112deg, #F5FC8E, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #F5FC8E
}

.page-404 .error-icon-shape {
    width: 56px;
    height: 56px;
    flex-shrink: 0
}

.page-404 .error-heading {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 16px;
    max-width: 560px
}

.page-404 .error-description {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
    max-width: 480px;
    margin-bottom: 64px
}

.page-404 .error-divider {
    width: 48px;
    height: 3px;
    background-color: #74C7FA;
    border-radius: 6px;
    margin: 0 auto 32px
}

.page-404 .error-nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 64px
}

.page-404 .error-btn-primary {
    display: inline-block;
    padding: 16px 32px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: #8A0E3E;
    background-color: transparent;
    border: 2px solid #8A0E3E;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color .5s ease-in-out, color .5s ease-in-out;
    box-shadow: 0 3px 4px 0 #74c7fa0d;
    cursor: pointer
}

.page-404 .error-btn-primary:hover,
.page-404 .error-btn-primary:focus {
    background-color: #8A0E3E;
    color: #fff;
    outline: none
}

.page-404 .error-btn-primary:active {
    transform: scale(0.97)
}

.page-404 .error-btn-secondary {
    display: inline-block;
    padding: 16px 32px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: #2d2d2d;
    background-color: transparent;
    border: 2px solid #74C7FA;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 3px 4px 0 #74c7fa0d;
    cursor: pointer
}

.page-404 .error-btn-secondary:hover,
.page-404 .error-btn-secondary:focus {
    background-color: #74C7FA;
    color: #fff;
    outline: none
}

.page-404 .error-btn-secondary:active {
    transform: scale(0.97)
}

.page-404 .error-suggestion-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    max-width: 720px
}

.page-404 .error-suggestion-label {
    font-size: 13px;
    line-height: 1.7;
    color: #4a4a4a;
    width: 100%;
    text-align: center;
    margin-bottom: 8px
}

.page-404 .error-suggestion-link {
    font-size: 13px;
    line-height: 1.2;
    color: #8A0E3E;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #8a0e3e59;
    transition: text-decoration-color .55s ease-in-out;
    white-space: nowrap
}

.page-404 .error-suggestion-link:hover {
    text-decoration-color: #8A0E3E
}

.page-404 .error-deco {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 4px;
    margin: 0 auto 64px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 2px 0 #74c7fa14
}

.page-404 .error-deco-fill {
    width: 40%;
    height: 100%;
    border-radius: 6px;
    background-color: #F5FC8E
}