* {
    box-sizing: border-box
}

html {
    font-size: 100%
}

body {
    margin: 0;
    overscroll-behavior: contain;
    overflow-x: hidden
}

.site-header {
    position: relative;
    background: #fff;
    border-top: 4px solid #B33B43
}

.site-header::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 72px;
    background: linear-gradient(135deg, #F3EBED 0%, #fff 60%);
    pointer-events: none;
    z-index: 0
}

.header-plate {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 76px;
    position: relative;
    z-index: 1
}

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

.brand-mark-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px dashed #B33B43;
    background: #fff;
    padding: 4px;
    flex-shrink: 0
}

.brand-mark-cell img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block
}

.brand-name-text {
    font-family: 'IBM Plex Serif', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #2c1012;
    text-decoration: none
}

.brand-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #E0C1C7, transparent);
    flex-shrink: 0
}

.header-credential {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.credential-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #F3EBED, #E0C1C7);
    border-radius: 4px;
    padding: 4px 16px;
    box-shadow: 0 2px 2px 0 #b33b4314
}

.credential-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.credential-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
    color: #B33B43;
    white-space: nowrap
}

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

.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .01em;
    color: #2c1012;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    min-height: 44px;
    display: flex;
    align-items: center
}

.nav-link:hover,
.nav-link:focus {
    color: #B33B43;
    background: #F3EBED;
    border-color: #E0C1C7;
    outline: none
}

.nav-link:focus-visible {
    outline: 2px solid #B33B43;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #E0C1C7
}

.nav-link.active {
    color: #B33B43;
    font-weight: 700;
    background: #F3EBED;
    border-color: #E0C1C7
}

.site-footer {
    background: linear-gradient(160deg, #2c1012 0%, #3d1518 100%);
    padding: 32px 0 0
}

.footer-plate {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px 32px;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    align-items: flex-start
}

.footer-brand-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 200px;
    min-width: 160px
}

.footer-brand-name {
    font-family: 'IBM Plex Serif', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #F3EBED
}

.footer-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #E0C1C7
}

.footer-logo-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px dashed #E0C1C7;
    background: #fff;
    padding: 4px;
    align-self: flex-end;
    margin-top: 8px
}

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

.footer-links-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 0 1 180px
}

.footer-col-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .06em;
    color: #B33B43;
    text-transform: uppercase;
    margin-bottom: 8px
}

.footer-link {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #E0C1C7;
    text-decoration: none;
    border-radius: 40px;
    padding: 4px 16px;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    transition: color .26s ease-in-out, border-color .32s ease-in-out, background .26s ease-in-out;
    width: fit-content
}

.footer-link:hover,
.footer-link:focus {
    color: #fff;
    background: #b33b432e;
    border-color: #B33B43;
    outline: none
}

.footer-link:focus-visible {
    outline: 2px solid #E0C1C7;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #b33b4340
}

.footer-contact-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 0 1 220px
}

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

.contact-icon-shape {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px
}

.footer-contact-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #E0C1C7
}

.footer-contact-link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #E0C1C7;
    text-decoration: none;
    transition: color .25s ease-in-out
}

.footer-contact-link:hover,
.footer-contact-link:focus {
    color: #fff
}

.footer-contact-link:focus-visible {
    outline: 2px solid #E0C1C7;
    outline-offset: 2px
}

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

.footer-copy {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #e0c1c799
}

.footer-bottom-links {
    display: flex;
    gap: 4px;
    flex-wrap: wrap
}

.footer-bottom-link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .02em;
    color: #e0c1c799;
    text-decoration: none;
    border-radius: 40px;
    padding: 4px 16px;
    border: 2px solid transparent;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: color .26s ease-in-out, border-color .32s ease-in-out
}

.footer-bottom-link:hover,
.footer-bottom-link:focus {
    color: #E0C1C7;
    border-color: #e0c1c74d;
    outline: none
}

.footer-bottom-link:focus-visible {
    outline: 2px solid #E0C1C7;
    outline-offset: 2px
}

@media (max-width: 600px) {
    .header-plate {
        padding: 0 16px;
        flex-wrap: wrap;
        min-height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        gap: 8px
    }

    .brand-divider {
        display: none
    }

    .header-credential {
        display: none
    }

    .header-nav-cell {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 8px
    }

    .nav-link {
        font-size: 13px;
        padding: 8px
    }

    .footer-plate {
        padding: 0 16px 32px
    }

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

.policy-layout {
    max-width: 1320px;
    margin: 0 auto;
    padding: 32px 16px
}

.policy-layout p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #2a1a1c;
    margin-bottom: 16px
}

.policy-layout ul,
.policy-layout ol {
    padding-left: 32px;
    margin-bottom: 16px
}

.policy-layout li {
    font-size: 15px;
    line-height: 1.6;
    color: #2a1a1c;
    margin-bottom: 8px
}

.policy-layout ul li {
    list-style-type: disc
}

.policy-layout ol li {
    list-style-type: decimal
}

.policy-layout ul ul,
.policy-layout ol ol,
.policy-layout ul ol,
.policy-layout ol ul {
    margin-top: 8px;
    margin-bottom: 8px
}

.policy-layout em,
.policy-layout i {
    font-style: italic;
    color: #8a2a32
}

.policy-layout table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px 0 #b33b4314
}

.policy-layout thead {
    background: linear-gradient(135deg, #B33B43 0%, #c94a52 100%)
}

.policy-layout thead th {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    padding: 16px;
    text-align: left
}

.policy-layout tbody tr {
    background-color: #fff;
    transition: background-color .25s ease-in-out
}

.policy-layout tbody tr:nth-child(even) {
    background-color: #F3EBED
}

.policy-layout tbody tr:hover {
    background-color: #E0C1C7
}

.policy-layout td {
    font-size: 13px;
    line-height: 1.6;
    color: #2a1a1c;
    padding: 16px;
    vertical-align: top;
    border-bottom: 1px solid #E0C1C7
}

.policy-layout tbody tr:last-child td {
    border-bottom: none
}

.policy-layout div {
    margin-bottom: 16px
}

@media (max-width: 640px) {
    .policy-layout table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .policy-layout p,
    .policy-layout li,
    .policy-layout td {
        font-size: 13px
    }

    .policy-layout ul,
    .policy-layout ol {
        padding-left: 16px
    }
}

.entry-pg {
    width: 100%;
    overflow-x: hidden
}

.entry-pg .pg-bound {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.entry-pg .animated-underline {
    position: relative;
    display: inline-block
}

.entry-pg .animated-underline::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #B33B43;
    animation: draw-line .38s cubic-bezier(0.4, 0, 0.2, 1) .6s forwards
}

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

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

    to {
        transform: rotate(360deg)
    }
}

.entry-pg img {
    filter: saturate(0.7);
    transition: filter .35s ease-in-out
}

.entry-pg img:hover {
    filter: saturate(1)
}

.entry-pg .img-skel {
    background: #ddd;
    position: relative;
    overflow: hidden
}

.entry-pg .img-skel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.entry-pg .title-blk {
    position: relative;
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #F3EBED;
    border-top: 3px solid #B33B43;
    border-bottom: 3px solid #E0C1C7;
    overflow: hidden
}

.entry-pg .title-blk::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 18px, #b33b430f 18px, #b33b430f 19px), repeating-linear-gradient(90deg, transparent, transparent 18px, #b33b430f 18px, #b33b430f 19px);
    pointer-events: none;
    z-index: 0
}

.entry-pg .title-blk .pg-bound {
    position: relative;
    z-index: 1
}

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

.entry-pg .title-img-frame {
    flex: 0 0 420px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 9px 40px 0 #b33b4321
}

.entry-pg .title-img-frame .img-skel {
    aspect-ratio: 16/9;
    border-radius: 14px
}

.entry-pg .title-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #b33b4373, #e0c1c733);
    border-radius: 14px;
    pointer-events: none
}

.entry-pg .title-spin-deco {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 72px;
    height: 72px;
    animation: slow-spin 12s linear infinite;
    pointer-events: none;
    z-index: 2
}

.entry-pg .title-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.entry-pg .title-label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #B33B43;
    text-transform: uppercase;
    font-weight: 600
}

.entry-pg .title-h1 {
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #2a1418;
    font-weight: 800;
    margin: 0
}

.entry-pg .title-pts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.entry-pg .title-pts li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #3d1e22
}

.entry-pg .pt-dot {
    flex-shrink: 0;
    margin-top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #B33B43
}

.entry-pg .approach-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(247deg, #F3EBED 0%, #fff 100%)
}

.entry-pg .approach-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 32px;
    align-items: start
}

.entry-pg .approach-aside {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.entry-pg .approach-h2 {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #2a1418;
    font-weight: 700;
    margin: 0
}

.entry-pg .approach-h2 span {
    display: block
}

.entry-pg .approach-ratio-bar {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.entry-pg .ratio-label-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    color: #6a3a3f;
    letter-spacing: .04em
}

.entry-pg .ratio-track {
    height: 10px;
    border-radius: 4px;
    background: #E0C1C7;
    overflow: hidden
}

.entry-pg .ratio-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(247deg, #B33B43, #E0C1C7);
    width: 0;
    animation: fill-bar .9s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards
}

@keyframes fill-bar {
    to {
        width: 72%
    }
}

.entry-pg .approach-body {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.entry-pg .approach-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.entry-pg .appr-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 4px 14px 0 #b33b4314;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    transition: box-shadow .28s ease-in-out, transform .28s ease-in-out
}

.entry-pg .appr-card:hover {
    box-shadow: 0 9px 40px 0 #b33b4321;
    transform: translateY(-2px)
}

.entry-pg .appr-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: linear-gradient(247deg, #B33B43, #E0C1C7);
    display: flex;
    align-items: center;
    justify-content: center
}

.entry-pg .appr-icon svg {
    width: 20px;
    height: 20px
}

.entry-pg .appr-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.entry-pg .appr-card-h {
    font-size: 15px;
    font-weight: 700;
    color: #2a1418;
    line-height: 1.4;
    margin: 0
}

.entry-pg .appr-card-p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3035;
    margin: 0
}

.entry-pg .approach-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px 0 #b33b4314
}

.entry-pg .approach-img-wrap .img-skel {
    aspect-ratio: 4/3
}

.entry-pg .gap-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
    position: relative
}

.entry-pg .gap-blk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(247deg, #B33B43, transparent);
    pointer-events: none
}

.entry-pg .gap-blk::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(247deg, transparent, #E0C1C7);
    pointer-events: none
}

.entry-pg .gap-layout {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: stretch
}

.entry-pg .gap-visual {
    flex: 0 0 360px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.entry-pg .gap-img-wrap {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 9px 40px 0 #b33b4321;
    flex: 1
}

.entry-pg .gap-img-wrap .img-skel {
    height: 100%;
    min-height: 240px
}

.entry-pg .gap-stat-box {
    background: linear-gradient(247deg, #B33B43, #c9525a);
    border-radius: 14px;
    padding: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.entry-pg .gap-stat-num {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em
}

.entry-pg .gap-stat-desc {
    font-size: 13px;
    line-height: 1.4;
    opacity: .88
}

.entry-pg .gap-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center
}

.entry-pg .gap-h2 {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #2a1418;
    font-weight: 700;
    margin: 0
}

.entry-pg .gap-p {
    font-size: 15px;
    line-height: 1.6;
    color: #3d1e22;
    margin: 0
}

.entry-pg .gap-steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px
}

.entry-pg .gap-step {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 14px;
    background: #F3EBED;
    transition: background .26s ease-in-out
}

.entry-pg .gap-step:hover {
    background: #E0C1C7
}

.entry-pg .step-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 40px;
    background: #B33B43;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.entry-pg .step-body {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.entry-pg .step-h {
    font-size: 15px;
    font-weight: 700;
    color: #2a1418;
    line-height: 1.4;
    margin: 0
}

.entry-pg .step-p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3035;
    margin: 0
}

.entry-pg .cond-blk {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(247deg, #E0C1C7 0%, #F3EBED 60%, #fff 100%);
    position: relative;
    overflow: hidden
}

.entry-pg .cond-spin-deco {
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 120px;
    height: 120px;
    animation: slow-spin 18s linear infinite;
    pointer-events: none;
    opacity: .18;
    z-index: 0
}

.entry-pg .cond-blk .pg-bound {
    position: relative;
    z-index: 1
}

.entry-pg .cond-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    align-items: start;
    margin-bottom: 32px
}

.entry-pg .cond-h2 {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -.01em;
    color: #2a1418;
    font-weight: 700;
    margin: 0 0 8px
}

.entry-pg .cond-lead {
    font-size: 15px;
    line-height: 1.6;
    color: #3d1e22;
    margin: 0
}

.entry-pg .cond-portrait-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 9px 40px 0 #b33b4321;
    aspect-ratio: 3/4
}

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

.entry-pg .cond-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.entry-pg .cond-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 2px 2px 0 #b33b4314;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 3px solid #B33B43;
    transition: box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1), transform .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.entry-pg .cond-card:hover {
    box-shadow: 0 9px 40px 0 #b33b4321;
    transform: translateY(-3px)
}

.entry-pg .cond-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #F3EBED;
    display: flex;
    align-items: center;
    justify-content: center
}

.entry-pg .cond-card-icon svg {
    width: 18px;
    height: 18px
}

.entry-pg .cond-card-h {
    font-size: 15px;
    font-weight: 700;
    color: #2a1418;
    line-height: 1.4;
    margin: 0
}

.entry-pg .cond-card-p {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3035;
    margin: 0
}

.entry-pg .cond-img-strip {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.entry-pg .cond-img-strip .img-skel {
    border-radius: 14px;
    aspect-ratio: 16/9;
    overflow: hidden
}

@media (max-width: 900px) {
    .entry-pg .title-row {
        flex-direction: column
    }

    .entry-pg .title-img-frame {
        flex: none;
        width: 100%
    }

    .entry-pg .approach-grid {
        grid-template-columns: 1fr
    }

    .entry-pg .gap-layout {
        flex-direction: column
    }

    .entry-pg .gap-visual {
        flex: none;
        width: 100%
    }

    .entry-pg .cond-top {
        grid-template-columns: 1fr
    }

    .entry-pg .cond-portrait-wrap {
        display: none
    }

    .entry-pg .cond-cards {
        grid-template-columns: 1fr
    }

    .entry-pg .cond-img-strip {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {
    .entry-pg .title-img-frame {
        display: none
    }

    .entry-pg .approach-img-wrap {
        display: none
    }

    .entry-pg .gap-img-wrap {
        display: none
    }

    .entry-pg .pg-bound {
        padding-left: 16px;
        padding-right: 16px
    }

    .entry-pg .title-h1 {
        font-size: 28px
    }
}

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

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

.cert-pg .drift-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.cert-pg .drift-spot {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, #e0c1c747 0%, #f3ebed14 70%, transparent 100%);
    animation: spot-drift 9s ease-in-out infinite alternate;
    top: -80px;
    left: -100px
}

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

    100% {
        transform: translate(180px, 60px)
    }
}

.cert-pg .diamond-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
    overflow: hidden
}

.cert-pg .diamond-divider span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #B33B43;
    transform: rotate(45deg);
    opacity: .35;
    flex-shrink: 0
}

.cert-pg .diamond-divider span.big {
    width: 9px;
    height: 9px;
    opacity: .7
}

.cert-pg .title-band {
    position: relative;
    background: linear-gradient(247deg, #B33B43 0%, #E0C1C7 60%, #F3EBED 100%);
    padding: 64px 32px 56px;
    overflow: hidden
}

.cert-pg .title-band-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 1
}

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

.cert-pg .title-eyebrow {
    font-size: 13px;
    letter-spacing: .12em;
    color: #ffffffd1;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.4
}

.cert-pg .title-h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #fff;
    margin: 0 0 16px
}

.cert-pg .title-h1 span {
    display: block
}

.cert-pg .title-sub {
    font-size: 17px;
    line-height: 1.6;
    color: #ffffffe0;
    margin: 0 0 32px;
    max-width: 480px
}

.cert-pg .title-counter-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-end
}

.cert-pg .counter-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.cert-pg .counter-num {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -.02em
}

.cert-pg .counter-label {
    font-size: 13px;
    color: #ffffffbf;
    line-height: 1.4
}

.cert-pg .title-img-col {
    flex: 0 0 340px;
    position: relative;
    height: 280px;
    border-radius: 14px;
    overflow: hidden
}

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

.cert-pg .title-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, transparent 40%, #b33b43a6 100%);
    pointer-events: none
}

.cert-pg .title-flow-line {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 32px;
    pointer-events: none
}

.cert-pg .title-flow-line path {
    fill: #fff
}

.cert-pg .certs-list-area {
    background: #fff;
    padding: 56px 32px 64px;
    position: relative
}

.cert-pg .certs-list-inner {
    max-width: 1320px;
    margin: 0 auto
}

.cert-pg .certs-area-head {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    margin-bottom: 48px
}

.cert-pg .certs-area-label {
    flex: 0 0 220px
}

.cert-pg .certs-area-label h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    color: #1b1018;
    letter-spacing: -.01em;
    margin: 0
}

.cert-pg .certs-area-label h2 span {
    display: block
}

.cert-pg .certs-area-label h2 .accent-word {
    position: relative;
    display: inline-block;
    color: #B33B43
}

.cert-pg .certs-area-label h2 .accent-word::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #B33B43;
    animation: underline-draw .9s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards
}

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

.cert-pg .certs-area-desc {
    flex: 1 1 0;
    min-width: 0
}

.cert-pg .certs-area-desc p {
    font-size: 17px;
    line-height: 1.6;
    color: #3d2830;
    margin: 0
}

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

.cert-pg .cert-card {
    background: #F3EBED;
    border-radius: 14px;
    padding: 32px 32px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    box-shadow: 0 4px 14px 0 #b33b4314;
    transition: box-shadow .28s ease-in-out, transform .28s ease-in-out;
    overflow: hidden
}

.cert-pg .cert-card:hover {
    box-shadow: 0 9px 40px 0 #b33b4321;
    transform: translateY(-3px)
}

.cert-pg .cert-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: linear-gradient(247deg, #B33B43, #E0C1C7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.cert-pg .cert-card:hover .cert-card-icon {
    transform: rotate(8deg) scale(1.08)
}

.cert-pg .cert-card-icon svg {
    width: 22px;
    height: 22px
}

.cert-pg .cert-card h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #1b1018;
    margin: 0;
    letter-spacing: .01em
}

.cert-pg .cert-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a2e36;
    margin: 0
}

.cert-pg .cert-card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding-bottom: 16px
}

.cert-pg .cert-card-year {
    font-size: 13px;
    color: #B33B43;
    font-weight: 700;
    letter-spacing: .06em
}

.cert-pg .cert-card-org {
    font-size: 13px;
    color: #7a4a52;
    line-height: 1.4
}

.cert-pg .cert-card-bottom-fade {
    height: 28px;
    background: linear-gradient(to bottom, transparent, #F3EBED);
    margin: 0 -32px;
    flex-shrink: 0
}

.cert-pg .stat-card-pair {
    display: flex;
    flex-direction: row;
    gap: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 14px 0 #b33b4314;
    margin-top: 48px
}

.cert-pg .stat-zone {
    flex: 1 1 0;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cert-pg .stat-zone.dense {
    background: linear-gradient(247deg, #B33B43 0%, #c45059 100%)
}

.cert-pg .stat-zone.open {
    background: #F3EBED
}

.cert-pg .stat-zone-num {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #fff
}

.cert-pg .stat-zone.open .stat-zone-num {
    color: #B33B43
}

.cert-pg .stat-zone-label {
    font-size: 15px;
    line-height: 1.4;
    color: #ffffffd9
}

.cert-pg .stat-zone.open .stat-zone-label {
    color: #4a2e36
}

.cert-pg .stat-zone-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffffb3;
    margin-top: 8px
}

.cert-pg .stat-zone.open .stat-zone-desc {
    color: #7a4a52
}

.cert-pg .expert-strip {
    margin-top: 48px;
    background: #1b1018;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    box-shadow: 0 9px 40px 0 #b33b4321
}

.cert-pg .expert-portrait {
    width: 80px;
    height: 108px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px
}

.cert-pg .expert-portrait img {
    width: 80px;
    height: 108px;
    object-fit: cover;
    object-position: center;
    display: block
}

.cert-pg .expert-text {
    flex: 1 1 0;
    min-width: 0
}

.cert-pg .expert-name {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    line-height: 1.4
}

.cert-pg .expert-role {
    font-size: 13px;
    color: #E0C1C7;
    margin: 0 0 8px;
    line-height: 1.4
}

.cert-pg .expert-quote {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffc7;
    margin: 0
}

.cert-pg .expert-badge {
    flex-shrink: 0;
    background: #e0c1c71f;
    border: 1px solid #e0c1c74d;
    border-radius: 40px;
    padding: 8px 16px;
    font-size: 13px;
    color: #E0C1C7;
    letter-spacing: .04em;
    white-space: nowrap
}

@media (max-width: 900px) {
    .cert-pg .title-band-inner {
        flex-direction: column
    }

    .cert-pg .title-img-col {
        display: none
    }

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

    .cert-pg .certs-area-head {
        flex-direction: column;
        gap: 16px
    }

    .cert-pg .certs-area-label {
        flex: none
    }

    .cert-pg .stat-card-pair {
        flex-direction: column
    }

    .cert-pg .expert-strip {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 600px) {
    .cert-pg .title-h1 {
        font-size: 38px
    }

    .cert-pg .certs-grid {
        grid-template-columns: 1fr
    }

    .cert-pg .title-band {
        padding: 40px 16px 48px
    }

    .cert-pg .certs-list-area {
        padding: 40px 16px 48px
    }

    .cert-pg .title-counter-row {
        flex-wrap: wrap;
        gap: 16px
    }

    .cert-pg .expert-portrait {
        display: none
    }
}

.cert-pg .cert-card-skeleton {
    background: linear-gradient(90deg, #ede0e3 25%, #f3ebed 50%, #ede0e3 75%);
    background-size: 200% 100%;
    animation: skel-shimmer 1.4s ease-in-out infinite
}

@keyframes skel-shimmer {
    0% {
        background-position: 200% 0
    }

    100% {
        background-position: -200% 0
    }
}

.ct-us {
    background: #F3EBED;
    overflow-x: clip;
    position: relative
}

.ct-us .pg-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px
}

.ct-us .dot-border-top {
    width: 100%;
    height: 18px;
    background-image: radial-gradient(circle, #B33B43 1.5px, transparent 1.5px), radial-gradient(circle, #E0C1C7 1px, transparent 1px);
    background-size: 18px 18px, 9px 9px;
    background-position: 0 0, 4px 4px;
    opacity: .45
}

.ct-us .torn-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.ct-us .torn-divider svg {
    display: block;
    width: 100%
}

.ct-us .intro-strip {
    background: #fff;
    padding: 64px 0 48px;
    position: relative
}

.ct-us .intro-strip-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px
}

.ct-us .intro-text-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 32px
}

.ct-us .intro-img-strip {
    width: 220px;
    flex-shrink: 0;
    position: relative;
    border-radius: 14px;
    overflow: hidden
}

.ct-us .intro-img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ct-us .img-tint {
    position: absolute;
    inset: 0;
    background: #b33b432e;
    border-radius: 14px;
    pointer-events: none
}

.ct-us .img-frame {
    position: absolute;
    inset: 8px;
    border: 2px solid #b33b4359;
    border-radius: 10px;
    pointer-events: none
}

.ct-us .skeleton-img {
    background: #e8d8db;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    border-radius: 14px;
    z-index: 1;
    transition: opacity .38s ease-in-out
}

.ct-us .intro-img-strip img {
    position: relative;
    z-index: 2
}

.ct-us .intro-img-strip img.loaded+.skeleton-img {
    opacity: 0
}

.ct-us .pg-label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #B33B43;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.ct-us .pg-heading {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #2a1418;
    margin-bottom: 16px;
    letter-spacing: -.02em
}

.ct-us .pg-heading .key-word {
    display: inline-block;
    position: relative;
    color: #B33B43
}

.ct-us .pg-heading .key-word::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 0;
    background: linear-gradient(247deg, #E0C1C7, #B33B43);
    border-radius: 4px;
    animation: underline-draw .55s cubic-bezier(0.4, 0, 0.2, 1) .4s forwards
}

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

.ct-us .pg-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #4a2428;
    max-width: 480px
}

.ct-us .read-flow-arrow {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.ct-us .arrow-line {
    width: 48px;
    height: 2px;
    background: linear-gradient(247deg, #E0C1C7, #B33B43);
    border-radius: 4px
}

.ct-us .arrow-tip {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #B33B43
}

.ct-us .read-flow-label {
    font-size: 13px;
    color: #B33B43;
    letter-spacing: .08em;
    font-weight: 600
}

.ct-us .contact-details-band {
    background: linear-gradient(247deg, #2a1418 0%, #3d1e22 100%);
    padding: 48px 0;
    position: relative
}

.ct-us .contact-details-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #e0c1c714 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none
}

.ct-us .details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-items: start
}

.ct-us .detail-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .detail-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #e0c1c71f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border: 1px solid #e0c1c733;
    flex-shrink: 0;
    transition: background .28s ease-in-out, border-color .28s ease-in-out
}

.ct-us .detail-item:hover .detail-icon {
    background: #b33b4340;
    border-color: #b33b4380
}

.ct-us .detail-icon svg {
    width: 20px;
    height: 20px
}

.ct-us .detail-label {
    font-size: 13px;
    color: #E0C1C7;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700
}

.ct-us .detail-val {
    font-size: 15px;
    color: #fff;
    line-height: 1.4
}

.ct-us .detail-val a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e0c1c74d;
    transition: border-color .25s ease-in-out, color .25s ease-in-out
}

.ct-us .detail-val a:hover {
    color: #E0C1C7;
    border-color: #E0C1C7
}

.ct-us .form-area {
    background: #fff;
    padding: 64px 0 72px
}

.ct-us .form-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.ct-us .form-side-info {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ct-us .form-side-heading {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #2a1418;
    letter-spacing: -.01em
}

.ct-us .form-side-heading span {
    display: block
}

.ct-us .form-side-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #5a3035
}

.ct-us .priority-matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px 0 #b33b4314
}

.ct-us .matrix-cell {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ct-us .matrix-cell.tl {
    background: linear-gradient(247deg, #E0C1C7, #F3EBED)
}

.ct-us .matrix-cell.tr {
    background: linear-gradient(247deg, #F3EBED, #fff)
}

.ct-us .matrix-cell.bl {
    background: linear-gradient(247deg, #B33B43, #8a2c33)
}

.ct-us .matrix-cell.br {
    background: linear-gradient(247deg, #F3EBED, #E0C1C7)
}

.ct-us .matrix-cell-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em
}

.ct-us .matrix-cell.tl .matrix-cell-label,
.ct-us .matrix-cell.tr .matrix-cell-label,
.ct-us .matrix-cell.br .matrix-cell-label {
    color: #B33B43
}

.ct-us .matrix-cell.bl .matrix-cell-label {
    color: #F3EBED
}

.ct-us .matrix-cell-text {
    font-size: 13px;
    line-height: 1.4
}

.ct-us .matrix-cell.tl .matrix-cell-text,
.ct-us .matrix-cell.tr .matrix-cell-text,
.ct-us .matrix-cell.br .matrix-cell-text {
    color: #4a2428
}

.ct-us .matrix-cell.bl .matrix-cell-text {
    color: #f3ebedd9
}

.ct-us .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

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

.ct-us .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .field-group.full {
    grid-column: 1 / -1
}

.ct-us .f-label {
    font-size: 13px;
    font-weight: 700;
    color: #2a1418;
    letter-spacing: .06em;
    text-transform: uppercase
}

.ct-us .f-input {
    padding: 14px 16px;
    border: 1.5px solid #E0C1C7;
    border-radius: 14px;
    font-size: 15px;
    color: #2a1418;
    background: #F3EBED;
    outline: none;
    transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s ease-in-out;
    width: 100%;
    box-sizing: border-box
}

.ct-us .f-input::placeholder {
    font-size: 13px;
    color: #9a7880
}

.ct-us .f-input:focus {
    border-color: #B33B43;
    background: #fff;
    box-shadow: 0 2px 2px 0 #b33b4314 0 4px 14px 0 #b33b4314
}

.ct-us .f-select {
    padding: 14px 16px;
    border: 1.5px solid #E0C1C7;
    border-radius: 14px;
    font-size: 15px;
    color: #2a1418;
    background: #F3EBED;
    outline: none;
    transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23B33B43' d='M3 5l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer
}

.ct-us .f-select:focus {
    border-color: #B33B43;
    background-color: #fff
}

.ct-us .f-textarea {
    padding: 14px 16px;
    border: 1.5px solid #E0C1C7;
    border-radius: 14px;
    font-size: 15px;
    color: #2a1418;
    background: #F3EBED;
    outline: none;
    transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    min-height: 120px
}

.ct-us .f-textarea::placeholder {
    font-size: 13px;
    color: #9a7880
}

.ct-us .f-textarea:focus {
    border-color: #B33B43;
    background: #fff;
    box-shadow: 0 2px 2px 0 #b33b4314 0 4px 14px 0 #b33b4314
}

.ct-us .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.ct-us .privacy-check {
    width: 20px;
    height: 20px;
    accent-color: #B33B43;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer
}

.ct-us .privacy-text {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3035
}

.ct-us .privacy-text a {
    color: #B33B43;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .25s ease-in-out
}

.ct-us .privacy-text a:hover {
    color: #8a2c33
}

.ct-us .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: linear-gradient(247deg, #B33B43, #8a2c33);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
    transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), transform .25s ease-in-out;
    box-shadow: 0 4px 14px 0 #b33b4314
}

.ct-us .submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color .35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.ct-us .submit-btn:hover {
    box-shadow: 0 9px 40px 0 #b33b4321;
    transform: translateY(-2px)
}

.ct-us .submit-btn:hover::before {
    border-color: #ffffff80
}

.ct-us .submit-btn:focus {
    outline: 3px solid #B33B43;
    outline-offset: 3px
}

.ct-us .submit-btn:active {
    transform: translateY(0)
}

.ct-us .btn-arrow {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ct-us .img-second-wrap {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 14px 0 #b33b4314;
    display: none
}

@media (max-width: 900px) {
    .ct-us .intro-img-strip {
        display: none
    }

    .ct-us .details-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }

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

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

@media (max-width: 600px) {
    .ct-us .pg-heading {
        font-size: 28px
    }

    .ct-us .details-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .ct-us .intro-strip {
        padding: 40px 0 32px
    }

    .ct-us .form-area {
        padding: 40px 0 48px
    }

    .ct-us .contact-details-band {
        padding: 32px 0
    }
}

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

.ab-us .reveal-item {
    animation: ab-scale-in .38s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes ab-scale-in {
    from {
        opacity: 0;
        transform: scale(0.9)
    }

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

.ab-us .reveal-item.delay-1 {
    animation-delay: .08s
}

.ab-us .reveal-item.delay-2 {
    animation-delay: .16s
}

.ab-us .reveal-item.delay-3 {
    animation-delay: .24s
}

.ab-us .reveal-item.delay-4 {
    animation-delay: .32s
}

.ab-us .underline-key {
    position: relative;
    display: inline-block
}

.ab-us .underline-key::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #B33B43;
    animation: ab-underline-draw .55s cubic-bezier(0.4, 0, 0.2, 1) .5s forwards
}

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

.ab-us .dash-before {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #B33B43;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px
}

.ab-us .dots-border {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.ab-us .dots-border svg {
    width: 100%;
    height: 100%
}

.ab-us .section-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    margin: 0 auto;
    max-width: 1320px
}

.ab-us .section-divider .div-line {
    width: 80px;
    height: 2px;
    background: #E0C1C7;
    border-radius: 4px
}

.ab-us .section-divider-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    margin: 0 auto;
    max-width: 1320px
}

.ab-us .section-divider-b .div-line {
    width: 60px;
    height: 2px;
    background: #F3EBED;
    border-radius: 4px
}

.ab-us .img-skeleton {
    background: #e8e0e2;
    position: relative;
    overflow: hidden
}

.ab-us .img-skeleton::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, #fff6 50%, transparent 100%);
    animation: ab-shimmer 1.2s infinite
}

@keyframes ab-shimmer {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}

.ab-us .img-skeleton img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ab-us .portrait-wrap {
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0
}

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

.ab-us .top-band {
    background: linear-gradient(247deg, #B33B43 0%, #E0C1C7 55%, #fff 100%);
    padding: 48px 32px 80px;
    position: relative;
    overflow: hidden
}

.ab-us .top-band-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px
}

.ab-us .top-text {
    flex: 1 1 0;
    min-width: 0;
    padding-top: 16px
}

.ab-us .top-text .eyebrow {
    font-size: 13px;
    letter-spacing: .08em;
    color: #B33B43;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.ab-us .top-text h1 {
    font-size: 50px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #1e0d0f;
    margin: 0 0 32px
}

.ab-us .top-text h1 span {
    display: block
}

.ab-us .top-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #3a1a1e;
    max-width: 480px
}

.ab-us .top-img-col {
    flex: 0 0 420px;
    position: relative
}

.ab-us .top-img-frame {
    width: 420px;
    height: 340px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 9px 40px 0 #b33b4321;
    position: relative;
    z-index: 1
}

.ab-us .top-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ab-us .top-dots {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 160px;
    height: 200px;
    pointer-events: none;
    z-index: 0
}

.ab-us .who-band {
    background: #fff;
    padding: 64px 32px
}

.ab-us .who-inner {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start
}

.ab-us .who-narrow {
    flex: 1 1 0;
    min-width: 0
}

.ab-us .who-narrow h2 {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.01em;
    color: #1e0d0f;
    margin: 0 0 16px
}

.ab-us .who-narrow h2 span {
    display: block
}

.ab-us .who-narrow .sub-label {
    font-size: 13px;
    color: #B33B43;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.ab-us .who-wide {
    flex: 2 1 0;
    min-width: 0
}

.ab-us .who-wide p {
    font-size: 17px;
    line-height: 1.6;
    color: #3a1a1e;
    margin: 0 0 16px
}

.ab-us .who-wide p:last-child {
    margin-bottom: 0
}

.ab-us .who-stats {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap
}

.ab-us .stat-item {
    background: linear-gradient(247deg, #F3EBED 0%, #fff 100%);
    border-radius: 14px;
    padding: 16px 32px 16px 16px;
    flex: 1 1 120px;
    box-shadow: 0 4px 14px 0 #b33b4314;
    transition: box-shadow .28s ease-in-out, transform .28s ease-in-out
}

.ab-us .stat-item:hover {
    box-shadow: 0 9px 40px 0 #b33b4321;
    transform: translateY(-2px)
}

.ab-us .stat-item .stat-num {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #B33B43;
    letter-spacing: -.02em
}

.ab-us .stat-item .stat-label {
    font-size: 13px;
    color: #3a1a1e;
    line-height: 1.4;
    margin-top: 4px
}

.ab-us .team-band {
    position: relative;
    padding: 80px 32px;
    overflow: hidden
}

.ab-us .team-bg-img {
    position: absolute;
    inset: 0;
    z-index: 0
}

.ab-us .team-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ab-us .team-bg-overlay {
    position: absolute;
    inset: 0;
    background: #1e0d0fc7;
    z-index: 1
}

.ab-us .team-inner {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto
}

.ab-us .team-heading {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #F3EBED;
    letter-spacing: -.01em;
    margin: 0 0 8px
}

.ab-us .team-heading span {
    display: block
}

.ab-us .team-sub {
    font-size: 15px;
    color: #E0C1C7;
    line-height: 1.6;
    max-width: 520px;
    margin: 0 0 32px
}

.ab-us .team-cards {
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap
}

.ab-us .team-card {
    flex: 1 1 280px;
    background: #f3ebed17;
    border: 1px solid #e0c1c738;
    border-radius: 14px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .team-card:hover {
    background: #f3ebed29;
    border-color: #e0c1c773
}

.ab-us .team-card-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.ab-us .team-portrait {
    width: 72px;
    height: 72px;
    flex-shrink: 0
}

.ab-us .team-name {
    font-size: 17px;
    font-weight: 700;
    color: #F3EBED;
    line-height: 1.4
}

.ab-us .team-role {
    font-size: 13px;
    color: #E0C1C7;
    letter-spacing: .05em;
    margin-top: 4px
}

.ab-us .team-bio {
    font-size: 15px;
    color: #E0C1C7;
    line-height: 1.6
}

.ab-us .team-card-no-portrait {
    flex: 1 1 280px;
    background: #f3ebed17;
    border: 1px solid #e0c1c738;
    border-radius: 14px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: background .35s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ab-us .team-card-no-portrait:hover {
    background: #f3ebed29;
    border-color: #e0c1c773
}

.ab-us .team-initials {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    background: linear-gradient(247deg, #B33B43 0%, #E0C1C7 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
    letter-spacing: -.01em
}

.ab-us .approach-band {
    background: #F3EBED;
    padding: 64px 32px
}

.ab-us .approach-inner {
    max-width: 1320px;
    margin: 0 auto
}

.ab-us .approach-label {
    font-size: 13px;
    color: #B33B43;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.ab-us .approach-heading {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #1e0d0f;
    letter-spacing: -.01em;
    margin: 0 0 32px;
    max-width: 600px
}

.ab-us .approach-heading span {
    display: block
}

.ab-us .approach-cols {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start
}

.ab-us .approach-col-a {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ab-us .approach-col-b {
    flex: 1 1 0;
    min-width: 0;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ab-us .approach-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px;
    box-shadow: 0 2px 2px 0 #b33b4314;
    position: relative;
    overflow: hidden;
    transition: box-shadow .32s ease-in-out
}

.ab-us .approach-card:hover {
    box-shadow: 0 9px 40px 0 #b33b4321
}

.ab-us .approach-card-num {
    font-size: 50px;
    font-weight: 800;
    color: #F3EBED;
    line-height: 1.15;
    letter-spacing: -.03em;
    position: absolute;
    top: 8px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.ab-us .approach-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1e0d0f;
    line-height: 1.4;
    margin: 0 0 8px
}

.ab-us .approach-card p {
    font-size: 15px;
    color: #3a1a1e;
    line-height: 1.6;
    margin: 0
}

.ab-us .approach-img-wrap {
    width: 100%;
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px 0 #b33b4314
}

.ab-us .approach-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ab-us .approach-img-wrap-b {
    width: 100%;
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px 0 #b33b4314
}

.ab-us .approach-img-wrap-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.ab-us .reveal-overlay-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer
}

.ab-us .reveal-overlay-wrap .overlay-mask {
    position: absolute;
    inset: 0;
    background: #1e0d0fb8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    transition: opacity .35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2
}

.ab-us .reveal-overlay-wrap:hover .overlay-mask,
.ab-us .reveal-overlay-wrap:focus-within .overlay-mask {
    opacity: 0;
    pointer-events: none
}

.ab-us .overlay-mask .overlay-text {
    font-size: 15px;
    color: #F3EBED;
    font-weight: 600;
    letter-spacing: .04em;
    text-align: center;
    padding: 0 16px
}

.ab-us .overlay-mask .overlay-icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 2px solid #E0C1C7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px
}

@media (max-width: 900px) {
    .ab-us .top-band-inner {
        flex-direction: column
    }

    .ab-us .top-img-col {
        display: none
    }

    .ab-us .top-text h1 {
        font-size: 38px
    }

    .ab-us .who-inner {
        flex-direction: column
    }

    .ab-us .approach-cols {
        flex-direction: column
    }

    .ab-us .approach-col-b {
        margin-top: 0
    }

    .ab-us .team-cards {
        flex-direction: column
    }

    .ab-us .top-dots {
        display: none
    }
}

@media (max-width: 600px) {
    .ab-us .top-band {
        padding: 32px 16px 64px
    }

    .ab-us .who-band {
        padding: 32px 16px
    }

    .ab-us .team-band {
        padding: 48px 16px
    }

    .ab-us .approach-band {
        padding: 32px 16px
    }

    .ab-us .who-stats {
        flex-direction: column;
        gap: 16px
    }

    .ab-us .approach-heading {
        font-size: 28px
    }

    .ab-us .team-heading {
        font-size: 28px
    }

    .ab-us .who-narrow h2 {
        font-size: 28px
    }
}

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

.success-page .success-card {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    max-width: 560px;
    width: 100%;
    box-shadow: 0 9px 40px 0 #b33b4321;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.success-page .success-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 40px;
    background: linear-gradient(247deg, #E0C1C7, #B33B43);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

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

.success-page .success-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #1b0e10;
    text-align: center;
    margin: 0
}

.success-page .success-body {
    font-size: 17px;
    line-height: 1.6;
    color: #3d1f24;
    text-align: center;
    margin: 0;
    max-width: 420px
}

.success-page .success-divider {
    width: 48px;
    height: 2px;
    border-radius: 4px;
    background: linear-gradient(247deg, #E0C1C7, #B33B43)
}

.success-page .success-detail {
    font-size: 15px;
    line-height: 1.4;
    color: #7a4a52;
    text-align: center;
    margin: 0
}

.success-page .success-back-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 16px 32px;
    background: linear-gradient(247deg, #E0C1C7, #B33B43);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .03em;
    text-decoration: none;
    border-radius: 14px;
    border: 2px solid transparent;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s ease-in-out;
    position: relative;
    overflow: hidden
}

.success-page .success-back-btn:hover {
    background: #fff;
    color: #B33B43;
    border-color: #B33B43
}

.success-page .success-back-btn:focus-visible {
    outline: 3px solid #B33B43;
    outline-offset: 3px
}

.success-page .success-back-btn:active {
    opacity: .88
}