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

html,
body {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Rubik', sans-serif
}

:focus-visible {
    outline: 3px solid;
    outline-color: #B57805;
    outline-offset: 3px;
    border-radius: 6px
}

::selection {
    background: linear-gradient(90deg, #B57805, #1744A0);
    color: #fff
}

.top-bar-strip {
    background: #1744A0;
    padding: 8px 0
}

.top-bar-strip__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px
}

.top-bar-strip__contact {
    display: flex;
    align-items: center;
    gap: 16px
}

.top-bar-strip__link {
    color: #E3FCE6;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.top-bar-strip__link:hover {
    color: #fff
}

.top-bar-strip__link svg {
    flex-shrink: 0
}

.top-bar-strip__divider {
    width: 1px;
    height: 16px;
    background: #e3fce64d
}

.site-header {
    background: linear-gradient(160deg, #0d2d7a 0%, #1744A0 55%, #1a3a8f 100%);
    position: relative;
    overflow: hidden
}

.site-header__accent-bar {
    height: 4px;
    background: linear-gradient(90deg, #B57805 0%, #d4920a 50%, #B57805 100%);
    width: 100%
}

.site-header__brand-row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 24px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 2
}

.site-header__logo-container {
    flex-shrink: 0;
    border: 2px solid #B57805;
    border-radius: 12px;
    padding: 8px;
    background: #ffffff14;
    box-shadow: 0 3px 3px -2px #b578050d 0 6px 14px -2px #b5780514;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px
}

.site-header__logo-container img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block
}

.site-header__brand-text {
    flex: 1
}

.site-header__company {
    font-family: 'Rubik', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    background: linear-gradient(90deg, #fff 0%, #E3FCE6 60%, #c8f5cd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block
}

.site-header__tagline {
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #e3fce6d9;
    margin-top: 4px;
    display: block
}

.site-header__decoration {
    position: absolute;
    right: -32px;
    top: -32px;
    width: 220px;
    height: 220px;
    border-radius: 48px;
    border: 2px solid #b578052e;
    transform: rotate(20deg);
    pointer-events: none;
    z-index: 1
}

.site-header__decoration--two {
    right: 80px;
    top: 40px;
    width: 120px;
    height: 120px;
    border-radius: 36px;
    border-color: #e3fce61a;
    transform: rotate(35deg)
}

.site-header__nav-band {
    background: #ffffff0f;
    border-top: 1px solid #b5780540;
    border-bottom: 1px solid #b5780526;
    position: relative;
    z-index: 2
}

.site-header__nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0
}

.site-header__nav-link {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: .025em;
    color: #e3fce6e6;
    text-decoration: none;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .22s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap
}

.site-header__nav-link:hover {
    color: #fff;
    border-bottom-color: #B57805;
    background: #b5780514
}

.site-header__nav-link--active {
    color: #fff;
    border-bottom-color: #B57805;
    font-weight: 700
}

@media (max-width: 768px) {
    .site-header__company {
        font-size: 36px
    }

    .site-header__brand-row {
        padding: 24px 16px 16px;
        gap: 16px
    }

    .site-header__nav-inner {
        padding: 0 8px
    }

    .site-header__nav-link {
        padding: 14px 16px;
        font-size: 15px
    }

    .top-bar-strip__inner {
        padding: 0 16px;
        gap: 16px
    }

    .site-header__decoration {
        display: none
    }
}

@media (max-width: 390px) {
    .site-header__company {
        font-size: 26px
    }

    .site-header__tagline {
        font-size: 15px
    }

    .site-header__nav-link {
        padding: 12px;
        font-size: 15px
    }

    .top-bar-strip__link span {
        display: none
    }
}

.site-footer {
    background: #0d1f5c;
    border-top: 4px solid #B57805
}

.site-footer__primary {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 24px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px
}

.site-footer__brand-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.site-footer__logo-row {
    display: flex;
    align-items: center;
    gap: 16px
}

.site-footer__logo-box {
    flex-shrink: 0;
    border: 2px solid #B57805;
    border-radius: 12px;
    padding: 8px;
    background: #ffffff0f;
    box-shadow: 0 3px 3px -2px #b578050d 0 6px 14px -2px #b5780514;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px
}

.site-footer__logo-box img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block
}

.site-footer__brand-name {
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #fff
}

.site-footer__brand-desc {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #e3fce6b3;
    letter-spacing: .01em
}

.site-footer__col-label {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #B57805;
    margin-bottom: 16px;
    display: block
}

.site-footer__address-block {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.site-footer__address-line {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #e3fce6bf;
    letter-spacing: .01em
}

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

.site-footer__contact-item a {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #e3fce6cc;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .17s cubic-bezier(0.4, 0, 0.2, 1)
}

.site-footer__contact-item a:hover {
    color: #E3FCE6
}

.site-footer__contact-item svg {
    flex-shrink: 0
}

.site-footer__divider {
    max-width: 1100px;
    margin: 0 auto;
    height: 1px;
    background: #b5780533;
    margin-left: auto;
    margin-right: auto
}

.site-footer__legal-band {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.site-footer__copyright {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.35;
    color: #e3fce680;
    letter-spacing: .01em
}

.site-footer__legal-links {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.site-footer__legal-link {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.35;
    color: #e3fce699;
    text-decoration: none;
    letter-spacing: .01em;
    transition: color .17s cubic-bezier(0.4, 0, 0.2, 1)
}

.site-footer__legal-link:hover {
    color: #E3FCE6;
    text-decoration: underline;
    text-underline-offset: 3px
}

.site-footer__bottom-strip {
    background: #00000040;
    padding: 0
}

@media (max-width: 768px) {
    .site-footer__primary {
        grid-template-columns: 1fr 1fr;
        padding: 32px 16px 24px;
        gap: 24px
    }

    .site-footer__brand-col {
        grid-column: 1 / -1
    }

    .site-footer__legal-band {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
}

@media (max-width: 390px) {
    .site-footer__primary {
        grid-template-columns: 1fr
    }

    .site-footer__legal-links {
        gap: 16px
    }
}

.consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    background: #0d1f5c;
    border-top: 3px solid #B57805;
    box-shadow: 0 9px 44px -2px #1744a021;
    transform: translateY(100%);
    transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-bar--visible {
    transform: translateY(0)
}

.consent-bar__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap
}

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

.consent-bar__description {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #e3fce6d9;
    margin: 0 0 16px
}

.consent-bar__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 8px
}

.consent-bar__category {
    display: flex;
    align-items: center;
    gap: 8px
}

.consent-bar__category-label {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.35;
    color: #e3fce6cc;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px
}

.consent-bar__toggle {
    width: 36px;
    height: 20px;
    border-radius: 36px;
    background: #e3fce633;
    border: 1px solid #e3fce64d;
    position: relative;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-bar__toggle:checked {
    background: #B57805;
    border-color: #B57805
}

.consent-bar__toggle::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 36px;
    background: #fff;
    top: 2px;
    left: 2px;
    transition: left .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-bar__toggle:checked::after {
    left: 18px
}

.consent-bar__toggle--locked {
    opacity: .5;
    cursor: not-allowed
}

.consent-bar__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    flex-shrink: 0;
    min-width: 160px
}

.consent-bar__accept {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #0d1f5c;
    background: #B57805;
    border: 2px solid #B57805;
    border-radius: 6px;
    padding: 12px 24px;
    cursor: pointer;
    text-align: center;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-bar__accept:hover {
    background: #d4920a;
    border-color: #d4920a
}

.consent-bar__reject {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #e3fce6b3;
    background: transparent;
    border: 2px solid #e3fce640;
    border-radius: 6px;
    padding: 12px 24px;
    cursor: pointer;
    text-align: center;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1), border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.consent-bar__reject:hover {
    color: #E3FCE6;
    border-color: #e3fce680
}

@media (max-width: 768px) {
    .consent-bar__inner {
        padding: 16px;
        flex-direction: column;
        gap: 16px
    }

    .consent-bar__actions {
        flex-direction: row;
        min-width: unset;
        width: 100%
    }

    .consent-bar__accept,
    .consent-bar__reject {
        flex: 1
    }
}

.text-policy {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 32px
}

.text-policy h1 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #111827;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 3px solid #B57805
}

.text-policy h2 {
    font-size: 36px;
    line-height: 1.35;
    letter-spacing: -.015em;
    color: #111827;
    margin-top: 64px;
    margin-bottom: 24px
}

.text-policy h3 {
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #1744A0;
    margin-top: 32px;
    margin-bottom: 16px
}

.text-policy h4 {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: -.005em;
    color: #111827;
    margin-top: 24px;
    margin-bottom: 8px
}

.text-policy h5 {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 0;
    color: #111827;
    margin-top: 16px;
    margin-bottom: 8px
}

.text-policy h6 {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #B57805;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 8px
}

.text-policy p {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .005em;
    color: #1a2236;
    margin-bottom: 16px
}

.text-policy ul,
.text-policy ol {
    font-size: 17px;
    line-height: 1.55;
    color: #1a2236;
    margin-bottom: 24px;
    padding-left: 24px
}

.text-policy ul {
    list-style: none;
    padding-left: 0
}

.text-policy ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px
}

.text-policy ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: #B57805;
    border-radius: 48px
}

.text-policy ol {
    list-style: decimal
}

.text-policy ol li {
    margin-bottom: 8px;
    padding-left: 8px
}

.text-policy ol li::marker {
    color: #B57805;
    font-weight: 700
}

.text-policy strong,
.text-policy b {
    font-weight: 700;
    color: #111827
}

.text-policy em,
.text-policy i {
    font-style: italic;
    color: #2d3a52
}

.text-policy a {
    color: #1744A0;
    text-decoration: underline;
    text-decoration-color: #1744a059;
    text-underline-offset: 3px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.text-policy a:hover {
    color: #B57805;
    text-decoration-color: #b5780599
}

.text-policy div {
    font-size: 17px;
    line-height: 1.55;
    color: #1a2236
}

.text-policy div+div {
    margin-top: 16px
}

@media (max-width: 768px) {
    .text-policy {
        padding: 32px 24px
    }

    .text-policy h1 {
        font-size: 36px
    }

    .text-policy h2 {
        font-size: 26px;
        margin-top: 32px
    }

    .text-policy h3 {
        font-size: 20px
    }

    .text-policy h4 {
        font-size: 17px
    }
}

@media (max-width: 390px) {
    .text-policy {
        padding: 24px 16px
    }

    .text-policy h1 {
        font-size: 26px
    }

    .text-policy h2 {
        font-size: 20px
    }

    .text-policy h3 {
        font-size: 17px
    }

    .text-policy p,
    .text-policy ul,
    .text-policy ol,
    .text-policy div {
        font-size: 15px
    }
}

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

.journal-detail .reading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #B57805, #1744A0);
    z-index: 100 !important;
    transition: width .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.journal-detail .post-header {
    padding: 64px 16px;
    background: #f5f0e8;
    position: relative
}

.journal-detail .post-header__grain {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.journal-detail .post-header__grain::before {
    content: "";
    position: absolute;
    inset: -50%;
    width: 200%;
    height: 200%;
    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)' opacity='0.08'/%3E%3C/svg%3E");
    opacity: .35
}

.journal-detail .post-header__geo {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.journal-detail .post-header__geo svg {
    position: absolute;
    top: 16px;
    right: 32px;
    opacity: .07
}

.journal-detail .post-header__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.journal-detail .post-header__text {
    flex: 0 0 55%;
    padding-top: 24px
}

.journal-detail .post-header__tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .06em;
    color: #B57805;
    border-bottom: 2px solid #B57805;
    padding-bottom: 4px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.journal-detail .post-header__dash {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #1744A0;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 2px
}

.journal-detail .post-header__title {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1a2a4a;
    margin-bottom: 24px;
    font-weight: 800
}

.journal-detail .post-header__title span {
    background: linear-gradient(135deg, #B57805, #1744A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.journal-detail .post-header__subtitle {
    font-size: 20px;
    line-height: 1.55;
    color: #3a3a4a;
    margin-bottom: 32px
}

.journal-detail .post-header__meta {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap
}

.journal-detail .post-header__author {
    font-size: 15px;
    line-height: 1.35;
    color: #2a2a3a;
    font-weight: 600
}

.journal-detail .post-header__readtime {
    font-size: 15px;
    line-height: 1.35;
    color: #5a5a6a;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.journal-detail .post-header__readtime svg {
    flex-shrink: 0
}

.journal-detail .post-header__image-col {
    flex: 1 1 0;
    position: relative
}

.journal-detail .post-header__image-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 9px 44px -2px #b5780521;
    position: relative
}

.journal-detail .post-header__image-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 12px
}

.journal-detail .post-header__leak {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 160px;
    height: 160px;
    background: radial-gradient(ellipse at 80% 20%, #b5780552 0%, transparent 70%);
    pointer-events: none;
    border-radius: 48px
}

.journal-detail .post-body-section {
    padding: 64px 16px;
    background: #fff;
    position: relative
}

.journal-detail .post-body-section::before {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    background: #f5f0e8;
    border-radius: 0 0 48px 48px;
    position: absolute;
    top: -1px;
    left: 0
}

.journal-detail .post-body__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.journal-detail .post-body__aside {
    flex: 0 0 220px;
    position: sticky;
    top: 24px
}

.journal-detail .post-body__toc-label {
    font-size: 15px;
    line-height: 1.35;
    letter-spacing: .05em;
    color: #B57805;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    border-bottom: 2px solid #E3FCE6;
    padding-bottom: 8px
}

.journal-detail .post-body__toc {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.journal-detail .post-body__toc li {
    padding-left: 8px;
    border-left: 3px solid #E3FCE6;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.journal-detail .post-body__toc li:hover {
    border-left-color: #B57805
}

.journal-detail .post-body__toc a {
    font-size: 15px;
    line-height: 1.55;
    color: #3a3a4a;
    text-decoration: none;
    display: block;
    transition: color .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.journal-detail .post-body__toc a:hover {
    color: #1744A0
}

.journal-detail .post-body__article {
    flex: 1 1 0;
    min-width: 0
}

.journal-detail .post-body__article p {
    font-size: 17px;
    line-height: 1.55;
    color: #2a2a3a;
    margin-bottom: 24px
}

.journal-detail .post-body__article h2 {
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #1a2a4a;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
    text-decoration: underline;
    text-decoration-color: #B57805;
    text-underline-offset: 6px
}

.journal-detail .post-body__article h4 {
    font-size: 20px;
    line-height: 1.35;
    color: #1744A0;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px
}

.journal-detail .post-body__article code {
    background: #E3FCE6;
    color: #1744A0;
    font-size: 15px;
    padding: 2px 8px;
    border-radius: 6px;
    font-family: monospace
}

.journal-detail .post-body__article small {
    font-size: 15px;
    line-height: 1.35;
    color: #5a5a6a;
    display: block;
    margin-bottom: 16px
}

.journal-detail .post-body__article blockquote {
    margin: 32px 0;
    padding: 24px 32px;
    background: linear-gradient(135deg, #E3FCE6 0%, #f0f4ff 100%);
    border-radius: 12px;
    box-shadow: 0 3px 3px -2px #b578050d
}

.journal-detail .post-body__article blockquote p {
    font-size: 20px;
    line-height: 1.55;
    color: #1a2a4a;
    font-style: italic;
    margin: 0
}

.journal-detail .post-body__article figure {
    margin: 32px 0
}

.journal-detail .post-body__article figure img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover
}

.journal-detail .post-body__article figcaption {
    font-size: 15px;
    line-height: 1.35;
    color: #5a5a6a;
    margin-top: 8px;
    text-align: center
}

.journal-detail .post-body__article table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 14px -2px #1744a014
}

.journal-detail .post-body__article thead tr {
    background: linear-gradient(90deg, #1744A0, #B57805);
    color: #fff
}

.journal-detail .post-body__article thead th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.35
}

.journal-detail .post-body__article tbody tr {
    border-bottom: 1px solid #e8e8f0;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.journal-detail .post-body__article tbody tr:hover {
    background: #f5f0e8
}

.journal-detail .post-body__article td {
    padding: 16px;
    color: #2a2a3a;
    line-height: 1.35
}

.journal-detail .post-body__article tfoot tr {
    background: #E3FCE6
}

.journal-detail .post-body__article tfoot td {
    font-weight: 600;
    color: #1a2a4a
}

.journal-detail .post-body__article ul {
    margin-bottom: 24px;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.journal-detail .post-body__article ul li {
    font-size: 17px;
    line-height: 1.55;
    color: #2a2a3a;
    padding-left: 24px;
    position: relative
}

.journal-detail .post-body__article ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background: #B57805
}

.journal-detail .post-footer-section {
    padding: 32px 16px 64px;
    background: #f5f0e8;
    position: relative
}

.journal-detail .post-footer-section::before {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    background: #fff;
    border-radius: 0 0 48px 48px;
    position: absolute;
    top: -1px;
    left: 0
}

.journal-detail .post-footer__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 32px
}

.journal-detail .post-footer__tag-label {
    font-size: 15px;
    line-height: 1.35;
    color: #5a5a6a
}

.journal-detail .post-footer__tag-value {
    display: inline-block;
    background: #E3FCE6;
    color: #1744A0;
    font-size: 15px;
    line-height: 1.35;
    padding: 4px 16px;
    border-radius: 36px;
    font-weight: 600;
    margin-left: 8px;
    border: 1px solid #1744a026
}

.journal-detail .post-footer__back-top {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.35;
    color: #1744A0;
    text-decoration: none;
    padding: 8px 24px;
    border: 2px solid #1744A0;
    border-radius: 36px;
    font-weight: 600;
    transition: background .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.journal-detail .post-footer__back-top:hover {
    background: #1744A0;
    color: #fff
}

.journal-detail .post-footer__back-top:focus {
    outline: 3px solid #B57805;
    outline-offset: 3px
}

.journal-detail .post-footer__journal-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.35;
    color: #fff;
    background: linear-gradient(135deg, #B57805, #1744A0);
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 36px;
    font-weight: 600;
    box-shadow: 0 6px 14px -2px #b5780521;
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.journal-detail .post-footer__journal-link:hover {
    opacity: .88
}

.journal-detail .post-footer__journal-link:focus {
    outline: 3px solid #B57805;
    outline-offset: 3px
}

.journal-detail #page-top {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 768px) {
    .journal-detail .post-header__inner {
        flex-direction: column;
        gap: 32px
    }

    .journal-detail .post-header__text {
        flex: none;
        width: 100%
    }

    .journal-detail .post-header__image-col {
        width: 100%
    }

    .journal-detail .post-header__title {
        font-size: 36px
    }

    .journal-detail .post-body__inner {
        flex-direction: column;
        gap: 32px
    }

    .journal-detail .post-body__aside {
        flex: none;
        width: 100%;
        position: static
    }

    .journal-detail .post-footer__inner {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 390px) {
    .journal-detail .post-header__title {
        font-size: 26px
    }

    .journal-detail .post-header {
        padding: 32px 16px 48px
    }

    .journal-detail .post-body-section {
        padding: 48px 16px
    }
}

@media print {
    .journal-detail .reading-bar {
        display: none
    }

    .journal-detail .post-header__grain {
        display: none
    }

    .journal-detail .post-header__geo {
        display: none
    }

    .journal-detail .post-header__leak {
        display: none
    }

    .journal-detail .post-header {
        background: #fff;
        padding: 16px 0 24px
    }

    .journal-detail .post-header__inner {
        flex-direction: column;
        gap: 16px
    }

    .journal-detail .post-header__image-wrap img {
        height: 200px
    }

    .journal-detail .post-body-section::before {
        display: none
    }

    .journal-detail .post-footer-section::before {
        display: none
    }

    .journal-detail .post-body__aside {
        display: none
    }

    .journal-detail .post-body__inner {
        flex-direction: column;
        gap: 0
    }

    .journal-detail .post-footer__back-top {
        display: none
    }

    .journal-detail .post-footer__journal-link {
        display: none
    }

    .journal-detail .post-body__article a {
        text-decoration: underline;
        color: #000
    }

    .journal-detail .post-body__article a::after {
        content: " (" attr(href) ")";
        font-size: 13px;
        color: #444
    }

    .journal-detail .post-body__article table {
        box-shadow: none;
        border: 1px solid #ccc
    }

    .journal-detail .post-body__article thead tr {
        background: #ddd;
        color: #000
    }

    .journal-detail .post-body__article blockquote {
        border: 1px solid #ccc;
        background: #f9f9f9;
        box-shadow: none
    }

    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

.before-you-start {
    background: #fff;
    overflow-x: clip
}

.before-you-start a {
    text-decoration: none !important
}

.before-you-start ::selection {
    background: linear-gradient(90deg, #B57805, #1744A0);
    color: #fff
}

.before-you-start .title-block {
    padding: 64px 16px 32px;
    background: #fff;
    position: relative
}

.before-you-start .title-block__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 64px
}

.before-you-start .title-block__image-frame {
    flex: 0 0 420px;
    position: relative
}

.before-you-start .title-block__image-wrap {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4/3;
    border: 2px solid #B57805
}

.before-you-start .title-block__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    filter: sepia(0.35) contrast(1.08) brightness(0.96) saturate(0.85)
}

.before-you-start .title-block__deco-line {
    position: absolute;
    bottom: -24px;
    left: 24px;
    right: -24px;
    height: 2px;
    border-top: 2px dashed #B57805;
    opacity: .5
}

.before-you-start .title-block__text {
    flex: 1 1 0;
    padding-bottom: 8px
}

.before-you-start .title-block__label {
    font-size: 15px;
    letter-spacing: .08em;
    color: #1744A0;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase
}

.before-you-start .title-block__heading {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #1a2a4a;
    margin-bottom: 24px
}

.before-you-start .title-block__heading span {
    background: linear-gradient(110deg, #B57805, #1744A0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.before-you-start .title-block__thesis {
    font-size: 17px;
    line-height: 1.55;
    color: #2c3a50;
    margin-bottom: 16px
}

.before-you-start .title-block__thesis--last {
    margin-bottom: 0
}

.before-you-start .title-block__wave {
    display: block;
    width: 100%;
    margin-top: 32px;
    line-height: 0
}

.before-you-start .concepts {
    background: #f3f6fb;
    padding: 64px 16px;
    position: relative
}

.before-you-start .concepts::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -100vw;
    right: -100vw;
    background: #f3f6fb;
    z-index: 0;
    pointer-events: none
}

.before-you-start .concepts__inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.before-you-start .concepts__heading {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    color: #1a2a4a;
    letter-spacing: -.01em;
    margin-bottom: 8px;
    text-decoration: underline;
    text-decoration-color: #B57805;
    text-underline-offset: 6px
}

.before-you-start .concepts__sub {
    font-size: 17px;
    line-height: 1.55;
    color: #2c3a50;
    margin-bottom: 32px;
    max-width: 620px
}

.before-you-start .concepts__grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 32px;
    align-items: start
}

.before-you-start .concepts__list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.before-you-start .concept-item {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 3px 3px -2px #1b44a00d 0 6px 14px -2px #1b44a014;
    border-top: 3px solid #B57805;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.before-you-start .concept-item:hover {
    box-shadow: 0 9px 44px -2px #1b44a021
}

.before-you-start .concept-item__title {
    font-size: 20px;
    font-weight: 700;
    color: #1a2a4a;
    margin-bottom: 8px
}

.before-you-start .concept-item__body {
    font-size: 15px;
    line-height: 1.55;
    color: #2c3a50
}

.before-you-start .concepts__aside {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.before-you-start .quote-block {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 6px 14px -2px #b5780514;
    position: relative
}

.before-you-start .quote-block__accent {
    font-size: 26px;
    line-height: 1.35;
    font-weight: 800;
    color: #1a2a4a;
    margin-bottom: 16px
}

.before-you-start .quote-block__accent mark {
    background: linear-gradient(110deg, #B57805, #1744A0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent
}

.before-you-start .quote-block__body {
    font-size: 15px;
    line-height: 1.55;
    color: #2c3a50;
    font-style: italic
}

.before-you-start .deco-spin {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    animation: rimovlan-spin 12s linear infinite
}

@keyframes rimovlan-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.before-you-start .readiness {
    background: #fff;
    padding: 64px 16px
}

.before-you-start .readiness__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.before-you-start .readiness__text {
    flex: 1 1 0
}

.before-you-start .readiness__heading {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    color: #1a2a4a;
    letter-spacing: -.01em;
    margin-bottom: 16px;
    text-decoration: underline;
    text-decoration-color: #1744A0;
    text-underline-offset: 6px
}

.before-you-start .readiness__intro {
    font-size: 17px;
    line-height: 1.55;
    color: #2c3a50;
    margin-bottom: 24px;
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto
}

.before-you-start .readiness__body {
    font-size: 15px;
    line-height: 1.55;
    color: #2c3a50;
    margin-bottom: 16px
}

.before-you-start .readiness__checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.before-you-start .readiness__checklist li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.55;
    color: #2c3a50
}

.before-you-start .check-marker {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px
}

.before-you-start .readiness__panel {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.before-you-start .profile-card {
    background: #E3FCE6;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 3px 3px -2px #b578050d;
    animation: tone-cycle 8s cubic-bezier(0.4, 0, 0.2, 1) infinite
}

@keyframes tone-cycle {

    0%,
    100% {
        background: #E3FCE6
    }

    50% {
        background: #eaf4ff
    }
}

.before-you-start .profile-card__person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.before-you-start .profile-card__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0
}

.before-you-start .profile-card__name {
    font-size: 17px;
    font-weight: 700;
    color: #1a2a4a
}

.before-you-start .profile-card__role {
    font-size: 15px;
    color: #1744A0
}

.before-you-start .profile-card__quote {
    font-size: 15px;
    line-height: 1.55;
    color: #2c3a50;
    font-style: italic
}

.before-you-start .profile-card--alt {
    background: #fff8ec;
    animation: tone-cycle-alt 10s cubic-bezier(0.0, 0, 0.2, 1) infinite
}

@keyframes tone-cycle-alt {

    0%,
    100% {
        background: #fff8ec
    }

    50% {
        background: #f3f6fb
    }
}

.before-you-start .next-steps {
    background: #1744A0;
    padding: 64px 16px;
    position: relative;
    overflow: hidden
}

.before-you-start .next-steps::before {
    content: '';
    position: absolute;
    inset: 0;
    left: -100vw;
    right: -100vw;
    background: #1744A0;
    z-index: 0;
    pointer-events: none
}

.before-you-start .next-steps__inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.before-you-start .next-steps__heading {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.01em;
    margin-bottom: 8px;
    text-decoration: underline;
    text-decoration-color: #B57805;
    text-underline-offset: 6px
}

.before-you-start .next-steps__sub {
    font-size: 17px;
    line-height: 1.55;
    color: #cdd8f5;
    margin-bottom: 32px;
    max-width: 560px
}

.before-you-start .steps-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px
}

.before-you-start .step-card {
    background: #ffffff12;
    border-radius: 12px;
    padding: 24px;
    border-top: 3px solid #B57805;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.before-you-start .step-card:hover {
    background: #ffffff21
}

.before-you-start .step-card__num {
    font-size: 36px;
    font-weight: 800;
    color: #B57805;
    line-height: 1.1;
    margin-bottom: 8px
}

.before-you-start .step-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px
}

.before-you-start .step-card__body {
    font-size: 15px;
    line-height: 1.55;
    color: #cdd8f5
}

.before-you-start .next-steps__cta-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.before-you-start .btn-primary {
    display: inline-block;
    background: #B57805;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 14px -2px #b5780521
}

.before-you-start .btn-primary:hover {
    background: #9a6604;
    box-shadow: 0 9px 44px -2px #b5780538
}

.before-you-start .btn-primary:focus {
    outline: 3px solid #fff;
    outline-offset: 3px
}

.before-you-start .btn-secondary {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 6px;
    border: 2px solid #fff6;
    cursor: pointer;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.before-you-start .btn-secondary:hover {
    border-color: #fff;
    background: #ffffff14
}

.before-you-start .btn-secondary:focus {
    outline: 3px solid #B57805;
    outline-offset: 3px
}

.before-you-start .next-steps__portrait-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #ffffff26
}

.before-you-start .portrait-stack {
    display: flex;
    flex-direction: row
}

.before-you-start .portrait-stack__img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 2px solid #1744A0;
    margin-left: -12px
}

.before-you-start .portrait-stack__img:first-child {
    margin-left: 0
}

.before-you-start .next-steps__social-proof {
    font-size: 15px;
    line-height: 1.35;
    color: #cdd8f5
}

@media (max-width: 1280px) {
    .before-you-start .title-block__image-frame {
        flex: 0 0 360px
    }
}

@media (max-width: 768px) {
    .before-you-start .title-block__inner {
        flex-direction: column;
        gap: 32px;
        align-items: stretch
    }

    .before-you-start .title-block__image-frame {
        flex: none;
        width: 100%
    }

    .before-you-start .title-block__heading {
        font-size: 36px
    }

    .before-you-start .concepts__grid {
        grid-template-columns: 1fr
    }

    .before-you-start .readiness__inner {
        flex-direction: column;
        gap: 32px
    }

    .before-you-start .readiness__panel {
        flex: none;
        width: 100%
    }

    .before-you-start .steps-row {
        grid-template-columns: 1fr
    }
}

@media (max-width: 390px) {
    .before-you-start .title-block__heading {
        font-size: 26px
    }

    .before-you-start .concepts__heading,
    .before-you-start .readiness__heading,
    .before-you-start .next-steps__heading {
        font-size: 26px
    }

    .before-you-start .next-steps__cta-row {
        flex-direction: column;
        align-items: stretch
    }

    .before-you-start .btn-primary,
    .before-you-start .btn-secondary {
        text-align: center
    }
}

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

.contact-us .page-grid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px
}

.contact-us .reach-block {
    padding: 64px 16px 32px;
    background: linear-gradient(170deg, #E3FCE6 0%, #fff 48%);
    position: relative
}

.contact-us .reach-block__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.contact-us .reach-block__text {
    flex: 0 0 58%
}

.contact-us .reach-block__label {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #1744A0;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 2px solid #B57805
}

.contact-us .reach-block__heading {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #111827;
    margin-bottom: 24px
}

.contact-us .reach-block__heading span {
    background: linear-gradient(135deg, #B57805, #1744A0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.contact-us .reach-block__body {
    font-size: 17px;
    line-height: 1.55;
    color: #2d3748;
    margin-bottom: 32px
}

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

.contact-us .detail-list__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 3px -2px #b578050d 0 6px 14px -2px #b5780514;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default
}

.contact-us .detail-list__item:hover {
    box-shadow: 0 9px 44px -2px #b5780521;
    transform: translateY(-2px)
}

.contact-us .detail-list__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #B57805, #1744A0);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.contact-us .detail-list__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us .detail-list__meta {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-us .detail-list__key {
    font-size: 15px;
    font-weight: 700;
    color: #1744A0;
    letter-spacing: .03em
}

.contact-us .detail-list__value {
    font-size: 15px;
    line-height: 1.35;
    color: #2d3748
}

.contact-us .detail-list__value a {
    color: #B57805;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .detail-list__value a:hover {
    color: #1744A0
}

.contact-us .reach-block__sidebar {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 8px
}

.contact-us .hours-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 6px 14px -2px #1744a014;
    position: relative;
    overflow: hidden
}

.contact-us .hours-card__badge {
    position: absolute;
    top: -1px;
    right: 16px;
    background: linear-gradient(135deg, #B57805, #1744A0);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 0 0 12px 12px;
    letter-spacing: .04em
}

.contact-us .hours-card__heading {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    padding-bottom: 8px;
    text-decoration: underline;
    text-decoration-color: #B57805;
    text-underline-offset: 4px
}

.contact-us .hours-table {
    width: 100%;
    border-collapse: collapse
}

.contact-us .hours-table td {
    font-size: 15px;
    line-height: 1.55;
    padding: 4px 0;
    color: #2d3748
}

.contact-us .hours-table td:last-child {
    text-align: right;
    font-weight: 600;
    color: #1744A0
}

.contact-us .whatsapp-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #E3FCE6;
    border-radius: 12px;
    padding: 16px;
    text-decoration: none;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .whatsapp-strip:hover {
    background: #c8f5cc
}

.contact-us .whatsapp-strip__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.contact-us .whatsapp-strip__icon svg {
    width: 40px;
    height: 40px
}

.contact-us .whatsapp-strip__text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-us .whatsapp-strip__label {
    font-size: 15px;
    font-weight: 700;
    color: #111827
}

.contact-us .whatsapp-strip__sub {
    font-size: 15px;
    color: #2d3748
}

.contact-us .form-block {
    padding: 64px 16px;
    background: #fff
}

.contact-us .form-block__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.contact-us .form-block__aside {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contact-us .form-block__heading {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #111827;
    margin-bottom: 16px;
    padding-bottom: 8px;
    text-decoration: underline;
    text-decoration-color: #B57805;
    text-underline-offset: 6px
}

.contact-us .form-block__desc {
    font-size: 17px;
    line-height: 1.55;
    color: #2d3748
}

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

.contact-us .step-list__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.contact-us .step-list__num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 48px;
    background: linear-gradient(135deg, #1744A0, #B57805);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
    color: #fff
}

.contact-us .step-list__text {
    font-size: 15px;
    line-height: 1.55;
    color: #2d3748;
    padding-top: 6px
}

.contact-us .form-block__form-area {
    flex: 1
}

.contact-us .contact-form {
    background: #f4f6fb;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 3px 3px -2px #1744a00d 0 6px 14px -2px #1744a014;
    position: relative
}

.contact-us .contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #B57805, #1744A0);
    border-radius: 12px 12px 0 0
}

@keyframes border-trace {
    0% {
        stroke-dashoffset: 900
    }

    100% {
        stroke-dashoffset: 0
    }
}

.contact-us .form-trace {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 12px
}

.contact-us .form-trace rect {
    fill: none;
    stroke: #1744A0;
    stroke-width: 2;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
    rx: 12;
    ry: 12;
    animation: border-trace 1.2s cubic-bezier(0.4, 0, 0.2, 1) .2s forwards;
    opacity: .18
}

.contact-us .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.contact-us .field-group__label {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    letter-spacing: .02em
}

.contact-us .field-group__label--required::after {
    content: ' *';
    color: #B57805
}

.contact-us .field-group__input {
    width: 100%;
    padding: 12px 16px;
    font-size: 17px;
    line-height: 1.35;
    color: #111827;
    background: #fff;
    border: 2px solid #d1d9f0;
    border-radius: 6px;
    box-shadow: inset 0 2px 4px #1744a00d;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    box-sizing: border-box
}

.contact-us .field-group__input::placeholder {
    color: #8898c4
}

.contact-us .field-group__input:focus {
    border-color: #1744A0;
    box-shadow: inset 0 2px 4px #1744a014 0 0 0 3px #1744a01a
}

.contact-us .budget-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px
}

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

.contact-us .budget-option__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.contact-us .budget-option__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    background: #fff;
    border: 2px solid #d1d9f0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    transition: border-color .18s 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);
    line-height: 1.35
}

.contact-us .budget-option__label:hover {
    border-color: #B57805;
    background: #fdf8ee;
    color: #B57805
}

.contact-us .budget-option__input:checked+.budget-option__label {
    border-color: #1744A0;
    background: #e8edf8;
    color: #1744A0
}

.contact-us .budget-option__input:focus+.budget-option__label {
    outline: 3px solid #1744a04d;
    outline-offset: 2px
}

.contact-us .budget-section-label {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    letter-spacing: .02em;
    margin-bottom: 8px;
    display: block
}

.contact-us .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
    margin-top: 8px
}

.contact-us .privacy-row__checkbox {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #1744A0;
    cursor: pointer
}

.contact-us .privacy-row__text {
    font-size: 15px;
    line-height: 1.55;
    color: #2d3748
}

.contact-us .privacy-row__text a {
    color: #1744A0;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us .privacy-row__text a:hover {
    color: #B57805
}

.contact-us .submit-button {
    display: inline-block;
    padding: 16px 32px;
    background: linear-gradient(135deg, #B57805, #c98a0a);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .03em;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 6px 14px -2px #b578052e;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%
}

.contact-us .submit-button:hover {
    background: linear-gradient(135deg, #9e6a04, #b57805);
    box-shadow: 0 9px 44px -2px #b5780538
}

.contact-us .submit-button:focus {
    outline: 3px solid #b5780566;
    outline-offset: 2px
}

.contact-us .submit-button:active {
    box-shadow: inset 0 2px 4px #b578052e
}

.contact-us .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

@media (max-width: 768px) {
    .contact-us .reach-block__inner {
        flex-direction: column;
        gap: 32px
    }

    .contact-us .reach-block__text {
        flex: none;
        width: 100%
    }

    .contact-us .reach-block__sidebar {
        flex: none;
        width: 100%
    }

    .contact-us .reach-block__heading {
        font-size: 36px
    }

    .contact-us .form-block__inner {
        flex-direction: column;
        gap: 32px
    }

    .contact-us .form-block__aside {
        flex: none;
        width: 100%
    }

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

    .contact-us .budget-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 390px) {
    .contact-us .reach-block__heading {
        font-size: 26px
    }

    .contact-us .contact-form {
        padding: 24px 16px
    }

    .contact-us .budget-grid {
        grid-template-columns: 1fr
    }

    .contact-us .form-block__heading {
        font-size: 26px
    }
}

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

.journal .journal__body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.journal .journal__lead {
    padding: 64px 24px 32px;
    text-align: center;
    position: relative;
    background: linear-gradient(160deg, #f5f0e8 0%, #eef2fb 100%)
}

.journal .journal__lead::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #B57805 30%, #1744A0 70%, transparent)
}

.journal .lead__eyebrow {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .08em;
    color: #1744A0;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase
}

.journal .lead__heading {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1a2a5e;
    font-weight: 800;
    max-width: 640px;
    margin: 0 auto 16px
}

.journal .lead__heading span {
    background: linear-gradient(120deg, #B57805, #1744A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.journal .lead__sub {
    font-size: 17px;
    line-height: 1.55;
    color: #3a3a4a;
    max-width: 520px;
    margin: 0 auto 32px
}

.journal .lead__dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.journal .lead__dots span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 6px;
    background: #B57805;
    opacity: .18
}

.journal .lead__dots span:nth-child(1) {
    top: 18%;
    left: 8%
}

.journal .lead__dots span:nth-child(2) {
    top: 60%;
    left: 5%
}

.journal .lead__dots span:nth-child(3) {
    top: 30%;
    left: 92%
}

.journal .lead__dots span:nth-child(4) {
    top: 75%;
    left: 88%
}

.journal .lead__dots span:nth-child(5) {
    top: 12%;
    left: 55%
}

.journal .lead__dots span:nth-child(6) {
    top: 85%;
    left: 40%
}

.journal .lead__dots span:nth-child(7) {
    top: 45%;
    left: 15%;
    width: 6px;
    height: 6px;
    opacity: .1
}

.journal .lead__dots span:nth-child(8) {
    top: 20%;
    left: 75%;
    width: 6px;
    height: 6px;
    opacity: .1
}

.journal .posts__area {
    padding: 64px 24px;
    max-width: 1100px;
    margin: 0 auto
}

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

.journal .post__card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 3px -2px #b578050d 0 6px 14px -2px #b5780514;
    display: flex;
    flex-direction: column;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), transform .22s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden
}

.journal .post__card:hover {
    box-shadow: 0 9px 44px -2px #b5780521;
    transform: translateY(-3px)
}

.journal .post__card--featured {
    grid-column: span 2;
    flex-direction: row
}

.journal .card__image-wrap {
    overflow: hidden;
    flex-shrink: 0
}

.journal .post__card:not(.post__card--featured) .card__image-wrap {
    height: 180px
}

.journal .post__card--featured .card__image-wrap {
    width: 48%;
    min-height: 260px
}

.journal .card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: grayscale(0%);
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.journal .post__card:hover .card__image-wrap img {
    transform: scale(1.04)
}

.journal .card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.journal .card__tag {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #B57805;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 8px
}

.journal .card__title {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #1a2a5e;
    font-weight: 700;
    margin-bottom: 8px;
    text-decoration: none;
    display: block
}

.journal .card__title:hover {
    color: #B57805
}

.journal .card__subtitle {
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a5a;
    margin-bottom: 16px;
    flex: 1
}

.journal .card__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #e8e4f0
}

.journal .card__author {
    font-size: 15px;
    color: #3a3a4a;
    font-weight: 600
}

.journal .card__readtime {
    font-size: 15px;
    color: #7a7a8a;
    margin-left: auto
}

.journal .card__link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #1744A0;
    text-decoration: none;
    margin-top: 16px;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.journal .card__link:hover {
    color: #B57805
}

.journal .card__link svg {
    transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.journal .card__link:hover svg {
    transform: translateX(4px)
}

.journal .stat__area {
    background: linear-gradient(135deg, #1744A0 0%, #B57805 100%);
    padding: 64px 24px;
    position: relative;
    overflow: hidden
}

.journal .stat__area::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none
}

.journal .stat__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px
}

.journal .stat__hero {
    flex-shrink: 0;
    text-align: center
}

.journal .stat__number {
    font-size: 68px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #fff;
    font-weight: 900;
    display: block
}

.journal .stat__label {
    font-size: 17px;
    color: #fffc;
    margin-top: 8px;
    display: block
}

.journal .stat__ring {
    width: 140px;
    height: 140px;
    position: relative;
    margin: 0 auto 16px
}

.journal .stat__ring svg {
    width: 140px;
    height: 140px;
    transform: rotate(-90deg)
}

.journal .stat__ring-value {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.journal .stat__context {
    flex: 1
}

.journal .stat__context-heading {
    font-size: 26px;
    line-height: 1.35;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -.01em
}

.journal .stat__context-text {
    font-size: 17px;
    line-height: 1.55;
    color: #ffffffd9;
    margin-bottom: 24px
}

.journal .stat__pills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.journal .stat__pill {
    background: #ffffff26;
    border: 1px solid #ffffff40;
    border-radius: 36px;
    padding: 4px 16px;
    font-size: 15px;
    color: #fff
}

.journal .about__area {
    padding: 64px 24px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.journal .about__image-col {
    flex-shrink: 0;
    width: 340px;
    position: relative
}

.journal .about__image-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 14px -2px #1744a014
}

.journal .about__image-frame img {
    width: 340px;
    height: 400px;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    filter: grayscale(100%);
    opacity: .88;
    transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.journal .about__image-frame:hover img {
    opacity: 1
}

.journal .about__accent-bar {
    position: absolute;
    right: -8px;
    top: 24px;
    bottom: 24px;
    width: 3px;
    background: linear-gradient(180deg, #B57805 0%, #1744A0 100%);
    border-radius: 6px
}

.journal .about__text-col {
    flex: 1
}

.journal .about__label {
    font-size: 15px;
    font-weight: 700;
    color: #B57805;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px;
    display: block
}

.journal .about__heading {
    font-size: 36px;
    line-height: 1.35;
    letter-spacing: -.02em;
    color: #1a2a5e;
    font-weight: 800;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #E3FCE6
}

.journal .about__paragraph {
    font-size: 17px;
    line-height: 1.55;
    color: #3a3a4a;
    margin-bottom: 16px
}

.journal .about__paragraph:last-child {
    margin-bottom: 0
}

.journal .divider--fade {
    height: 1px;
    background: linear-gradient(90deg, transparent, #B57805 20%, #1744A0 80%, transparent);
    margin: 0 10%;
    opacity: .35
}

@keyframes gradientBreath {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.journal .stat__area {
    background-size: 200% 200%;
    animation: gradientBreath 8s ease-in-out infinite
}

@media (max-width: 1280px) {
    .journal .posts__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .journal .post__card--featured {
        grid-column: span 2
    }
}

@media (max-width: 768px) {
    .journal .lead__heading {
        font-size: 36px
    }

    .journal .posts__grid {
        grid-template-columns: 1fr
    }

    .journal .post__card--featured {
        grid-column: span 1;
        flex-direction: column
    }

    .journal .post__card--featured .card__image-wrap {
        width: 100%;
        min-height: 200px
    }

    .journal .stat__inner {
        flex-direction: column;
        gap: 32px;
        text-align: center
    }

    .journal .stat__pills {
        justify-content: center
    }

    .journal .about__area {
        flex-direction: column;
        gap: 32px
    }

    .journal .about__image-col {
        width: 100%
    }

    .journal .about__image-frame img {
        width: 100%;
        height: 260px
    }

    .journal .about__accent-bar {
        display: none
    }
}

@media (max-width: 390px) {
    .journal .lead__heading {
        font-size: 26px
    }

    .journal .stat__number {
        font-size: 50px
    }

    .journal .posts__area {
        padding: 32px 16px
    }

    .journal .about__area {
        padding: 32px 16px
    }
}

.about-us-page {
    max-width: 100%;
    overflow-x: hidden
}

.about-us-page .about-us-page__limiter {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.about-us-page ::selection {
    background: linear-gradient(90deg, #B57805, #1744A0);
    color: #fff
}

.about-us-page .strip-image {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden
}

.about-us-page .strip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    filter: grayscale(18%) contrast(1.05)
}

.about-us-page .strip-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #e7f8ff2e;
    mix-blend-mode: screen;
    pointer-events: none
}

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

.about-us-page .strip-image__circle--a {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 38px solid #b5780512;
    top: -60px;
    left: -50px;
    pointer-events: none
}

.about-us-page .strip-image__circle--b {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 24px solid #1744a00f;
    top: 30px;
    left: 30px;
    pointer-events: none
}

.about-us-page .strip-image__circle--c {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 20px solid #b578050d;
    bottom: -50px;
    right: 80px;
    pointer-events: none
}

.about-us-page .title-zone {
    background: #fff;
    padding-top: 48px;
    padding-bottom: 64px
}

.about-us-page .title-zone__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px
}

.about-us-page .title-zone__text {
    flex: 1 1 0;
    padding-top: 8px
}

.about-us-page .title-zone__aside {
    flex: 0 0 300px;
    padding-top: 32px
}

.about-us-page .title-zone__label {
    font-size: 15px;
    letter-spacing: .12em;
    color: #B57805;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.about-us-page .title-zone__heading {
    font-size: 68px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #111827;
    margin: 0 0 24px;
    font-weight: 800
}

.about-us-page .title-zone__heading span {
    background: linear-gradient(135deg, #B57805 30%, #1744A0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.about-us-page .title-zone__body {
    font-size: 17px;
    line-height: 1.55;
    color: #2d3748;
    max-width: 520px
}

.about-us-page .title-zone__stat-pair {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 32px
}

.about-us-page .stat-box {
    flex: 1 1 0;
    background: #E3FCE6;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: 0 3px 3px -2px #b578050d 0 6px 14px -2px #b5780514
}

.about-us-page .stat-box__number {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #1744A0;
    letter-spacing: -.02em;
    display: block
}

.about-us-page .stat-box__label {
    font-size: 15px;
    line-height: 1.35;
    color: #374151;
    margin-top: 8px;
    display: block
}

.about-us-page .title-zone__accent-line {
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #B57805, #1744A0);
    border-radius: 6px;
    margin-bottom: 24px
}

.about-us-page .icon-pair {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px
}

.about-us-page .icon-pair__icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0
}

.about-us-page .icon-pair__text {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    letter-spacing: -.01em
}

.about-us-page .aside-portrait {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.about-us-page .aside-portrait__img-wrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 6px 14px -2px #1744a021;
    flex-shrink: 0
}

.about-us-page .aside-portrait__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.about-us-page .aside-portrait__name {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    text-align: center
}

.about-us-page .aside-portrait__role {
    font-size: 15px;
    color: #B57805;
    text-align: center;
    margin-top: -8px
}

.about-us-page .aside-portrait__quote {
    font-size: 15px;
    line-height: 1.55;
    color: #374151;
    text-align: center;
    font-style: italic;
    border-top: 2px solid #E3FCE6;
    padding-top: 16px
}

@keyframes bgOscillate {
    0% {
        background-color: #f4f8ff
    }

    50% {
        background-color: #eaf3f0
    }

    100% {
        background-color: #f4f8ff
    }
}

.about-us-page .program-band {
    animation: bgOscillate 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative
}

.about-us-page .program-band__wave-top {
    display: block;
    width: 100%;
    margin-bottom: -2px
}

.about-us-page .program-band__wave-bottom {
    display: block;
    width: 100%;
    margin-top: -2px
}

.about-us-page .program-band__corner-deco {
    position: absolute;
    top: 32px;
    right: 0;
    width: 120px;
    height: 120px;
    pointer-events: none;
    overflow: hidden
}

.about-us-page .program-band__corner-rect--a {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 90px;
    height: 90px;
    border: 1.5px solid #b578052e;
    border-radius: 6px
}

.about-us-page .program-band__corner-rect--b {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 70px;
    height: 70px;
    border: 1.5px solid #1744a01f;
    border-radius: 6px
}

.about-us-page .program-band__corner-rect--c {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 50px;
    height: 50px;
    border: 1.5px solid #b578051a;
    border-radius: 6px
}

.about-us-page .program-band__corner-rect--d {
    position: absolute;
    top: 38px;
    right: 38px;
    width: 30px;
    height: 30px;
    border: 1.5px solid #1744a014;
    border-radius: 6px
}

.about-us-page .program-band__heading-wrap {
    text-align: center;
    margin-bottom: 48px
}

.about-us-page .program-band__eyebrow {
    font-size: 15px;
    letter-spacing: .1em;
    color: #1744A0;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px
}

.about-us-page .program-band__heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-weight: 800;
    color: #111827;
    margin: 0 0 16px;
    text-decoration: underline;
    text-decoration-color: #B57805;
    text-underline-offset: 6px
}

.about-us-page .program-band__sub {
    font-size: 17px;
    line-height: 1.55;
    color: #374151;
    max-width: 600px;
    margin: 0 auto
}

.about-us-page .steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.about-us-page .step-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 3px 3px -2px #1744a00d 0 6px 14px -2px #1744a014;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.about-us-page .step-card__num {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 900;
    color: #b578051f;
    letter-spacing: -.04em;
    position: absolute;
    top: 16px;
    right: 24px
}

.about-us-page .step-card__duration {
    display: inline-block;
    font-size: 15px;
    color: #1744A0;
    background: #E3FCE6;
    border-radius: 36px;
    padding: 4px 16px;
    font-weight: 600;
    width: fit-content
}

.about-us-page .step-card__title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #111827;
    margin: 0
}

.about-us-page .step-card__desc {
    font-size: 15px;
    line-height: 1.55;
    color: #374151;
    margin: 0
}

.about-us-page .step-card--wide {
    grid-column: span 2;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px
}

.about-us-page .step-card--wide .step-card__image-wrap {
    flex: 0 0 220px;
    height: 160px;
    border-radius: 12px;
    overflow: hidden
}

.about-us-page .step-card--wide .step-card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block
}

.about-us-page .step-card--wide .step-card__body {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-us-page .bg-image-band {
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.about-us-page .bg-image-band__image {
    position: absolute;
    inset: 0;
    z-index: 0
}

.about-us-page .bg-image-band__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
    display: block
}

.about-us-page .bg-image-band__overlay {
    position: absolute;
    inset: 0;
    background: #f0f8ffe0;
    z-index: 1
}

.about-us-page .bg-image-band__body {
    position: relative;
    z-index: 2;
    padding-top: 64px;
    padding-bottom: 64px
}

.about-us-page .reveal-group {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px
}

.about-us-page .reveal-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden
}

.about-us-page .reveal-item__front {
    background: #fff;
    border-radius: 12px;
    padding: 24px 32px;
    font-size: 17px;
    font-weight: 700;
    color: #1744A0;
    box-shadow: 0 3px 3px -2px #b578050d 0 6px 14px -2px #b5780514;
    cursor: pointer;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1), background .18s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent
}

.about-us-page .reveal-item__front:focus {
    outline: none;
    border-color: #1744A0
}

.about-us-page .reveal-item__back {
    display: none;
    background: #E3FCE6;
    border-radius: 12px;
    padding: 24px 32px;
    font-size: 15px;
    line-height: 1.55;
    color: #1a2a4a;
    box-shadow: 0 6px 14px -2px #1744a021;
    min-width: 200px;
    max-width: 320px
}

.about-us-page .reveal-item__front:focus~.reveal-item__back {
    display: block
}

.about-us-page .reveal-item:focus-within .reveal-item__front {
    background: #E3FCE6;
    box-shadow: 0 9px 44px -2px #b5780521
}

.about-us-page .reveal-item:focus-within .reveal-item__back {
    display: block
}

.about-us-page .bg-image-band__heading {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
    text-align: center;
    margin: 0 0 16px;
    letter-spacing: -.02em;
    text-decoration: underline;
    text-decoration-color: #1744A0;
    text-underline-offset: 6px
}

.about-us-page .bg-image-band__sub {
    font-size: 17px;
    line-height: 1.55;
    color: #2d3748;
    text-align: center;
    max-width: 580px;
    margin: 0 auto
}

.about-us-page .wave-divider {
    display: block;
    width: 100%;
    line-height: 0
}

@media (max-width: 1280px) {
    .about-us-page .title-zone__heading {
        font-size: 50px
    }

    .about-us-page .title-zone__aside {
        flex: 0 0 240px
    }
}

@media (max-width: 768px) {
    .about-us-page .title-zone__inner {
        flex-direction: column;
        gap: 32px
    }

    .about-us-page .title-zone__aside {
        flex: none;
        width: 100%;
        padding-top: 0
    }

    .about-us-page .title-zone__heading {
        font-size: 36px
    }

    .about-us-page .steps-grid {
        grid-template-columns: 1fr
    }

    .about-us-page .step-card--wide {
        grid-column: span 1;
        flex-direction: column
    }

    .about-us-page .step-card--wide .step-card__image-wrap {
        flex: none;
        width: 100%;
        height: 180px
    }

    .about-us-page .strip-image {
        height: 140px
    }

    .about-us-page .title-zone__stat-pair {
        flex-direction: column
    }

    .about-us-page .reveal-group {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 390px) {
    .about-us-page .title-zone__heading {
        font-size: 26px
    }

    .about-us-page .program-band__heading {
        font-size: 26px
    }

    .about-us-page .bg-image-band__heading {
        font-size: 26px
    }

    .about-us-page .step-card {
        padding: 24px 16px
    }

    .about-us-page .about-us-page__limiter {
        padding-left: 16px;
        padding-right: 16px
    }
}

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

.base .inner-cap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px
}

.base ::selection {
    background: linear-gradient(120deg, #B57805, #1744A0);
    color: #fff
}

.base .dot-divider {
    border: none;
    border-top: 2px dotted #B57805;
    opacity: .45;
    margin: 0
}

.base .title-block {
    position: relative;
    padding-top: 64px;
    padding-bottom: 96px;
    overflow: hidden
}

.base .title-block__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(112deg, #1744A0 0%, #B57805 60%, #1744A0 100%);
    background-size: 300% 300%;
    animation: bgwave 9s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
    z-index: 0
}

@keyframes bgwave {
    0% {
        background-position: 0 50%
    }

    100% {
        background-position: 100% 50%
    }
}

.base .title-block__wave {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 1
}

.base .title-block__wave svg {
    display: block;
    width: 100%
}

.base .title-block__grid {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px
}

.base .title-block__text {
    flex: 1 1 0;
    min-width: 0
}

.base .title-block__eyebrow {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .08em;
    color: #E3FCE6;
    margin-bottom: 16px;
    opacity: .9
}

.base .title-block__heading {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 24px;
    font-weight: 800
}

.base .title-block__desc {
    font-size: 17px;
    line-height: 1.55;
    color: #E3FCE6;
    max-width: 520px
}

.base .title-block__image-wrap {
    flex: 0 0 380px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 9px 44px -2px #1744a021
}

.base .title-block__image-wrap img {
    width: 380px;
    height: 340px;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 12px
}

.base .title-block__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #1744a08c 0%, transparent 60%);
    border-radius: 12px
}

.base .fit-block {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #fff
}

.base .fit-block__label {
    font-size: 15px;
    letter-spacing: .07em;
    color: #B57805;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.base .fit-block__dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #B57805;
    display: inline-block;
    flex-shrink: 0
}

.base .fit-block__heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #111827;
    font-weight: 700;
    margin-bottom: 16px;
    text-decoration: underline;
    text-decoration-color: #B57805;
    text-underline-offset: 5px
}

.base .fit-block__intro {
    font-size: 17px;
    line-height: 1.55;
    color: #374151;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 32px
}

.base .fit-block__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.base .fit-block__col {
    background: #F5F7FF;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 3px 3px -2px #1744a00d
}

.base .fit-block__col--right {
    background: #FFF8EC
}

.base .fit-block__col-heading {
    font-size: 20px;
    font-weight: 700;
    color: #1744A0;
    margin-bottom: 16px;
    text-decoration: underline;
    text-decoration-color: #1744A0;
    text-underline-offset: 4px
}

.base .fit-block__col--right .fit-block__col-heading {
    color: #B57805;
    text-decoration-color: #B57805
}

.base .fit-block__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.base .fit-block__list li {
    font-size: 15px;
    line-height: 1.55;
    color: #1f2d3d;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.base .fit-block__list li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 48px;
    background: #B57805;
    margin-top: 6px;
    flex-shrink: 0
}

.base .value-block {
    padding-top: 64px;
    padding-bottom: 64px;
    background: linear-gradient(160deg, #E3FCE6 0%, #f0f4ff 100%);
    position: relative
}

.base .value-block__lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.base .value-block__lines svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 220px;
    opacity: .07
}

.base .value-block__layout {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center
}

.base .value-block__image-wrap {
    flex: 0 0 340px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 14px -2px #b5780514;
    border: 3px solid #E3FCE6
}

.base .value-block__image-wrap img {
    width: 340px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: block
}

.base .value-block__text {
    flex: 1 1 0;
    min-width: 0
}

.base .value-block__label {
    font-size: 15px;
    letter-spacing: .07em;
    color: #1744A0;
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.base .value-block__dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #1744A0;
    display: inline-block;
    flex-shrink: 0
}

.base .value-block__heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #111827;
    font-weight: 700;
    margin-bottom: 16px;
    text-decoration: underline;
    text-decoration-color: #1744A0;
    text-underline-offset: 5px
}

.base .value-block__body {
    font-size: 17px;
    line-height: 1.55;
    color: #374151;
    margin-bottom: 16px
}

.base .value-block__pillars {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

.base .value-block__pillar {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    padding: 16px 24px;
    box-shadow: 0 3px 3px -2px #1744a00d
}

.base .value-block__pillar-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px
}

.base .value-block__pillar-text {
    font-size: 15px;
    line-height: 1.55;
    color: #1f2d3d
}

.base .value-block__pillar-text strong {
    display: block;
    font-size: 17px;
    color: #111827;
    margin-bottom: 4px
}

.base .program-block {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #fff
}

.base .program-block__heading-wrap {
    text-align: center;
    margin-bottom: 32px
}

.base .program-block__label {
    font-size: 15px;
    letter-spacing: .07em;
    color: #B57805;
    margin-bottom: 8px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.base .program-block__dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #B57805;
    display: inline-block
}

.base .program-block__heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #111827;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #B57805;
    text-underline-offset: 5px
}

.base .program-block__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.base .program-card {
    background: #F5F7FF;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 3px 3px -2px #1744a00d;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.base .program-card:hover {
    box-shadow: 0 9px 44px -2px #1744a021
}

.base .program-card__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px
}

.base .program-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #1744A0;
    line-height: 1.35
}

.base .program-card__desc {
    font-size: 15px;
    line-height: 1.55;
    color: #374151
}

.base .program-card__link {
    margin-top: auto;
    font-size: 15px;
    color: #B57805;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .18s cubic-bezier(0.0, 0, 0.2, 1)
}

.base .program-card__link:hover {
    color: #1744A0
}

.base .team-block {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #1744A0;
    position: relative;
    overflow: hidden
}

.base .team-block__bg-accent {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.base .team-block__bg-accent::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse at center, #e3fce617 0%, transparent 70%);
    border-radius: 48px
}

.base .team-block__heading-wrap {
    text-align: center;
    margin-bottom: 32px
}

.base .team-block__label {
    font-size: 15px;
    letter-spacing: .07em;
    color: #E3FCE6;
    margin-bottom: 8px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    opacity: .8
}

.base .team-block__dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #E3FCE6;
    display: inline-block
}

.base .team-block__heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #B57805;
    text-underline-offset: 5px
}

.base .team-block__layout {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center
}

.base .team-card {
    background: #ffffff12;
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1 1 0;
    max-width: 320px;
    box-shadow: 0 6px 14px -2px #1744a014;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.base .team-card:hover {
    background: #ffffff1f
}

.base .team-card__portrait {
    width: 120px;
    height: 154px;
    border-radius: 36px;
    overflow: hidden;
    border: 3px solid #e3fce659;
    box-shadow: 0 6px 14px -2px #1744a021
}

.base .team-card__portrait img {
    width: 120px;
    height: 154px;
    object-fit: cover;
    object-position: center;
    display: block
}

.base .team-card__name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.35
}

.base .team-card__role {
    font-size: 15px;
    color: #E3FCE6;
    text-align: center;
    opacity: .85
}

.base .team-card__bio {
    font-size: 15px;
    line-height: 1.55;
    color: #fffc;
    text-align: center
}

.base .voices-block {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #F5F7FF
}

.base .voices-block__heading-wrap {
    text-align: center;
    margin-bottom: 32px
}

.base .voices-block__label {
    font-size: 15px;
    letter-spacing: .07em;
    color: #1744A0;
    margin-bottom: 8px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.base .voices-block__dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #1744A0;
    display: inline-block
}

.base .voices-block__heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #111827;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #1744A0;
    text-underline-offset: 5px
}

.base .voices-block__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.base .voice-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 3px 3px -2px #b578050d;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.base .voice-card__quote {
    font-size: 17px;
    line-height: 1.55;
    color: #374151;
    font-style: italic
}

.base .voice-card__person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: auto
}

.base .voice-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 48px;
    background: linear-gradient(120deg, #1744A0, #B57805);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.base .voice-card__avatar-letter {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.base .voice-card__name {
    font-size: 15px;
    font-weight: 700;
    color: #111827
}

.base .voice-card__context {
    font-size: 15px;
    color: #6b7a99
}

.base .voices-block__image-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px
}

.base .voices-block__image-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 14px -2px #b5780514;
    border: 3px solid #E3FCE6
}

.base .voices-block__image-frame img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block
}

.base .method-block {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #fff;
    position: relative
}

.base .method-block__radial {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.base .method-block__radial::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 500px;
    background: radial-gradient(ellipse at center, #b578050d 0%, transparent 70%);
    border-radius: 48px
}

.base .method-block__heading-wrap {
    text-align: center;
    margin-bottom: 32px
}

.base .method-block__label {
    font-size: 15px;
    letter-spacing: .07em;
    color: #B57805;
    margin-bottom: 8px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.base .method-block__dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #B57805;
    display: inline-block
}

.base .method-block__heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #111827;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #B57805;
    text-underline-offset: 5px
}

.base .method-block__intro {
    font-size: 17px;
    line-height: 1.55;
    color: #374151;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 32px
}

.base .method-block__steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.base .method-step {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    background: #F5F7FF;
    border-radius: 12px;
    padding: 24px 32px;
    box-shadow: 0 3px 3px -2px #1744a00d;
    transition: box-shadow .2s cubic-bezier(0.0, 0, 0.2, 1)
}

.base .method-step:focus-within {
    box-shadow: 0 0 0 3px #B57805, 0 6px 14px -2px #b5780514;
    outline: none
}

.base .method-step__number {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1744A0 0%, #B57805 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 1
}

.base .method-step__body {
    flex: 1 1 0;
    min-width: 0
}

.base .method-step__title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
    line-height: 1.35
}

.base .method-step__desc {
    font-size: 15px;
    line-height: 1.55;
    color: #374151
}

@media (max-width: 1280px) {
    .base .program-block__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .base .title-block__grid {
        flex-direction: column;
        gap: 32px
    }

    .base .title-block__image-wrap {
        flex: 0 0 auto;
        width: 100%
    }

    .base .title-block__image-wrap img {
        width: 100%;
        height: 240px
    }

    .base .title-block__heading {
        font-size: 36px
    }

    .base .fit-block__columns {
        grid-template-columns: 1fr
    }

    .base .value-block__layout {
        flex-direction: column;
        gap: 32px
    }

    .base .value-block__image-wrap {
        flex: 0 0 auto;
        width: 100%
    }

    .base .value-block__image-wrap img {
        width: 100%;
        height: 220px
    }

    .base .program-block__grid {
        grid-template-columns: 1fr
    }

    .base .team-block__layout {
        flex-direction: column;
        align-items: center
    }

    .base .voices-block__grid {
        grid-template-columns: 1fr
    }

    .base .voices-block__image-row {
        grid-template-columns: 1fr
    }

    .base .method-step {
        flex-direction: column;
        gap: 16px;
        padding: 24px
    }
}

@media (max-width: 390px) {
    .base .title-block__heading {
        font-size: 26px
    }

    .base .fit-block__heading,
    .base .value-block__heading,
    .base .program-block__heading,
    .base .team-block__heading,
    .base .voices-block__heading,
    .base .method-block__heading {
        font-size: 26px
    }

    .base .inner-cap {
        padding-left: 16px;
        padding-right: 16px
    }
}

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

.learning-program .program-grid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.learning-program .title-block {
    padding: 64px 0;
    background-color: #fff;
    position: relative
}

.learning-program .title-block__bg-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#b578050a 1px, transparent 1px), linear-gradient(90deg, #b578050a 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none
}

.learning-program .title-block__layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.learning-program .title-block__image-col {
    flex: 0 0 38%;
    position: relative
}

.learning-program .title-block__image-shape {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
    position: relative
}

.learning-program .title-block__image-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    filter: grayscale(1) sepia(0.4) saturate(2.5) hue-rotate(0deg);
    display: block
}

.learning-program .title-block__image-shape::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #b5780561 0%, #1744a052 100%);
    mix-blend-mode: multiply;
    pointer-events: none
}

.learning-program .title-block__text-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.learning-program .title-block__label {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    color: #B57805;
    text-transform: uppercase;
    padding: 4px 16px;
    border: 1.5px solid #b578054d;
    border-radius: 6px;
    width: fit-content
}

.learning-program .title-block__heading {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #111827;
    margin: 0
}

.learning-program .title-block__heading span {
    background: linear-gradient(120deg, #B57805 0%, #1744A0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.learning-program .title-block__counter-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px
}

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

.learning-program .counter-item__number {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1744A0
}

.learning-program .counter-item__label {
    font-size: 15px;
    color: #374151;
    line-height: 1.35
}

.learning-program .title-block__desc {
    font-size: 17px;
    line-height: 1.55;
    color: #374151;
    margin: 0
}

.learning-program .title-block__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: #B57805;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    width: fit-content;
    box-shadow: 0 6px 14px -2px #b5780514;
    transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .title-block__link:hover {
    background: #1744A0;
    box-shadow: 0 9px 44px -2px #1744a021
}

.learning-program .divider-brushstroke {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.learning-program .divider-brushstroke svg {
    display: block;
    width: 100%;
    height: 32px
}

.learning-program .detail-block {
    padding: 64px 0;
    background-color: #F5F7FF;
    position: relative
}

.learning-program .detail-block__bg {
    position: absolute;
    inset: 0;
    background-image: url(./picture_gallery/DSCN9070.jpg);
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: .07;
    pointer-events: none
}

.learning-program .detail-block__tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #e3fce6eb 0%, #f5f7fff7 100%);
    pointer-events: none;
    animation: bg-pulse 6s ease-in-out infinite
}

@keyframes bg-pulse {

    0%,
    100% {
        opacity: .92
    }

    50% {
        opacity: 1
    }
}

.learning-program .detail-block__layout {
    position: relative;
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 64px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    align-items: start
}

.learning-program .detail-block__sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.learning-program .sidebar-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #111827;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 2.5px solid #B57805;
    display: inline-block
}

.learning-program .sidebar-portrait {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .portrait-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 3px 3px -2px #b578050d
}

.learning-program .portrait-card__img {
    width: 64px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    display: block
}

.learning-program .portrait-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.learning-program .portrait-card__name {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    line-height: 1.35
}

.learning-program .portrait-card__role {
    font-size: 15px;
    color: #1744A0;
    line-height: 1.35
}

.learning-program .sidebar-indicators {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .indicators-label {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    letter-spacing: .04em;
    text-transform: uppercase
}

.learning-program .indicator-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.learning-program .indicator-dot {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
    transition: transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .indicator-dot:hover {
    transform: scale(1.15)
}

.learning-program .indicator-dot--active {
    background: #B57805;
    color: #fff;
    box-shadow: 0 6px 14px -2px #b5780514
}

.learning-program .indicator-dot--secondary {
    background: #1744A0;
    color: #fff;
    box-shadow: 0 6px 14px -2px #1744a014
}

.learning-program .indicator-dot--light {
    background: #E3FCE6;
    color: #1744A0;
    border: 1.5px solid #1744a026
}

.learning-program .indicator-dot--outline {
    background: #fff;
    color: #B57805;
    border: 1.5px solid #b5780559
}

.learning-program .indicator-desc {
    font-size: 15px;
    color: #374151;
    line-height: 1.35
}

.learning-program .detail-block__main {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.learning-program .main-heading {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #111827;
    margin: 0
}

.learning-program .main-heading__underline {
    display: inline-block;
    border-bottom: 3px solid #1744A0;
    padding-bottom: 4px
}

.learning-program .narrative-text {
    font-size: 17px;
    line-height: 1.55;
    color: #374151;
    margin: 0
}

.learning-program .howto-steps {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.learning-program .step-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 3px 3px -2px #b578050d;
    position: relative;
    overflow: hidden;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .step-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #B57805 0%, #1744A0 100%);
    opacity: 0;
    transition: opacity .22s cubic-bezier(0.0, 0, 0.2, 1);
    pointer-events: none
}

.learning-program .step-item:hover::before {
    opacity: .04
}

.learning-program .step-item:hover {
    box-shadow: 0 9px 44px -2px #b5780521
}

.learning-program .step-item__number {
    width: 40px;
    height: 40px;
    border-radius: 48px;
    background: linear-gradient(135deg, #B57805 0%, #1744A0 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.learning-program .step-item__body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.learning-program .step-item__heading {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    margin: 0
}

.learning-program .step-item__text {
    font-size: 15px;
    line-height: 1.55;
    color: #374151;
    margin: 0
}

.learning-program .faq-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.learning-program .faq-block__heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 2.5px solid #E3FCE6
}

.learning-program .faq-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 3px -2px #1744a00d;
    overflow: hidden
}

.learning-program .faq-item__toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 16px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .faq-item__toggle:hover {
    background: #b578050a
}

.learning-program .faq-item__question {
    font-size: 17px;
    font-weight: 600;
    color: #111827;
    line-height: 1.35
}

.learning-program .faq-item__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.learning-program .faq-item__icon-bar {
    position: absolute;
    background: #B57805;
    border-radius: 6px;
    transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .faq-item__icon-bar--h {
    width: 14px;
    height: 2px
}

.learning-program .faq-item__icon-bar--v {
    width: 2px;
    height: 14px
}

.learning-program .faq-item details[open] .faq-item__icon-bar--v {
    transform: rotate(90deg);
    opacity: 0
}

.learning-program .faq-item details summary {
    list-style: none
}

.learning-program .faq-item details summary::-webkit-details-marker {
    display: none
}

.learning-program .faq-item details {
    border-radius: 12px
}

.learning-program .faq-item details summary {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 24px;
    cursor: pointer;
    transition: background-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.learning-program .faq-item details summary:hover {
    background: #b578050a
}

.learning-program .faq-item details[open] summary {
    background: #1744a00a
}

.learning-program .faq-item__answer {
    font-size: 15px;
    line-height: 1.55;
    color: #374151;
    padding: 0 24px 16px;
    margin: 0
}

.learning-program .faq-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.learning-program .divider-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.learning-program .divider-line__rule {
    flex: 1;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, #b5780540, transparent)
}

.learning-program .divider-line__center {
    width: 32px;
    height: 32px;
    border-radius: 36px;
    background: linear-gradient(135deg, #B57805 0%, #1744A0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.learning-program .divider-line__center svg {
    width: 16px;
    height: 16px
}

@media (max-width: 768px) {
    .learning-program .title-block__layout {
        flex-direction: column;
        gap: 32px
    }

    .learning-program .title-block__image-col {
        flex: 0 0 auto;
        width: 100%;
        max-width: 320px;
        margin: 0 auto
    }

    .learning-program .title-block__heading {
        font-size: 36px
    }

    .learning-program .title-block__counter-row {
        flex-wrap: wrap;
        gap: 16px
    }

    .learning-program .detail-block__layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .learning-program .main-heading {
        font-size: 26px
    }
}

@media (max-width: 390px) {
    .learning-program .title-block__heading {
        font-size: 26px
    }

    .learning-program .title-block {
        padding: 32px 0
    }

    .learning-program .detail-block {
        padding: 32px 0
    }

    .learning-program .title-block__link {
        padding: 16px 24px;
        font-size: 15px
    }
}

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

.success-page .success-card {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 3px -2px #b578050d 0 6px 14px -2px #b5780514 0 9px 44px -2px #b5780521;
    padding: 64px 32px;
    text-align: center
}

.success-page .success-card .success-card__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
    display: block
}

.success-page .success-card .success-card__heading {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1a2a4a;
    margin: 0 0 16px;
    font-weight: 700
}

.success-page .success-card .success-card__heading--accent {
    background: linear-gradient(120deg, #B57805, #1744A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.success-page .success-card .success-card__text {
    font-size: 17px;
    line-height: 1.55;
    color: #2c3a52;
    margin: 0 0 32px
}

.success-page .success-card .success-card__divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #B57805, #1744A0);
    border-radius: 36px;
    margin: 0 auto 32px;
    border: none
}

.success-page .success-card .success-card__link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    color: #fff;
    background: #B57805;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.success-page .success-card .success-card__link:hover {
    background: #9a6604;
    box-shadow: 0 6px 14px -2px #b578052e
}

.success-page .success-card .success-card__link:focus-visible {
    outline: 3px solid #1744A0;
    outline-offset: 3px
}

.success-page .success-card .success-card__secondary {
    display: inline-block;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.35;
    color: #1744A0;
    text-decoration: underline;
    text-underline-offset: 3px
}

.success-page .success-card .success-card__secondary:hover {
    color: #B57805;
    transition: color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

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

    .success-page .success-card {
        padding: 32px 16px
    }

    .success-page .success-card .success-card__heading {
        font-size: 26px
    }
}