@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu-mono@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/ubuntu-mono@latest/700.css";

html {
    box-sizing: border-box
}

body {
    margin: 0;
    scrollbar-gutter: stable;
    min-height: 100vh;
    font-family: 'Ubuntu Mono', 'Courier New', monospace;
    font-size: 17px;
    line-height: 1.5;
    color: #192C3D;
    background-color: #fff
}

.utility-bar {
    background-color: #192C3D;
    border-bottom: 1px solid #02A8D1
}

.utility-bar-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.utility-contact-group {
    display: flex;
    align-items: center;
    gap: 32px
}

.utility-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #DCF3F4;
    font-size: 14px;
    line-height: 1.3;
    transition: color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.utility-contact-item:hover,
.utility-contact-item:focus {
    color: #02A8D1;
    background-color: transparent;
    outline: none
}

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

.utility-proof {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.3;
    color: #DCF3F4
}

.utility-proof-badge {
    background-color: #02A8D1;
    color: #192C3D;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 6px;
    white-space: nowrap
}

.site-header {
    background: linear-gradient(160deg, #DCF3F4 0%, #fff 60%);
    border-bottom: 2px solid #DCF3F4;
    position: relative
}

.header-main-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 32px 0;
    display: flex;
    align-items: flex-end;
    gap: 64px
}

.brand-box {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    padding-bottom: 32px
}

.brand-logo-ring {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 1px 2px 5px 1px #02a8d10d 1px 4px 18px 1px #02a8d117 0 0 0 2px #02A8D1;
    flex-shrink: 0
}

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

.brand-name-text {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    color: #192C3D;
    white-space: nowrap
}

.brand-name-text span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #02A8D1;
    line-height: 1.3
}

.primary-menu {
    display: flex;
    align-items: flex-end;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.primary-menu li {
    display: flex
}

.primary-menu-link {
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    color: #192C3D;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color .5s ease, border-color .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap
}

.primary-menu-link:hover,
.primary-menu-link:focus {
    color: #02A8D1;
    border-bottom-color: #02A8D1;
    background-color: #02a8d10d;
    outline: none
}

.primary-menu-link.active {
    color: #02A8D1;
    border-bottom-color: #02A8D1;
    font-weight: 700
}

.footer-element {
    background-color: #192C3D;
    border-top: 2px solid #02A8D1
}

.footer-top-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 32px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px
}

.footer-group-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #02A8D1;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #02a8d140
}

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

.footer-link-list li {
    display: flex
}

.footer-link {
    font-size: 17px;
    line-height: 1.5;
    color: #DCF3F4;
    text-decoration: none;
    transition: color .55s ease
}

.footer-link:hover,
.footer-link:focus {
    color: #02A8D1;
    background-color: transparent;
    outline: none
}

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

.footer-contact-entry {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.footer-contact-entry svg {
    flex-shrink: 0;
    margin-top: 2px
}

.footer-contact-entry a {
    font-size: 17px;
    line-height: 1.5;
    color: #DCF3F4;
    text-decoration: none;
    transition: color .55s ease
}

.footer-contact-entry a:hover,
.footer-contact-entry a:focus {
    color: #02A8D1;
    outline: none
}

.footer-contact-entry p {
    font-size: 17px;
    line-height: 1.5;
    color: #DCF3F4;
    margin: 0
}

.footer-divider {
    max-width: 1100px;
    margin: 0 auto;
    border: none;
    border-top: 1px solid #dcf3f426
}

.footer-brand-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.footer-logo-ring {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #192C3D;
    box-shadow: 1px 2px 5px 1px #02a8d10d 1px 4px 18px 1px #02a8d117 0 0 0 2px #02a8d166
}

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

.footer-copyright {
    font-size: 14px;
    line-height: 1.5;
    color: #dcf3f499;
    text-align: center;
    margin: 0
}

.footer-policy-row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px 32px;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap
}

.footer-policy-link {
    font-size: 14px;
    line-height: 1.5;
    color: #dcf3f480;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .6s ease
}

.footer-policy-link:hover,
.footer-policy-link:focus {
    color: #02A8D1;
    outline: none
}

.consent-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #192C3D;
    border-bottom: 2px solid #02A8D1;
    z-index: 1500;
    display: none
}

.consent-bar-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap
}

.consent-text-area {
    flex: 1;
    min-width: 280px
}

.consent-description {
    font-size: 14px;
    line-height: 1.5;
    color: #DCF3F4;
    margin: 0 0 8px
}

.consent-description a {
    color: #02A8D1;
    text-decoration: underline;
    text-underline-offset: 2px
}

.consent-description a:hover,
.consent-description a:focus {
    color: #DCF3F4;
    outline: none
}

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

.consent-uses li {
    font-size: 14px;
    line-height: 1.3;
    color: #dcf3f4bf;
    display: flex;
    align-items: center;
    gap: 8px
}

.consent-uses li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #02A8D1;
    flex-shrink: 0
}

.consent-headline {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #DCF3F4;
    margin: 0 0 8px
}

.consent-toggle-panel {
    display: none;
    margin-top: 16px;
    padding: 16px;
    background-color: #02a8d114;
    border-radius: 12px;
    border: 1px solid #02a8d133
}

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

.consent-toggle-label {
    font-size: 14px;
    line-height: 1.3;
    color: #DCF3F4
}

.consent-switch {
    position: relative;
    width: 44px;
    height: 24px;
    flex-shrink: 0
}

.consent-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.consent-switch-track {
    position: absolute;
    inset: 0;
    background-color: #dcf3f433;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color .55s ease
}

.consent-switch-track::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background-color: #DCF3F4;
    border-radius: 20px;
    transition: transform .55s ease
}

.consent-switch input:checked+.consent-switch-track {
    background-color: #02A8D1
}

.consent-switch input:checked+.consent-switch-track::after {
    transform: translateX(20px)
}

.consent-switch input:focus+.consent-switch-track {
    background-color: #02a8d180
}

.consent-action-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0
}

.consent-btn-accept {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: #192C3D;
    background-color: #02A8D1;
    border: none;
    border-radius: 6px;
    padding: 16px 32px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .6s ease, color .6s ease;
    white-space: nowrap
}

.consent-btn-accept:hover,
.consent-btn-accept:focus {
    background-color: #DCF3F4;
    color: #192C3D;
    outline: none
}

.consent-btn-deny {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #dcf3f499;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 8px 0;
    transition: color .55s ease
}

.consent-btn-deny:hover,
.consent-btn-deny:focus {
    color: #DCF3F4;
    outline: none
}

.consent-btn-manage {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #dcf3f480;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 8px 0;
    transition: color .55s ease
}

.consent-btn-manage:hover,
.consent-btn-manage:focus {
    color: #02A8D1;
    outline: none
}

@media (max-width: 768px) {
    .utility-bar-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 8px 16px
    }

    .utility-contact-group {
        flex-wrap: wrap;
        gap: 16px
    }

    .header-main-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 32px 16px 0
    }

    .brand-box {
        padding-bottom: 0
    }

    .primary-menu {
        width: 100%
    }

    .primary-menu-link {
        font-size: 14px;
        padding: 16px 8px
    }

    .footer-top-box {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px 16px
    }

    .footer-policy-row {
        gap: 16px;
        padding: 0 16px 32px
    }

    .consent-bar-box {
        flex-direction: column;
        padding: 16px
    }

    .consent-action-area {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap
    }
}

.legal-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 32px;
    color: #192C3D
}

.legal-body h1 {
    font-size: 54px;
    line-height: 1.1;
    color: #192C3D;
    margin-bottom: 32px;
    margin-top: 0
}

.legal-body h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    margin-top: 64px;
    margin-bottom: 16px
}

.legal-body h3 {
    font-size: 21px;
    line-height: 1.3;
    color: #192C3D;
    margin-top: 32px;
    margin-bottom: 16px
}

.legal-body h4 {
    font-size: 17px;
    line-height: 1.5;
    color: #192C3D;
    margin-top: 32px;
    margin-bottom: 8px
}

.legal-body h5 {
    font-size: 14px;
    line-height: 1.5;
    color: #02A8D1;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.legal-body h6 {
    font-size: 14px;
    line-height: 1.5;
    color: #192C3D;
    margin-top: 16px;
    margin-bottom: 8px
}

.legal-body p {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    margin-top: 0;
    margin-bottom: 16px
}

.legal-body ul,
.legal-body ol {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 32px
}

.legal-body ul {
    list-style-type: disc
}

.legal-body ol {
    list-style-type: decimal
}

.legal-body li {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D
}

.legal-body li::marker {
    color: #02A8D1
}

.legal-body ul ul,
.legal-body ol ol,
.legal-body ul ol,
.legal-body ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.legal-body strong,
.legal-body b {
    font-weight: 700;
    color: #192C3D
}

.legal-body table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 1.5;
    box-shadow: 1px 4px 18px 1px #02a8d117;
    border-radius: 12px;
    overflow: hidden
}

.legal-body thead {
    background-color: #192C3D
}

.legal-body thead th {
    color: #DCF3F4;
    font-size: 14px;
    line-height: 1.5;
    padding: 16px;
    text-align: left;
    font-weight: 700
}

.legal-body tbody tr {
    border-bottom: 1px solid #DCF3F4;
    transition: background-color .5s ease
}

.legal-body tbody tr:last-child {
    border-bottom: none
}

.legal-body tbody tr:hover {
    background-color: #DCF3F4
}

.legal-body td {
    padding: 16px;
    color: #192C3D;
    font-size: 17px;
    line-height: 1.5;
    vertical-align: top
}

.legal-body th {
    padding: 16px;
    text-align: left;
    vertical-align: middle
}

@media (max-width: 768px) {
    .legal-body {
        padding: 32px 16px
    }

    .legal-body h1 {
        font-size: 28px
    }

    .legal-body h2 {
        font-size: 21px;
        margin-top: 32px
    }

    .legal-body table {
        display: block;
        overflow-x: auto
    }
}

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

.news-detail .reading-bar {
    position: sticky;
    top: 0;
    height: 3px;
    background: #DCF3F4;
    z-index: 100
}

.news-detail .reading-bar-fill {
    height: 100%;
    width: 0;
    background: #02A8D1;
    transition: width .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.news-detail .article-banner {
    background: linear-gradient(135deg, #192C3D 50%, #02A8D1 50%);
    padding: 64px 32px;
    position: relative;
    overflow: hidden
}

.news-detail .article-banner::before {
    content: '';
    position: absolute;
    top: -40px;
    right: 120px;
    width: 90px;
    height: 90px;
    background: #dcf3f412;
    transform: rotate(45deg);
    pointer-events: none
}

.news-detail .article-banner::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 60px;
    width: 50px;
    height: 50px;
    background: #02a8d11f;
    transform: rotate(45deg);
    pointer-events: none
}

.news-detail .banner-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.news-detail .category-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #02a8d12e;
    border: 1px solid #02a8d166;
    border-radius: 6px;
    padding: 8px 16px;
    width: fit-content
}

.news-detail .category-badge span {
    font-size: 14px;
    color: #DCF3F4;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase
}

.news-detail .banner-heading {
    font-size: 54px;
    line-height: 1.1;
    color: #fff;
    font-weight: 800;
    max-width: 820px
}

.news-detail .banner-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap
}

.news-detail .meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #DCF3F4;
    line-height: 1.5
}

.news-detail .meta-icon {
    flex-shrink: 0
}

.news-detail .error-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid #dcf3f44d;
    border-radius: 6px;
    padding: 8px 16px;
    color: #DCF3F4;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-left: auto
}

.news-detail .error-link:hover {
    background: #dcf3f41a;
    border-color: #dcf3f499
}

.news-detail .error-link svg {
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.news-detail .error-link:hover svg {
    transform: translateX(4px)
}

.news-detail .article-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 32px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 64px;
    align-items: start
}

.news-detail .article-image-wrap {
    margin-bottom: 32px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 8px 48px 1px #02a8d11f
}

.news-detail .article-image-wrap img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 380px
}

.news-detail .article-text {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D
}

.news-detail .article-text p {
    margin-bottom: 16px
}

.news-detail .article-text p:first-child {
    font-size: 21px;
    line-height: 1.5;
    color: #192C3D;
    margin-bottom: 32px
}

.news-detail .article-text h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px
}

.news-detail .article-text h4 {
    font-size: 21px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px
}

.news-detail .article-text strong {
    color: #192C3D;
    font-weight: 700
}

.news-detail .article-text code {
    background: #DCF3F4;
    color: #192C3D;
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 6px;
    font-family: monospace
}

.news-detail .article-text blockquote {
    border-left: 4px solid #02A8D1;
    border-top: 1px solid #02a8d133;
    border-bottom: 1px solid #02a8d133;
    background: #DCF3F4;
    padding: 16px 32px;
    margin: 32px 0;
    border-radius: 0 12px 12px 0;
    font-size: 21px;
    line-height: 1.5;
    color: #192C3D;
    font-style: italic
}

.news-detail .article-text ol {
    padding-left: 32px;
    margin-bottom: 16px
}

.news-detail .article-text li {
    margin-bottom: 8px;
    line-height: 1.7
}

.news-detail .article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 32px
}

.news-detail .sidebar-card {
    background: #DCF3F4;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 1px 4px 18px 1px #192c3d17
}

.news-detail .sidebar-card-label {
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 16px
}

.news-detail .sidebar-card-heading {
    font-size: 21px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 700;
    margin-bottom: 16px
}

.news-detail .sidebar-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #192C3D;
    margin-bottom: 16px
}

.news-detail .sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #02A8D1;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.news-detail .sidebar-link:hover {
    background: #192C3D
}

.news-detail .sidebar-link svg {
    transition: transform .5s ease
}

.news-detail .sidebar-link:hover svg {
    transform: translateX(4px)
}

.news-detail .nav-links-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.news-detail .nav-links-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #192C3D;
    text-decoration: none;
    padding: 8px;
    border-radius: 6px;
    transition: background .6s ease, color .6s ease
}

.news-detail .nav-links-list a:hover {
    background: #02a8d11f;
    color: #02A8D1
}

.news-detail .diamond-accent {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 40px;
    height: 40px;
    background: #02A8D1;
    transform: rotate(45deg);
    border-radius: 6px;
    opacity: .15;
    pointer-events: none
}

.news-detail .sidebar-card {
    position: relative;
    overflow: hidden
}

.news-detail .expand-reveal {
    overflow: hidden
}

.news-detail .expand-reveal-inner {
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #02a8d114;
    border-radius: 6px;
    padding: 16px
}

.news-detail .sidebar-card:hover .expand-reveal-inner {
    transform: scaleX(1)
}

.news-detail .topic-footer {
    background: linear-gradient(170deg, #192C3D 60%, #02A8D1 60%);
    padding: 64px 32px
}

.news-detail .topic-footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px
}

.news-detail .topic-footer-text {
    flex: 1
}

.news-detail .topic-footer-text h3 {
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px
}

.news-detail .topic-footer-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #DCF3F4;
    margin-bottom: 32px
}

.news-detail .topic-footer-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.news-detail .primary-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #02A8D1;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s ease;
    box-shadow: 1px 4px 18px 1px #02a8d117
}

.news-detail .primary-action:hover {
    background: #DCF3F4;
    color: #192C3D;
    box-shadow: 1px 8px 48px 1px #02a8d11f
}

.news-detail .primary-action svg {
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.news-detail .primary-action:hover svg {
    transform: translateX(4px)
}

.news-detail .secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: transparent;
    border: 1px solid #dcf3f44d;
    border-radius: 12px;
    text-decoration: none;
    transition: background .6s ease, border-color .6s ease
}

.news-detail .secondary-action:hover {
    background: #dcf3f41a;
    border-color: #dcf3f499
}

.news-detail .topic-footer-stat {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0
}

.news-detail .stat-block {
    background: #ffffff12;
    border: 1px solid #dcf3f426;
    border-radius: 12px;
    padding: 16px 32px;
    text-align: center
}

.news-detail .stat-number {
    font-size: 54px;
    line-height: 1.1;
    color: #02A8D1;
    font-weight: 800;
    display: block
}

.news-detail .stat-label {
    font-size: 14px;
    line-height: 1.3;
    color: #DCF3F4;
    display: block
}

.news-detail .divider-band {
    height: 8px;
    background: linear-gradient(90deg, #02A8D1 50%, transparent 50%)
}

@keyframes fadeReveal {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

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

.news-detail .article-banner {
    animation: fadeReveal .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.news-detail .article-body {
    animation: fadeReveal .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}

@media (max-width: 900px) {
    .news-detail .article-body {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px 16px
    }

    .news-detail .article-sidebar {
        position: static
    }

    .news-detail .banner-heading {
        font-size: 28px
    }

    .news-detail .article-banner {
        padding: 32px 16px
    }

    .news-detail .topic-footer-inner {
        flex-direction: column;
        gap: 32px
    }

    .news-detail .topic-footer {
        padding: 32px 16px
    }

    .news-detail .banner-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .news-detail .error-link {
        margin-left: 0
    }
}

@media print {

    .news-detail .reading-bar,
    .news-detail .article-banner::before,
    .news-detail .article-banner::after,
    .news-detail .diamond-accent,
    .news-detail .expand-reveal-inner,
    .news-detail .topic-footer-stat,
    .news-detail .sidebar-card,
    .news-detail .divider-band,
    .news-detail .topic-footer,
    .news-detail .error-link,
    .news-detail .category-badge {
        display: none !important
    }

    .news-detail .article-body {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 0
    }

    .news-detail .article-banner {
        background: #fff;
        padding: 0 0 16px;
        animation: none
    }

    .news-detail .banner-heading {
        color: #000;
        font-size: 28px
    }

    .news-detail .meta-item {
        color: #333
    }

    .news-detail .article-text {
        color: #000
    }

    .news-detail .article-text h2,
    .news-detail .article-text h4 {
        color: #000
    }

    .news-detail .article-image-wrap {
        box-shadow: none
    }
}

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

.contact-us .reach-strip {
    padding: 64px 0 32px;
    position: relative
}

.contact-us .reach-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #DCF3F4 50%, #fff 50%);
    z-index: 0
}

.contact-us .reach-strip .strip-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 32px;
    align-items: start
}

.contact-us .reach-strip .math-anchor {
    position: absolute;
    top: -16px;
    right: 32px;
    font-size: 220px;
    line-height: 1.1;
    color: #02A8D1;
    opacity: .05;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    font-weight: 700
}

.contact-us .reach-strip .side-info {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.contact-us .reach-strip .info-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 1px 4px 18px 1px #02a8d117;
    border-top: 3px solid #02A8D1;
    border-right: 1px solid #DCF3F4;
    border-bottom: 1px solid #DCF3F4;
    border-left: 1px solid #DCF3F4
}

.contact-us .reach-strip .info-card .card-label {
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.contact-us .reach-strip .info-card .card-value {
    font-size: 17px;
    line-height: 1.5;
    color: #192C3D;
    font-weight: 500
}

.contact-us .reach-strip .info-card .card-value a {
    color: #192C3D;
    text-decoration: none;
    border-bottom: 1px solid #DCF3F4;
    transition: border-color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us .reach-strip .info-card .card-value a:hover {
    color: #02A8D1;
    border-bottom-color: #02A8D1
}

.contact-us .reach-strip .center-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1
}

.contact-us .reach-strip .center-column .page-heading-group {
    position: relative;
    padding-left: 16px
}

.contact-us .reach-strip .center-column .page-heading-group::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #02A8D1 50%, #DCF3F4 50%);
    border-radius: 6px
}

.contact-us .reach-strip .center-column .page-heading-group h1 {
    font-size: 54px;
    line-height: 1.1;
    color: #192C3D;
    font-weight: 700;
    margin: 0 0 16px
}

.contact-us .reach-strip .center-column .page-heading-group p {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    margin: 0;
    opacity: .75
}

.contact-us .reach-strip .right-info {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.contact-us .reach-strip .chart-card {
    background: #192C3D;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 1px 8px 48px 1px #192c3d1f;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.contact-us .reach-strip .chart-card .chart-title {
    font-size: 14px;
    line-height: 1.3;
    color: #DCF3F4;
    font-weight: 600;
    text-align: center
}

.contact-us .reach-strip .chart-card svg {
    display: block
}

.contact-us .reach-strip .chart-card .chart-legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.contact-us .reach-strip .chart-card .legend-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.3;
    color: #DCF3F4
}

.contact-us .reach-strip .chart-card .legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    flex-shrink: 0
}

.contact-us .reach-strip .hours-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 1px 2px 5px 1px #02a8d10d;
    border: 1px solid #DCF3F4;
    border-bottom: 3px solid #02A8D1
}

.contact-us .reach-strip .hours-card .card-label {
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px
}

.contact-us .reach-strip .hours-card .hours-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dotted #DCF3F4;
    font-size: 14px;
    line-height: 1.5;
    color: #192C3D
}

.contact-us .reach-strip .hours-card .hours-row:last-child {
    border-bottom: none
}

.contact-us .reach-strip .hours-card .hours-row .day {
    font-weight: 500
}

.contact-us .reach-strip .hours-card .hours-row .time {
    color: #02A8D1;
    font-weight: 600
}

.contact-us .form-block {
    padding: 64px 0 96px;
    background: #fff;
    position: relative
}

.contact-us .form-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1.5' fill='%2302A8D1' opacity='0.08'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 0
}

.contact-us .form-block .form-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 64px;
    align-items: start
}

.contact-us .form-block .form-aside {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.contact-us .form-block .form-aside .aside-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 700;
    margin: 0
}

.contact-us .form-block .form-aside .aside-text {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    opacity: .75;
    margin: 0
}

.contact-us .form-block .form-aside .feature-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.contact-us .form-block .form-aside .feature-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 17px;
    line-height: 1.5;
    color: #192C3D
}

.contact-us .form-block .form-aside .feature-list li .feat-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #DCF3F4;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us .form-block .form-aside .feature-list li .feat-icon svg {
    display: block
}

.contact-us .form-block .form-aside .divider-dots {
    height: 1px;
    background: repeating-linear-gradient(90deg, #DCF3F4 0, #DCF3F4 4px, transparent 4px, transparent 10px);
    border: none;
    margin: 0
}

.contact-us .form-block .contact-form {
    background: #fff;
    border-radius: 20px;
    padding: 64px;
    box-shadow: 1px 8px 48px 1px #192c3d1f;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative
}

.contact-us .form-block .contact-form .form-faded-num {
    position: absolute;
    top: -16px;
    right: 32px;
    font-size: 160px;
    line-height: 1.1;
    color: #DCF3F4;
    font-weight: 700;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.contact-us .form-block .contact-form .form-title {
    font-size: 21px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1
}

.contact-us .form-block .contact-form .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: relative;
    z-index: 1
}

.contact-us .form-block .contact-form .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1
}

.contact-us .form-block .contact-form .field-group label {
    font-size: 14px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 600
}

.contact-us .form-block .contact-form .field-group input,
.contact-us .form-block .contact-form .field-group select,
.contact-us .form-block .contact-form .field-group textarea {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #DCF3F4;
    border-radius: 12px;
    font-size: 17px;
    line-height: 1.5;
    color: #192C3D;
    background: #fff;
    outline: none;
    transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none
}

.contact-us .form-block .contact-form .field-group input::placeholder,
.contact-us .form-block .contact-form .field-group textarea::placeholder {
    color: #8aa0b0
}

.contact-us .form-block .contact-form .field-group input:focus,
.contact-us .form-block .contact-form .field-group select:focus,
.contact-us .form-block .contact-form .field-group textarea:focus {
    border-color: #02A8D1;
    box-shadow: 1px 4px 18px 1px #02a8d117
}

.contact-us .form-block .contact-form .field-group select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l7 7 7-7' stroke='%23192C3D' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 48px
}

.contact-us .form-block .contact-form .field-group textarea {
    resize: vertical;
    min-height: 120px
}

.contact-us .form-block .contact-form .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    z-index: 1
}

.contact-us .form-block .contact-form .privacy-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #02A8D1;
    cursor: pointer;
    border-radius: 6px
}

.contact-us .form-block .contact-form .privacy-row .privacy-text {
    font-size: 14px;
    line-height: 1.7;
    color: #192C3D;
    opacity: .75
}

.contact-us .form-block .contact-form .privacy-row .privacy-text a {
    color: #02A8D1;
    text-decoration: none;
    border-bottom: 1px solid #02a8d14d;
    transition: border-color .6s ease, opacity .6s ease
}

.contact-us .form-block .contact-form .privacy-row .privacy-text a:hover {
    border-bottom-color: #02A8D1;
    opacity: 1
}

.contact-us .form-block .contact-form .submit-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1
}

.contact-us .form-block .contact-form .submit-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #192C3D;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background .7s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 1px 4px 18px 1px #192c3d17;
    overflow: hidden;
    position: relative
}

.contact-us .form-block .contact-form .submit-button .btn-icon {
    display: flex;
    align-items: center;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.contact-us .form-block .contact-form .submit-button:hover {
    background: #02A8D1;
    box-shadow: 1px 8px 48px 1px #02a8d11f
}

.contact-us .form-block .contact-form .submit-button:hover .btn-icon {
    transform: translateX(4px)
}

.contact-us .form-block .contact-form .submit-button:focus {
    outline: 2px solid #02A8D1;
    outline-offset: 3px
}

.contact-us .form-block .contact-form .submit-button:active {
    background: #0190b5
}

.contact-us .reach-strip .appear-items .info-card:nth-child(1) {
    animation: appear-rotate .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.contact-us .reach-strip .appear-items .info-card:nth-child(2) {
    animation: appear-rotate .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s both
}

.contact-us .reach-strip .appear-items .info-card:nth-child(3) {
    animation: appear-rotate .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s both
}

@keyframes appear-rotate {
    from {
        opacity: 0;
        transform: rotate(-4deg) translateY(16px)
    }

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

.contact-us .vignette-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    animation: vignette-breathe 5s ease-in-out infinite;
    background: radial-gradient(ellipse at center, transparent 55%, #192c3d21 100%)
}

@keyframes vignette-breathe {

    0%,
    100% {
        opacity: .6
    }

    50% {
        opacity: 1
    }
}

@media (max-width: 960px) {
    .contact-us .reach-strip .strip-inner {
        grid-template-columns: 1fr
    }

    .contact-us .reach-strip .right-info {
        flex-direction: row;
        flex-wrap: wrap
    }

    .contact-us .reach-strip .chart-card,
    .contact-us .reach-strip .hours-card {
        flex: 1 1 260px
    }

    .contact-us .form-block .form-container {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .contact-us .form-block .contact-form {
        padding: 32px
    }
}

@media (max-width: 640px) {
    .contact-us .reach-strip .center-column .page-heading-group h1 {
        font-size: 28px
    }

    .contact-us .form-block .contact-form .field-row {
        grid-template-columns: 1fr
    }

    .contact-us .reach-strip .math-anchor {
        font-size: 100px
    }
}

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

.masterclass .split-panel {
    display: flex;
    flex-direction: row;
    max-width: 100%
}

.masterclass .split-left {
    background: #192C3D;
    flex: 0 0 52%;
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative
}

.masterclass .split-right {
    background: #DCF3F4;
    flex: 1;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    position: relative
}

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

.masterclass .arrow-mark {
    width: 32px;
    height: 2px;
    background: #02A8D1;
    position: relative
}

.masterclass .arrow-mark::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 0;
    height: 0;
    border-left: 8px solid #02A8D1;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.masterclass .label-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #02a8d126;
    border: 1px solid #02A8D1;
    border-radius: 6px;
    padding: 8px 16px;
    width: fit-content
}

.masterclass .label-tag span {
    font-size: 14px;
    color: #02A8D1;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase
}

.masterclass .dot-indicator {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #02A8D1;
    flex-shrink: 0
}

.masterclass .split-left .primary-heading {
    font-size: 54px;
    line-height: 1.1;
    color: #fff;
    font-weight: 800;
    margin: 0
}

.masterclass .split-left .primary-heading em {
    color: #02A8D1;
    font-style: normal
}

.masterclass .dialogue-text {
    font-size: 17px;
    line-height: 1.7;
    color: #dcf3f4d9;
    margin: 0;
    max-width: 440px
}

.masterclass .meta-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start
}

.masterclass .meta-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.masterclass .meta-value {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #02A8D1
}

.masterclass .meta-label {
    font-size: 14px;
    line-height: 1.3;
    color: #dcf3f4b3
}

.masterclass .action-group {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.masterclass .btn-primary {
    background: #02A8D1;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease;
    box-shadow: 1px 4px 18px 1px #02a8d117
}

.masterclass .btn-primary:hover {
    background: #0190b5;
    box-shadow: 1px 8px 48px 1px #02a8d11f
}

.masterclass .btn-primary:hover .btn-icon {
    transform: translateX(4px)
}

.masterclass .btn-icon {
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center
}

.masterclass .btn-secondary-icon {
    background: transparent;
    border: 2px solid #02a8d166;
    border-radius: 12px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color .5s ease, background .6s ease
}

.masterclass .btn-secondary-icon:hover {
    border-color: #02A8D1;
    background: #02a8d114
}

.masterclass .btn-secondary-icon:hover svg {
    transform: translateX(3px)
}

.masterclass .btn-secondary-icon svg {
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.masterclass .image-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.masterclass .image-frame img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: grayscale(40%) contrast(1.05);
    border-radius: 20px;
    box-shadow: 1px 8px 48px 1px #192c3d1f;
    transition: filter .7s ease
}

.masterclass .image-frame:hover img {
    filter: grayscale(0%) contrast(1.0)
}

.masterclass .image-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #02a8d12e 50%, #192c3d59 50%);
    border-radius: 20px;
    pointer-events: none
}

.masterclass .circles-deco {
    position: absolute;
    top: -32px;
    right: -32px;
    pointer-events: none;
    overflow: hidden;
    width: 160px;
    height: 160px
}

.masterclass .circles-deco span {
    position: absolute;
    border-radius: 48px;
    border: 2px solid #02a8d11f
}

.masterclass .circles-deco span:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 40px;
    left: 40px
}

.masterclass .circles-deco span:nth-child(2) {
    width: 120px;
    height: 120px;
    top: 20px;
    left: 20px
}

.masterclass .circles-deco span:nth-child(3) {
    width: 160px;
    height: 160px;
    top: 0;
    left: 0
}

.masterclass .right-heading {
    font-size: 21px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 700;
    margin: 0
}

.masterclass .right-subtext {
    font-size: 17px;
    line-height: 1.5;
    color: #192C3D;
    margin: 0;
    opacity: .8
}

.masterclass .skill-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.masterclass .skill-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 1px 2px 5px 1px #192c3d0d
}

.masterclass .skill-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px
}

.masterclass .skill-text {
    font-size: 14px;
    line-height: 1.5;
    color: #192C3D;
    font-weight: 500
}

.masterclass .band-divider {
    background: #02A8D1;
    height: 6px;
    width: 100%
}

.masterclass .curriculum-area {
    background: #192C3D;
    padding: 64px 0;
    position: relative
}

.masterclass .curriculum-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(./media/review-02.jpg);
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    opacity: .06;
    pointer-events: none
}

@keyframes bg-flicker {

    0%,
    100% {
        opacity: .06
    }

    30% {
        opacity: .05
    }

    55% {
        opacity: .07
    }

    80% {
        opacity: .055
    }
}

.masterclass .curriculum-area::before {
    animation: bg-flicker 8s ease infinite
}

.masterclass .curriculum-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.masterclass .curriculum-top {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.masterclass .curriculum-text {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.masterclass .faded-number {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #02a8d11a;
    margin: 0;
    line-height: .85;
    user-select: none
}

.masterclass .curriculum-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin: 0;
    margin-top: -16px
}

.masterclass .curriculum-body {
    font-size: 17px;
    line-height: 1.7;
    color: #dcf3f4cc;
    margin: 0
}

.masterclass .curriculum-body-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.masterclass .curriculum-body-col p {
    font-size: 17px;
    line-height: 1.7;
    color: #dcf3f4bf;
    margin: 0
}

.masterclass .modules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.masterclass .module-card {
    background: #02a8d10f;
    border: 1px solid #02a8d133;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: background .6s ease, border-color .5s ease
}

.masterclass .module-card:hover {
    background: #02a8d11f;
    border-color: #02a8d173
}

.masterclass .module-number {
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em
}

.masterclass .module-title {
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.masterclass .module-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #dcf3f4b3;
    margin: 0
}

.masterclass .module-duration {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: auto
}

.masterclass .module-duration span {
    font-size: 14px;
    color: #dcf3f48c;
    line-height: 1.3
}

.masterclass .activity-panel {
    background: #192c3d99;
    border: 1px solid #02a8d126;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.masterclass .activity-heading {
    font-size: 17px;
    line-height: 1.3;
    color: #DCF3F4;
    font-weight: 600;
    margin: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #02a8d126
}

.masterclass .activity-feed {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.masterclass .feed-entry {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.masterclass .feed-icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #02a8d11f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative
}

.masterclass .feed-dot {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #02A8D1;
    border: 2px solid #192C3D
}

.masterclass .feed-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.masterclass .feed-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #dcf3f4d9;
    margin: 0
}

.masterclass .feed-time {
    font-size: 14px;
    line-height: 1.3;
    color: #dcf3f466
}

.masterclass .bottom-row {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: start
}

.masterclass .offer-card {
    background: #DCF3F4;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.masterclass .offer-label {
    font-size: 14px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    opacity: .6
}

.masterclass .offer-price {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 900;
    color: #192C3D
}

.masterclass .offer-price sup {
    font-size: 21px;
    vertical-align: super;
    font-weight: 700
}

.masterclass .offer-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #192C3D;
    opacity: .7;
    margin: 0
}

.masterclass .offer-btn {
    background: #192C3D;
    color: #DCF3F4;
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .7s ease, box-shadow .5s ease;
    box-shadow: 1px 4px 18px 1px #192c3d17
}

.masterclass .offer-btn:hover {
    background: #0d1e2b;
    box-shadow: 1px 8px 48px 1px #192c3d1f
}

.masterclass .offer-btn:hover .btn-icon {
    transform: translateX(4px)
}

@media (max-width: 900px) {
    .masterclass .split-panel {
        flex-direction: column
    }

    .masterclass .split-left,
    .masterclass .split-right {
        flex: unset;
        padding: 32px
    }

    .masterclass .curriculum-inner {
        padding: 0 32px
    }

    .masterclass .curriculum-top {
        flex-direction: column;
        gap: 32px
    }

    .masterclass .curriculum-text {
        flex: unset
    }

    .masterclass .modules-grid {
        grid-template-columns: 1fr 1fr
    }

    .masterclass .bottom-row {
        grid-template-columns: 1fr
    }

    .masterclass .skill-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {
    .masterclass .split-left .primary-heading {
        font-size: 28px
    }

    .masterclass .modules-grid {
        grid-template-columns: 1fr
    }

    .masterclass .meta-row {
        flex-direction: column;
        gap: 16px
    }
}

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

.news-feed .feed-top {
    background: linear-gradient(105deg, #192C3D 50%, #DCF3F4 50%);
    padding: 96px 32px 64px
}

.news-feed .feed-top-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 64px
}

.news-feed .feed-top-text {
    flex: 1 1 auto;
    position: relative
}

.news-feed .feed-top-text .dot-grid {
    position: absolute;
    top: -32px;
    left: -16px;
    width: 180px;
    height: 140px;
    background-image: radial-gradient(circle, #02A8D1 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    opacity: .22;
    pointer-events: none;
    z-index: 0
}

.news-feed .feed-top-text .label-tag {
    display: inline-block;
    background: #02A8D1;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    padding: 8px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.news-feed .feed-top-text .page-heading {
    font-size: 54px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px;
    position: relative;
    z-index: 1
}

.news-feed .feed-top-text .page-sub {
    font-size: 17px;
    line-height: 1.5;
    color: #DCF3F4;
    max-width: 480px;
    margin: 0;
    position: relative;
    z-index: 1
}

.news-feed .feed-top-visual {
    flex: 0 0 320px;
    position: relative
}

.news-feed .feed-top-visual .image-mask {
    width: 320px;
    height: 260px;
    clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%);
    overflow: hidden;
    box-shadow: 1px 8px 48px 1px #02a8d11f
}

.news-feed .feed-top-visual .image-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.news-feed .feed-top-visual .image-mask:hover img {
    transform: scale(1.04)
}

.news-feed .scallop-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #fff
}

.news-feed .scallop-divider svg {
    display: block;
    width: 100%
}

.news-feed .cards-area {
    background: #fff;
    padding: 64px 32px
}

.news-feed .cards-area-inner {
    max-width: 1100px;
    margin: 0 auto
}

.news-feed .cards-area-inner .area-label {
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    letter-spacing: 0;
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.news-feed .cards-area-inner .area-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #DCF3F4
}

.news-feed .post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.news-feed .post-card {
    border-radius: 12px;
    background: #fff;
    box-shadow: 1px 4px 18px 1px #192c3d17;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.news-feed .post-card:hover {
    box-shadow: 1px 8px 48px 1px #192c3d1f;
    transform: translateY(-4px)
}

.news-feed .post-card .card-image-wrap {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden
}

.news-feed .post-card .card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.news-feed .post-card:hover .card-image-wrap img {
    transform: scale(1.05)
}

.news-feed .post-card .card-image-wrap .card-counter {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #192C3D;
    color: #DCF3F4;
    font-size: 14px;
    line-height: 1.3;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600
}

.news-feed .post-card .card-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px
}

.news-feed .post-card .card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.news-feed .post-card .card-tag {
    background: #DCF3F4;
    color: #192C3D;
    font-size: 14px;
    line-height: 1.3;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 600;
    border: 1px solid #02A8D1
}

.news-feed .post-card .card-readtime {
    font-size: 14px;
    line-height: 1.3;
    color: #5a7a8a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.news-feed .post-card .card-readtime svg {
    flex-shrink: 0
}

.news-feed .post-card .card-title {
    font-size: 21px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0;
    flex: 1
}

.news-feed .post-card .card-desc {
    font-size: 17px;
    line-height: 1.5;
    color: #3a5060;
    margin: 0
}

.news-feed .post-card .card-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #02A8D1;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    padding: 8px 0;
    transition: gap .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s ease
}

.news-feed .post-card .card-link:hover {
    gap: 16px;
    color: #192C3D
}

.news-feed .post-card .card-link svg {
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0
}

.news-feed .post-card .card-link:hover svg {
    transform: translateX(6px)
}

.news-feed .process-strip {
    background: linear-gradient(112deg, #DCF3F4 50%, #fff 50%);
    padding: 64px 32px
}

.news-feed .process-strip-inner {
    max-width: 1100px;
    margin: 0 auto
}

.news-feed .process-strip-inner .strip-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0 0 32px
}

.news-feed .process-steps {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0
}

.news-feed .process-step {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    position: relative;
    box-shadow: 1px 2px 5px 1px #192c3d0d;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.news-feed .process-step .step-number {
    font-size: 54px;
    line-height: 1.1;
    color: #DCF3F4;
    font-weight: 900;
    position: absolute;
    top: 8px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.news-feed .process-step .step-label {
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    font-weight: 600
}

.news-feed .process-step .step-title {
    font-size: 21px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0
}

.news-feed .process-step .step-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #3a5060;
    margin: 0
}

.news-feed .step-arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    flex-shrink: 0
}

.news-feed .step-arrow svg {
    color: #02A8D1
}

.news-feed .trust-block {
    background: #192C3D;
    padding: 64px 32px;
    position: relative;
    overflow: hidden
}

.news-feed .trust-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 50%, #02a8d114 0%, transparent 60%);
    pointer-events: none;
    animation: vignette-breathe 4s ease-in-out infinite alternate
}

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

    to {
        opacity: 1
    }
}

.news-feed .trust-block-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1
}

.news-feed .trust-left {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.news-feed .trust-left .trust-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    margin: 0
}

.news-feed .trust-left .trust-desc {
    font-size: 17px;
    line-height: 1.5;
    color: #DCF3F4;
    margin: 0
}

.news-feed .trust-left .trust-portrait-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.news-feed .trust-left .portrait-img {
    width: 80px;
    height: 100px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
    box-shadow: 1px 4px 18px 1px #02a8d117
}

.news-feed .trust-left .portrait-info .portrait-name {
    font-size: 17px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    margin: 0 0 4px
}

.news-feed .trust-left .portrait-info .portrait-role {
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    margin: 0
}

.news-feed .trust-left .portrait-info .portrait-quote {
    font-size: 14px;
    line-height: 1.5;
    color: #DCF3F4;
    margin: 8px 0 0;
    font-style: italic
}

.news-feed .trust-right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.news-feed .trust-stat {
    background: #02a8d11a;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #02a8d133;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background .6s ease, border-color .6s ease
}

.news-feed .trust-stat:hover {
    background: #02a8d12e !important;
    border-color: #02a8d166
}

.news-feed .trust-stat .stat-value {
    font-size: 54px;
    line-height: 1.1;
    color: #02A8D1;
    font-weight: 900
}

.news-feed .trust-stat .stat-label {
    font-size: 14px;
    line-height: 1.5;
    color: #DCF3F4
}

.news-feed .topics-band {
    background: #fff;
    padding: 64px 32px
}

.news-feed .topics-band-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.news-feed .topics-fixed {
    flex: 0 0 300px
}

.news-feed .topics-fixed .topics-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0 0 16px
}

.news-feed .topics-fixed .topics-intro {
    font-size: 17px;
    line-height: 1.5;
    color: #3a5060;
    margin: 0 0 32px
}

.news-feed .topics-fixed .image-float-wrap {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 4px 18px 1px #192c3d17
}

.news-feed .topics-fixed .image-float-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: blur(0px);
    transition: filter .7s ease
}

.news-feed .topics-fixed .image-float-wrap:hover img {
    filter: blur(1.5px)
}

.news-feed .topics-flex {
    flex: 1
}

.news-feed .topics-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0
}

.news-feed .topics-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    background: #f4fafb;
    border: 1px solid #DCF3F4;
    transition: background .55s ease, border-color .55s ease
}

.news-feed .topics-list li:hover {
    background: #DCF3F4;
    border-color: #02A8D1
}

.news-feed .topics-list li .topic-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #192C3D;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.news-feed .topics-list li .topic-text .topic-name {
    font-size: 17px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 600;
    margin: 0 0 4px
}

.news-feed .topics-list li .topic-text .topic-blurb {
    font-size: 14px;
    line-height: 1.5;
    color: #3a5060;
    margin: 0
}

.news-feed .typewriter-strip {
    background: #DCF3F4;
    padding: 32px;
    text-align: center
}

.news-feed .typewriter-strip .typewriter-text {
    font-size: 21px;
    line-height: 1.5;
    color: #192C3D;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #02A8D1;
    animation: typewriter-reveal 3.5s steps(60, end) .5s both, cursor-blink .8s step-end infinite;
    max-width: 100%
}

@keyframes typewriter-reveal {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes cursor-blink {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: #02A8D1
    }
}

@media (max-width: 900px) {
    .news-feed .feed-top-inner {
        flex-direction: column;
        gap: 32px
    }

    .news-feed .feed-top-visual {
        flex: 0 0 auto
    }

    .news-feed .feed-top-visual .image-mask {
        width: 100%;
        height: 200px
    }

    .news-feed .post-grid {
        grid-template-columns: 1fr 1fr
    }

    .news-feed .process-steps {
        flex-direction: column;
        gap: 16px
    }

    .news-feed .step-arrow {
        transform: rotate(90deg);
        padding: 8px 0
    }

    .news-feed .trust-block-inner {
        flex-direction: column;
        gap: 32px
    }

    .news-feed .trust-left {
        flex: 0 0 auto
    }

    .news-feed .topics-band-inner {
        flex-direction: column;
        gap: 32px
    }

    .news-feed .topics-fixed {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width: 600px) {
    .news-feed .post-grid {
        grid-template-columns: 1fr
    }

    .news-feed .trust-right {
        grid-template-columns: 1fr
    }

    .news-feed .topics-list {
        grid-template-columns: 1fr
    }

    .news-feed .feed-top {
        padding: 64px 16px 32px
    }

    .news-feed .page-heading {
        font-size: 28px !important
    }
}

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

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

.prime script {
    display: none
}

.prime .max-bound {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.prime .opening {
    background: linear-gradient(127deg, #192C3D 50%, #02A8D1 50%);
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative
}

.prime .opening::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid #02a8d12e;
    pointer-events: none;
    z-index: 0
}

.prime .opening::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid #02a8d114;
    pointer-events: none;
    z-index: 0
}

.prime .opening-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1
}

.prime .opening-text {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prime .opening-label {
    font-size: 14px;
    line-height: 1.5;
    color: #DCF3F4;
    letter-spacing: .08em;
    text-transform: uppercase
}

.prime .opening-description {
    font-size: 17px;
    line-height: 1.7;
    color: #dcf3f4d9
}

.prime .opening-heading {
    font-size: 54px;
    line-height: 1.1;
    color: #fff;
    margin: 0
}

.prime .opening-heading span {
    color: #02A8D1
}

.prime .opening-anchor {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #02A8D1;
    color: #192C3D;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    align-self: flex-start
}

.prime .opening-anchor svg {
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prime .opening-anchor:hover {
    background: #DCF3F4
}

.prime .opening-anchor:hover svg {
    transform: translateX(6px)
}

.prime .opening-image-wrap {
    position: relative
}

.prime .opening-image-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 12px;
    box-shadow: 1px 8px 48px 1px #02a8d11f;
    filter: contrast(1.06) brightness(0.97)
}

.prime .opening-bg-num {
    position: absolute;
    bottom: -32px;
    right: -16px;
    font-size: 160px;
    line-height: 1;
    color: #02a8d114;
    font-weight: 900;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.prime .doubt {
    background: #DCF3F4;
    padding-top: 64px;
    padding-bottom: 64px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
    padding-bottom: 96px
}

.prime .doubt-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 64px;
    align-items: start
}

.prime .doubt-visual {
    position: relative
}

.prime .doubt-visual img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 12px;
    box-shadow: 1px 4px 18px 1px #192c3d17
}

.prime .doubt-text {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prime .doubt-num {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #02a8d126;
    margin-bottom: -32px;
    display: block
}

.prime .doubt-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0
}

.prime .doubt-body {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    margin: 0
}

.prime .doubt-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.prime .doubt-items li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #192C3D
}

.prime .doubt-items li svg {
    flex-shrink: 0;
    margin-top: 2px
}

.prime .peers {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 64px
}

.prime .peers-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 64px
}

.prime .peers-num {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #192c3d0f;
    margin-bottom: -32px;
    display: block
}

.prime .peers-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0
}

.prime .peers-intro {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    max-width: 620px;
    margin: 0
}

.prime .peers-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px
}

.prime .peer-card {
    background: #f4fbfc;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #02a8d12e;
    box-shadow: 1px 2px 5px 1px #02a8d10d;
    transition: box-shadow .6s ease
}

.prime .peer-card:hover {
    box-shadow: inset 0 1px 0 #dcf3f4e6 inset 0 -1px 0 #02a8d133 1px 4px 18px 1px #02a8d117
}

.prime .peer-card-icon {
    width: 40px;
    height: 40px;
    background: #DCF3F4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.prime .peer-card-heading {
    font-size: 17px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 700;
    margin: 0
}

.prime .peer-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: #192C3D;
    margin: 0
}

.prime .peers-image-strip {
    margin-top: 64px;
    width: 100%;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 8px 48px 1px #192c3d1f
}

.prime .peers-image-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block
}

.prime .lasting {
    background: #192C3D;
    padding-top: 96px;
    padding-bottom: 96px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%)
}

.prime .lasting-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.prime .lasting-text {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prime .lasting-num {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #02a8d11f;
    margin-bottom: -32px;
    display: block
}

.prime .lasting-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #DCF3F4;
    margin: 0
}

.prime .lasting-body {
    font-size: 17px;
    line-height: 1.7;
    color: #dcf3f4cc;
    margin: 0
}

.prime .lasting-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prime .lasting-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 17px;
    line-height: 1.5;
    color: #dcf3f4e6
}

.prime .lasting-list li span.tag {
    background: #02a8d12e;
    color: #02A8D1;
    font-size: 14px;
    line-height: 1.3;
    padding: 4px 12px;
    border-radius: 6px;
    white-space: nowrap;
    flex-shrink: 0
}

.prime .lasting-visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 12px;
    box-shadow: 1px 8px 48px 1px #02a8d11f
}

.prime .outcomes {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 64px
}

.prime .outcomes-head {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prime .outcomes-num {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #02a8d114;
    margin-bottom: -32px;
    display: block
}

.prime .outcomes-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0
}

.prime .outcomes-intro {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    max-width: 580px;
    margin: 0
}

.prime .outcomes-split {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 64px;
    align-items: start
}

.prime .outcomes-steps {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prime .outcome-step {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 32px;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #02a8d124;
    background: #fff;
    transition: background .7s ease, box-shadow .7s ease
}

.prime .outcome-step:hover {
    background: #f4fbfc;
    box-shadow: inset 0 1px 0 #dcf3f4cc inset 0 -2px 0 #02a8d126 1px 4px 18px 1px #02a8d117
}

.prime .outcome-index {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    color: #02a8d140;
    flex-shrink: 0;
    width: 32px
}

.prime .outcome-detail {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prime .outcome-detail h5 {
    font-size: 17px;
    line-height: 1.3;
    color: #192C3D;
    font-weight: 700;
    margin: 0
}

.prime .outcome-detail p {
    font-size: 14px;
    line-height: 1.7;
    color: #192C3D;
    margin: 0
}

.prime .outcomes-image {
    position: sticky;
    top: 32px
}

.prime .outcomes-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 12px;
    box-shadow: 1px 8px 48px 1px #192c3d1f
}

.prime .voices {
    background: #DCF3F4;
    padding-top: 64px;
    padding-bottom: 96px;
    clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
    padding-top: 96px
}

.prime .voices-head {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prime .voices-num {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #192c3d12;
    margin-bottom: -32px;
    display: block
}

.prime .voices-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0
}

.prime .voices-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.prime .voice-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 1px 2px 5px 1px #192c3d0d;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.prime .voice-card:hover {
    box-shadow: inset 0 1px 0 #dcf3f4e6 inset 0 -2px 0 #02a8d12e 1px 8px 48px 1px #02a8d11f
}

.prime .voice-portrait-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.prime .voice-portrait {
    width: 64px;
    height: 96px;
    object-fit: cover;
    object-position: top;
    display: block;
    flex-shrink: 0
}

.prime .voice-meta {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.prime .voice-name {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: #192C3D
}

.prime .voice-role {
    font-size: 14px;
    line-height: 1.5;
    color: #02A8D1
}

.prime .voice-quote {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    margin: 0;
    border-left: 3px solid #02A8D1;
    border-top: 1px solid #02a8d133;
    padding-left: 16px;
    padding-top: 16px
}

.prime .voice-card-plain {
    background: #192C3D;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 1px 2px 5px 1px #192c3d0d
}

.prime .voice-card-plain .voice-name {
    color: #DCF3F4
}

.prime .voice-card-plain .voice-role {
    color: #02A8D1
}

.prime .voice-card-plain .voice-quote {
    color: #dcf3f4d9;
    border-left-color: #02A8D1;
    border-top-color: #02a8d133
}

.prime .scale {
    background: #fff;
    padding-top: 96px;
    padding-bottom: 96px
}

.prime .scale-head {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prime .scale-num-bg {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #02a8d112;
    margin-bottom: -32px;
    display: block
}

.prime .scale-heading {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0
}

.prime .scale-intro {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    max-width: 560px;
    margin: 0
}

.prime .scale-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 64px
}

.prime .metric {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px;
    border-radius: 20px;
    background: #f4fbfc;
    border: 1px solid #02a8d126;
    transition: box-shadow .65s ease
}

.prime .metric:hover {
    box-shadow: inset 0 1px 0 #dcf3f4e6 inset 0 -2px 0 #02a8d138 1px 4px 18px 1px #02a8d117
}

.prime .metric-value {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 900;
    color: #02A8D1
}

.prime .metric-label {
    font-size: 14px;
    line-height: 1.5;
    color: #192C3D
}

.prime .scale-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center
}

.prime .scale-bottom-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prime .scale-bottom-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    margin: 0
}

.prime .scale-bottom-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 12px;
    box-shadow: 1px 8px 48px 1px #192c3d1f
}

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

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

.prime .peers-columns .peer-card:nth-child(1) {
    animation: item-appear .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.prime .peers-columns .peer-card:nth-child(2) {
    animation: item-appear .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s both
}

.prime .peers-columns .peer-card:nth-child(3) {
    animation: item-appear .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s both
}

.prime .scale-metrics .metric:nth-child(1) {
    animation: item-appear .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s both
}

.prime .scale-metrics .metric:nth-child(2) {
    animation: item-appear .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .25s both
}

.prime .scale-metrics .metric:nth-child(3) {
    animation: item-appear .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s both
}

.prime .scale-metrics .metric:nth-child(4) {
    animation: item-appear .7s cubic-bezier(0.25, 0.46, 0.45, 0.94) .55s both
}

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

    .prime .opening-heading {
        font-size: 28px
    }

    .prime .doubt-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prime .peers-columns {
        grid-template-columns: 1fr 1fr
    }

    .prime .lasting-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prime .outcomes-split {
        grid-template-columns: 1fr
    }

    .prime .outcomes-image {
        position: static
    }

    .prime .voices-grid {
        grid-template-columns: 1fr
    }

    .prime .scale-metrics {
        grid-template-columns: 1fr 1fr
    }

    .prime .scale-bottom {
        grid-template-columns: 1fr
    }
}

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

    .prime .scale-metrics {
        grid-template-columns: 1fr 1fr
    }

    .prime .opening-heading {
        font-size: 21px
    }

    .prime .doubt-items {
        grid-template-columns: 1fr
    }
}

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

.about-us .page-top {
    padding: 96px 32px 64px;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 64px;
    align-items: start;
    position: relative
}

.about-us .dot-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 52%;
    height: 100%;
    background-image: radial-gradient(circle, #02A8D1 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .13;
    pointer-events: none;
    z-index: 0
}

.about-us .page-top .text-column {
    position: relative;
    z-index: 1;
    padding-top: 32px
}

.about-us .label-tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    border: 1.5px solid #02A8D1;
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 32px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 600
}

.about-us .page-top h1 {
    font-size: 54px;
    line-height: 1.1;
    color: #192C3D;
    margin: 0 0 32px;
    font-weight: 800
}

.about-us .page-top h1 span {
    color: #02A8D1
}

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

.about-us .brief-points li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 17px;
    line-height: 1.5;
    color: #192C3D
}

.about-us .brief-points li .point-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-top: 2px
}

.about-us .image-column {
    position: relative;
    z-index: 1
}

.about-us .image-column .img-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 8px 48px 1px #02a8d11f
}

.about-us .image-column .img-frame img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.88) saturate(1.1);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us .image-column .img-frame:hover img {
    filter: brightness(0.72) saturate(1.2)
}

.about-us .image-column .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #192c3deb 60%, transparent 100%);
    color: #DCF3F4;
    font-size: 14px;
    line-height: 1.5;
    padding: 32px 16px 16px;
    opacity: 0;
    transition: opacity .7s ease;
    border-radius: 0 0 20px 20px
}

.about-us .image-column .img-frame:hover .img-caption {
    opacity: 1
}

.about-us .color-bar {
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #02A8D1 50%, #DCF3F4 50%);
    border-radius: 0;
    margin: 0
}

.about-us .story-band {
    background: #192C3D;
    position: relative;
    padding: 96px 32px;
    overflow: hidden
}

.about-us .story-band .bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .18;
    display: block
}

.about-us .story-band .story-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 64px;
    align-items: start
}

.about-us .story-band .accent-column {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.about-us .story-band .numbers-pair {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
    border: 2px dashed #02a8d173;
    border-radius: 12px;
    padding: 32px
}

.about-us .story-band .num-before,
.about-us .story-band .num-after {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.about-us .story-band .num-before .val {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 800;
    color: #dcf3f459
}

.about-us .story-band .num-after .val {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 800;
    color: #02A8D1
}

.about-us .story-band .num-before .descriptor,
.about-us .story-band .num-after .descriptor {
    font-size: 14px;
    line-height: 1.3;
    color: #DCF3F4;
    text-align: center;
    opacity: .75
}

.about-us .story-band .arrow-between {
    font-size: 28px;
    color: #02A8D1;
    margin-bottom: 28px;
    display: flex;
    align-items: center
}

.about-us .story-band .arrow-between svg {
    width: 28px;
    height: 28px
}

.about-us .story-band .side-label {
    font-size: 14px;
    line-height: 1.5;
    color: #DCF3F4;
    opacity: .6;
    border-left: 3px solid #02A8D1;
    border-top: 1px solid #02a8d14d;
    padding: 16px;
    border-radius: 0 6px 6px 0
}

.about-us .story-band .text-column h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #DCF3F4;
    margin: 0 0 32px;
    font-weight: 700
}

.about-us .story-band .text-column .intro-line {
    font-size: 21px;
    line-height: 1.5;
    color: #02A8D1;
    margin: 0 0 32px;
    font-weight: 500
}

.about-us .story-band .body-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.about-us .story-band .body-columns p {
    font-size: 17px;
    line-height: 1.7;
    color: #dcf3f4d1;
    margin: 0
}

.about-us .dashed-divider {
    border: none;
    border-top: 2px dashed #02A8D1;
    max-width: 1100px;
    margin: 0 auto;
    opacity: .35
}

.about-us .team-area {
    padding: 96px 32px 64px;
    max-width: 1100px;
    margin: 0 auto
}

.about-us .team-area .area-head {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 64px;
    align-items: start;
    margin-bottom: 64px
}

.about-us .team-area .area-head h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0 0 16px;
    font-weight: 700;
    position: relative
}

.about-us .team-area .area-head h2 .faded-num {
    position: absolute;
    right: 0;
    top: -16px;
    font-size: 70px;
    line-height: 1.1;
    font-weight: 900;
    color: #DCF3F4;
    z-index: 0;
    pointer-events: none;
    user-select: none
}

.about-us .team-area .area-head h2 .real-text {
    position: relative;
    z-index: 1
}

.about-us .team-area .area-head .head-note {
    font-size: 17px;
    line-height: 1.7;
    color: #192C3D;
    margin: 0;
    opacity: .75
}

.about-us .team-area .area-head .right-accent {
    background: #DCF3F4;
    border-radius: 20px;
    padding: 32px;
    border: 1.5px dashed #02A8D1
}

.about-us .team-area .area-head .right-accent h5 {
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700
}

.about-us .team-area .area-head .right-accent ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.about-us .team-area .area-head .right-accent ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #192C3D
}

.about-us .team-area .area-head .right-accent ul li svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px
}

.about-us .profiles-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start
}

.about-us .profile-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 4px 18px 1px #192c3d17;
    overflow: hidden;
    transition: box-shadow .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.about-us .profile-card:hover {
    box-shadow: 1px 8px 48px 1px #02a8d11f
}

.about-us .profile-card .portrait-wrap {
    position: relative;
    overflow: hidden
}

.about-us .profile-card .portrait-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .7s ease
}

.about-us .profile-card:hover .portrait-wrap img {
    transform: scale(1.04)
}

.about-us .profile-card .portrait-wrap .caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #192c3de0 55%, transparent 100%);
    color: #DCF3F4;
    font-size: 14px;
    line-height: 1.5;
    padding: 32px 16px 16px;
    opacity: 0;
    transition: opacity .65s ease
}

.about-us .profile-card:hover .portrait-wrap .caption-overlay {
    opacity: 1
}

.about-us .profile-card .card-info {
    padding: 16px
}

.about-us .profile-card .card-info h4 {
    font-size: 17px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0 0 8px;
    font-weight: 700
}

.about-us .profile-card .card-info .role-tag {
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    font-weight: 600
}

.about-us .no-portrait-card {
    background: #DCF3F4;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 1px 2px 5px 1px #02a8d10d;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-us .no-portrait-card .avatar-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 48px;
    background: #192C3D;
    display: flex;
    align-items: center;
    justify-content: center
}

.about-us .no-portrait-card .avatar-placeholder svg {
    width: 32px;
    height: 32px
}

.about-us .no-portrait-card h4 {
    font-size: 17px;
    line-height: 1.3;
    color: #192C3D;
    margin: 0;
    font-weight: 700
}

.about-us .no-portrait-card .role-tag {
    font-size: 14px;
    line-height: 1.3;
    color: #02A8D1;
    font-weight: 600
}

.about-us .no-portrait-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #192C3D;
    margin: 0;
    opacity: .8
}

.about-us .solid-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #DCF3F4 30%, #DCF3F4 70%, transparent);
    max-width: 1100px;
    margin: 0 auto
}

@keyframes blur-in {
    from {
        filter: blur(8px);
        opacity: 0
    }

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

.about-us .page-top .text-column {
    animation: blur-in .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.about-us .page-top .image-column {
    animation: blur-in .7s .2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.about-us .story-band .story-inner {
    animation: blur-in .75s .1s ease both
}

@media (max-width: 900px) {
    .about-us .page-top {
        grid-template-columns: 1fr;
        padding: 64px 32px 32px
    }

    .about-us .story-band .story-inner {
        grid-template-columns: 1fr
    }

    .about-us .story-band .body-columns {
        grid-template-columns: 1fr
    }

    .about-us .team-area .area-head {
        grid-template-columns: 1fr
    }

    .about-us .profiles-row {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 600px) {
    .about-us .page-top h1 {
        font-size: 28px
    }

    .about-us .profiles-row {
        grid-template-columns: 1fr
    }

    .about-us .story-band .numbers-pair {
        flex-direction: column;
        align-items: flex-start
    }
}

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

.success-page .success-card {
    max-width: 1100px;
    width: 100%;
    background: #DCF3F4;
    border-radius: 20px;
    padding: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 1px 8px 48px 1px #02a8d11f
}

.success-page .success-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 32px;
    flex-shrink: 0
}

.success-page .success-heading {
    font-size: 54px;
    line-height: 1.1;
    color: #192C3D;
    margin: 0 0 16px
}

.success-page .success-subtext {
    font-size: 21px;
    line-height: 1.5;
    color: #192C3D;
    max-width: 560px;
    margin: 0 0 32px
}

.success-page .success-detail {
    font-size: 17px;
    line-height: 1.5;
    color: #192C3D;
    max-width: 480px;
    margin: 0 0 64px;
    opacity: .75
}

.success-page .success-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}

.success-page .action-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #02A8D1;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .5s ease
}

.success-page .action-primary:hover {
    background: #192C3D;
    box-shadow: 1px 4px 18px 1px #192c3d17
}

.success-page .action-primary:focus {
    outline: 3px solid #192C3D;
    outline-offset: 3px
}

.success-page .action-primary svg {
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.success-page .action-primary:hover svg {
    transform: translateX(5px)
}

.success-page .action-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #fff;
    border: 2px solid #02A8D1;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .7s ease, background .6s ease
}

.success-page .action-secondary:hover {
    background: #192C3D;
    border-color: #192C3D
}

.success-page .action-secondary svg {
    transition: transform .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.success-page .action-secondary:hover svg {
    transform: translateX(4px)
}

.success-page .action-secondary:focus {
    outline: 3px solid #192C3D;
    outline-offset: 3px
}

.success-page .divider-line {
    width: 64px;
    height: 3px;
    background: #02A8D1;
    border-radius: 6px;
    margin: 0 0 32px
}

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

    .success-page .success-heading {
        font-size: 28px
    }

    .success-page .success-subtext {
        font-size: 17px
    }
}