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

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: break-word
}

:focus-visible {
    outline: 2px solid #C24E53;
    outline-offset: 3px
}

:focus:not(:focus-visible) {
    outline: none
}

.brand__bar {
    background: linear-gradient(135deg, #C24E53 0%, #a03a3f 55%, #8a2e33 100%);
    border-bottom: 3px solid #D6B1B9;
    padding: 28px 28px 14px
}

.brand__bar-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px
}

.brand__logo-container {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background-color: #FCFAFA;
    border: 2px solid #D6B1B9;
    box-shadow: 2px 6px 28px 0 #c24e531a 2px 3px 5px 0 #c24e530d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 6px
}

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

.brand__identity {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.brand__name {
    font-family: 'Lora', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #FCFAFA;
    margin: 0;
    padding: 0;
    letter-spacing: 0
}

.brand__tagline {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
    color: #D6B1B9;
    margin: 0;
    padding: 0
}

.brand__year-badge {
    margin-left: auto;
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    color: #D6B1B9;
    line-height: 1.1;
    border: 1px solid #d6b1b966;
    border-radius: 6px;
    padding: 6px 14px;
    white-space: nowrap;
    flex-shrink: 0
}

.menu__bar {
    background: linear-gradient(180deg, #8a2e33 0%, #7a2428 100%);
    padding: 0 28px;
    border-bottom: 1px solid #d6b1b940
}

.menu__bar-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.menu__link {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    color: #FCFAFA;
    text-decoration: none;
    padding: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    transition: color .5s cubic-bezier(0.22, 1, 0.36, 1), border-bottom-color .45s ease-in-out;
    min-height: 44px;
    white-space: nowrap
}

.menu__link:hover,
.menu__link:focus-visible {
    color: #D6B1B9;
    border-bottom-color: #D6B1B9
}

.menu__link--active {
    color: #D6B1B9;
    border-bottom-color: #C24E53
}

.menu__link .mdi {
    font-size: 16px;
    opacity: .8
}

.page-header {
    position: relative
}

.page-footer {
    background-color: #2a1517;
    border-top: 3px solid #C24E53;
    padding: 28px
}

.page-footer__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between
}

.page-footer__logo-container {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #FCFAFA;
    border: 1px solid #D6B1B9;
    box-shadow: 2px 3px 5px 0 #c24e530d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    flex-shrink: 0
}

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

.page-footer__brand {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 700;
    color: #FCFAFA;
    line-height: 1.1;
    margin-right: 14px
}

.page-footer__left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.page-footer__copy {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    color: #D6B1B9;
    line-height: 1.6
}

.page-footer__links {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap
}

.page-footer__link {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    color: #D6B1B9;
    text-decoration: none;
    line-height: 1.6;
    padding: 6px;
    border-radius: 2px;
    border-bottom: 1px solid transparent;
    transition: color .55s cubic-bezier(0.22, 1, 0.36, 1), border-bottom-color .6s ease-in-out;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.page-footer__link:hover,
.page-footer__link:focus-visible {
    color: #FCFAFA;
    border-bottom-color: #C24E53
}

.page-footer__separator {
    color: #C24E53;
    font-size: 13px;
    line-height: 1.1;
    opacity: .6;
    user-select: none
}

.terms-wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 56px 28px;
    color: #2a1f20;
    line-height: 1.6
}

.terms-wrapper h1 {
    font-size: 50px;
    line-height: 1.1;
    color: #C24E53;
    margin-top: 0;
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 2px solid #D6B1B9
}

.terms-wrapper h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #2a1f20;
    margin-top: 56px;
    margin-bottom: 14px;
    padding-left: 14px;
    border-left: 4px solid #C24E53;
    border-bottom: 1px solid #D6B1B9;
    padding-bottom: 6px
}

.terms-wrapper h3 {
    font-size: 21px;
    line-height: 1.1;
    color: #2a1f20;
    margin-top: 28px;
    margin-bottom: 14px;
    padding-left: 14px;
    border-left: 2px solid #D6B1B9
}

.terms-wrapper h4 {
    font-size: 21px;
    line-height: 1.6;
    color: #4a2f32;
    margin-top: 28px;
    margin-bottom: 6px
}

.terms-wrapper h5 {
    font-size: 13px;
    line-height: 1.6;
    color: #4a2f32;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 28px;
    margin-bottom: 6px
}

.terms-wrapper h6 {
    font-size: 13px;
    line-height: 1.6;
    color: #7a5a5e;
    margin-top: 14px;
    margin-bottom: 6px
}

.terms-wrapper p {
    font-size: 21px;
    line-height: 1.6;
    color: #2a1f20;
    margin-top: 0;
    margin-bottom: 28px;
    max-width: 72ch
}

.terms-wrapper ul,
.terms-wrapper ol {
    font-size: 21px;
    line-height: 1.6;
    color: #2a1f20;
    margin-top: 0;
    margin-bottom: 28px;
    padding-left: 28px
}

.terms-wrapper ul {
    list-style: none;
    padding-left: 14px
}

.terms-wrapper ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 6px
}

.terms-wrapper ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #C24E53
}

.terms-wrapper ol {
    list-style: decimal
}

.terms-wrapper ol li {
    padding-left: 6px;
    margin-bottom: 6px
}

.terms-wrapper ol li::marker {
    color: #C24E53;
    font-size: 21px
}

.terms-wrapper ul ul,
.terms-wrapper ol ol,
.terms-wrapper ul ol,
.terms-wrapper ol ul {
    margin-top: 6px;
    margin-bottom: 6px
}

.terms-wrapper ul ul li::before {
    width: 4px;
    height: 4px;
    background-color: #D6B1B9;
    border-radius: 50%;
    top: 13px
}

.terms-wrapper strong,
.terms-wrapper b {
    font-weight: 700;
    color: #1e1214
}

.terms-wrapper em,
.terms-wrapper i {
    font-style: italic;
    color: #4a2f32
}

.terms-wrapper hr {
    border: none;
    border-top: 1px solid #D6B1B9;
    margin-top: 56px;
    margin-bottom: 56px;
    opacity: .6
}

@media screen and (max-width: 768px) {
    .terms-wrapper {
        padding: 28px 14px
    }

    .terms-wrapper h1 {
        font-size: 28px
    }

    .terms-wrapper h2 {
        font-size: 21px;
        margin-top: 28px
    }

    .terms-wrapper h3 {
        font-size: 21px
    }

    .terms-wrapper p,
    .terms-wrapper ul,
    .terms-wrapper ol {
        font-size: 13px
    }

    .terms-wrapper ul li::before {
        top: 6px
    }

    .terms-wrapper ol li::marker {
        font-size: 13px
    }

    .terms-wrapper hr {
        margin-top: 28px;
        margin-bottom: 28px
    }
}

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

.about-us .page-cap {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.about-us .split-screen {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
    position: relative
}

.about-us .split-text-panel {
    background: #C24E53;
    padding: 56px 56px 56px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.about-us .split-text-panel::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #D6B1B9
}

.about-us .split-image-panel {
    position: relative;
    overflow: hidden
}

.about-us .split-image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.about-us .split-image-panel:hover img {
    filter: saturate(0)
}

.about-us .split-image-panel .diagonal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(293deg, #c24e53b8 18%, transparent 70%);
    pointer-events: none
}

.about-us .split-image-panel .geo-deco {
    position: absolute;
    bottom: 28px;
    right: 28px;
    width: 80px;
    height: 80px;
    opacity: .18;
    pointer-events: none
}

.about-us .label-tag {
    display: inline-block;
    border: 1px solid #fcfafa80;
    color: #FCFAFA;
    font-size: 13px;
    line-height: 1.6;
    padding: 6px 14px;
    border-radius: 2px;
    margin-bottom: 14px;
    letter-spacing: 0
}

.about-us .split-heading {
    font-size: 50px;
    line-height: 1.1;
    color: #FCFAFA;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 28px
}

.about-us .split-sub {
    font-size: 21px;
    line-height: 1.6;
    color: #fcfafae0;
    margin: 0;
    max-width: 380px
}

.about-us .founding-strip {
    background: #FCFAFA;
    border-top: 3px solid #D6B1B9;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.about-us .founding-strip::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(293deg, #C24E53 22%, transparent 100%);
    margin-top: 56px
}

.about-us .founding-grid {
    display: grid;
    grid-template-columns: 1fr 2px 1fr;
    gap: 0 28px;
    align-items: start
}

.about-us .founding-divider {
    background: #D6B1B9;
    align-self: stretch;
    min-height: 160px
}

.about-us .founding-left h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #C24E53;
    font-weight: 700;
    margin: 0 0 14px;
    text-transform: uppercase
}

.about-us .founding-left p {
    font-size: 21px;
    line-height: 1.6;
    color: #2a1a1b;
    margin: 0
}

.about-us .founding-right h3 {
    font-size: 21px;
    line-height: 1.1;
    color: #2a1a1b;
    font-weight: 600;
    margin: 0 0 14px
}

.about-us .founding-right p {
    font-size: 13px;
    line-height: 1.6;
    color: #4a3235;
    margin: 0
}

.about-us .chart-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    margin-top: 28px
}

.about-us .donut-wrap {
    flex-shrink: 0
}

.about-us .donut-labels {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.about-us .donut-label-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: #4a3235
}

.about-us .donut-dot {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    flex-shrink: 0
}

.about-us .annotated-band {
    background: #2a1a1b;
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
    overflow: hidden
}

.about-us .annotated-band::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(293deg, #C24E53 22%, #D6B1B9 100%)
}

.about-us .cross-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .07;
    background-image: linear-gradient(#D6B1B9 1px, transparent 1px), linear-gradient(90deg, #D6B1B9 1px, transparent 1px);
    background-size: 28px 28px;
    background-position: 14px 14px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%)
}

.about-us .annotated-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    z-index: 1
}

.about-us .annotated-image-wrap {
    position: relative
}

.about-us .annotated-image-wrap img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    opacity: .82;
    transition: opacity .55s cubic-bezier(0.22, 1, 0.36, 1), filter .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.about-us .annotated-image-wrap:hover img {
    opacity: 1;
    filter: saturate(0)
}

.about-us .annotation-pin {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    pointer-events: none
}

.about-us .annotation-pin--one {
    top: 28px;
    right: -14px
}

.about-us .annotation-pin--two {
    bottom: 56px;
    right: -14px
}

.about-us .annotation-pin--three {
    bottom: 14px;
    left: 14px
}

.about-us .pin-dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #C24E53;
    border: 2px solid #FCFAFA;
    flex-shrink: 0
}

.about-us .pin-label {
    background: #fcfafaf2;
    color: #2a1a1b;
    font-size: 13px;
    line-height: 1.6;
    padding: 6px 14px;
    border-radius: 6px;
    white-space: nowrap;
    box-shadow: 2px 3px 5px 0 #c24e530d
}

.about-us .annotated-text h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #FCFAFA;
    font-weight: 700;
    margin: 0 0 14px;
    text-transform: uppercase
}

.about-us .annotated-text p {
    font-size: 21px;
    line-height: 1.6;
    color: #fcfafad1;
    margin: 0 0 28px
}

.about-us .annotated-text p:last-child {
    margin-bottom: 0
}

.about-us .stat-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    margin-top: 28px
}

.about-us .stat-box {
    border: 1px solid #d6b1b959;
    border-radius: 6px;
    padding: 14px;
    flex: 1;
    transition: border-color .5s ease-in-out
}

.about-us .stat-box:hover {
    border-color: #d6b1b9cc
}

.about-us .stat-number {
    font-size: 28px;
    line-height: 1.1;
    color: #C24E53;
    font-weight: 800;
    display: block
}

.about-us .stat-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #fcfafaa6;
    display: block;
    margin-top: 6px
}

.about-us .team-band {
    background: #FCFAFA;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.about-us .team-band::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #C24E53
}

.about-us .diagonal-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(293deg, #d6b1b92e 22%, transparent 65%)
}

.about-us .team-heading-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 56px;
    position: relative;
    z-index: 1
}

.about-us .team-heading h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #2a1a1b;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 14px
}

.about-us .team-heading p {
    font-size: 21px;
    line-height: 1.6;
    color: #4a3235;
    margin: 0;
    max-width: 480px
}

.about-us .team-images-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
    z-index: 1
}

.about-us .team-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 6px 28px 0 #c24e531a;
    border: 1px solid #d6b1b966;
    border-left: 4px solid #C24E53;
    background: #fff;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.about-us .team-card:hover {
    box-shadow: 2px 9px 36px 0 #c24e5324
}

.about-us .team-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: filter .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.about-us .team-card:hover img {
    filter: saturate(0)
}

.about-us .team-card-body {
    padding: 14px
}

.about-us .team-card-name {
    font-size: 21px;
    line-height: 1.1;
    color: #2a1a1b;
    font-weight: 700;
    margin: 0 0 6px
}

.about-us .team-card-role {
    font-size: 13px;
    line-height: 1.6;
    color: #C24E53;
    margin: 0 0 6px;
    font-weight: 600
}

.about-us .team-card-note {
    font-size: 13px;
    line-height: 1.6;
    color: #4a3235;
    margin: 0
}

.about-us .reveal-clip {
    clip-path: inset(50% 50% 50% 50%);
    animation: clipReveal .65s cubic-bezier(0.22, 1, 0.36, 1) .15s forwards
}

@keyframes clipReveal {
    to {
        clip-path: inset(0% 0% 0% 0%)
    }
}

@media (max-width: 768px) {
    .about-us .split-screen {
        grid-template-columns: 1fr
    }

    .about-us .split-image-panel {
        height: 280px
    }

    .about-us .split-text-panel {
        padding: 56px 28px
    }

    .about-us .split-heading {
        font-size: 28px
    }

    .about-us .founding-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .about-us .founding-divider {
        display: none
    }

    .about-us .annotated-layout {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .about-us .annotation-pin--one,
    .about-us .annotation-pin--two,
    .about-us .annotation-pin--three {
        display: none
    }

    .about-us .team-images-strip {
        grid-template-columns: 1fr
    }

    .about-us .team-heading-row {
        flex-direction: column
    }

    .about-us .stat-row {
        flex-direction: column;
        gap: 14px
    }

    .about-us .chart-row {
        flex-direction: column;
        align-items: flex-start
    }
}

.contact-us {
    background-color: #FCFAFA;
    overflow-x: clip;
    position: relative
}

.contact-us .grid-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.contact-us .grid-background svg {
    width: 100%;
    height: 100%;
    opacity: .04
}

.contact-us .page-limiter {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 1
}

.contact-us .declaration-band {
    padding: 96px 0 56px;
    position: relative
}

.contact-us .declaration-band::after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: #C24E53;
    margin: 28px auto 0;
    position: relative
}

.contact-us .declaration-band::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #C24E53;
    transform: rotate(45deg);
    margin: 0 auto;
    position: relative;
    top: 10px;
    z-index: 2
}

.contact-us .declaration-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px
}

.contact-us .declaration-visual {
    flex: 0 0 220px;
    position: relative
}

.contact-us .declaration-shape {
    width: 220px;
    height: 260px;
    position: relative
}

.contact-us .declaration-shape .outer-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #D6B1B9;
    border-radius: 12px
}

.contact-us .declaration-shape .inner-border {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid #c24e5340;
    border-radius: 6px
}

.contact-us .declaration-shape .shape-fill {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: linear-gradient(293deg, #D6B1B9 15%, #FCFAFA 80%);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px
}

.contact-us .declaration-shape .shape-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #C24E53;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us .declaration-shape .shape-icon svg {
    width: 24px;
    height: 24px;
    fill: #FCFAFA
}

.contact-us .declaration-shape .shape-label {
    font-size: 13px;
    color: #3a1c1e;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    padding: 0 14px
}

.contact-us .declaration-text {
    flex: 1;
    padding-top: 14px
}

.contact-us .declaration-text .page-label {
    display: inline-block;
    font-size: 13px;
    color: #C24E53;
    border: 1px solid #C24E53;
    border-radius: 2px;
    padding: 6px 14px;
    line-height: 1.1;
    margin-bottom: 28px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), background-color .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-us .declaration-text .page-label:hover {
    background-color: #c24e530f;
    border-color: #c24e5366
}

.contact-us .declaration-text h1 {
    font-size: 50px;
    line-height: 1.1;
    color: #2a1214;
    font-weight: 800;
    margin: 0 0 28px;
    text-transform: uppercase
}

.contact-us .declaration-text .manifesto {
    font-size: 21px;
    line-height: 1.6;
    color: #4a2628;
    margin: 0 0 28px;
    max-width: 520px
}

.contact-us .declaration-text .sub-note {
    font-size: 13px;
    line-height: 1.6;
    color: #7a5558;
    max-width: 480px
}

.contact-us .divider-diamond {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0 28px;
    max-width: 1024px;
    margin: 0 auto
}

.contact-us .divider-diamond .line-segment {
    flex: 1;
    height: 1px;
    background: #D6B1B9
}

.contact-us .divider-diamond .diamond-center {
    width: 8px;
    height: 8px;
    border: 1px solid #C24E53;
    transform: rotate(45deg);
    margin: 0 14px;
    background: #FCFAFA;
    flex-shrink: 0
}

.contact-us .form-band {
    padding: 56px 0;
    position: relative;
    background: linear-gradient(293deg, #d6b1b91f 15%, #fcfafa00 80%)
}

.contact-us .form-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px
}

.contact-us .form-meta {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.contact-us .form-meta h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #2a1214;
    font-weight: 700;
    margin: 0
}

.contact-us .form-meta .meta-body {
    font-size: 13px;
    line-height: 1.6;
    color: #4a2628;
    margin: 0
}

.contact-us .response-times {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 6px
}

.contact-us .response-time-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid #D6B1B9;
    border-left: 3px solid #C24E53;
    border-radius: 6px;
    background: #FCFAFA;
    box-shadow: 2px 3px 5px 0 #c24e530d;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), border-color .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.contact-us .response-time-item:hover {
    box-shadow: 2px 6px 28px 0 #c24e531a;
    border-color: #C24E53
}

.contact-us .response-time-item .time-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #c24e5314;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-us .response-time-item .time-icon svg {
    width: 16px;
    height: 16px
}

.contact-us .response-time-item .time-text {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.contact-us .response-time-item .time-label {
    font-size: 13px;
    color: #2a1214;
    font-weight: 600;
    line-height: 1.1
}

.contact-us .response-time-item .time-value {
    font-size: 13px;
    color: #7a5558;
    line-height: 1.1
}

.contact-us .contact-form-wrap {
    flex: 1;
    position: relative
}

.contact-us .contact-form-wrap .outer-border {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid #d6b1b966;
    border-radius: 24px;
    pointer-events: none
}

.contact-us .contact-form-wrap .inner-card {
    background: #fff;
    border: 1px solid #D6B1B9;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 2px 6px 28px 0 #c24e531a;
    position: relative
}

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

.contact-us .form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1
}

.contact-us .form-field.full-width {
    flex: none;
    width: 100%;
    margin-bottom: 14px
}

.contact-us .form-field label {
    font-size: 13px;
    color: #2a1214;
    font-weight: 600;
    line-height: 1.1
}

.contact-us .form-field label .required-mark {
    color: #C24E53;
    margin-left: 2px
}

.contact-us .form-field input[type="text"],
.contact-us .form-field input[type="email"],
.contact-us .form-field select,
.contact-us .form-field textarea {
    font-size: 13px;
    line-height: 1.6;
    color: #2a1214;
    background: #FCFAFA;
    border: 1px solid #D6B1B9;
    border-radius: 6px;
    padding: 14px;
    outline: none;
    transition: border-color .45s ease-in-out, box-shadow .45s ease-in-out;
    box-shadow: inset 2px 2px 4px 0 #c24e530a;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none
}

.contact-us .form-field input[type="text"]:focus,
.contact-us .form-field input[type="email"]:focus,
.contact-us .form-field select:focus,
.contact-us .form-field textarea:focus {
    border-color: #C24E53;
    box-shadow: inset 2px 2px 4px 0 #c24e530a 0 0 0 3px #c24e531f
}

.contact-us .form-field input[type="text"]::placeholder,
.contact-us .form-field input[type="email"]::placeholder,
.contact-us .form-field textarea::placeholder {
    color: #b09095;
    font-size: 12px
}

.contact-us .form-field select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C24E53' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px
}

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

.contact-us .time-preference-group {
    margin-bottom: 14px
}

.contact-us .time-preference-group .group-label {
    font-size: 13px;
    color: #2a1214;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 6px;
    display: block
}

.contact-us .time-slots {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px
}

.contact-us .time-slot-option {
    position: relative
}

.contact-us .time-slot-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.contact-us .time-slot-option label {
    display: inline-block;
    font-size: 13px;
    color: #4a2628;
    border: 1px solid #D6B1B9;
    border-radius: 40px;
    padding: 6px 14px;
    cursor: pointer;
    line-height: 1.1;
    font-weight: 500;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), background-color .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1);
    user-select: none
}

.contact-us .time-slot-option input[type="radio"]:checked+label {
    border-color: #C24E53;
    background-color: #c24e5314;
    color: #C24E53;
    font-weight: 700
}

.contact-us .time-slot-option label:hover {
    border-color: #C24E53;
    background-color: #c24e530a
}

.contact-us .time-slot-option input[type="radio"]:focus-visible+label {
    outline: 2px solid #C24E53 !important;
    outline-offset: 2px !important
}

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

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

.contact-us .privacy-row .privacy-text {
    font-size: 13px;
    color: #4a2628;
    line-height: 1.6
}

.contact-us .privacy-row .privacy-text a {
    color: #C24E53;
    text-decoration: underline;
    transition: color .45s ease-in-out
}

.contact-us .privacy-row .privacy-text a:hover {
    color: #9a3a3e
}

.contact-us .submit-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #FCFAFA;
    background: #C24E53;
    border: 2px solid #C24E53;
    border-radius: 6px;
    padding: 14px 28px;
    cursor: pointer;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: border-color .6s cubic-bezier(0.22, 1, 0.36, 1), background-color .6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 2px 6px 28px 0 #c24e531a
}

.contact-us .submit-button:hover {
    border-color: #9a3a3e;
    background-color: #9a3a3e
}

.contact-us .submit-button:focus-visible {
    outline: 3px solid #C24E53 !important;
    outline-offset: 3px !important
}

.contact-us .submit-button:active {
    background-color: #7e2e32;
    border-color: #7e2e32
}

.contact-us .info-band {
    padding: 56px 0 96px;
    position: relative
}

.contact-us .info-band-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.contact-us .info-band-bg svg {
    width: 100%;
    height: 100%;
    opacity: .045
}

.contact-us .info-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    position: relative;
    z-index: 1
}

.contact-us .info-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px;
    border: 1px solid #D6B1B9;
    border-top: 3px solid #C24E53;
    border-radius: 12px;
    background: #fff;
    box-shadow: 2px 3px 5px 0 #c24e530d;
    transition: box-shadow .65s cubic-bezier(0.22, 1, 0.36, 1), transform .65s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative
}

.contact-us .info-block::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: -6px;
    border: 1px solid #d6b1b94d;
    border-radius: 12px;
    pointer-events: none;
    z-index: -1
}

.contact-us .info-block:hover {
    box-shadow: 2px 9px 36px 0 #c24e5324;
    transform: translateY(-2px)
}

.contact-us .info-block .block-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #c24e5314;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-us .info-block .block-icon svg {
    width: 20px;
    height: 20px
}

.contact-us .info-block h3 {
    font-size: 21px;
    line-height: 1.1;
    color: #2a1214;
    font-weight: 700;
    margin: 0
}

.contact-us .info-block .block-detail {
    font-size: 13px;
    line-height: 1.6;
    color: #4a2628;
    margin: 0
}

.contact-us .info-block .block-value {
    font-size: 13px;
    line-height: 1.6;
    color: #2a1214;
    font-weight: 600;
    margin: 0;
    word-break: break-word
}

.contact-us .info-block .block-value a {
    color: #C24E53;
    text-decoration: none;
    transition: color .45s ease-in-out
}

.contact-us .info-block .block-value a:hover {
    color: #9a3a3e;
    text-decoration: underline
}

.contact-us .info-band-heading {
    margin-bottom: 28px;
    position: relative;
    z-index: 1
}

.contact-us .info-band-heading h2 {
    font-size: 28px;
    line-height: 1.1;
    color: #2a1214;
    font-weight: 700;
    margin: 0 0 6px
}

.contact-us .info-band-heading p {
    font-size: 13px;
    line-height: 1.6;
    color: #7a5558;
    margin: 0;
    max-width: 560px
}

@keyframes grid-pulse {

    0%,
    100% {
        opacity: .04
    }

    50% {
        opacity: .07
    }
}

.contact-us .grid-background svg {
    animation: grid-pulse 6s ease-in-out infinite
}

@media (max-width: 768px) {
    .contact-us .declaration-layout {
        flex-direction: column;
        gap: 28px
    }

    .contact-us .declaration-visual {
        flex: none;
        width: 100%
    }

    .contact-us .declaration-shape {
        width: 100%;
        height: 140px
    }

    .contact-us .declaration-shape .shape-fill {
        flex-direction: row;
        padding: 0 28px
    }

    .contact-us .declaration-text h1 {
        font-size: 28px
    }

    .contact-us .declaration-text .manifesto {
        font-size: 13px
    }

    .contact-us .form-layout {
        flex-direction: column;
        gap: 28px
    }

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

    .contact-us .form-row {
        flex-direction: column
    }

    .contact-us .info-layout {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .contact-us .declaration-band {
        padding: 56px 0 28px
    }
}

@media (max-width: 480px) {
    .contact-us .time-slots {
        flex-direction: column
    }

    .contact-us .contact-form-wrap .outer-border {
        display: none
    }
}

.services {
    background-color: #FCFAFA;
    overflow-x: clip
}

.services .grid-pulse {
    position: relative;
    background-color: #fff;
    background-image: linear-gradient(#c24e5312 1px, transparent 1px), linear-gradient(90deg, #c24e5312 1px, transparent 1px);
    background-size: 48px 48px;
    animation: gridwave 5s ease-in-out infinite
}

@keyframes gridwave {

    0%,
    100% {
        background-image: linear-gradient(#c24e530a 1px, transparent 1px), linear-gradient(90deg, #c24e530a 1px, transparent 1px)
    }

    50% {
        background-image: linear-gradient(#c24e5321 1px, transparent 1px), linear-gradient(90deg, #c24e5321 1px, transparent 1px)
    }
}

.services .page-cap {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.services .opener {
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.services .opener__frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative
}

.services .opener__corner-tl,
.services .opener__corner-br {
    position: absolute;
    width: 48px;
    height: 48px;
    pointer-events: none
}

.services .opener__corner-tl {
    top: 0;
    left: 0
}

.services .opener__corner-br {
    bottom: 0;
    right: 0;
    transform: rotate(180deg)
}

.services .opener__corner-tl svg,
.services .opener__corner-br svg {
    width: 48px;
    height: 48px
}

.services .opener__label {
    display: inline-block;
    border: 1px solid #C24E53;
    border-radius: 2px;
    padding: 6px 14px;
    font-size: 13px;
    line-height: 1.1;
    color: #C24E53;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 28px
}

.services .opener__heading {
    font-size: 50px;
    line-height: 1.1;
    color: #1b1b1b;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 28px;
    max-width: 680px
}

.services .opener__heading span {
    color: #C24E53
}

.services .opener__description {
    font-size: 21px;
    line-height: 1.6;
    color: #3a3a3a;
    max-width: 560px;
    margin: 0 0 28px
}

.services .opener__image-wrap {
    width: 100%;
    max-width: 720px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 28px;
    box-shadow: 2px 9px 36px 0 #c24e5324;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.services .opener__image-wrap:hover {
    box-shadow: 2px 6px 28px 0 #c24e532e
}

.services .opener__image-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.services .opener__image-wrap:hover img {
    filter: saturate(0.2);
    transform: scale(1.03)
}

.services .opener__actions {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-top: 28px;
    flex-wrap: wrap;
    justify-content: center
}

.services .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #C24E53;
    color: #fff;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 6px;
    border: 2px solid #C24E53;
    text-decoration: none;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), background-color .5s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer
}

.services .btn-primary:hover {
    border-color: #8c2e32;
    background-color: #C24E53
}

.services .btn-primary:focus {
    outline: 3px solid #C24E53;
    outline-offset: 2px
}

.services .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    border: 2px solid #D6B1B9;
    background-color: transparent;
    color: #C24E53;
    text-decoration: none;
    transition: border-color .45s ease-in-out;
    cursor: pointer
}

.services .btn-secondary:hover {
    border-color: #C24E53
}

.services .btn-secondary:focus {
    outline: 3px solid #C24E53;
    outline-offset: 2px
}

.services .catalog {
    background-color: #C24E53;
    padding-top: 56px;
    padding-bottom: 56px
}

.services .catalog__heading {
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin: 0 0 6px
}

.services .catalog__subtext {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffffc7;
    margin: 0 0 28px;
    max-width: 520px
}

.services .catalog__list {
    display: flex;
    flex-direction: row;
    gap: 14px;
    flex-wrap: wrap
}

.services .service-card {
    flex: 1 1 280px;
    background-color: #fff;
    border-radius: 12px;
    padding: 28px;
    position: relative;
    box-shadow: 2px 6px 28px 0 #c24e531a;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1), transform .55s cubic-bezier(0.22, 1, 0.36, 1);
    border-top: 4px solid #D6B1B9;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.services .service-card:hover {
    box-shadow: 2px 9px 36px 0 #c24e5324;
    transform: translateY(-4px)
}

.services .service-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #FCFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #C24E53;
    font-size: 21px;
    box-shadow: inset 2px 3px 5px 0 #c24e530d
}

.services .service-card__name {
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0 0 14px
}

.services .service-card__body {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0 0 14px
}

.services .service-card__tag {
    display: inline-block;
    border: 1px solid #D6B1B9;
    border-radius: 2px;
    padding: 6px 14px;
    font-size: 13px;
    line-height: 1.1;
    color: #C24E53
}

.services .service-card__dashed {
    border-top: 1px dashed #D6B1B9;
    margin: 14px 0
}

.services .service-card__detail {
    font-size: 13px;
    line-height: 1.6;
    color: #555
}

.services .service-card__shadow-offset {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 2px solid #D6B1B9;
    top: 6px;
    left: 6px;
    z-index: -1;
    pointer-events: none
}

.services .depth {
    background-color: #FCFAFA;
    background-image: radial-gradient(circle, #c24e532e 1px, transparent 1px), radial-gradient(circle, #d6b1b91f 1.5px, transparent 1.5px), radial-gradient(circle, #c24e5314 0.8px, transparent 0.8px);
    background-size: 22px 22px, 37px 37px, 13px 13px;
    background-position: 0 0, 11px 11px, 5px 18px;
    padding-top: 96px;
    padding-bottom: 96px
}

.services .depth__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start
}

.services .depth__visual {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.services .depth__image-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 9px 36px 0 #c24e5324;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.services .depth__image-wrap:hover {
    box-shadow: 2px 6px 28px 0 #c24e5333
}

.services .depth__image-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: filter .65s cubic-bezier(0.22, 1, 0.36, 1), transform .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.services .depth__image-wrap:hover img {
    filter: saturate(0.15);
    transform: scale(1.04)
}

.services .depth__metric-row {
    display: flex;
    flex-direction: row;
    gap: 14px
}

.services .depth__metric {
    flex: 1;
    background-color: #fff;
    border-radius: 12px;
    padding: 14px;
    border-left: 4px solid #C24E53;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 2px 3px 5px 0 #c24e530d
}

.services .depth__metric-number {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #C24E53;
    display: block
}

.services .depth__metric-label {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    display: block
}

.services .depth__copy {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.services .depth__eyebrow {
    font-size: 13px;
    line-height: 1.1;
    color: #C24E53;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 6px
}

.services .depth__heading {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0 0 14px
}

.services .depth__paragraph {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3a3a;
    margin: 0
}

.services .depth__point-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.services .depth__point {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    background-color: #fff;
    border-radius: 6px;
    padding: 14px;
    box-shadow: 2px 3px 5px 0 #c24e530d;
    border: 1px solid #eee
}

.services .depth__point-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background-color: #FCFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C24E53;
    font-size: 13px;
    box-shadow: inset 2px 3px 5px 0 #c24e530d
}

.services .depth__point-text {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3a3a
}

.services .depth__point-text strong {
    color: #1b1b1b;
    display: block;
    margin-bottom: 4px
}

.services .depth__dashed-connector {
    border-left: 2px dashed #D6B1B9;
    height: 28px;
    width: 1px;
    margin-left: 27px
}

@media screen and (max-width: 768px) {
    .services .opener__heading {
        font-size: 28px
    }

    .services .depth__grid {
        grid-template-columns: 1fr
    }

    .services .catalog__list {
        flex-direction: column
    }

    .services .service-card {
        flex: 1 1 auto
    }

    .services .opener__image-wrap img {
        height: 220px
    }

    .services .depth__image-wrap img {
        height: 220px
    }
}

.process {
    background: #FCFAFA;
    overflow-x: clip
}

.process__schema {
    display: none
}

.process__split {
    max-width: 1024px;
    margin: 0 auto;
    padding: 96px 28px 56px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 56px
}

.process__image-column {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative
}

.process__image-frame {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 6px 28px 0 #c24e531a
}

.process__image-frame img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) brightness(0.97);
    transition: filter .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.process__image-frame:hover img {
    filter: saturate(0) brightness(0.95)
}

.process__duotone-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(293deg, #c24e532e 22%, #d6b1b914 80%);
    border-radius: 12px;
    pointer-events: none
}

.process__blob {
    position: absolute;
    border-radius: 40px;
    pointer-events: none;
    z-index: 0
}

.process__blob--a {
    width: 180px;
    height: 180px;
    background: #c24e5317;
    filter: blur(38px);
    top: -28px;
    left: -28px
}

.process__blob--b {
    width: 140px;
    height: 140px;
    background: #d6b1b924;
    filter: blur(28px);
    bottom: 14px;
    right: -14px
}

.process__stat-shape {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-top: 6px
}

.process__hexagon {
    width: 72px;
    height: 72px;
    background: #C24E53;
    clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.process__hexagon-number {
    font-size: 21px;
    line-height: 1.1;
    color: #FCFAFA;
    font-weight: 700
}

.process__hexagon-label {
    font-size: 13px;
    line-height: 1.1;
    color: #fcfafad1;
    font-weight: 400
}

.process__stat-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #3a2a2b;
    max-width: 160px
}

.process__text-column {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    position: relative;
    z-index: 1
}

.process__label {
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #C24E53;
    border: 1.5px solid #C24E53;
    border-radius: 2px;
    padding: 6px 14px;
    text-transform: uppercase;
    font-weight: 600;
    width: fit-content
}

.process__heading {
    font-size: 50px;
    line-height: 1.1;
    color: #2a1a1b;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0
}

.process__heading-word--accent {
    background: linear-gradient(293deg, #C24E53 22%, #D6B1B9 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.process__subheading {
    font-size: 21px;
    line-height: 1.6;
    color: #3a2a2b;
    font-weight: 400;
    margin: 0
}

.process__body {
    font-size: 21px;
    line-height: 1.6;
    color: #4a3a3b;
    margin: 0
}

.process__dashed-box {
    border: 2px dashed #c24e5359;
    border-radius: 12px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #d6b1b912
}

.process__dashed-box-text {
    font-size: 13px;
    line-height: 1.6;
    color: #3a2a2b;
    margin: 0
}

.process__cta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.process__btn-primary {
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
    color: #FCFAFA;
    background: #C24E53;
    border: 2px solid #C24E53;
    border-radius: 6px;
    padding: 14px 28px;
    cursor: pointer;
    transition: border-color .5s cubic-bezier(0.22, 1, 0.36, 1), background .5s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
    display: inline-block
}

.process__btn-primary:hover {
    border-color: #a33a3f;
    background: #a33a3f
}

.process__btn-primary:focus {
    outline: 3px solid #C24E53;
    outline-offset: 3px
}

.process__btn-icon {
    width: 44px;
    height: 44px;
    border: 2px solid #c24e5366;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .45s ease-in-out;
    text-decoration: none;
    color: #C24E53
}

.process__btn-icon:hover {
    border-color: #C24E53
}

.process__btn-icon:focus {
    outline: 3px solid #C24E53;
    outline-offset: 3px
}

.process__btn-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #C24E53;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.process__steps-section {
    background: radial-gradient(ellipse at 50% 40%, #fff 0%, #f0e8ea 100%);
    padding: 96px 28px
}

.process__steps-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px
}

.process__steps-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap
}

.process__steps-heading {
    font-size: 28px;
    line-height: 1.1;
    color: #2a1a1b;
    font-weight: 700;
    margin: 0;
    max-width: 480px
}

.process__steps-note {
    font-size: 13px;
    line-height: 1.6;
    color: #6a4a4d;
    max-width: 300px;
    text-align: right
}

.process__timeline {
    display: flex;
    flex-direction: column;
    gap: 0
}

.process__step {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 28px
}

.process__step-track {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 56px
}

.process__step-circle {
    width: 44px;
    height: 44px;
    border-radius: 24px;
    background: #FCFAFA;
    border: 2px solid #C24E53;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #C24E53;
    flex-shrink: 0;
    box-shadow: 2px 3px 5px 0 #c24e530d;
    transition: background .5s cubic-bezier(0.22, 1, 0.36, 1), color .5s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1
}

.process__step:hover .process__step-circle {
    background: #C24E53;
    color: #FCFAFA
}

.process__step-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(to bottom, #c24e5359, #d6b1b926);
    min-height: 28px
}

.process__step--last .process__step-line {
    display: none
}

.process__step-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 56px;
    flex: 1
}

.process__step--last .process__step-body {
    padding-bottom: 0
}

.process__step-card {
    background: #FCFAFA;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 2px 6px 28px 0 #c24e531a;
    border-left: 4px solid #C24E53;
    border-top: 1px solid #d6b1b94d;
    border-right: 1px solid #d6b1b94d;
    border-bottom: 1px solid #d6b1b94d;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1), transform .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.process__step-card:hover {
    box-shadow: 2px 9px 36px 0 #c24e5324;
    transform: translateY(-2px)
}

.process__step-title {
    font-size: 21px;
    line-height: 1.1;
    color: #2a1a1b;
    font-weight: 700;
    margin: 0
}

.process__step-text {
    font-size: 13px;
    line-height: 1.6;
    color: #4a3a3b;
    margin: 0
}

.process__step-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.process__step-tag {
    font-size: 13px;
    line-height: 1.1;
    color: #C24E53;
    border: 1.5px solid #c24e5359;
    border-radius: 2px;
    padding: 6px 14px;
    font-weight: 600
}

.process__step-duration {
    font-size: 13px;
    line-height: 1.1;
    color: #6a4a4d;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.process__step-duration svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #C24E53;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.process__image-secondary {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 9px 36px 0 #c24e5324;
    position: relative
}

.process__image-secondary img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    filter: saturate(0.75) brightness(0.96);
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.process__image-secondary:hover img {
    filter: saturate(0) brightness(0.93)
}

.process__image-secondary-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(293deg, #c24e5321 18%, #d6b1b90d 75%);
    pointer-events: none
}

.process__bottom-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: stretch
}

.process__bottom-image-col {
    flex: 0 0 38%
}

.process__bottom-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center
}

.process__bottom-heading {
    font-size: 28px;
    line-height: 1.1;
    color: #2a1a1b;
    font-weight: 700;
    margin: 0
}

.process__bottom-text {
    font-size: 13px;
    line-height: 1.6;
    color: #4a3a3b;
    margin: 0
}

.process__checklist {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none
}

.process__checklist-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    font-size: 13px;
    line-height: 1.6;
    color: #3a2a2b
}

.process__checklist-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px
}

.process__checklist-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #C24E53;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.process__scale-in {
    animation: processScaleIn .65s cubic-bezier(0.22, 1, 0.36, 1) both
}

@keyframes processScaleIn {
    from {
        transform: scale(0.97);
        opacity: .7
    }

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

@media (max-width: 768px) {
    .process__split {
        flex-direction: column;
        padding: 56px 28px;
        gap: 28px
    }

    .process__image-column {
        flex: none
    }

    .process__text-column {
        flex: none
    }

    .process__heading {
        font-size: 28px
    }

    .process__steps-top {
        flex-direction: column;
        align-items: flex-start
    }

    .process__steps-note {
        text-align: left
    }

    .process__bottom-row {
        flex-direction: column
    }

    .process__bottom-image-col {
        flex: none
    }

    .process__step {
        gap: 14px
    }
}

@media (max-width: 480px) {
    .process__split {
        padding: 56px 14px
    }

    .process__steps-section {
        padding: 56px 14px
    }

    .process__heading {
        font-size: 28px
    }

    .process__step-card {
        padding: 14px
    }
}

.debut {
    background: #FCFAFA;
    overflow-x: hidden;
    position: relative
}

.debut * {
    box-sizing: border-box
}

.debut .page-limiter {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.debut .opening {
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
    background: #FCFAFA;
    border-left: 4px solid #C24E53
}

.debut .opening__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 56px
}

.debut .opening__text-zone {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 56px 14px 28px 28px
}

.debut .opening__text-zone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(293deg, #C24E53 18%, #D6B1B9 100%)
}

.debut .opening__kicker {
    font-size: 13px;
    line-height: 1.6;
    color: #C24E53;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
    border: 1px solid #C24E53;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 2px
}

.debut .opening__heading {
    font-size: 50px;
    line-height: 1.1;
    color: #1e1e2e;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 28px;
    margin-top: 0
}

.debut .opening__heading span {
    color: #C24E53
}

.debut .opening__link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: #FCFAFA;
    background: #C24E53;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #C24E53;
    transition: border-color .55s cubic-bezier(0.22, 1, 0.36, 1), background .55s cubic-bezier(0.22, 1, 0.36, 1);
    align-self: flex-start
}

.debut .opening__link:hover {
    border-color: #8a2e32;
    background: #C24E53
}

.debut .opening__link:focus {
    outline: 3px solid #C24E53;
    outline-offset: 3px
}

.debut .opening__image-zone {
    flex: 1 1 auto;
    position: relative;
    min-height: 420px
}

.debut .opening__image-shape {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    position: relative
}

.debut .opening__image-shape::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #fcfafa8c 100%);
    pointer-events: none;
    border-radius: 12px
}

.debut .opening__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    filter: saturate(1);
    transition: filter .6s cubic-bezier(0.22, 1, 0.36, 1)
}

.debut .opening__img:hover {
    filter: saturate(0)
}

.debut .opening__deco-line {
    position: absolute;
    bottom: -14px;
    right: 0;
    width: 60%;
    height: 2px;
    background: linear-gradient(293deg, #C24E53 18%, transparent 100%);
    border-radius: 2px
}

.debut .geo-circle {
    position: absolute;
    border-radius: 40px;
    pointer-events: none;
    overflow: hidden
}

.debut .opening__circle-a {
    width: 180px;
    height: 180px;
    border: 1px solid #c24e5312;
    border-radius: 40px;
    top: 28px;
    right: -56px;
    position: absolute;
    pointer-events: none
}

.debut .opening__circle-b {
    width: 90px;
    height: 90px;
    border: 1px solid #d6b1b91a;
    border-radius: 40px;
    bottom: 56px;
    left: -28px;
    position: absolute;
    pointer-events: none
}

.debut .zigzag-divider {
    width: 100%;
    display: block;
    line-height: 0;
    overflow: hidden
}

.debut .zigzag-divider svg {
    display: block;
    width: 100%
}

.debut .audience {
    background: #fff;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.debut .audience__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.debut .audience__left {
    flex: 0 0 220px;
    padding-top: 6px
}

.debut .audience__label {
    font-size: 13px;
    line-height: 1.6;
    color: #C24E53;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 14px
}

.debut .audience__heading {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #1e1e2e;
    text-transform: uppercase;
    margin: 0
}

.debut .audience__right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.debut .audience__group {
    display: flex;
    flex-direction: row;
    gap: 14px
}

.debut .audience__card {
    flex: 1 1 0;
    background: #FCFAFA;
    border-radius: 12px;
    padding: 28px;
    border-top: 3px solid #C24E53;
    border-right: 1px solid #c24e531a;
    border-bottom: 1px solid #c24e531a;
    border-left: 1px solid #c24e531a;
    box-shadow: 2px 3px 5px 0 #c24e530d;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.debut .audience__card:hover {
    box-shadow: 2px 6px 28px 0 #c24e531a
}

.debut .audience__card--muted {
    border-top-color: #D6B1B9;
    opacity: .75
}

.debut .audience__card-heading {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    color: #1e1e2e;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px
}

.debut .audience__card-heading .mdi {
    color: #C24E53;
    font-size: 13px
}

.debut .audience__card--muted .audience__card-heading .mdi {
    color: #D6B1B9
}

.debut .audience__card-text {
    font-size: 13px;
    line-height: 1.6;
    color: #3d3d4a;
    margin: 0
}

.debut .offering {
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
    background: linear-gradient(293deg, #c24e530f 18%, #fcfafaff 100%);
    border-left: 6px solid #C24E53
}

.debut .offering__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.debut .offering__top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
    gap: 28px
}

.debut .offering__heading {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #1e1e2e;
    text-transform: uppercase;
    margin: 0
}

.debut .offering__subtext {
    font-size: 13px;
    line-height: 1.6;
    color: #3d3d4a;
    max-width: 360px;
    margin: 0
}

.debut .offering__grid {
    display: grid;
    grid-template-columns: 260px 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px
}

.debut .offering__item {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 2px 3px 5px 0 #c24e530d;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: box-shadow .6s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid #d6b1b92e
}

.debut .offering__item:hover {
    box-shadow: 2px 9px 36px 0 #c24e5324
}

.debut .offering__item--featured {
    grid-row: 1 / 3;
    background: #C24E53;
    color: #FCFAFA
}

.debut .offering__item--featured .offering__item-heading {
    color: #FCFAFA
}

.debut .offering__item--featured .offering__item-text {
    color: #fcfafad9
}

.debut .offering__item--featured .offering__item-tag {
    background: #fcfafa26;
    color: #FCFAFA;
    border-color: #fcfafa4d
}

.debut .offering__item-icon {
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px
}

.debut .offering__item-icon .mdi {
    font-size: 21px;
    color: #C24E53
}

.debut .offering__item--featured .offering__item-icon .mdi {
    color: #FCFAFA
}

.debut .offering__item-heading {
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700;
    color: #1e1e2e;
    margin: 0
}

.debut .offering__item-text {
    font-size: 13px;
    line-height: 1.6;
    color: #3d3d4a;
    margin: 0
}

.debut .offering__item-tag {
    display: inline-block;
    font-size: 13px;
    line-height: 1.6;
    border: 1px solid #c24e534d;
    color: #C24E53;
    border-radius: 2px;
    padding: 6px 14px;
    margin-top: 6px;
    align-self: flex-start
}

.debut .method {
    background: #fff;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.debut .method__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.debut .method__heading {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #1e1e2e;
    text-transform: uppercase;
    margin: 0 0 28px
}

.debut .method__layout {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.debut .method__image-col {
    flex: 0 0 340px;
    position: relative
}

.debut .method__img-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 6px 28px 0 #c24e531a
}

.debut .method__img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    filter: saturate(1);
    transition: filter .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.debut .method__img:hover {
    filter: saturate(0)
}

.debut .method__diagram {
    margin-top: 28px;
    background: #FCFAFA;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #c24e531f;
    box-shadow: 2px 3px 5px 0 #c24e530d
}

.debut .method__diagram-title {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    color: #C24E53;
    text-transform: uppercase;
    margin-bottom: 14px
}

.debut .method__connection {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.debut .method__node {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px
}

.debut .method__node-dot {
    width: 10px;
    height: 10px;
    border-radius: 40px;
    background: #C24E53;
    flex-shrink: 0
}

.debut .method__node-dot--light {
    background: #D6B1B9
}

.debut .method__node-label {
    font-size: 13px;
    line-height: 1.6;
    color: #1e1e2e;
    font-weight: 600
}

.debut .method__node-connector {
    width: 2px;
    height: 14px;
    background: linear-gradient(to bottom, #C24E53, #D6B1B9);
    margin-left: 4px
}

.debut .method__text-col {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.debut .method__point {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: flex-start
}

.debut .method__point-num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #C24E53;
    color: #FCFAFA;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 800;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.debut .method__point-body {
    flex: 1
}

.debut .method__point-heading {
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700;
    color: #1e1e2e;
    margin: 0 0 6px
}

.debut .method__point-text {
    font-size: 13px;
    line-height: 1.6;
    color: #3d3d4a;
    margin: 0
}

.debut .voices {
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
    background: #FCFAFA
}

.debut .voices::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(293deg, #C24E53 18%, #D6B1B9 100%);
    border-radius: 2px 0 0 2px
}

.debut .voices__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px
}

.debut .voices__heading {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #1e1e2e;
    text-transform: uppercase;
    margin: 0 0 28px
}

.debut .voices__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px
}

.debut .voices__card {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 2px 3px 5px 0 #c24e530d;
    border: 1px solid #d6b1b933;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: box-shadow .55s cubic-bezier(0.22, 1, 0.36, 1)
}

.debut .voices__card:hover {
    box-shadow: 2px 6px 28px 0 #c24e531a
}

.debut .voices__quote {
    font-size: 13px;
    line-height: 1.6;
    color: #3d3d4a;
    margin: 0;
    font-style: italic
}

.debut .voices__person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-top: auto
}

.debut .voices__avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: linear-gradient(293deg, #C24E53 18%, #D6B1B9 100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.debut .voices__avatar-initials {
    font-size: 13px;
    line-height: 1.1;
    font-weight: 800;
    color: #FCFAFA
}

.debut .voices__name {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    color: #1e1e2e
}

.debut .voices__role {
    font-size: 13px;
    line-height: 1.6;
    color: #8a8a9a
}

.debut .voices__change {
    display: inline-block;
    font-size: 13px;
    line-height: 1.6;
    border: 1px solid #c24e534d;
    color: #C24E53;
    border-radius: 2px;
    padding: 6px 14px;
    font-weight: 700
}

.debut .graduate {
    background: #1e1e2e;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.debut .graduate__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.debut .graduate__left {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.debut .graduate__heading {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #FCFAFA;
    text-transform: uppercase;
    margin: 0
}

.debut .graduate__subtext {
    font-size: 13px;
    line-height: 1.6;
    color: #fcfafab3;
    margin: 0
}

.debut .graduate__img-wrap {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 14px
}

.debut .graduate__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    filter: saturate(0.6);
    transition: filter .65s cubic-bezier(0.22, 1, 0.36, 1)
}

.debut .graduate__img:hover {
    filter: saturate(0)
}

.debut .graduate__right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.debut .graduate__outcome {
    background: #fcfafa0d;
    border-radius: 12px;
    padding: 28px;
    border-left: 3px solid #C24E53;
    border-top: 1px solid #d6b1b91f;
    border-right: 1px solid #d6b1b91f;
    border-bottom: 1px solid #d6b1b91f;
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: flex-start;
    transition: background .5s ease-in-out
}

.debut .graduate__outcome:hover {
    background: #fcfafa17
}

.debut .graduate__outcome-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.debut .graduate__outcome-icon .mdi {
    font-size: 21px;
    color: #D6B1B9
}

.debut .graduate__outcome-text {
    flex: 1
}

.debut .graduate__outcome-heading {
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700;
    color: #FCFAFA;
    margin: 0 0 6px
}

.debut .graduate__outcome-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #fcfafab3;
    margin: 0
}

.debut .current {
    background: #fff;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative
}

.debut .current__pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.debut .current__pattern svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .04
}

.debut .current__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
    position: relative
}

.debut .current__top {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
    margin-bottom: 28px
}

.debut .current__heading {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #1e1e2e;
    text-transform: uppercase;
    margin: 0 0 14px;
    flex: 0 0 280px
}

.debut .current__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #3d3d4a;
    margin: 0;
    flex: 1;
    padding-top: 6px
}

.debut .current__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.debut .current__stat {
    background: #FCFAFA;
    border-radius: 12px;
    padding: 28px 14px;
    text-align: center;
    border: 1px solid #c24e531a;
    box-shadow: 2px 3px 5px 0 #c24e530d;
    transition: box-shadow .5s cubic-bezier(0.22, 1, 0.36, 1)
}

.debut .current__stat:hover {
    box-shadow: 2px 6px 28px 0 #c24e531a
}

.debut .current__stat-value {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 800;
    color: #C24E53;
    display: block
}

.debut .current__stat-label {
    font-size: 13px;
    line-height: 1.6;
    color: #3d3d4a;
    display: block;
    margin-top: 6px
}

.debut .current__badges {
    display: flex;
    flex-direction: row;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px
}

.debut .current__badge {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.6;
    border: 1px solid #c24e5340;
    color: #3d3d4a;
    border-radius: 2px;
    padding: 6px 14px;
    background: #fff
}

.debut .current__badge .mdi {
    color: #C24E53;
    font-size: 13px
}

@keyframes debut-shake {

    0%,
    100% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-5px)
    }

    30% {
        transform: translateX(5px)
    }

    45% {
        transform: translateX(-4px)
    }

    60% {
        transform: translateX(4px)
    }

    75% {
        transform: translateX(-2px)
    }

    90% {
        transform: translateX(2px)
    }
}

.debut .audience__card--muted {
    animation: debut-shake .6s cubic-bezier(0.22, 1, 0.36, 1) 3.5s 1
}

@media screen and (max-width: 768px) {
    .debut .opening__inner {
        flex-direction: column;
        gap: 28px
    }

    .debut .opening__text-zone {
        flex: none;
        padding-left: 14px;
        padding-top: 28px
    }

    .debut .opening__image-zone {
        min-height: 260px
    }

    .debut .opening__heading {
        font-size: 28px
    }

    .debut .audience__inner {
        flex-direction: column;
        gap: 28px
    }

    .debut .audience__left {
        flex: none
    }

    .debut .audience__group {
        flex-direction: column
    }

    .debut .offering__grid {
        grid-template-columns: 1fr
    }

    .debut .offering__item--featured {
        grid-row: auto
    }

    .debut .method__layout {
        flex-direction: column;
        gap: 28px
    }

    .debut .method__image-col {
        flex: none;
        width: 100%
    }

    .debut .voices__grid {
        grid-template-columns: 1fr
    }

    .debut .graduate__inner {
        flex-direction: column;
        gap: 28px
    }

    .debut .graduate__left {
        flex: none
    }

    .debut .current__top {
        flex-direction: column;
        gap: 14px
    }

    .debut .current__heading {
        flex: none
    }

    .debut .current__stats {
        grid-template-columns: 1fr 1fr
    }

    .debut .offering__top {
        flex-direction: column;
        align-items: flex-start
    }
}

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

.success-page .confirmation-card {
    max-width: 1024px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 6px 28px 0 #c24e531a;
    padding: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: 4px solid #C24E53
}

.success-page .confirmation-card__icon-wrapper {
    width: 72px;
    height: 72px;
    border-radius: 40px;
    background: #FCFAFA;
    border: 2px solid #D6B1B9;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    box-shadow: 2px 3px 5px 0 #c24e530d
}

.success-page .confirmation-card__icon-wrapper svg {
    display: block
}

.success-page .confirmation-card__label {
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #C24E53;
    margin-bottom: 14px;
    font-weight: 600
}

.success-page .confirmation-card__heading {
    font-size: 28px;
    line-height: 1.1;
    color: #1b1414;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase
}

.success-page .confirmation-card__body {
    font-size: 21px;
    line-height: 1.6;
    color: #3d2e2e;
    max-width: 560px;
    margin-bottom: 28px
}

.success-page .confirmation-card__detail {
    font-size: 13px;
    line-height: 1.6;
    color: #7a5c5e;
    max-width: 480px;
    margin-bottom: 56px;
    padding: 14px 28px;
    border-radius: 6px;
    background: #FCFAFA;
    border: 1px solid #D6B1B9;
    box-shadow: inset 2px 3px 6px 0 #d6b1b91f
}

.success-page .confirmation-card__actions {
    display: flex;
    flex-direction: row;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center
}

.success-page .action-button--primary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    background: #C24E53;
    color: #fff;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-radius: 6px;
    border: 2px solid #C24E53;
    text-decoration: none;
    transition: border-color .55s cubic-bezier(0.22, 1, 0.36, 1), background .55s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer
}

.success-page .action-button--primary:hover,
.success-page .action-button--primary:focus {
    border-color: #a33a3f;
    background: #a33a3f;
    outline: none
}

.success-page .action-button--primary:focus-visible {
    outline: 3px solid #D6B1B9;
    outline-offset: 2px
}

.success-page .action-button--secondary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    background: transparent;
    color: #C24E53;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-radius: 6px;
    border: 2px solid #D6B1B9;
    text-decoration: none;
    transition: border-color .45s ease-in-out;
    cursor: pointer
}

.success-page .action-button--secondary:hover,
.success-page .action-button--secondary:focus {
    border-color: #C24E53;
    outline: none
}

.success-page .action-button--secondary:focus-visible {
    outline: 3px solid #D6B1B9;
    outline-offset: 2px
}

.success-page .confirmation-card__divider {
    width: 48px;
    height: 2px;
    background: linear-gradient(293deg, #C24E53 30%, #D6B1B9 100%);
    border-radius: 2px;
    margin: 0 auto 28px
}

@media screen and (max-width: 640px) {
    .success-page {
        padding: 56px 14px
    }

    .success-page .confirmation-card {
        padding: 28px 14px
    }

    .success-page .confirmation-card__heading {
        font-size: 21px
    }

    .success-page .confirmation-card__body {
        font-size: 13px
    }

    .success-page .confirmation-card__actions {
        flex-direction: column;
        width: 100%
    }

    .success-page .action-button--primary,
    .success-page .action-button--secondary {
        width: 100%;
        justify-content: center
    }
}