@import "https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap";

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

html {
    scroll-behavior: auto
}

body {
    margin: 0;
    min-height: 100dvh;
    overflow-x: hidden
}

:focus-visible {
    outline: 2px solid #D154A7;
    outline-offset: 3px;
    transition: outline-offset .18s ease-out
}

.page-header {
    background: linear-gradient(160deg, #fff 0%, #EFD9E9 60%, #DFAABD 100%);
    box-shadow: -1px 4px 14px 0 #d154a71c;
    position: relative;
    z-index: 100;
    overflow: hidden
}

.page-header::before {
    content: '';
    position: absolute;
    top: -32px;
    right: -48px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #d154a70f;
    pointer-events: none
}

.header-top-row {
    max-width: 1366px;
    margin: 0 auto;
    padding: 16px 32px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.logo-pill {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 20px;
    padding: 8px 16px;
    box-shadow: -1px 2px 5px 0 #d154a714 -1px 4px 14px 0 #d154a71c;
    border: 1px solid #d154a72e;
    text-decoration: none;
    flex-shrink: 0
}

.logo-pill img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block
}

.brand-label {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 23px;
    font-weight: 700;
    color: #2d0a22;
    line-height: 1.1;
    letter-spacing: -.02em
}

.header-contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2d0a22;
    text-decoration: none;
    background: #ffffffb3;
    border-radius: 20px;
    padding: 8px 16px;
    border: 1px solid #d154a733;
    transition: background .16s ease-out, border-color .16s ease-out;
    min-height: 44px;
    flex-shrink: 0
}

.header-contact-link:hover {
    background: #fff;
    border-color: #D154A7
}

.header-contact-link .codicon {
    color: #D154A7;
    font-size: 16px
}

.header-divider {
    border: none;
    border-top: 1px solid #d154a738;
    margin: 0 32px;
    max-width: calc(1366px - 64px);
    margin-left: auto;
    margin-right: auto
}

.header-nav-row {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px 16px
}

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

.primary-menu li {
    display: flex
}

.primary-menu__link {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2d0a22;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 20px;
    min-height: 44px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: color .14s ease-out;
    background: transparent;
    border: 1.5px solid transparent
}

.primary-menu__link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #D154A7;
    border-radius: 20px;
    transform: translateX(-100%);
    transition: transform .2s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: 0
}

.primary-menu__link:hover::before {
    transform: translateX(0)
}

.primary-menu__link:hover {
    color: #fff;
    border-color: #D154A7
}

.primary-menu__link span {
    position: relative;
    z-index: 1
}

.primary-menu__link[aria-current="page"] {
    background: #d154a71f;
    border-color: #d154a759;
    color: #8b1a65
}

.page-footer {
    background: linear-gradient(170deg, #EFD9E9 0%, #DFAABD 100%);
    padding: 32px 0 0
}

.footer-logo-row {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px 32px;
    display: flex;
    justify-content: center
}

.footer-logo-link {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffffbf;
    border-radius: 20px;
    padding: 8px 16px;
    box-shadow: -1px 2px 5px 0 #d154a714;
    border: 1px solid #d154a733;
    text-decoration: none
}

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

.footer-brand-label {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 23px;
    font-weight: 700;
    color: #2d0a22;
    line-height: 1.1;
    letter-spacing: -.02em
}

.footer-rule {
    border: none;
    border-top: 1px solid #d154a74d;
    margin: 0
}

.footer-legal-zone {
    background: #ffffff59;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 32px
}

.footer-legal-inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.footer-legal-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-legal-menu__link {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2d0a22;
    text-decoration: underline;
    text-decoration-color: #d154a766;
    text-underline-offset: 3px;
    padding: 4px 8px;
    border-radius: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: color .18s ease-out, text-decoration-color .18s ease-out
}

.footer-legal-menu__link:hover {
    color: #8b1a65;
    text-decoration-color: #D154A7
}

.footer-copyright {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #4a1a38;
    line-height: 1.55;
    text-align: center
}

.consent-popup {
    display: none;
    position: fixed;
    top: 16px;
    right: 16px;
    width: 320px;
    background: #fff;
    border-radius: 20px;
    box-shadow: -1px 12px 36px 0 #d154a71a -1px 4px 14px 0 #d154a71c;
    border: 1px solid #d154a733;
    padding: 16px;
    z-index: 2000;
    opacity: 0;
    transition: opacity .22s ease-out
}

.consent-popup[data-visible="true"] {
    opacity: 1
}

.consent-popup-description {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #2d0a22;
    margin: 0 0 8px
}

.consent-popup-headline {
    font-family: 'Source Serif Pro', Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    color: #2d0a22;
    margin: 0 0 12px;
    line-height: 1.1
}

.consent-category-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px solid #d154a726
}

.consent-category-label {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #2d0a22;
    line-height: 1.55
}

.consent-category-label[data-required="true"] {
    color: #6b3a5a;
    font-weight: 700
}

.consent-toggle {
    width: 40px;
    height: 22px;
    border-radius: 20px;
    background: #DFAABD;
    border: none;
    cursor: pointer;
    position: relative;
    transition: background .16s ease-out;
    flex-shrink: 0
}

.consent-toggle::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    transition: transform .16s ease-out
}

.consent-toggle[data-on="true"] {
    background: #D154A7
}

.consent-toggle[data-on="true"]::after {
    transform: translateX(18px)
}

.consent-toggle:disabled {
    opacity: .6;
    cursor: not-allowed
}

.consent-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #d154a726
}

.consent-accept-button {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2d0a22;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #D154A7;
    text-underline-offset: 3px;
    padding: 4px 0;
    min-height: 44px;
    transition: color .14s ease-out
}

.consent-accept-button:hover {
    color: #8b1a65
}

.consent-reject-button {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4a1a38;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #d154a766;
    text-underline-offset: 3px;
    padding: 4px 0;
    min-height: 44px;
    transition: color .14s ease-out, text-decoration-color .14s ease-out
}

.consent-reject-button:hover {
    color: #8b1a65;
    text-decoration-color: #D154A7
}

@media (max-width: 768px) {
    .header-top-row {
        padding: 12px 16px 8px;
        gap: 16px;
        flex-wrap: wrap
    }

    .header-divider {
        margin-left: 16px;
        margin-right: 16px
    }

    .header-nav-row {
        padding: 0 16px 12px
    }

    .footer-logo-row {
        padding: 0 16px 32px
    }

    .footer-legal-zone {
        padding: 24px 16px
    }

    .consent-popup {
        width: calc(100vw - 32px);
        right: 16px
    }
}

@media (max-width: 480px) {
    .brand-label {
        font-size: 16px
    }

    .footer-brand-label {
        font-size: 16px
    }

    .primary-menu {
        gap: 4px
    }
}

.policy-article-ei {
    max-width: 1366px;
    margin: 0 auto;
    padding: 48px 32px
}

.policy-article-ei h1 {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1b1b1b;
    margin-bottom: 32px;
    margin-top: 0
}

.policy-article-ei h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b1b;
    margin-top: 48px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #EFD9E9
}

.policy-article-ei h3 {
    font-size: 23px;
    line-height: 1.55;
    letter-spacing: -.01em;
    color: #1b1b1b;
    margin-top: 32px;
    margin-bottom: 12px
}

.policy-article-ei h4 {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #D154A7;
    margin-top: 32px;
    margin-bottom: 8px
}

.policy-article-ei h5 {
    font-size: 16px;
    line-height: 1.55;
    color: #2e2e2e;
    margin-top: 16px;
    margin-bottom: 8px
}

.policy-article-ei h6 {
    font-size: 16px;
    line-height: 1.55;
    color: #5a5a5a;
    margin-top: 16px;
    margin-bottom: 8px
}

.policy-article-ei p {
    font-size: 16px;
    line-height: 2;
    color: #2e2e2e;
    margin-top: 0;
    margin-bottom: 16px
}

.policy-article-ei ul {
    margin: 16px 0;
    padding-left: 0;
    list-style: none
}

.policy-article-ei ol {
    margin: 16px 0;
    padding-left: 0;
    list-style: none;
    counter-reset: policy-counter
}

.policy-article-ei ul li {
    font-size: 16px;
    line-height: 2;
    color: #2e2e2e;
    padding-left: 32px;
    margin-bottom: 8px;
    position: relative
}

.policy-article-ei ul li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 0;
    background-color: #D154A7;
    transform: rotate(45deg)
}

.policy-article-ei ul ul li::before {
    background-color: #DFAABD;
    width: 6px;
    height: 6px;
    top: 14px
}

.policy-article-ei ul ul ul li::before {
    background-color: #EFD9E9;
    border: 1px solid #DFAABD
}

.policy-article-ei ol li {
    font-size: 16px;
    line-height: 2;
    color: #2e2e2e;
    padding-left: 32px;
    margin-bottom: 8px;
    position: relative;
    counter-increment: policy-counter
}

.policy-article-ei ol li::before {
    content: counter(policy-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #EFD9E9;
    color: #D154A7;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px
}

.policy-article-ei ol ol {
    counter-reset: policy-counter-nested
}

.policy-article-ei ol ol li {
    counter-increment: policy-counter-nested
}

.policy-article-ei ol ol li::before {
    content: counter(policy-counter-nested, lower-alpha);
    background-color: #EFD9E9;
    color: #DFAABD
}

.policy-article-ei strong,
.policy-article-ei b {
    font-weight: 700;
    color: #1b1b1b
}

.policy-article-ei em,
.policy-article-ei i {
    font-style: italic;
    color: #3a3a3a
}

.policy-article-ei hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, #D154A7, #EFD9E9, transparent);
    margin: 48px 0;
    border-radius: 0
}

.policy-article-ei div {
    font-size: 16px;
    line-height: 1.55
}

.policy-article-ei a {
    color: #D154A7;
    text-decoration: underline;
    text-decoration-color: #DFAABD;
    text-underline-offset: 3px;
    transition: color .18s ease-out, text-decoration-color .14s cubic-bezier(0.4, 0, 0.6, 1)
}

.policy-article-ei a:hover {
    color: #b03a8a;
    text-decoration-color: #D154A7
}

@media (max-width: 1024px) {
    .policy-article-ei {
        padding: 48px 32px
    }

    .policy-article-ei h1 {
        font-size: 30px
    }
}

@media (max-width: 768px) {
    .policy-article-ei {
        padding: 32px 16px
    }

    .policy-article-ei h1 {
        font-size: 30px
    }

    .policy-article-ei h2 {
        font-size: 23px
    }

    .policy-article-ei h3 {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .policy-article-ei {
        padding: 32px 16px
    }

    .policy-article-ei h1 {
        font-size: 23px
    }

    .policy-article-ei p,
    .policy-article-ei ul li,
    .policy-article-ei ol li {
        line-height: 1.55
    }
}

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

.about-us-page .reveal-clip {
    animation: clipReveal .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes clipReveal {
    from {
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    to {
        clip-path: inset(0 0 0% 0);
        opacity: 1
    }
}

.about-us-page .underline-word {
    position: relative;
    display: inline-block
}

.about-us-page .underline-word::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    background: #D154A7;
    animation: drawLine .22s cubic-bezier(0.4, 0, 0.6, 1) .18s forwards
}

@keyframes drawLine {
    to {
        width: 100%
    }
}

.about-us-page .accent-divider {
    width: 100%;
    height: 4px;
    background: linear-gradient(233deg, #D154A7 0%, #DFAABD 55%, #EFD9E9 100%);
    border: none;
    margin: 0
}

.about-us-page .title-block {
    position: relative;
    padding: 96px 48px 48px;
    background: linear-gradient(233deg, #EFD9E9 0%, #fff 45%, #DFAABD 100%);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
    max-width: 1366px;
    margin: 0 auto
}

.about-us-page .title-block .dot-scatter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.about-us-page .title-block .dot-scatter span {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #D154A7;
    opacity: .12
}

.about-us-page .title-block .dot-scatter span:nth-child(1) {
    top: 12%;
    left: 8%
}

.about-us-page .title-block .dot-scatter span:nth-child(2) {
    top: 28%;
    left: 22%
}

.about-us-page .title-block .dot-scatter span:nth-child(3) {
    top: 55%;
    left: 5%
}

.about-us-page .title-block .dot-scatter span:nth-child(4) {
    top: 70%;
    left: 18%
}

.about-us-page .title-block .dot-scatter span:nth-child(5) {
    top: 15%;
    left: 75%
}

.about-us-page .title-block .dot-scatter span:nth-child(6) {
    top: 40%;
    left: 88%
}

.about-us-page .title-block .dot-scatter span:nth-child(7) {
    top: 80%;
    left: 92%
}

.about-us-page .title-block .dot-scatter span:nth-child(8) {
    top: 60%;
    left: 65%
}

.about-us-page .title-block .text-column {
    flex: 1;
    position: relative;
    z-index: 2
}

.about-us-page .title-block .text-column h1 {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #1b1b1b;
    margin: 0 0 16px
}

.about-us-page .title-block .text-column h1 .first-word {
    color: #D154A7
}

.about-us-page .title-block .text-column .description {
    font-size: 23px;
    line-height: 1.55;
    color: #3a2a35;
    max-width: 520px;
    margin: 0 0 32px
}

.about-us-page .title-block .text-column .action-link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    background: #D154A7;
    padding: 12px 32px;
    border-radius: 20px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .18s ease-out, box-shadow .15s ease-out;
    box-shadow: -1px 4px 14px 0 #d154a71c
}

.about-us-page .title-block .text-column .action-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #3a2a35;
    transition: left .18s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: 0
}

.about-us-page .title-block .text-column .action-link:hover::before {
    left: 0
}

.about-us-page .title-block .text-column .action-link span {
    position: relative;
    z-index: 1
}

.about-us-page .title-block .image-column {
    flex: 0 0 380px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 12px 36px 0 #d154a71a
}

.about-us-page .title-block .image-column img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block
}

.about-us-page .title-block .image-column .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #d154a740 0%, transparent 100%);
    pointer-events: none
}

.about-us-page .who-we-are {
    background: #fff;
    padding: 48px 0 0
}

.about-us-page .who-we-are .inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px 48px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.about-us-page .who-we-are .label-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px
}

.about-us-page .who-we-are .label-column h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.5px;
    color: #1b1b1b;
    margin: 0
}

.about-us-page .who-we-are .label-column h2 .first-word {
    font-size: 72px;
    display: block;
    line-height: 1.1;
    color: #D154A7
}

.about-us-page .who-we-are .category-dot {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.about-us-page .who-we-are .category-dot .dot {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #D154A7;
    flex-shrink: 0
}

.about-us-page .who-we-are .category-dot .dot-label {
    font-size: 16px;
    line-height: 1.55;
    color: #3a2a35
}

.about-us-page .who-we-are .body-column {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.about-us-page .who-we-are .body-column p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a2a35;
    margin: 0
}

.about-us-page .who-we-are .image-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px
}

.about-us-page .who-we-are .image-row .img-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 2px 5px 0 #d154a714
}

.about-us-page .who-we-are .image-row .img-frame img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    transition: transform .18s ease-out
}

.about-us-page .who-we-are .image-row .img-frame:hover img {
    transform: scale(1.04)
}

.about-us-page .approach-metrics {
    background: linear-gradient(233deg, #EFD9E9 0%, #fff 60%, #DFAABD 100%);
    padding: 48px 0;
    position: relative
}

.about-us-page .approach-metrics .geo-motif {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 12px;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    overflow: hidden
}

.about-us-page .approach-metrics .geo-motif span {
    display: block;
    width: 12px;
    height: 12px;
    background: #D154A7;
    opacity: .18;
    flex-shrink: 0
}

.about-us-page .approach-metrics .geo-motif span:nth-child(even) {
    background: #DFAABD;
    opacity: .22
}

.about-us-page .approach-metrics .inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px
}

.about-us-page .approach-metrics .inner h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.5px;
    color: #1b1b1b;
    text-align: center;
    margin: 0 0 32px
}

.about-us-page .approach-metrics .inner h2 .first-word {
    font-size: 72px;
    display: block;
    color: #D154A7;
    line-height: 1.1
}

.about-us-page .approach-metrics .three-col {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr;
    gap: 32px;
    align-items: start
}

.about-us-page .approach-metrics .feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: -1px 4px 14px 0 #d154a71c;
    transition: transform .15s ease-out, box-shadow .15s ease-out
}

.about-us-page .approach-metrics .feature-card:hover {
    transform: scale(1.02);
    box-shadow: -1px 12px 36px 0 #d154a71a
}

.about-us-page .approach-metrics .feature-card h4 {
    font-size: 23px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0 0 12px
}

.about-us-page .approach-metrics .feature-card p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a2a35;
    margin: 0
}

.about-us-page .approach-metrics .feature-card .card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFD9E9;
    border-radius: 20px
}

.about-us-page .approach-metrics .feature-card .card-icon svg {
    width: 22px;
    height: 22px
}

.about-us-page .approach-metrics .stat-card {
    background: #D154A7;
    border-radius: 20px;
    padding: 32px;
    box-shadow: -1px 12px 36px 0 #d154a71a;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform .18s ease-out
}

.about-us-page .approach-metrics .stat-card:hover {
    transform: scale(1.04)
}

.about-us-page .approach-metrics .stat-card .stat-number {
    font-size: 72px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -2px
}

.about-us-page .approach-metrics .stat-card .stat-label {
    font-size: 16px;
    line-height: 1.55;
    color: #EFD9E9
}

.about-us-page .approach-metrics .stat-card-secondary {
    background: #3a2a35;
    border-radius: 20px;
    padding: 32px;
    box-shadow: -1px 4px 14px 0 #d154a71c;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform .18s ease-out
}

.about-us-page .approach-metrics .stat-card-secondary:hover {
    transform: scale(1.04)
}

.about-us-page .approach-metrics .stat-card-secondary .stat-number {
    font-size: 72px;
    line-height: 1.1;
    color: #EFD9E9;
    letter-spacing: -2px
}

.about-us-page .approach-metrics .stat-card-secondary .stat-label {
    font-size: 16px;
    line-height: 1.55;
    color: #DFAABD
}

.about-us-page .approach-metrics .image-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 4px 14px 0 #d154a71c;
    margin-top: 32px
}

.about-us-page .approach-metrics .image-frame img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block
}

.about-us-page .team-section {
    background: #fff;
    padding: 48px 0
}

.about-us-page .team-section .inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 48px
}

.about-us-page .team-section .team-heading {
    margin: 0 0 32px;
    text-align: center
}

.about-us-page .team-section .team-heading h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.5px;
    color: #1b1b1b;
    margin: 0
}

.about-us-page .team-section .team-heading h2 .first-word {
    font-size: 72px;
    display: block;
    color: #D154A7;
    line-height: 1.1
}

.about-us-page .team-section .team-heading p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a2a35;
    max-width: 560px;
    margin: 12px auto 0;
    text-align: center
}

.about-us-page .team-section .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.about-us-page .team-section .member-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 4px 14px 0 #d154a71c;
    transition: transform .15s ease-out, box-shadow .18s ease-out;
    background: #fff
}

.about-us-page .team-section .member-card:hover {
    transform: scale(1.03);
    box-shadow: -1px 12px 36px 0 #d154a71a
}

.about-us-page .team-section .member-card .member-image {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block
}

.about-us-page .team-section .member-card .member-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.about-us-page .team-section .member-card .member-name {
    font-size: 23px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0
}

.about-us-page .team-section .member-card .member-role {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.about-us-page .team-section .member-card .member-role .dot {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #D154A7;
    flex-shrink: 0
}

.about-us-page .team-section .member-card .member-role .role-label {
    font-size: 16px;
    line-height: 1.55;
    color: #D154A7
}

.about-us-page .team-section .member-card .member-bio {
    font-size: 16px;
    line-height: 1.55;
    color: #3a2a35;
    margin: 4px 0 0
}

.about-us-page .team-section .bottom-note {
    margin-top: 48px;
    padding: 32px;
    background: linear-gradient(233deg, #EFD9E9 0%, #fff 60%, #DFAABD 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    box-shadow: -1px 2px 5px 0 #d154a714
}

.about-us-page .team-section .bottom-note .note-text {
    flex: 1
}

.about-us-page .team-section .bottom-note .note-text h4 {
    font-size: 23px;
    line-height: 1.1;
    color: #1b1b1b;
    margin: 0 0 8px
}

.about-us-page .team-section .bottom-note .note-text p {
    font-size: 16px;
    line-height: 1.55;
    color: #3a2a35;
    margin: 0
}

.about-us-page .team-section .bottom-note .note-link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    background: #D154A7;
    padding: 12px 32px;
    border-radius: 20px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .18s ease-out, box-shadow .15s ease-out;
    box-shadow: -1px 4px 14px 0 #d154a71c;
    white-space: nowrap;
    flex-shrink: 0
}

.about-us-page .team-section .bottom-note .note-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #3a2a35;
    transition: left .18s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: 0
}

.about-us-page .team-section .bottom-note .note-link:hover::before {
    left: 0
}

.about-us-page .team-section .bottom-note .note-link span {
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    .about-us-page .title-block {
        flex-direction: column;
        padding: 64px 32px 32px
    }

    .about-us-page .title-block .image-column {
        flex: 0 0 auto;
        width: 100%
    }

    .about-us-page .title-block .text-column h1 {
        font-size: 30px
    }

    .about-us-page .who-we-are .inner {
        grid-template-columns: 1fr;
        padding: 0 32px 32px
    }

    .about-us-page .approach-metrics .three-col {
        grid-template-columns: 1fr 1fr
    }

    .about-us-page .approach-metrics .inner {
        padding: 0 32px
    }

    .about-us-page .team-section .inner {
        padding: 0 32px
    }

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

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

    .about-us-page .title-block .text-column h1 {
        font-size: 30px;
        letter-spacing: -1px
    }

    .about-us-page .who-we-are .inner {
        padding: 0 16px 32px
    }

    .about-us-page .who-we-are .image-row {
        grid-template-columns: 1fr
    }

    .about-us-page .approach-metrics .three-col {
        grid-template-columns: 1fr
    }

    .about-us-page .approach-metrics .inner {
        padding: 0 16px
    }

    .about-us-page .team-section .inner {
        padding: 0 16px
    }

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

    .about-us-page .team-section .bottom-note {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .about-us-page .who-we-are .label-column h2 .first-word {
        font-size: 30px
    }

    .about-us-page .approach-metrics .inner h2 .first-word {
        font-size: 30px
    }

    .about-us-page .team-section .team-heading h2 .first-word {
        font-size: 30px
    }
}

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

    .about-us-page .title-block .text-column .description {
        font-size: 16px
    }

    .about-us-page .approach-metrics {
        padding: 32px 0
    }

    .about-us-page .team-section {
        padding: 32px 0
    }
}

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

.entry .pattern-bg {
    background-image: radial-gradient(circle, #DFAABD 1px, transparent 1px);
    background-size: 24px 24px
}

.entry .title-block {
    max-width: 1366px;
    margin: 0 auto;
    padding: 48px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.entry .title-left {
    position: relative;
    z-index: 1
}

.entry .title-label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.55;
    color: #D154A7;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.entry .title-heading {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1a0d14;
    margin: 0 0 16px
}

.entry .title-heading .dash-word {
    position: relative;
    display: inline-block
}

.entry .title-heading .dash-word::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 3px;
    background: #D154A7;
    vertical-align: middle;
    margin-right: 12px;
    border-radius: 0
}

.entry .title-heading .underline-word {
    position: relative;
    display: inline-block
}

.entry .title-heading .underline-word::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 3px;
    background: #D154A7;
    animation: draw-line .22s cubic-bezier(0.4, 0, 0.6, 1) .4s forwards
}

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

.entry .title-desc {
    font-size: 23px;
    line-height: 1.55;
    color: #3d1a2e;
    margin: 0 0 32px;
    max-width: 480px
}

.entry .title-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #D154A7;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    border-radius: 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .18s ease-out, transform .15s ease-out
}

.entry .title-action::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a03880;
    transition: left .18s ease-out;
    z-index: 0
}

.entry .title-action:hover::before {
    left: 0
}

.entry .title-action:hover {
    transform: scale(1.03)
}

.entry .title-action span {
    position: relative;
    z-index: 1
}

.entry .title-right {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.entry .title-right img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    animation: zoom-settle .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes zoom-settle {
    from {
        transform: scale(1.06)
    }

    to {
        transform: scale(1)
    }
}

.entry .title-right .img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(233deg, #d154a78c 0%, #dfaabd40 45%, transparent 80%);
    border-radius: 20px;
    pointer-events: none
}

.entry .title-dots {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(circle, #DFAABD 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    pointer-events: none;
    z-index: 0
}

.entry .title-dots-br {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 64px;
    height: 64px;
    background-image: radial-gradient(circle, #EFD9E9 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    pointer-events: none;
    z-index: 0
}

.entry .reputation-outer {
    background: linear-gradient(233deg, #EFD9E9 0%, #fff 55%, #DFAABD18 100%);
    padding: 48px 0
}

.entry .reputation-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px
}

.entry .reputation-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1a0d14;
    text-align: center;
    margin: 0 0 8px
}

.entry .reputation-sub {
    font-size: 16px;
    line-height: 1.55;
    color: #6b3a55;
    text-align: center;
    margin: 0 0 32px
}

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

.entry .rep-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: -1px 4px 14px 0 #d154a71c;
    transition: transform .15s ease-out, box-shadow .15s ease-out;
    position: relative
}

.entry .rep-card:hover {
    transform: scale(1.03);
    box-shadow: -1px 12px 36px 0 #d154a71a
}

.entry .rep-card__icon {
    width: 40px;
    height: 40px;
    background: #EFD9E9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.entry .rep-card__icon svg {
    width: 20px;
    height: 20px
}

.entry .rep-card__title {
    font-size: 23px;
    line-height: 1.1;
    color: #1a0d14;
    margin: 0 0 8px
}

.entry .rep-card__body {
    font-size: 16px;
    line-height: 1.55;
    color: #3d1a2e;
    margin: 0
}

.entry .rep-card__label {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 16px;
    color: #D154A7;
    opacity: 0;
    transition: opacity .18s ease-out;
    pointer-events: none;
    white-space: nowrap
}

.entry .rep-card:hover .rep-card__label,
.entry .rep-card:focus-within .rep-card__label {
    opacity: 1
}

.entry .hesitation-outer {
    padding: 48px 0;
    background: #fff
}

.entry .hesitation-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: center
}

.entry .hesitation-image-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 4px 14px 0 #d154a71c
}

.entry .hesitation-image-wrap img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block
}

.entry .hesitation-text {
    padding: 16px 0
}

.entry .hesitation-label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.55;
    color: #D154A7;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.entry .hesitation-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1a0d14;
    margin: 0 0 16px
}

.entry .hesitation-heading .first-word {
    font-size: 48px;
    display: block;
    line-height: 1.1
}

.entry .hesitation-body {
    font-size: 16px;
    line-height: 1.55;
    color: #3d1a2e;
    margin: 0 0 16px
}

.entry .hesitation-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.entry .hesitation-list li {
    font-size: 16px;
    line-height: 1.55;
    color: #3d1a2e;
    padding-left: 20px;
    position: relative
}

.entry .hesitation-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #D154A7
}

.entry .experience-outer {
    background: linear-gradient(233deg, #1a0d14 0%, #3d1a2e 55%, #2a0f20 100%);
    padding: 48px 0
}

.entry .experience-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px
}

.entry .experience-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #EFD9E9;
    text-align: center;
    margin: 0 0 8px
}

.entry .experience-sub {
    font-size: 16px;
    line-height: 1.55;
    color: #DFAABD;
    text-align: center;
    margin: 0 0 32px
}

.entry .experience-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative
}

.entry .experience-track::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 12%;
    right: 12%;
    height: 2px;
    border-top: 2px dashed #dfaabd66;
    pointer-events: none
}

.entry .exp-phase {
    background: #ffffff0d;
    border: 1px solid #dfaabd33;
    border-radius: 20px;
    padding: 32px 16px 16px;
    text-align: center;
    transition: background .18s ease-out, transform .15s ease-out;
    position: relative
}

.entry .exp-phase:hover {
    background: #d154a71f;
    transform: scale(1.04)
}

.entry .exp-phase__number {
    width: 48px;
    height: 48px;
    border-radius: 20px;
    background: #D154A7;
    color: #fff;
    font-size: 23px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-weight: 700
}

.entry .exp-phase__name {
    font-size: 16px;
    line-height: 1.55;
    color: #EFD9E9;
    font-weight: 600;
    margin: 0 0 8px
}

.entry .exp-phase__desc {
    font-size: 16px;
    line-height: 1.55;
    color: #DFAABD;
    margin: 0
}

.entry .exp-phase__tip {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    background: #D154A7;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    padding: 4px 12px;
    border-radius: 20px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease-out
}

.entry .exp-phase:hover .exp-phase__tip,
.entry .exp-phase:focus-within .exp-phase__tip {
    opacity: 1
}

.entry .experience-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 32px
}

.entry .experience-images .exp-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 2px 5px 0 #d154a714
}

.entry .experience-images .exp-img-wrap img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block
}

.entry .longterm-outer {
    padding: 48px 0;
    background: #fff;
    position: relative
}

.entry .longterm-texture {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #EFD9E9 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .45;
    pointer-events: none
}

.entry .longterm-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1
}

.entry .longterm-top {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 32px
}

.entry .longterm-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1a0d14;
    margin: 0 0 16px
}

.entry .longterm-heading .first-word {
    font-size: 48px;
    display: block
}

.entry .longterm-body {
    font-size: 16px;
    line-height: 1.55;
    color: #3d1a2e;
    margin: 0 0 16px
}

.entry .longterm-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 4px 14px 0 #d154a71c
}

.entry .longterm-img-wrap img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block
}

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

.entry .pillar {
    background: linear-gradient(233deg, #EFD9E9 0%, #fff 60%, #DFAABD22 100%);
    border-radius: 20px;
    padding: 32px;
    box-shadow: -1px 2px 5px 0 #d154a714;
    transition: transform .15s ease-out
}

.entry .pillar:hover {
    transform: scale(1.03)
}

.entry .pillar__number {
    font-size: 72px;
    line-height: 1.1;
    color: #EFD9E9;
    font-weight: 700;
    margin: 0 0 8px
}

.entry .pillar__title {
    font-size: 23px;
    line-height: 1.1;
    color: #1a0d14;
    margin: 0 0 8px
}

.entry .pillar__desc {
    font-size: 16px;
    line-height: 1.55;
    color: #3d1a2e;
    margin: 0
}

.entry .audience-outer {
    background: linear-gradient(233deg, #EFD9E9 0%, #DFAABD30 50%, #fff 100%);
    padding: 48px 0
}

.entry .audience-inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.entry .audience-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.entry .audience-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1a0d14;
    margin: 0
}

.entry .audience-heading .first-word {
    font-size: 48px;
    display: block
}

.entry .audience-body {
    font-size: 16px;
    line-height: 1.55;
    color: #3d1a2e;
    margin: 0
}

.entry .audience-fits {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.entry .fit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 20px;
    box-shadow: -1px 2px 5px 0 #d154a714;
    transition: transform .15s ease-out
}

.entry .fit-item:hover {
    transform: scale(1.02)
}

.entry .fit-item__dot {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #D154A7;
    flex-shrink: 0;
    margin-top: 6px
}

.entry .fit-item__text {
    font-size: 16px;
    line-height: 1.55;
    color: #1a0d14;
    margin: 0
}

.entry .audience-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.entry .audience-not-label {
    font-size: 16px;
    line-height: 1.55;
    color: #D154A7;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0
}

.entry .audience-not-body {
    font-size: 16px;
    line-height: 1.55;
    color: #3d1a2e;
    margin: 0
}

.entry .not-fits {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.entry .not-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    background: #ffffffb3;
    border-radius: 20px;
    border: 1px solid #DFAABD;
    transition: transform .15s ease-out
}

.entry .not-item:hover {
    transform: scale(1.02)
}

.entry .not-item__line {
    width: 10px;
    height: 2px;
    background: #DFAABD;
    flex-shrink: 0;
    margin-top: 11px
}

.entry .not-item__text {
    font-size: 16px;
    line-height: 1.55;
    color: #6b3a55;
    margin: 0
}

.entry .audience-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 4px 14px 0 #d154a71c;
    margin-top: 8px
}

.entry .audience-img-wrap img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block
}

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

    .entry .title-heading {
        font-size: 48px
    }

    .entry .reputation-grid {
        grid-template-columns: 1fr 1fr
    }

    .entry .hesitation-inner {
        grid-template-columns: 1fr
    }

    .entry .experience-track {
        grid-template-columns: 1fr 1fr
    }

    .entry .experience-track::before {
        display: none
    }

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

    .entry .longterm-pillars {
        grid-template-columns: 1fr 1fr
    }

    .entry .audience-inner {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .entry .title-heading {
        font-size: 30px
    }

    .entry .reputation-grid {
        grid-template-columns: 1fr
    }

    .entry .experience-track {
        grid-template-columns: 1fr
    }

    .entry .experience-images {
        grid-template-columns: 1fr
    }

    .entry .longterm-pillars {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {

    .entry .title-block,
    .entry .reputation-inner,
    .entry .hesitation-inner,
    .entry .experience-inner,
    .entry .longterm-inner,
    .entry .audience-inner {
        padding: 0 16px
    }

    .entry .title-desc {
        font-size: 16px
    }
}

.entry input,
.entry textarea,
.entry select {
    box-shadow: inset 0 2px 4px 0 #d154a71a !important;
    border: 1px solid #DFAABD !important;
    border-radius: 20px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.55;
    background: #fff;
    color: #1a0d14;
    width: 100%;
    transition: border-color .18s ease-out
}

.entry input::placeholder,
.entry textarea::placeholder {
    color: #DFAABD;
    transition: opacity .18s ease-out
}

.entry input:focus::placeholder,
.entry textarea:focus::placeholder {
    opacity: 0
}

.contact-us-page {
    background: #fff;
    color: #1a1a2e;
    overflow-x: clip
}

.contact-us-page *,
.contact-us-page ::before,
.contact-us-page ::after {
    box-sizing: border-box
}

.contact-us-page .reach-panel {
    max-width: 1366px;
    margin: 0 auto;
    padding: 80px 32px 48px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 48px
}

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

.contact-us-page .reach-image-side {
    flex: 0 0 420px;
    position: relative
}

.contact-us-page .reach-image-frame {
    border: 3px solid #D154A7;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/3;
    width: 100%;
    box-shadow: -1px 12px 36px 0 #d154a71a
}

.contact-us-page .reach-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.6) brightness(1.05)
}

.contact-us-page .reach-dots {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    pointer-events: none
}

.contact-us-page .reach-dots circle {
    fill: #DFAABD;
    opacity: .5
}

.contact-us-page .reach-label {
    font-size: 16px;
    line-height: 1.55;
    color: #D154A7;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.contact-us-page .reach-heading {
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #1a1a2e;
    margin: 0 0 16px
}

.contact-us-page .reach-heading .accent-word {
    display: inline-block;
    position: relative
}

.contact-us-page .reach-heading .accent-word::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 3px;
    background: #D154A7;
    border-radius: 0;
    animation: underline-draw .22s cubic-bezier(0.4, 0, 0.6, 1) .4s forwards
}

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

.contact-us-page .reach-sub {
    font-size: 23px;
    line-height: 1.55;
    color: #3d2e45;
    margin: 0 0 32px;
    max-width: 480px
}

.contact-us-page .reach-action-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    background: #D154A7;
    border-radius: 20px;
    padding: 12px 32px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .18s ease-out, box-shadow .18s ease-out;
    box-shadow: -1px 4px 14px 0 #d154a71c
}

.contact-us-page .reach-action-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #a83d84;
    transition: left .18s ease-out;
    z-index: 0
}

.contact-us-page .reach-action-link:hover::before {
    left: 0
}

.contact-us-page .reach-action-link:hover {
    box-shadow: -1px 12px 36px 0 #d154a71a;
    color: #fff
}

.contact-us-page .reach-action-link span {
    position: relative;
    z-index: 1
}

.contact-us-page .reach-arrow-deco {
    display: block;
    margin: 32px 0 0;
    opacity: .35
}

.contact-us-page .details-band {
    background: linear-gradient(233deg, #EFD9E9 0%, #DFAABD 38%, #fff 100%);
    padding: 48px 32px
}

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

.contact-us-page .detail-card {
    flex: 1 1 0;
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: -1px 4px 14px 0 #d154a71c;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 4px solid #D154A7;
    transition: transform .16s ease-out, box-shadow .16s ease-out
}

.contact-us-page .detail-card:hover {
    transform: scale(1.03);
    box-shadow: -1px 12px 36px 0 #d154a71a
}

.contact-us-page .detail-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.contact-us-page .detail-card-icon svg {
    width: 28px;
    height: 28px
}

.contact-us-page .detail-card-label {
    font-size: 16px;
    line-height: 1.55;
    color: #D154A7;
    letter-spacing: .06em;
    text-transform: uppercase
}

.contact-us-page .detail-card-value {
    font-size: 16px;
    line-height: 1.55;
    color: #1a1a2e;
    text-decoration: none;
    transition: transform .14s ease-out;
    display: inline-block
}

.contact-us-page .detail-card-value:hover {
    transform: scale(1.04);
    color: #D154A7
}

.contact-us-page .detail-card-note {
    font-size: 16px;
    line-height: 1.55;
    color: #5c4a65
}

.contact-us-page .progress-ring-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-top: 8px
}

.contact-us-page .ring-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.contact-us-page .ring-label {
    font-size: 16px;
    line-height: 1.55;
    color: #5c4a65
}

.contact-us-page .ring-svg {
    width: 64px;
    height: 64px
}

.contact-us-page .ring-track {
    fill: none;
    stroke: #EFD9E9;
    stroke-width: 6
}

.contact-us-page .ring-fill {
    fill: none;
    stroke: #D154A7;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 163;
    stroke-dashoffset: 163;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: ring-progress .22s cubic-bezier(0.4, 0, 0.6, 1) .5s forwards
}

.contact-us-page .ring-fill.partial-78 {
    animation-name: ring-78
}

.contact-us-page .ring-fill.partial-91 {
    animation-name: ring-91
}

.contact-us-page .ring-fill.partial-64 {
    animation-name: ring-64
}

@keyframes ring-78 {
    to {
        stroke-dashoffset: calc(163 - 163 * 0.78)
    }
}

@keyframes ring-91 {
    to {
        stroke-dashoffset: calc(163 - 163 * 0.91)
    }
}

@keyframes ring-64 {
    to {
        stroke-dashoffset: calc(163 - 163 * 0.64)
    }
}

.contact-us-page .ring-pct {
    font-size: 16px;
    line-height: 1.1;
    color: #1a1a2e;
    font-weight: 700;
    text-anchor: middle;
    dominant-baseline: middle
}

.contact-us-page .form-area {
    max-width: 1366px;
    margin: 0 auto;
    padding: 48px 32px 80px
}

.contact-us-page .form-area-heading {
    font-size: 30px;
    line-height: 1.1;
    color: #1a1a2e;
    text-align: center;
    margin: 0 0 8px;
    letter-spacing: -.02em
}

.contact-us-page .form-area-sub {
    font-size: 16px;
    line-height: 1.55;
    color: #5c4a65;
    text-align: center;
    margin: 0 0 48px
}

.contact-us-page .contact-form {
    max-width: 680px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 48px;
    box-shadow: -1px 12px 36px 0 #d154a71a;
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

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

.contact-us-page .field-label {
    font-size: 16px;
    line-height: 1.55;
    color: #3d2e45
}

.contact-us-page .field-input {
    border: 2px solid #DFAABD;
    border-radius: 20px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.55;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    box-shadow: inset -1px 2px 4px 0 #d154a714;
    transition: border-color .16s ease-out, box-shadow .16s ease-out;
    width: 100%
}

.contact-us-page .field-input::placeholder {
    color: #DFAABD;
    transition: opacity .18s ease-out
}

.contact-us-page .field-input:focus::placeholder {
    opacity: 0
}

.contact-us-page .field-input:focus {
    border-color: #D154A7;
    box-shadow: inset -1px 2px 4px 0 #d154a71c -1px 2px 5px 0 #d154a714
}

.contact-us-page .field-select {
    border: 2px solid #DFAABD;
    border-radius: 20px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.55;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    box-shadow: inset -1px 2px 4px 0 #d154a714;
    transition: border-color .16s ease-out;
    width: 100%;
    appearance: none;
    cursor: pointer
}

.contact-us-page .field-select:focus {
    border-color: #D154A7
}

.contact-us-page .select-wrap {
    position: relative
}

.contact-us-page .select-wrap::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #D154A7;
    pointer-events: none
}

.contact-us-page .field-textarea {
    border: 2px solid #DFAABD;
    border-radius: 20px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.55;
    color: #1a1a2e;
    background: #fff;
    outline: none;
    box-shadow: inset -1px 2px 4px 0 #d154a714;
    transition: border-color .16s ease-out, box-shadow .16s ease-out;
    width: 100%;
    resize: vertical;
    min-height: 120px
}

.contact-us-page .field-textarea::placeholder {
    color: #DFAABD;
    transition: opacity .18s ease-out
}

.contact-us-page .field-textarea:focus::placeholder {
    opacity: 0
}

.contact-us-page .field-textarea:focus {
    border-color: #D154A7;
    box-shadow: inset -1px 2px 4px 0 #d154a71c
}

.contact-us-page .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #EFD9E9;
    border-radius: 20px
}

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

.contact-us-page .privacy-text {
    font-size: 16px;
    line-height: 1.55;
    color: #3d2e45
}

.contact-us-page .privacy-text a {
    color: #D154A7;
    text-decoration: underline;
    transition: transform .14s ease-out;
    display: inline-block
}

.contact-us-page .privacy-text a:hover {
    transform: scale(1.04)
}

.contact-us-page .submit-button {
    background: #D154A7;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.55;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .18s ease-out, box-shadow .18s ease-out;
    box-shadow: -1px 4px 14px 0 #d154a71c;
    align-self: flex-start
}

.contact-us-page .submit-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #a83d84;
    transition: left .18s ease-out;
    z-index: 0
}

.contact-us-page .submit-button:hover::before {
    left: 0
}

.contact-us-page .submit-button:hover {
    box-shadow: -1px 12px 36px 0 #d154a71a
}

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

.contact-us-page .submit-button span {
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    .contact-us-page .reach-panel {
        flex-direction: column;
        padding: 48px 32px 32px
    }

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

    .contact-us-page .reach-heading {
        font-size: 48px
    }

    .contact-us-page .details-band-inner {
        flex-direction: column
    }

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

@media (max-width: 768px) {
    .contact-us-page .reach-heading {
        font-size: 30px
    }

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

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

    .contact-us-page .progress-ring-group {
        flex-wrap: wrap
    }

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

@media (max-width: 480px) {
    .contact-us-page .reach-panel {
        padding: 32px 16px 16px
    }

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

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

.success-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    background: linear-gradient(233deg, #EFD9E9 0%, #fff 45%, #DFAABD 100%)
}

.success-page .confirmation-card {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 48px 48px 32px;
    box-shadow: -1px 12px 36px 0 #d154a71a;
    text-align: center
}

.success-page .icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: #EFD9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px
}

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

.success-page .confirmation-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b1b;
    margin: 0 0 16px
}

.success-page .confirmation-body {
    font-size: 16px;
    line-height: 1.55;
    color: #3a2a35;
    margin: 0 0 32px
}

.success-page .return-link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.55;
    color: #fff;
    background: #D154A7;
    padding: 12px 32px;
    border-radius: 20px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: box-shadow .18s ease-out, transform .15s cubic-bezier(0.4, 0, 0.6, 1);
    box-shadow: -1px 4px 14px 0 #d154a71c
}

.success-page .return-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #b8409a;
    transform: translateX(-100%);
    transition: transform .18s ease-out;
    border-radius: 20px;
    z-index: 0
}

.success-page .return-link:hover::before {
    transform: translateX(0)
}

.success-page .return-link:hover {
    transform: scale(1.04);
    box-shadow: -1px 12px 36px 0 #d154a71a
}

.success-page .return-link:focus-visible {
    outline: 2px solid #D154A7;
    outline-offset: 4px
}

.success-page .return-link span {
    position: relative;
    z-index: 1
}

.success-page .divider-line {
    width: 48px;
    height: 2px;
    background: #DFAABD;
    border-radius: 0;
    margin: 32px auto
}

.success-page .note-text {
    font-size: 16px;
    line-height: 1.55;
    color: #7a5a6e;
    margin: 0
}

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