html {
    box-sizing: border-box
}

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

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

.page-plate {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.site-header {
    font-family: 'Lora', Georgia, serif;
    background: #ECEFF2;
    position: relative
}

.navigation-strip {
    background: #1C6CA7;
    border-bottom: 1px solid #1c6ca72e
}

.navigation-strip-plate {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px
}

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

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

.primary-menu a {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #ECEFF2;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1);
    display: block;
    white-space: nowrap
}

.primary-menu a:hover {
    color: #fff;
    border-color: #eceff266;
    box-shadow: -1px 3px 3px -2px #1c6ca712 -1px 4px 20px -2px #1c6ca71a
}

.primary-menu a:focus {
    outline: 2px solid #ECEFF2;
    outline-offset: 2px;
    border-color: #eceff299
}

.strip-contact {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0
}

.strip-phone {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    color: #DAC5B1;
    text-decoration: none;
    white-space: nowrap;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.strip-phone:hover {
    color: #fff
}

.strip-phone:focus {
    outline: 2px solid #DAC5B1;
    outline-offset: 2px
}

.brand-row {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

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

.logo-container {
    width: 56px;
    height: 56px;
    border: 1px solid #1C6CA7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: -1px 3px 3px -2px #1c6ca712 -1px 4px 20px -2px #1c6ca71a;
    flex-shrink: 0;
    padding: 4px
}

.logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

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

.brand-name {
    font-family: 'Lora', Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    color: #1C6CA7;
    letter-spacing: 0;
    text-decoration: none;
    display: block;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.brand-name:hover {
    color: #155a8e
}

.brand-name:focus {
    outline: 2px solid #1C6CA7;
    outline-offset: 4px
}

.brand-descriptor {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #4a5568
}

.brand-accent-bar {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #1C6CA7 0%, #DAC5B1 100%);
    border-radius: 4px;
    margin-top: 4px
}

.header-right-pod {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0
}

.schedule-label {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #4a5568
}

.schedule-value {
    font-family: 'Lora', Georgia, serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #1C6CA7
}

.header-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #DAC5B1 30%, #1C6CA7 70%, transparent 100%);
    opacity: .35;
    margin: 0 32px
}

@media (max-width: 1024px) {
    .navigation-strip-plate {
        padding: 0 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px
    }

    .strip-contact {
        padding-bottom: 8px
    }

    .brand-row {
        padding: 32px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .header-right-pod {
        align-items: flex-start
    }

    .header-divider {
        margin: 0 16px
    }
}

@media (max-width: 640px) {
    .primary-menu a {
        padding: 8px;
        font-size: 13px
    }

    .brand-name {
        font-size: 23px
    }

    .navigation-strip-plate {
        padding: 0 8px
    }

    .brand-row {
        padding: 16px 8px
    }

    .header-divider {
        margin: 0 8px
    }
}

.site-footer {
    font-family: 'Lora', Georgia, serif;
    background: #ECEFF2;
    border-top: 1px solid #1c6ca726;
    box-shadow: inset 0 4px 6px -2px #1c6ca70d
}

.footer-plate {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 32px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: start
}

.footer-brand-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.footer-logo-container {
    width: 52px;
    height: 52px;
    border: 1px solid #1C6CA7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: -1px 3px 3px -2px #1c6ca712;
    padding: 4px;
    flex-shrink: 0
}

.footer-logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.footer-brand-name {
    font-family: 'Lora', Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #1C6CA7;
    text-decoration: none;
    display: block;
    margin-top: 4px
}

.footer-brand-name:focus {
    outline: 2px solid #1C6CA7;
    outline-offset: 3px
}

.footer-tagline {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #4a5568;
    max-width: 220px
}

.footer-nav-cell {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-nav-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #1C6CA7;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 8px
}

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

.footer-menu a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #2d3748;
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 1px solid transparent;
    display: inline-block;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.footer-menu a:hover {
    color: #1C6CA7;
    border-bottom-color: #DAC5B1
}

.footer-menu a:focus {
    outline: 2px solid #1C6CA7;
    outline-offset: 2px
}

.footer-contact-cell {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.footer-contact-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #1C6CA7;
    text-transform: uppercase;
    margin-bottom: 8px
}

.footer-contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.footer-contact-type {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #4a5568
}

.footer-contact-value {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #2d3748;
    text-decoration: none;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.footer-contact-value:hover {
    color: #1C6CA7
}

.footer-contact-value:focus {
    outline: 2px solid #1C6CA7;
    outline-offset: 2px
}

.footer-address-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #2d3748
}

.footer-bottom-bar {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 32px;
    margin-top: 32px;
    border-top: 1px solid #1c6ca71f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px
}

.footer-copyright {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #4a5568
}

@media (max-width: 1024px) {
    .footer-plate {
        grid-template-columns: 1fr 1fr;
        padding: 32px 16px 0
    }

    .footer-brand-cell {
        grid-column: 1 / -1
    }

    .footer-bottom-bar {
        padding: 16px
    }
}

@media (max-width: 640px) {
    .footer-plate {
        grid-template-columns: 1fr;
        padding: 32px 8px 0;
        gap: 32px
    }

    .footer-brand-cell {
        grid-column: auto
    }

    .footer-bottom-bar {
        padding: 16px 8px;
        flex-direction: column;
        align-items: flex-start
    }
}

.consent-pod {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 1000;
    width: 320px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 42px;
    border: 1px solid #1c6ca733;
    box-shadow: -1px 9px 40px -2px #1c6ca724 -1px 4px 20px -2px #1c6ca71a;
    overflow: hidden;
    font-family: 'Lora', Georgia, serif;
    transform: translateX(-40px);
    opacity: 0;
    transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1), opacity .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-pod.visible {
    transform: translateX(0);
    opacity: 1
}

.consent-body {
    padding: 16px
}

.consent-description {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #2d3748;
    margin: 0 0 16px
}

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

.consent-toggle-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #2d3748;
    cursor: pointer;
    flex: 1
}

.consent-expand-button {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    color: #1C6CA7;
    background: transparent;
    border: 1px solid #1C6CA7;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap
}

.consent-expand-button:hover {
    box-shadow: -1px 4px 20px -2px #1c6ca71a;
    background: #1c6ca70d
}

.consent-expand-button:focus {
    outline: 2px solid #1C6CA7;
    outline-offset: 2px
}

.consent-panel {
    display: none;
    padding: 8px 0;
    border-top: 1px solid #1c6ca71f;
    margin-bottom: 8px
}

.consent-panel.open {
    display: block
}

.consent-toggle-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0
}

.consent-toggle-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #1C6CA7;
    cursor: pointer;
    flex-shrink: 0
}

.consent-toggle-item input[type="checkbox"]:focus {
    outline: 2px solid #1C6CA7;
    outline-offset: 2px
}

.consent-toggle-item label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #2d3748;
    cursor: pointer
}

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

.consent-accept {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    color: #1C6CA7;
    background: transparent;
    border: 1px solid #1C6CA7;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    flex: 1;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-accept:hover {
    box-shadow: -1px 4px 20px -2px #1c6ca71a;
    background: #1c6ca70f
}

.consent-accept:focus {
    outline: 2px solid #1C6CA7;
    outline-offset: 2px
}

.consent-decline {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    color: #4a5568;
    background: transparent;
    border: 1px solid #1c6ca740;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    flex: 1;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-decline:hover {
    box-shadow: -1px 3px 3px -2px #1c6ca712;
    border-color: #1c6ca766
}

.consent-decline:focus {
    outline: 2px solid #1C6CA7;
    outline-offset: 2px
}

.doc-area {
    max-width: 1440px;
    margin: 0 auto;
    padding: 32px;
    color: #2a2a35;
    line-height: 1.7;
    font-size: 15px
}

.doc-area h1 {
    font-size: 45px;
    line-height: 1.1;
    color: #1C6CA7;
    margin-top: 32px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #DAC5B1
}

.doc-area h2 {
    font-size: 32px;
    line-height: 1.1;
    color: #1C6CA7;
    margin-top: 32px;
    margin-bottom: 16px
}

.doc-area h3 {
    font-size: 23px;
    line-height: 1.4;
    color: #1a3d5c;
    margin-top: 32px;
    margin-bottom: 8px
}

.doc-area h4 {
    font-size: 18px;
    line-height: 1.4;
    color: #1a3d5c;
    margin-top: 16px;
    margin-bottom: 8px
}

.doc-area h5 {
    font-size: 15px;
    line-height: 1.4;
    color: #1a3d5c;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.doc-area h6 {
    font-size: 13px;
    line-height: 1.4;
    color: #1a3d5c;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.doc-area p {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 16px;
    color: #2a2a35;
    max-width: 72ch
}

.doc-area a {
    color: #1C6CA7;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.doc-area a:hover {
    color: #134e7a;
    text-decoration-color: #DAC5B1
}

.doc-area a:visited {
    color: #5a4a7a
}

.doc-area hr {
    border: none;
    border-top: 1px solid #DAC5B1;
    margin-top: 32px;
    margin-bottom: 32px;
    opacity: .7
}

.doc-area table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 15px;
    box-shadow: -1px 3px 3px -2px #1c6ca712 -1px 4px 20px -2px #1c6ca71a;
    border-radius: 4px;
    overflow: hidden
}

.doc-area thead {
    background-color: #1C6CA7;
    color: #fff
}

.doc-area thead th {
    font-size: 13px;
    line-height: 1.4;
    padding: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    border: none
}

.doc-area tbody tr {
    background-color: #fff;
    transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.doc-area tbody tr:nth-child(even) {
    background-color: #ECEFF2
}

.doc-area tbody tr:hover {
    background-color: #dce8f3
}

.doc-area td {
    font-size: 15px;
    line-height: 1.7;
    padding: 16px;
    color: #2a2a35;
    border-bottom: 1px solid #DAC5B1;
    vertical-align: top
}

.doc-area tbody tr:last-child td {
    border-bottom: none
}

@media (max-width: 640px) {
    .doc-area {
        padding: 16px
    }

    .doc-area h1 {
        font-size: 32px
    }

    .doc-area h2 {
        font-size: 23px
    }

    .doc-area h3 {
        font-size: 18px
    }

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

    .doc-area p {
        max-width: 100%
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .doc-area {
        padding: 32px
    }

    .doc-area h1 {
        font-size: 32px
    }

    .doc-area h2 {
        font-size: 23px
    }
}

.infographics-page {
    max-width: 1440px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden
}

.infographics-page ::selection {
    background: #1c6ca71a;
    color: #111827
}

.infographics-page .double-divider {
    border: none;
    border-top: 1px solid #DAC5B1;
    margin: 0;
    position: relative
}

.infographics-page .double-divider::after {
    content: '';
    display: block;
    border-top: 1px solid #DAC5B1;
    margin-top: 3px
}

@keyframes scaleReveal {
    from {
        opacity: 0;
        transform: scale(0.94)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes drawLine {
    from {
        stroke-dashoffset: 200
    }

    to {
        stroke-dashoffset: 0
    }
}

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

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

.infographics-page .reveal-on-load {
    animation: scaleReveal .28s cubic-bezier(0.4, 0, 0.2, 1) both
}

.infographics-page .reveal-delay-1 {
    animation-delay: .08s
}

.infographics-page .reveal-delay-2 {
    animation-delay: .16s
}

.infographics-page .reveal-delay-3 {
    animation-delay: .24s
}

.infographics-page .fade-up {
    animation: fadeUp .25s cubic-bezier(0.0, 0, 0.2, 1) both
}

.infographics-page .fade-up-1 {
    animation-delay: .1s
}

.infographics-page .fade-up-2 {
    animation-delay: .18s
}

.infographics-page .fade-up-3 {
    animation-delay: .26s
}

.infographics-page .strokes-decoration {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: .18;
    pointer-events: none
}

.infographics-page .strokes-decoration span {
    display: block;
    height: 2px;
    background: #1C6CA7;
    border-radius: 4px
}

.infographics-page .page-top {
    position: relative;
    padding: 32px;
    background: linear-gradient(158deg, #ECEFF2 0%, #fff 100%);
    overflow: hidden
}

.infographics-page .page-top .strokes-decoration {
    top: 16px;
    right: 32px
}

.infographics-page .page-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    max-width: 1200px
}

.infographics-page .page-top-label {
    font-size: 13px;
    color: #1C6CA7;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.infographics-page .page-top-heading {
    font-size: 45px;
    line-height: 1.1;
    color: #111827;
    margin: 0 0 16px;
    font-weight: 800
}

.infographics-page .page-top-heading .accent-word {
    color: #1C6CA7;
    font-weight: 900
}

.infographics-page .page-top-heading .underline-accent {
    display: inline-block;
    position: relative
}

.infographics-page .page-top-heading .underline-accent::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #DAC5B1;
    border-radius: 4px;
    transform-origin: left;
    animation: drawUnderline .3s cubic-bezier(0.4, 0, 0.2, 1) .2s both
}

@keyframes drawUnderline {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

.infographics-page .page-top-description {
    font-size: 18px;
    line-height: 1.7;
    color: #374151;
    margin: 0 0 32px;
    max-width: 480px
}

.infographics-page .stat-trio {
    display: flex;
    flex-direction: row;
    gap: 32px
}

.infographics-page .stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.infographics-page .stat-number {
    font-size: 32px;
    line-height: 1.1;
    color: #1C6CA7;
    font-weight: 900
}

.infographics-page .stat-label {
    font-size: 13px;
    line-height: 1.4;
    color: #6b6b6b
}

.infographics-page .page-top-image-side {
    position: relative
}

.infographics-page .page-top-image-wrapper {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 9px 40px -2px #1c6ca724;
    position: relative
}

.infographics-page .page-top-image-wrapper img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.infographics-page .page-top-image-wrapper:hover img {
    filter: grayscale(0%)
}

.infographics-page .geo-shape {
    position: absolute;
    pointer-events: none
}

.infographics-page .geo-circle {
    width: 80px;
    height: 80px;
    border-radius: 42px;
    border: 2px solid #dac5b159;
    top: -16px;
    left: -16px
}

.infographics-page .geo-rect {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #1c6ca72e;
    bottom: 16px;
    right: -8px
}

.infographics-page .connector-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 32px
}

.infographics-page .connector-icon {
    width: 40px;
    height: 40px;
    border-radius: 42px;
    background: #ECEFF2;
    border: 1px solid #DAC5B1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.infographics-page .connector-icon svg {
    width: 20px;
    height: 20px
}

.infographics-page .connector-dashed {
    flex: 1;
    border-top: 2px dashed #DAC5B1;
    height: 0
}

.infographics-page .metrics-band {
    padding: 32px;
    background: #fff;
    position: relative
}

.infographics-page .metrics-band .strokes-decoration {
    bottom: 16px;
    left: 32px
}

.infographics-page .metrics-band-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #111827;
    font-weight: 800;
    margin: 0 0 8px
}

.infographics-page .metrics-band-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
    margin: 0 0 32px;
    max-width: 560px
}

.infographics-page .three-col-featured {
    display: grid;
    grid-template-columns: 1fr 0.8fr 1fr;
    gap: 16px;
    align-items: start
}

.infographics-page .featured-card {
    border-radius: 4px;
    border: 1px solid #ECEFF2;
    padding: 32px 16px;
    box-shadow: -1px 4px 20px -2px #1c6ca71a;
    position: relative;
    overflow: hidden;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.infographics-page .featured-card:hover {
    box-shadow: -1px 9px 40px -2px #1c6ca724;
    border-color: #DAC5B1
}

.infographics-page .featured-card.center-card {
    background: #ECEFF2;
    padding: 16px
}

.infographics-page .featured-card .diagonal-reveal {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1c6ca70f 0%, transparent 60%);
    opacity: 0;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.infographics-page .featured-card:hover .diagonal-reveal {
    opacity: 1
}

.infographics-page .card-number {
    font-size: 45px;
    line-height: 1.1;
    color: #1C6CA7;
    font-weight: 900;
    margin-bottom: 8px
}

.infographics-page .card-label {
    font-size: 18px;
    line-height: 1.4;
    color: #111827;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    display: inline-block
}

.infographics-page .card-label::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #1C6CA7;
    border-radius: 4px;
    transition: width .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.infographics-page .featured-card:hover .card-label::after {
    width: 100%
}

.infographics-page .card-description {
    font-size: 13px;
    line-height: 1.7;
    color: #374151;
    margin: 8px 0 0
}

.infographics-page .bar-chart-area {
    margin-top: 16px
}

.infographics-page .bar-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px
}

.infographics-page .bar-row-label {
    font-size: 13px;
    color: #374151;
    line-height: 1.4
}

.infographics-page .bar-track {
    height: 8px;
    background: #ECEFF2;
    border-radius: 4px;
    overflow: hidden
}

.infographics-page .bar-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #1C6CA7 0%, #DAC5B1 100%);
    animation: barGrow .28s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes barGrow {
    from {
        width: 0
    }
}

.infographics-page .bar-fill-a {
    width: 82%;
    animation-delay: .1s
}

.infographics-page .bar-fill-b {
    width: 67%;
    animation-delay: .18s
}

.infographics-page .bar-fill-c {
    width: 74%;
    animation-delay: .26s
}

.infographics-page .process-band {
    padding: 32px;
    background: #ECEFF2;
    position: relative
}

.infographics-page .process-band .strokes-decoration {
    top: 16px;
    right: 32px
}

.infographics-page .process-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #111827;
    font-weight: 800;
    margin: 0 0 8px
}

.infographics-page .process-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
    margin: 0 0 32px;
    max-width: 520px
}

.infographics-page .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative
}

.infographics-page .process-step {
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    border: 1px solid #DAC5B1;
    box-shadow: -1px 3px 3px -2px #dac5b112;
    position: relative;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.infographics-page .process-step:hover {
    box-shadow: -1px 4px 20px -2px #1c6ca71a
}

.infographics-page .step-number {
    font-size: 23px;
    line-height: 1.1;
    color: #DAC5B1;
    font-weight: 900;
    margin-bottom: 8px
}

.infographics-page .step-title {
    font-size: 15px;
    line-height: 1.4;
    color: #111827;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    display: inline-block
}

.infographics-page .step-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #DAC5B1;
    border-radius: 4px;
    transition: width .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.infographics-page .process-step:hover .step-title::after {
    width: 100%
}

.infographics-page .step-text {
    font-size: 13px;
    line-height: 1.7;
    color: #374151;
    margin: 0
}

.infographics-page .connector-row-process {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px
}

.infographics-page .process-icon-node {
    width: 36px;
    height: 36px;
    border-radius: 42px;
    background: #1C6CA7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.infographics-page .process-icon-node svg {
    width: 18px;
    height: 18px
}

.infographics-page .process-dashed {
    flex: 1;
    border-top: 2px dashed #1c6ca74d
}

.infographics-page .ratings-band {
    padding: 32px;
    background: linear-gradient(172deg, #1C6CA7 0%, #0d3f63 100%);
    position: relative
}

.infographics-page .ratings-band .strokes-decoration span {
    background: #DAC5B1
}

.infographics-page .ratings-band .strokes-decoration {
    bottom: 16px;
    right: 32px;
    opacity: .25
}

.infographics-page .ratings-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #fff;
    font-weight: 800;
    margin: 0 0 8px
}

.infographics-page .ratings-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #fffc;
    margin: 0 0 32px;
    max-width: 520px
}

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

.infographics-page .rating-card {
    background: #ffffff14;
    border: 1px solid #dac5b140;
    border-radius: 4px;
    padding: 16px;
    box-shadow: inset 0 3px 6px #1c6ca71f;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.infographics-page .rating-card:hover {
    background: #ffffff24
}

.infographics-page .rating-author {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px
}

.infographics-page .rating-role {
    font-size: 13px;
    color: #dac5b1e6;
    margin-bottom: 8px;
    line-height: 1.4
}

.infographics-page .rating-text {
    font-size: 13px;
    line-height: 1.7;
    color: #ffffffd9;
    margin: 8px 0 0
}

.infographics-page .star-display {
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin-bottom: 8px
}

.infographics-page .star-display .star {
    width: 16px;
    height: 16px
}

.infographics-page .star-display .star svg {
    width: 16px;
    height: 16px
}

.infographics-page .rating-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.infographics-page .rating-list li {
    padding: 8px 0;
    border-bottom: 1px solid #dac5b133;
    font-size: 13px;
    line-height: 1.7;
    color: #ffffffd9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px
}

.infographics-page .rating-list li:last-child {
    border-bottom: none
}

.infographics-page .rating-list .topic-name {
    color: #DAC5B1;
    font-weight: 700
}

.infographics-page .rating-list .topic-score {
    color: #fff;
    font-size: 15px;
    font-weight: 900
}

.infographics-page .bg-image-overlay-band {
    position: relative;
    padding: 32px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.infographics-page .bg-image-overlay-band .bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    filter: grayscale(20%)
}

.infographics-page .bg-image-overlay-band .overlay {
    position: absolute;
    inset: 0;
    background: #eceff2e0;
    z-index: 1
}

.infographics-page .bg-image-overlay-band .overlay-content {
    position: relative;
    z-index: 2
}

@media (max-width: 1024px) {
    .infographics-page .page-top-grid {
        grid-template-columns: 1fr
    }

    .infographics-page .three-col-featured {
        grid-template-columns: 1fr 1fr
    }

    .infographics-page .featured-card.center-card {
        grid-column: span 2
    }

    .infographics-page .process-steps {
        grid-template-columns: 1fr 1fr
    }

    .infographics-page .ratings-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 640px) {
    .infographics-page .page-top {
        padding: 16px
    }

    .infographics-page .page-top-heading {
        font-size: 32px
    }

    .infographics-page .stat-trio {
        flex-direction: column;
        gap: 16px
    }

    .infographics-page .three-col-featured {
        grid-template-columns: 1fr
    }

    .infographics-page .featured-card.center-card {
        grid-column: span 1
    }

    .infographics-page .process-steps {
        grid-template-columns: 1fr
    }

    .infographics-page .ratings-grid {
        grid-template-columns: 1fr
    }

    .infographics-page .metrics-band,
    .infographics-page .process-band,
    .infographics-page .ratings-band {
        padding: 16px
    }

    .infographics-page .connector-row-process {
        display: none
    }

    .infographics-page .page-top-image-wrapper img {
        height: 220px
    }
}

.first {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.first .reveal {
    opacity: 0;
    transform: translateY(24px);
    animation: reveal-up .55s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.first .reveal-2 {
    animation-delay: .12s
}

.first .reveal-3 {
    animation-delay: .22s
}

.first .reveal-4 {
    animation-delay: .34s
}

.first .reveal-5 {
    animation-delay: .46s
}

@keyframes reveal-up {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.first ::selection {
    background: #1c6ca71a;
    color: inherit
}

.first :focus-visible {
    outline: 2px solid #1C6CA7;
    outline-offset: 3px;
    border-radius: 4px
}

.first .page-link {
    color: #1C6CA7;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.first .page-link:hover {
    color: #145389
}

.first .btn-outlined {
    display: inline-block;
    border: 1.5px solid #1C6CA7;
    color: #1C6CA7;
    background: transparent;
    padding: 8px 32px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.4;
    cursor: pointer;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.0, 0, 0.2, 1), color .18s cubic-bezier(0.0, 0, 0.2, 1);
    text-decoration: none
}

.first .btn-outlined:hover {
    background: #1C6CA7;
    color: #fff;
    box-shadow: -1px 4px 20px -2px #1c6ca72e
}

.first .btn-outlined:active {
    box-shadow: inset 0 3px 6px #1c6ca724
}

.first .accent-word {
    color: #1C6CA7;
    font-weight: 700
}

.first .accent-bar {
    border-left: 3px solid #1C6CA7;
    border-bottom: 1px solid #dac5b166;
    padding-left: 16px
}

.first .underline-heading {
    display: inline-block;
    position: relative
}

.first .underline-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #1C6CA7;
    animation: line-draw .7s cubic-bezier(0.4, 0, 0.2, 1) .5s forwards
}

@keyframes line-draw {
    to {
        width: 100%
    }
}

.first .divider-triangles {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0
}

.first .divider-triangles svg {
    display: block
}

.first .reading-arrow {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    pointer-events: none
}

.first .reading-arrow svg {
    opacity: .28
}

.first .title-block {
    position: relative;
    background: linear-gradient(158deg, #0d2e47 0%, #1C6CA7 60%, #2a5a8a 100%);
    padding: 64px 32px 48px;
    overflow: hidden
}

.first .title-block-circles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.first .title-block-circles span {
    position: absolute;
    border-radius: 42px;
    opacity: .07;
    background: #DAC5B1
}

.first .title-block-circles .c1 {
    width: 340px;
    height: 340px;
    top: -80px;
    right: -60px
}

.first .title-block-circles .c2 {
    width: 180px;
    height: 180px;
    bottom: -40px;
    left: 8%
}

.first .title-block-circles .c3 {
    width: 90px;
    height: 90px;
    top: 40px;
    left: 44%;
    opacity: .05
}

.first .title-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.first .title-eyebrow {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #DAC5B1;
    margin-bottom: 16px
}

.first .title-h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px
}

.first .title-sub {
    font-size: 23px;
    line-height: 1.4;
    color: #ffffffd1;
    margin: 0 0 32px
}

.first .title-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffad;
    margin: 0 0 32px;
    max-width: 480px
}

.first .title-image-col {
    position: relative
}

.first .title-image-frame {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 9px 40px -2px #1c6ca747;
    position: relative
}

.first .title-image-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: saturate(0.82) brightness(0.9);
    mix-blend-mode: luminosity
}

.first .title-image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #1c6ca738 0%, #0d2e477a 100%);
    pointer-events: none
}

.first .title-tag {
    display: inline-block;
    border: 1px solid #dac5b180;
    color: #DAC5B1;
    font-size: 13px;
    line-height: 1.4;
    padding: 4px 16px;
    border-radius: 4px;
    margin-bottom: 16px
}

@media (max-width: 1024px) {
    .first .title-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .first .title-h1 {
        font-size: 45px
    }

    .first .title-image-frame img {
        height: 280px
    }
}

@media (max-width: 640px) {
    .first .title-block {
        padding: 48px 16px 32px
    }

    .first .title-h1 {
        font-size: 32px
    }

    .first .title-sub {
        font-size: 18px
    }
}

.first .investment-block {
    background: #ECEFF2;
    padding: 64px 32px
}

.first .investment-inner {
    max-width: 1100px;
    margin: 0 auto
}

.first .investment-label {
    font-size: 13px;
    line-height: 1.4;
    color: #1C6CA7;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 16px
}

.first .investment-h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #0d2e47;
    margin: 0 0 32px
}

.first .investment-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.first .investment-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #1c6ca71f;
    padding: 32px;
    box-shadow: -1px 3px 3px -2px #1c6ca712;
    transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.first .investment-card:hover {
    box-shadow: -1px 4px 20px -2px #1c6ca724;
    border-color: #1c6ca747
}

.first .investment-card-number {
    font-size: 45px;
    line-height: 1.1;
    color: #1c6ca724;
    font-weight: 700;
    position: absolute;
    top: 16px;
    right: 16px
}

.first .investment-card-heading {
    font-size: 18px;
    line-height: 1.4;
    color: #0d2e47;
    margin: 0 0 8px
}

.first .investment-card-text {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a5e;
    margin: 0
}

.first .investment-card-tag {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.4;
    color: #1C6CA7;
    border-bottom: 1px solid #1C6CA7;
    padding-bottom: 2px
}

.first .investment-image-row {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    margin-top: 32px;
    align-items: center
}

.first .investment-image-wrap {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 4px 20px -2px #1c6ca71a
}

.first .investment-image-wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block
}

.first .investment-aside-text {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a5e
}

@media (max-width: 1024px) {
    .first .investment-columns {
        grid-template-columns: 1fr 1fr
    }

    .first .investment-image-row {
        grid-template-columns: 1fr
    }
}

@media (max-width: 640px) {
    .first .investment-block {
        padding: 48px 16px
    }

    .first .investment-columns {
        grid-template-columns: 1fr
    }

    .first .investment-h2 {
        font-size: 32px
    }
}

.first .value-block {
    background: #fff;
    padding: 64px 32px
}

.first .value-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start
}

.first .value-image-side {
    position: relative
}

.first .value-image-primary {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 9px 40px -2px #1c6ca724
}

.first .value-image-primary img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block
}

.first .value-badge {
    position: absolute;
    bottom: -16px;
    right: -8px;
    background: #1C6CA7;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: -1px 4px 20px -2px #1c6ca738
}

.first .value-h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #0d2e47;
    margin: 0 0 16px
}

.first .value-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #2d4a5e;
    margin: 0 0 32px
}

.first .value-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.first .value-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a5e;
    padding: 8px 0;
    border-bottom: 1px solid #1c6ca71f
}

.first .value-list li:last-child {
    border-bottom: none
}

.first .value-list li strong {
    color: #0d2e47
}

@media (max-width: 1024px) {
    .first .value-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .first .value-badge {
        position: static;
        display: inline-block;
        margin-top: 16px
    }
}

@media (max-width: 640px) {
    .first .value-block {
        padding: 48px 16px
    }

    .first .value-h2 {
        font-size: 32px
    }

    .first .value-image-primary img {
        height: 240px
    }
}

.first .longterm-block {
    background: linear-gradient(158deg, #0d2e47 0%, #1C6CA7 100%);
    padding: 64px 32px;
    position: relative;
    overflow: hidden
}

.first .longterm-block-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.first .longterm-block-bg span {
    position: absolute;
    border-radius: 42px;
    background: #dac5b10f
}

.first .longterm-block-bg .bg1 {
    width: 500px;
    height: 500px;
    bottom: -120px;
    right: -80px
}

.first .longterm-block-bg .bg2 {
    width: 200px;
    height: 200px;
    top: 32px;
    left: 10%
}

.first .longterm-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.first .longterm-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: end;
    margin-bottom: 48px
}

.first .longterm-h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #fff;
    margin: 0
}

.first .longterm-intro {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffbf;
    margin: 0
}

.first .longterm-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.first .metric-item {
    border: 1px solid #dac5b140;
    border-radius: 4px;
    padding: 32px 16px;
    text-align: center;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.first .metric-item:hover {
    border-color: #dac5b199;
    background: #dac5b10f
}

.first .metric-value {
    font-size: 45px;
    line-height: 1.1;
    color: #DAC5B1;
    font-weight: 700;
    display: block
}

.first .metric-label {
    font-size: 13px;
    line-height: 1.4;
    color: #ffffffad;
    display: block;
    margin-top: 8px
}

@media (max-width: 1024px) {
    .first .longterm-header {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .first .longterm-metrics {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 640px) {
    .first .longterm-block {
        padding: 48px 16px
    }

    .first .longterm-h2 {
        font-size: 32px
    }

    .first .longterm-metrics {
        grid-template-columns: 1fr 1fr;
        gap: 8px
    }

    .first .metric-value {
        font-size: 32px
    }

    .first .metric-item {
        padding: 16px 8px
    }
}

.first .experience-block {
    background: #ECEFF2;
    padding: 64px 32px
}

.first .experience-inner {
    max-width: 1100px;
    margin: 0 auto
}

.first .experience-h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #0d2e47;
    margin: 0 0 8px
}

.first .experience-sub {
    font-size: 18px;
    line-height: 1.4;
    color: #2d4a5e;
    margin: 0 0 48px
}

.first .experience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start
}

.first .experience-image-wrap {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 4px 20px -2px #1c6ca71a
}

.first .experience-image-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block
}

.first .experience-stories {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.first .story-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #1c6ca71a;
    padding: 32px;
    box-shadow: -1px 3px 3px -2px #1c6ca712;
    position: relative
}

.first .story-card .accent-bar {
    padding-left: 16px;
    border-left: 3px solid #1C6CA7;
    border-bottom: none
}

.first .story-quote {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a5e;
    margin: 0 0 16px;
    font-style: italic
}

.first .story-author {
    font-size: 13px;
    line-height: 1.4;
    color: #1C6CA7;
    font-weight: 700
}

.first .story-role {
    font-size: 13px;
    line-height: 1.4;
    color: #6a7f8e
}

.first .star-rating-wrap {
    display: flex;
    gap: 4px;
    margin-bottom: 8px
}

.first .star-filled {
    width: 14px;
    height: 14px;
    display: inline-block
}

@media (max-width: 1024px) {
    .first .experience-grid {
        grid-template-columns: 1fr
    }

    .first .experience-image-wrap img {
        height: 240px
    }
}

@media (max-width: 640px) {
    .first .experience-block {
        padding: 48px 16px
    }

    .first .experience-h2 {
        font-size: 32px
    }
}

.first .audience-block {
    background: #fff;
    padding: 64px 32px
}

.first .audience-inner {
    max-width: 1100px;
    margin: 0 auto
}

.first .audience-h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #0d2e47;
    margin: 0 0 8px
}

.first .audience-sub {
    font-size: 18px;
    line-height: 1.4;
    color: #2d4a5e;
    margin: 0 0 48px;
    max-width: 620px
}

.first .audience-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    align-items: start
}

.first .audience-outer {
    background: #ECEFF2;
    border-radius: 4px;
    padding: 32px;
    border: 1px solid #1c6ca71a
}

.first .audience-outer-heading {
    font-size: 18px;
    line-height: 1.4;
    color: #0d2e47;
    margin: 0 0 16px
}

.first .audience-outer-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.first .audience-outer-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a5e;
    padding: 4px 0;
    border-bottom: 1px solid #1c6ca71a
}

.first .audience-outer-list li:last-child {
    border-bottom: none
}

.first .audience-center {
    background: #1C6CA7;
    border-radius: 4px;
    padding: 32px;
    box-shadow: -1px 9px 40px -2px #1c6ca72e
}

.first .audience-center-heading {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 16px
}

.first .audience-center-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.first .audience-center-list li {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffe0;
    padding: 4px 0;
    border-bottom: 1px solid #ffffff26
}

.first .audience-center-list li:last-child {
    border-bottom: none
}

.first .audience-bottom-note {
    margin-top: 32px;
    padding: 16px 32px;
    background: #dac5b12e;
    border-left: 3px solid #DAC5B1;
    border-bottom: 1px solid #dac5b14d;
    border-radius: 4px
}

.first .audience-bottom-note p {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a5e;
    margin: 0
}

@media (max-width: 1024px) {
    .first .audience-three {
        grid-template-columns: 1fr
    }
}

@media (max-width: 640px) {
    .first .audience-block {
        padding: 48px 16px
    }

    .first .audience-h2 {
        font-size: 32px
    }
}

.learning-program {
    max-width: 1440px;
    margin: 0 auto;
    background: #fff;
    overflow-x: clip
}

.learning-program ::selection {
    background: #1c6ca71a
}

.learning-program .program-title-block {
    background: linear-gradient(157deg, #0d3d60 0%, #1C6CA7 100%);
    padding: 64px 32px 56px;
    position: relative
}

.learning-program .program-title-block::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border: 1px solid #dac5b12e;
    border-radius: 4px;
    pointer-events: none
}

.learning-program .program-title-block::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #dac5b114;
    border-radius: 4px;
    pointer-events: none
}

.learning-program .title-shape-left {
    position: absolute;
    left: -48px;
    top: 32px;
    width: 220px;
    height: 220px;
    border-radius: 42px;
    background: #dac5b112;
    transform: rotate(22deg);
    pointer-events: none
}

.learning-program .title-shape-right {
    position: absolute;
    right: -32px;
    bottom: 16px;
    width: 160px;
    height: 160px;
    border-radius: 42px;
    background: #1c6ca740;
    transform: rotate(-15deg);
    pointer-events: none
}

.learning-program .title-shape-mid {
    position: absolute;
    right: 120px;
    top: -24px;
    width: 90px;
    height: 90px;
    border-radius: 42px;
    border: 2px solid #dac5b126;
    pointer-events: none
}

.learning-program .title-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1
}

.learning-program .program-eyebrow {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    color: #DAC5B1;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 4px 16px;
    border: 1px solid #dac5b159;
    border-radius: 4px
}

.learning-program .program-h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px
}

.learning-program .program-h1 strong {
    color: #DAC5B1;
    font-weight: 800
}

.learning-program .program-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffd1;
    margin: 0 0 32px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto
}

.learning-program .title-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    color: #DAC5B1;
    border: 1.5px solid #DAC5B1;
    border-radius: 4px;
    padding: 8px 32px;
    text-decoration: none;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .title-link:hover {
    background: #DAC5B1;
    color: #0d3d60;
    box-shadow: -1px 9px 40px -2px #1c6ca724
}

.learning-program .title-link:focus {
    outline: 2px solid #DAC5B1;
    outline-offset: 3px
}

.learning-program .details-block {
    background: #ECEFF2;
    padding: 56px 32px
}

.learning-program .details-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start
}

.learning-program .details-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .details-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #0d3d60;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.learning-program .details-heading::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: #1C6CA7;
    border-radius: 4px;
    margin-top: 8px;
    animation: underline-draw .6s cubic-bezier(0.4, 0, 0.2, 1) .3s forwards
}

@keyframes underline-draw {
    to {
        width: 100%
    }
}

.learning-program .details-paragraph {
    font-size: 15px;
    line-height: 1.7;
    color: #2a3a4a;
    margin: 0
}

.learning-program .info-card {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #1c6ca724;
    box-shadow: -1px 4px 20px -2px #1c6ca71a;
    overflow: hidden
}

.learning-program .info-card-header {
    background: linear-gradient(157deg, #0d3d60 0%, #1C6CA7 100%);
    padding: 16px 32px
}

.learning-program .info-card-header-text {
    font-size: 13px;
    line-height: 1.4;
    color: #DAC5B1;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin: 0
}

.learning-program .info-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    padding: 12px 32px;
    border-bottom: 1px solid #ECEFF2;
    gap: 16px
}

.learning-program .info-row:last-child {
    border-bottom: none
}

.learning-program .info-label {
    font-size: 13px;
    line-height: 1.4;
    color: #5a6a7a;
    flex-shrink: 0
}

.learning-program .info-value {
    font-size: 15px;
    line-height: 1.4;
    color: #0d3d60;
    font-weight: 700;
    text-align: right
}

.learning-program .modules-block {
    background: #fff;
    padding: 56px 32px
}

.learning-program .modules-inner {
    max-width: 1100px;
    margin: 0 auto
}

.learning-program .modules-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 32px
}

.learning-program .modules-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #0d3d60;
    margin: 0;
    position: relative;
    display: inline-block
}

.learning-program .modules-heading::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: #DAC5B1;
    border-radius: 4px;
    margin-top: 8px;
    animation: underline-draw .5s cubic-bezier(0.0, 0, 0.2, 1) .5s forwards
}

.learning-program .modules-description {
    font-size: 15px;
    line-height: 1.7;
    color: #3a4a5a;
    margin: 0;
    max-width: 420px
}

.learning-program .modules-image-wrap {
    position: relative;
    margin-bottom: 32px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #1c6ca71f;
    box-shadow: -1px 9px 40px -2px #1c6ca724
}

.learning-program .modules-image-wrap::before {
    content: '';
    position: absolute;
    inset: 8px;
    border: 1px solid #dac5b14d;
    border-radius: 4px;
    z-index: 1;
    pointer-events: none
}

.learning-program .modules-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: blur(0px);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .modules-image.lazy-loading {
    filter: blur(8px)
}

.learning-program .modules-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.learning-program .module-item {
    border-bottom: 1.5px solid #ECEFF2;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    transform: translateY(16px);
    animation: module-appear .4s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.learning-program .module-item:nth-child(1) {
    animation-delay: .1s
}

.learning-program .module-item:nth-child(2) {
    animation-delay: .18s
}

.learning-program .module-item:nth-child(3) {
    animation-delay: .26s
}

.learning-program .module-item:nth-child(4) {
    animation-delay: .34s
}

.learning-program .module-item:nth-child(5) {
    animation-delay: .42s
}

.learning-program .module-item:nth-child(6) {
    animation-delay: .5s
}

@keyframes module-appear {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.learning-program .module-number {
    font-size: 13px;
    line-height: 1.4;
    color: #1C6CA7;
    font-weight: 700
}

.learning-program .module-name {
    font-size: 15px;
    line-height: 1.4;
    color: #0d3d60;
    font-weight: 700;
    margin: 0
}

.learning-program .module-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #4a5a6a;
    margin: 0
}

.learning-program .modules-bottom-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #ECEFF2
}

.learning-program .facilitators-label {
    font-size: 13px;
    line-height: 1.4;
    color: #5a6a7a;
    text-transform: uppercase;
    letter-spacing: .07em;
    flex-shrink: 0
}

.learning-program .facilitator-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.learning-program .facilitator-name {
    font-size: 15px;
    line-height: 1.4;
    color: #0d3d60;
    font-weight: 700
}

.learning-program .facilitator-role {
    font-size: 13px;
    line-height: 1.4;
    color: #5a6a7a
}

.learning-program .facilitators-group {
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap
}

.learning-program .rating-area {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px
}

.learning-program .rating-label {
    font-size: 13px;
    line-height: 1.4;
    color: #5a6a7a
}

.learning-program .star-rating {
    display: flex;
    flex-direction: row;
    gap: 4px
}

.learning-program .star-rating .star {
    width: 18px;
    height: 18px
}

.learning-program .star-filled {
    fill: #1C6CA7
}

.learning-program .star-empty {
    fill: #ECEFF2
}

@media (max-width: 1024px) {
    .learning-program .details-grid {
        grid-template-columns: 1fr
    }

    .learning-program .modules-list {
        grid-template-columns: 1fr 1fr
    }

    .learning-program .modules-top {
        flex-direction: column;
        align-items: flex-start
    }

    .learning-program .program-h1 {
        font-size: 45px
    }
}

@media (max-width: 640px) {
    .learning-program .program-title-block {
        padding: 48px 16px 40px
    }

    .learning-program .program-h1 {
        font-size: 32px
    }

    .learning-program .program-subtitle {
        font-size: 15px
    }

    .learning-program .details-block {
        padding: 32px 16px
    }

    .learning-program .modules-block {
        padding: 32px 16px
    }

    .learning-program .modules-list {
        grid-template-columns: 1fr
    }

    .learning-program .modules-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .learning-program .rating-area {
        margin-left: 0;
        align-items: flex-start
    }

    .learning-program .info-row {
        padding: 12px 16px
    }

    .learning-program .info-card-header {
        padding: 16px
    }

    .learning-program .modules-image {
        height: 200px
    }
}

.about-us-page {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip;
    background: #fff
}

.about-us-page ::selection {
    background: #1c6ca71a;
    color: inherit
}

.about-us-page .title-block {
    position: relative;
    padding: 64px 32px 48px;
    background-color: #111827;
    overflow: hidden
}

.about-us-page .title-block .grain-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-size: 200px 200px
}

.about-us-page .title-block .dot-scatter {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.about-us-page .title-block .dot-scatter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #dac5b12e 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .6
}

.about-us-page .title-block .title-layout {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto
}

.about-us-page .title-block .title-text {
    flex: 1 1 0;
    min-width: 0
}

.about-us-page .title-block .label-tag {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    color: #DAC5B1;
    border: 1px solid #dac5b159;
    border-radius: 4px;
    padding: 4px 16px;
    margin-bottom: 16px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.about-us-page .title-block h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px;
    font-weight: 800
}

.about-us-page .title-block h1 .accent-word {
    color: #DAC5B1;
    font-weight: 800
}

.about-us-page .title-block .title-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffb8;
    margin: 0 0 32px;
    max-width: 520px
}

.about-us-page .title-block .action-links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.about-us-page .title-block .action-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    padding: 8px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .title-block .action-link.primary {
    background: #1C6CA7;
    color: #fff;
    border: 1.5px solid #1C6CA7
}

.about-us-page .title-block .action-link.primary:hover {
    background: #155a8a;
    box-shadow: -1px 4px 20px -2px #1c6ca752
}

.about-us-page .title-block .action-link.secondary {
    background: transparent;
    color: #DAC5B1;
    border: 1.5px solid #dac5b180
}

.about-us-page .title-block .action-link.secondary:hover {
    border-color: #DAC5B1;
    box-shadow: -1px 3px 3px -2px #dac5b124
}

.about-us-page .title-block .title-image-wrap {
    flex: 0 0 320px;
    width: 320px;
    height: 280px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    opacity: .38
}

.about-us-page .title-block .title-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(0.4) brightness(0.8)
}

.about-us-page .identity-block {
    background: #ECEFF2;
    padding: 64px 32px;
    position: relative
}

.about-us-page .identity-block .identity-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: stretch
}

.about-us-page .identity-block .identity-left {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-us-page .identity-block .identity-image {
    width: 100%;
    height: 260px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.about-us-page .identity-block .identity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.88);
    transition: filter .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .identity-block .identity-image img:hover {
    filter: brightness(1.05)
}

.about-us-page .identity-block .identity-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #1c6ca726;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.4;
    color: #1C6CA7;
    font-weight: 600;
    box-shadow: -1px 3px 3px -2px #1c6ca712
}

.about-us-page .identity-block .identity-right {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-us-page .identity-block h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #111827;
    margin: 0;
    font-weight: 800
}

.about-us-page .identity-block h2 .underline-anim {
    position: relative;
    display: inline-block
}

.about-us-page .identity-block h2 .underline-anim::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #1C6CA7;
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: left;
    animation: draw-line .55s .3s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

@keyframes draw-line {
    to {
        transform: scaleX(1)
    }
}

.about-us-page .identity-block .frosted-card {
    background: #ffffff9e;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #1c6ca71f;
    border-radius: 4px;
    padding: 32px;
    box-shadow: -1px 4px 20px -2px #1c6ca71a
}

.about-us-page .identity-block .frosted-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #1e2a35;
    margin: 0 0 8px
}

.about-us-page .identity-block .frosted-card p:last-child {
    margin: 0
}

.about-us-page .identity-block .stat-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.about-us-page .identity-block .stat-item {
    flex: 1 1 120px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #1c6ca71a;
    padding: 16px;
    box-shadow: -1px 3px 3px -2px #1c6ca712
}

.about-us-page .identity-block .stat-item .stat-number {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #1C6CA7;
    display: block
}

.about-us-page .identity-block .stat-item .stat-label {
    font-size: 13px;
    line-height: 1.4;
    color: #4a5568;
    display: block;
    margin-top: 4px
}

.about-us-page .pillars-block {
    background: #fff;
    padding: 64px 32px;
    position: relative
}

.about-us-page .pillars-block .radial-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.about-us-page .pillars-block .radial-bg::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 42px;
    background: radial-gradient(circle at 30% 60%, #1c6ca70f 0%, transparent 70%);
    top: -100px;
    right: -80px;
    animation: light-drift 9s ease-in-out infinite alternate
}

@keyframes light-drift {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(40px, 30px)
    }
}

.about-us-page .pillars-block .corner-lines {
    position: absolute;
    bottom: 32px;
    left: 32px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.about-us-page .pillars-block .corner-lines span {
    display: block;
    height: 1px;
    background: #1c6ca72e;
    border-radius: 4px
}

.about-us-page .pillars-block .corner-lines span:nth-child(1) {
    width: 48px
}

.about-us-page .pillars-block .corner-lines span:nth-child(2) {
    width: 36px
}

.about-us-page .pillars-block .corner-lines span:nth-child(3) {
    width: 24px
}

.about-us-page .pillars-block .corner-lines span:nth-child(4) {
    width: 16px
}

.about-us-page .pillars-block .pillars-header {
    max-width: 1100px;
    margin: 0 auto 32px
}

.about-us-page .pillars-block .pillars-header h2 {
    font-size: 32px;
    line-height: 1.1;
    color: #111827;
    margin: 0 0 8px;
    font-weight: 700
}

.about-us-page .pillars-block .pillars-header p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
    max-width: 560px
}

.about-us-page .pillars-block .three-col {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr 1.8fr;
    gap: 16px;
    align-items: start
}

.about-us-page .pillars-block .pillar-card {
    border-radius: 4px;
    border: 1px solid #ECEFF2;
    background: #fff;
    overflow: hidden;
    box-shadow: -1px 4px 20px -2px #1c6ca71a;
    transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.about-us-page .pillars-block .pillar-card:hover {
    box-shadow: -1px 9px 40px -2px #1c6ca724
}

.about-us-page .pillars-block .pillar-card .numbered-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 32px;
    height: 32px;
    background: #1C6CA7;
    color: #fff;
    border-radius: 42px;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 3px 3px -2px #1c6ca724
}

.about-us-page .pillars-block .pillar-card .pillar-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: block
}

.about-us-page .pillars-block .pillar-card .pillar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.85);
    transition: filter .22s cubic-bezier(0.0, 0, 0.2, 1)
}

.about-us-page .pillars-block .pillar-card:hover .pillar-image img {
    filter: brightness(1.05)
}

.about-us-page .pillars-block .pillar-card .pillar-body {
    padding: 16px
}

.about-us-page .pillars-block .pillar-card h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #111827;
    margin: 0 0 8px;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.about-us-page .pillars-block .pillar-card h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #1C6CA7;
    border-radius: 4px;
    transition: width .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .pillars-block .pillar-card:hover h3::after {
    width: 100%
}

.about-us-page .pillars-block .pillar-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0
}

.about-us-page .pillars-block .pillar-card .detail-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0
}

.about-us-page .pillars-block .pillar-card .detail-list li {
    font-size: 13px;
    line-height: 1.7;
    color: #4a5568;
    border-bottom: 1px solid #ECEFF2;
    padding: 4px 0
}

.about-us-page .pillars-block .pillar-card .detail-list li:last-child {
    border-bottom: none
}

.about-us-page .pillars-block .pillar-card .detail-list li .item-accent {
    color: #1C6CA7;
    font-weight: 700
}

.about-us-page .community-block {
    background: linear-gradient(158deg, #111827 0%, #1C6CA7 100%);
    padding: 64px 32px;
    position: relative;
    overflow: hidden
}

.about-us-page .community-block .bg-anim {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.about-us-page .community-block .bg-anim::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 42px;
    background: radial-gradient(circle at 60% 40%, #dac5b11f 0%, transparent 65%);
    top: -80px;
    left: 20%;
    animation: light-drift 11s ease-in-out infinite alternate-reverse
}

.about-us-page .community-block .corner-lines-right {
    position: absolute;
    top: 32px;
    right: 32px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end
}

.about-us-page .community-block .corner-lines-right span {
    display: block;
    height: 1px;
    background: #dac5b140;
    border-radius: 4px
}

.about-us-page .community-block .corner-lines-right span:nth-child(1) {
    width: 48px
}

.about-us-page .community-block .corner-lines-right span:nth-child(2) {
    width: 36px
}

.about-us-page .community-block .corner-lines-right span:nth-child(3) {
    width: 24px
}

.about-us-page .community-block .corner-lines-right span:nth-child(4) {
    width: 16px
}

.about-us-page .community-block .community-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.about-us-page .community-block .community-top {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 32px
}

.about-us-page .community-block .community-heading {
    flex: 1 1 0
}

.about-us-page .community-block h2 {
    font-size: 45px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 8px;
    font-weight: 800
}

.about-us-page .community-block h2 .accent-word {
    color: #DAC5B1
}

.about-us-page .community-block .community-heading p {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffb8;
    margin: 0;
    max-width: 440px
}

.about-us-page .community-block .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.about-us-page .community-block .team-member {
    background: #ffffff12;
    border: 1px solid #dac5b12e;
    border-radius: 4px;
    padding: 16px;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .community-block .team-member:hover {
    background: #ffffff1f;
    box-shadow: -1px 4px 20px -2px #dac5b11a
}

.about-us-page .community-block .team-member .member-initial {
    width: 48px;
    height: 48px;
    border-radius: 42px;
    background: #1c6ca780;
    border: 1.5px solid #dac5b159;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: #DAC5B1;
    margin-bottom: 8px
}

.about-us-page .community-block .team-member h4 {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 4px;
    font-weight: 700
}

.about-us-page .community-block .team-member .member-role {
    font-size: 13px;
    line-height: 1.4;
    color: #DAC5B1;
    display: block;
    margin-bottom: 8px
}

.about-us-page .community-block .team-member .member-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #ffffff9e;
    margin: 0;
    border-top: 1px solid #dac5b124;
    padding-top: 8px
}

.about-us-page .community-block .community-cta {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.about-us-page .community-block .cta-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    padding: 8px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    border: 1.5px solid #dac5b199;
    color: #DAC5B1;
    background: transparent;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us-page .community-block .cta-link:hover {
    border-color: #DAC5B1;
    box-shadow: -1px 4px 20px -2px #dac5b12e
}

@media (max-width: 1024px) {
    .about-us-page .title-block h1 {
        font-size: 45px
    }

    .about-us-page .title-block .title-image-wrap {
        flex: 0 0 240px;
        width: 240px;
        height: 220px
    }

    .about-us-page .pillars-block .three-col {
        grid-template-columns: 1fr 1fr
    }

    .about-us-page .community-block .team-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .about-us-page .identity-block .identity-inner {
        flex-direction: column
    }

    .about-us-page .identity-block .identity-left {
        flex: none;
        width: 100%
    }
}

@media (max-width: 640px) {
    .about-us-page .title-block {
        padding: 32px 16px
    }

    .about-us-page .title-block .title-layout {
        flex-direction: column
    }

    .about-us-page .title-block h1 {
        font-size: 32px
    }

    .about-us-page .title-block .title-image-wrap {
        display: none
    }

    .about-us-page .identity-block {
        padding: 32px 16px
    }

    .about-us-page .identity-block h2 {
        font-size: 32px
    }

    .about-us-page .pillars-block {
        padding: 32px 16px
    }

    .about-us-page .pillars-block .three-col {
        grid-template-columns: 1fr
    }

    .about-us-page .community-block {
        padding: 32px 16px
    }

    .about-us-page .community-block h2 {
        font-size: 32px
    }

    .about-us-page .community-block .team-grid {
        grid-template-columns: 1fr
    }

    .about-us-page .community-block .community-top {
        flex-direction: column
    }

    .about-us-page .identity-block .stat-row {
        flex-direction: column
    }
}

.events {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip;
    background: #fff
}

.events .schedule-block {
    padding: 64px 32px;
    background: #ECEFF2;
    position: relative
}

.events .schedule-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(135deg, transparent, transparent 40px, #1c6ca708 40px, #1c6ca708 41px);
    pointer-events: none
}

.events .schedule-eyebrow {
    font-size: 13px;
    letter-spacing: .08em;
    color: #1C6CA7;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600
}

.events .schedule-heading {
    font-size: 45px;
    line-height: 1.1;
    color: #1a2e42;
    font-weight: 800;
    max-width: 680px;
    margin-bottom: 32px;
    position: relative;
    display: inline-block
}

.events .schedule-heading::after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: #1C6CA7;
    margin-top: 8px;
    animation: underline-draw .25s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards
}

@keyframes underline-draw {
    to {
        width: 100%
    }
}

.events .schedule-layout {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.events .schedule-image-col {
    flex: 0 0 420px;
    position: sticky;
    top: 32px
}

.events .schedule-image-wrapper {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 4px 20px -2px #1c6ca71a
}

.events .schedule-image-wrapper img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1);
    filter: blur(8px)
}

.events .schedule-image-wrapper img.loaded {
    filter: none
}

.events .schedule-image-wrapper:hover img {
    transform: scale(1.04)
}

.events .schedule-list-col {
    flex: 1 1 0;
    min-width: 0
}

.events .event-item {
    border-bottom: 1px solid #1c6ca726;
    padding: 16px 0;
    opacity: 0;
    transform: translateY(16px);
    animation: row-appear .2s cubic-bezier(0.0, 0, 0.2, 1) forwards
}

.events .event-item:nth-child(1) {
    animation-delay: .05s
}

.events .event-item:nth-child(2) {
    animation-delay: .12s
}

.events .event-item:nth-child(3) {
    animation-delay: .19s
}

.events .event-item:nth-child(4) {
    animation-delay: .26s
}

.events .event-item:nth-child(5) {
    animation-delay: .33s
}

.events .event-item:nth-child(6) {
    animation-delay: .4s
}

@keyframes row-appear {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.events .event-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px
}

.events .event-date-badge {
    background: #1C6CA7;
    color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0
}

.events .event-format-tag {
    font-size: 13px;
    color: #1C6CA7;
    border: 1px solid #1c6ca74d;
    border-radius: 4px;
    padding: 4px 8px;
    background: #1c6ca70d
}

.events .event-time {
    font-size: 13px;
    color: #5a6a7a;
    margin-left: auto
}

.events .event-title-row {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #1a2e42;
    margin-bottom: 4px
}

.events .event-title-row strong {
    color: #1C6CA7 !important
}

.events .event-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3d4f60;
    margin-bottom: 8px
}

.events .event-speaker {
    font-size: 13px;
    color: #5a6a7a
}

.events .event-speaker span {
    font-weight: 600;
    color: #1a2e42
}

.events .event-register-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #1C6CA7;
    border: 1.5px solid #1C6CA7;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.events .event-register-btn:hover {
    box-shadow: -1px 4px 20px -2px #1c6ca72e;
    background: #1c6ca70f
}

.events .event-register-btn:focus {
    outline: 2px solid #1C6CA7;
    outline-offset: 2px
}

.events .matrix-block {
    padding: 64px 32px;
    background: #fff;
    position: relative
}

.events .matrix-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dac5b114;
    pointer-events: none
}

.events .matrix-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 32px
}

.events .matrix-text-col {
    flex: 1 1 0;
    min-width: 0
}

.events .matrix-eyebrow {
    font-size: 13px;
    color: #1C6CA7;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    margin-bottom: 8px
}

.events .matrix-heading {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
    color: #1a2e42;
    margin-bottom: 16px;
    position: relative;
    display: inline-block
}

.events .matrix-heading::after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: #DAC5B1;
    margin-top: 6px;
    animation: underline-draw .22s cubic-bezier(0.4, 0, 0.2, 1) .6s forwards
}

.events .matrix-lead {
    font-size: 15px;
    line-height: 1.7;
    color: #3d4f60;
    max-width: 520px
}

.events .matrix-image-col {
    flex: 0 0 280px
}

.events .matrix-image-wrapper {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 3px 3px -2px #1c6ca712
}

.events .matrix-image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1);
    filter: blur(8px)
}

.events .matrix-image-wrapper img.loaded {
    filter: none
}

.events .matrix-image-wrapper:hover img {
    transform: scale(1.05)
}

.events .priority-matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    position: relative;
    z-index: 1
}

.events .matrix-zone {
    border-radius: 4px;
    padding: 32px;
    position: relative;
    border: 1px solid transparent;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.events .matrix-zone:hover {
    box-shadow: -1px 9px 40px -2px #1c6ca71a
}

.events .matrix-zone.zone-a {
    background: linear-gradient(155deg, #1C6CA7 0%, #1a4a7a 100%);
    border-color: #1C6CA7
}

.events .matrix-zone.zone-b {
    background: linear-gradient(155deg, #ECEFF2 0%, #dde4ea 100%);
    border-color: #1c6ca733
}

.events .matrix-zone.zone-c {
    background: linear-gradient(155deg, #f5efe9 0%, #ede4da 100%);
    border-color: #dac5b180
}

.events .matrix-zone.zone-d {
    background: linear-gradient(155deg, #fff 0%, #ECEFF2 100%);
    border-color: #1c6ca71f
}

.events .zone-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px
}

.events .matrix-zone.zone-a .zone-label {
    color: #ffffffbf
}

.events .matrix-zone.zone-b .zone-label {
    color: #1C6CA7
}

.events .matrix-zone.zone-c .zone-label {
    color: #8a6a50
}

.events .matrix-zone.zone-d .zone-label {
    color: #5a6a7a
}

.events .zone-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 8px
}

.events .matrix-zone.zone-a .zone-title {
    color: #fff
}

.events .matrix-zone.zone-b .zone-title {
    color: #1a2e42
}

.events .matrix-zone.zone-c .zone-title {
    color: #3d2a18
}

.events .matrix-zone.zone-d .zone-title {
    color: #1a2e42
}

.events .zone-body {
    font-size: 15px;
    line-height: 1.7
}

.events .matrix-zone.zone-a .zone-body {
    color: #ffffffe0
}

.events .matrix-zone.zone-b .zone-body {
    color: #3d4f60
}

.events .matrix-zone.zone-c .zone-body {
    color: #5a3d28
}

.events .matrix-zone.zone-d .zone-body {
    color: #3d4f60
}

.events .dot-indicator {
    width: 10px;
    height: 10px;
    border-radius: 42px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    flex-shrink: 0
}

.events .dot-indicator.dot-live {
    background: #e74c3c;
    box-shadow: 0 0 0 3px #e74c3c33
}

.events .dot-indicator.dot-recorded {
    background: #DAC5B1
}

.events .dot-indicator.dot-workshop {
    background: #1C6CA7
}

.events .dot-indicator.dot-qa {
    background: #2ecc71
}

.events .icon-with-dot {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #1c6ca714;
    border-radius: 4px;
    margin-right: 8px;
    flex-shrink: 0
}

.events .icon-with-dot .corner-dot {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 8px;
    height: 8px;
    border-radius: 42px;
    background: #e74c3c;
    border: 1.5px solid #fff
}

.events .icon-svg {
    width: 16px;
    height: 16px;
    fill: #1C6CA7
}

.events .curved-connector {
    display: block;
    width: 100%;
    height: 32px;
    margin-bottom: 16px;
    overflow: hidden
}

@media (max-width: 1024px) {
    .events .schedule-layout {
        flex-direction: column
    }

    .events .schedule-image-col {
        flex: none;
        width: 100%;
        position: static
    }

    .events .matrix-top {
        flex-direction: column
    }

    .events .matrix-image-col {
        flex: none;
        width: 100%
    }

    .events .schedule-heading {
        font-size: 32px
    }
}

@media (max-width: 640px) {

    .events .schedule-block,
    .events .matrix-block {
        padding: 32px 16px
    }

    .events .schedule-heading {
        font-size: 23px
    }

    .events .matrix-heading {
        font-size: 23px
    }

    .events .priority-matrix {
        grid-template-columns: 1fr
    }

    .events .event-meta {
        flex-wrap: wrap
    }

    .events .event-time {
        margin-left: 0
    }

    .events .matrix-zone {
        padding: 16px
    }
}

.contact-us-page {
    max-width: 1440px;
    margin: 0 auto;
    background: #fff
}

.contact-us-page ::selection {
    background: #1c6ca71a;
    color: #111
}

.contact-us-page .diagonal-split {
    position: relative;
    padding: 80px 32px 48px;
    background: linear-gradient(128deg, #1C6CA7 0%, #DAC5B1 100%);
    overflow: hidden
}

.contact-us-page .diagonal-split::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#ffffff0f 1px, transparent 1px), linear-gradient(90deg, #ffffff0f 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

.contact-us-page .diagonal-split::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(ellipse at 80% 20%, #dac5b173 0%, transparent 70%);
    pointer-events: none
}

.contact-us-page .split-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    z-index: 1
}

.contact-us-page .split-text {
    flex: 1 1 0;
    min-width: 0
}

.contact-us-page .split-label {
    font-size: 13px;
    line-height: 1.4;
    color: #ffffffbf;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.contact-us-page .dot-swatch {
    width: 8px;
    height: 8px;
    border-radius: 42px;
    background: #DAC5B1;
    flex-shrink: 0;
    display: inline-block
}

.contact-us-page .split-description {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffffe0;
    margin-bottom: 16px;
    max-width: 520px
}

.contact-us-page .split-heading {
    font-size: 45px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.contact-us-page .split-heading::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    background: #DAC5B1;
    border-radius: 4px;
    animation: underline-draw .25s cubic-bezier(0.4, 0, 0.2, 1) .2s forwards
}

@keyframes underline-draw {
    to {
        width: 100%
    }
}

.contact-us-page .split-image-col {
    flex: 0 0 380px;
    width: 380px;
    position: relative
}

.contact-us-page .image-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -1px 9px 40px -2px #1c6ca724
}

.contact-us-page .image-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #dac5b18c 0%, transparent 45%);
    z-index: 1;
    pointer-events: none
}

.contact-us-page .image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.92);
    transition: filter .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .image-frame:hover img {
    filter: brightness(1)
}

.contact-us-page .frame-border-outer {
    position: absolute;
    inset: -8px;
    border: 1px solid #ffffff38;
    border-radius: 4px;
    pointer-events: none
}

.contact-us-page .frame-border-inner {
    position: absolute;
    inset: -4px;
    border: 1px solid #dac5b166;
    border-radius: 4px;
    pointer-events: none
}

.contact-us-page .contact-details-band {
    background: #ECEFF2;
    padding: 48px 32px;
    position: relative
}

.contact-us-page .contact-details-band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #DAC5B1, transparent)
}

.contact-us-page .details-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start
}

.contact-us-page .details-column {
    flex: 1 1 0;
    min-width: 0
}

.contact-us-page .details-heading {
    font-size: 23px;
    line-height: 1.4;
    color: #111;
    font-weight: 700;
    margin: 0 0 16px;
    position: relative;
    display: inline-block
}

.contact-us-page .details-heading::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #1C6CA7;
    border-radius: 4px;
    transition: width .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .details-column:hover .details-heading::after {
    width: 100%
}

.contact-us-page .info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0
}

.contact-us-page .info-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #1c6ca71f;
    font-size: 15px;
    line-height: 1.7;
    color: #2a2a2a
}

.contact-us-page .info-list li:last-child {
    border-bottom: none
}

.contact-us-page .info-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #1c6ca714;
    border: 1px solid #1c6ca726;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.contact-us-page .info-icon svg {
    width: 16px;
    height: 16px;
    stroke: #1C6CA7;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .info-text strong {
    color: #1C6CA7;
    font-weight: 600
}

.contact-us-page .info-text a {
    color: #1C6CA7;
    text-decoration: none;
    border-bottom: 1px solid #1c6ca74d;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .info-text a:hover {
    border-color: #1C6CA7
}

.contact-us-page .two-col-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0
}

.contact-us-page .two-col-list li {
    flex-direction: column;
    gap: 4px;
    border-bottom: 1px solid #1c6ca71f;
    border-right: 1px solid #1c6ca714;
    padding: 16px
}

.contact-us-page .two-col-list li:nth-child(2n) {
    border-right: none
}

.contact-us-page .two-col-list li:nth-last-child(-n+2) {
    border-bottom: none
}

.contact-us-page .divider-shape {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0
}

.contact-us-page .divider-line {
    width: 48px;
    height: 1px;
    background: #DAC5B1
}

.contact-us-page .divider-diamond {
    width: 6px;
    height: 6px;
    background: #1C6CA7;
    transform: rotate(45deg);
    border-radius: 1px
}

.contact-us-page .form-section {
    padding: 64px 32px;
    background: #fff;
    position: relative
}

.contact-us-page .form-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1C6CA7 30%, #DAC5B1 70%, transparent)
}

.contact-us-page .form-outer {
    max-width: 780px;
    margin: 0 auto
}

.contact-us-page .form-label-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.contact-us-page .form-section-label {
    font-size: 13px;
    line-height: 1.4;
    color: #1C6CA7;
    text-transform: uppercase;
    letter-spacing: .08em
}

.contact-us-page .form-heading {
    font-size: 32px;
    line-height: 1.1;
    color: #111;
    font-weight: 700;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.contact-us-page .form-heading::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #DAC5B1;
    border-radius: 4px;
    animation: underline-draw .25s cubic-bezier(0.4, 0, 0.2, 1) .35s forwards
}

.contact-us-page .form-subtext {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 32px;
    max-width: 560px
}

.contact-us-page .elegant-form {
    background: #fff;
    border: 1px solid #1c6ca726;
    border-radius: 4px;
    box-shadow: -1px 4px 20px -2px #1c6ca71a;
    padding: 32px
}

.contact-us-page .form-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 16px
}

.contact-us-page .form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 0;
    min-width: 0
}

.contact-us-page .form-field.full {
    flex: 0 0 100%;
    width: 100%
}

.contact-us-page .field-label {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    font-weight: 600;
    letter-spacing: .02em
}

.contact-us-page .field-label span {
    color: #1C6CA7;
    margin-left: 2px
}

.contact-us-page .field-input {
    border: 1px solid #1c6ca738;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.4;
    color: #111;
    background: #fff;
    box-shadow: inset 0 2px 4px #1c6ca70a;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    box-sizing: border-box
}

.contact-us-page .field-input::placeholder {
    color: #4444448c;
    font-style: italic
}

.contact-us-page .field-input:focus {
    outline: none;
    border-color: #1C6CA7;
    box-shadow: inset 0 2px 6px #1c6ca712 0 0 0 2px #1c6ca71a
}

.contact-us-page .field-select {
    border: 1px solid #1c6ca738;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.4;
    color: #111;
    background: #fff;
    box-shadow: inset 0 2px 4px #1c6ca70a;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231C6CA7' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.contact-us-page .field-select:focus {
    outline: none;
    border-color: #1C6CA7;
    box-shadow: inset 0 2px 6px #1c6ca712 0 0 0 2px #1c6ca71a
}

.contact-us-page .budget-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-us-page .budget-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.contact-us-page .budget-option {
    position: relative
}

.contact-us-page .budget-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.contact-us-page .budget-option label {
    display: inline-block;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.4;
    color: #444;
    border: 1px solid #1c6ca740;
    border-radius: 4px;
    cursor: pointer;
    transition: background .16s cubic-bezier(0.4, 0, 0.2, 1), border-color .16s cubic-bezier(0.4, 0, 0.2, 1), color .16s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .16s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    user-select: none
}

.contact-us-page .budget-option label:hover {
    border-color: #1C6CA7;
    color: #1C6CA7;
    background: #1c6ca70a
}

.contact-us-page .budget-option input[type="radio"]:checked+label {
    background: #1C6CA7;
    color: #fff;
    border-color: #1C6CA7;
    box-shadow: -1px 3px 3px -2px #1c6ca712
}

.contact-us-page .budget-option input[type="radio"]:focus-visible+label {
    outline: 2px solid #1C6CA7;
    outline-offset: 2px
}

.contact-us-page .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 16px;
    background: #eceff299;
    border-radius: 4px;
    border: 1px solid #1c6ca71a
}

.contact-us-page .privacy-checkbox {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #1C6CA7;
    cursor: pointer
}

.contact-us-page .privacy-text {
    font-size: 13px;
    line-height: 1.7;
    color: #444
}

.contact-us-page .privacy-text a {
    color: #1C6CA7;
    text-decoration: none;
    border-bottom: 1px solid #1c6ca759;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .privacy-text a:hover {
    border-color: #1C6CA7
}

.contact-us-page .submit-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px
}

.contact-us-page .submit-btn {
    padding: 12px 32px;
    font-size: 15px;
    line-height: 1.4;
    color: #1C6CA7;
    background: transparent;
    border: 2px solid #1C6CA7;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background .2s cubic-bezier(0.0, 0, 0.2, 1), color .2s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.contact-us-page .submit-btn:hover {
    background: #1C6CA7;
    color: #fff;
    box-shadow: -1px 4px 20px -2px #1c6ca738
}

.contact-us-page .submit-btn:focus-visible {
    outline: 2px solid #1C6CA7;
    outline-offset: 3px
}

.contact-us-page .submit-btn:active {
    background: #155a8a;
    border-color: #155a8a;
    color: #fff
}

.contact-us-page .form-divider {
    border: none;
    border-top: 1px solid #1c6ca71a;
    margin: 24px 0
}

.contact-us-page .section-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    background: #fff
}

.contact-us-page .expand-reveal {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.contact-us-page .expand-reveal::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #1c6ca712;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    transition: width .22s cubic-bezier(0.4, 0, 0.2, 1), height .22s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.contact-us-page .expand-reveal:hover::before {
    width: 100%;
    height: 100%
}

.contact-us-page .canvas-texture {
    position: relative
}

.contact-us-page .canvas-texture::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='1' height='1' fill='%231C6CA7' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 4px 4px;
    pointer-events: none;
    border-radius: inherit
}

@media (max-width: 1024px) {
    .contact-us-page .split-inner {
        flex-direction: column;
        gap: 32px
    }

    .contact-us-page .split-image-col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 480px
    }

    .contact-us-page .split-heading {
        font-size: 32px
    }

    .contact-us-page .details-inner {
        flex-direction: column;
        gap: 32px
    }

    .contact-us-page .two-col-list {
        grid-template-columns: 1fr
    }

    .contact-us-page .two-col-list li {
        border-right: none
    }

    .contact-us-page .two-col-list li:nth-last-child(-n+2) {
        border-bottom: 1px solid #1c6ca71f
    }

    .contact-us-page .two-col-list li:last-child {
        border-bottom: none
    }
}

@media (max-width: 640px) {
    .contact-us-page .diagonal-split {
        padding: 48px 16px 32px
    }

    .contact-us-page .split-heading {
        font-size: 23px
    }

    .contact-us-page .split-description {
        font-size: 15px
    }

    .contact-us-page .contact-details-band {
        padding: 32px 16px
    }

    .contact-us-page .form-section {
        padding: 32px 16px
    }

    .contact-us-page .elegant-form {
        padding: 16px
    }

    .contact-us-page .form-row {
        flex-direction: column;
        gap: 16px
    }

    .contact-us-page .budget-options {
        flex-direction: column
    }

    .contact-us-page .budget-option label {
        display: block;
        text-align: center
    }

    .contact-us-page .submit-row {
        justify-content: stretch
    }

    .contact-us-page .submit-btn {
        width: 100%
    }

    .contact-us-page .form-heading {
        font-size: 23px
    }
}

.success-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background-color: #ECEFF2;
    max-width: 1440px;
    margin: 0 auto
}

.success-page .success-card {
    background: #fff;
    border: 1px solid #DAC5B1;
    border-radius: 4px;
    box-shadow: -1px 4px 20px -2px #1c6ca71a;
    padding: 32px;
    max-width: 520px;
    width: 100%;
    text-align: center
}

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

.success-page .success-icon circle {
    fill: none;
    stroke: #1C6CA7;
    stroke-width: 2
}

.success-page .success-icon polyline {
    fill: none;
    stroke: #1C6CA7;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

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

.success-page .success-message {
    font-size: 15px;
    line-height: 1.7;
    color: #2c3e50;
    margin: 0 0 32px
}

.success-page .success-divider {
    border: none;
    border-top: 1px solid #DAC5B1;
    margin: 0 0 32px
}

.success-page .success-return-link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    color: #1C6CA7;
    border: 1.5px solid #1C6CA7;
    border-radius: 4px;
    padding: 8px 32px;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.success-page .success-return-link:hover,
.success-page .success-return-link:focus {
    background-color: #1C6CA7;
    color: #fff;
    box-shadow: -1px 9px 40px -2px #1c6ca724;
    outline: none
}

.success-page .success-return-link:active {
    background-color: #155a8a;
    border-color: #155a8a;
    color: #fff
}

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

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