html {
    scroll-behavior: auto;
    margin: 0;
    padding: 0
}

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

:focus {
    outline: none;
    border-bottom: 4px solid #9D4D85
}

.top-bar {
    background: #9D4D85;
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px
}

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

.top-bar__item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #EEDAE8;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.top-bar__item:hover {
    color: #fff
}

.top-bar__item .wi {
    font-size: 14px;
    color: #D7BED8
}

.top-bar__divider {
    width: 1px;
    height: 16px;
    background: #d7bed866
}

.site-header {
    background: #fff;
    box-shadow: 0 5px 14px -1px #9d4d851a;
    position: relative
}

.header-body {
    max-width: 1024px;
    margin: 0 auto;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

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

.brand__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 56px;
    background: #fff;
    border: 2px solid #D7BED8;
    border-radius: 8px;
    box-shadow: 0 2px 4px -1px #9d4d8512 0 5px 14px -1px #9d4d851a;
    overflow: hidden;
    padding: 4px
}

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

.brand__name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.1;
    color: #2a1220;
    letter-spacing: 0
}

.brand__tagline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    line-height: 1.3;
    color: #9D4D85;
    font-style: italic;
    margin-top: 4px
}

.primary-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    flex: 1
}

.primary-nav__link {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #2a1220;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: background .42s cubic-bezier(0.34, 1.2, 0.64, 1), color .42s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .42s cubic-bezier(0.34, 1.2, 0.64, 1);
    white-space: nowrap
}

.primary-nav__link:hover {
    background: #EEDAE8;
    color: #9D4D85;
    border-color: #D7BED8
}

.primary-nav__link.active {
    background: #9D4D85;
    color: #fff;
    border-color: #9D4D85
}

.header-action {
    flex-shrink: 0
}

.join-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.3;
    color: #fff;
    background: #9D4D85;
    border: none;
    border-radius: 48px;
    padding: 16px 40px;
    text-decoration: none;
    box-shadow: 0 5px 14px -1px #9d4d851a;
    cursor: pointer;
    transition: background .35s ease-in-out, box-shadow .35s ease-in-out;
    overflow: hidden
}

.join-btn .wi {
    font-size: 17px;
    transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.join-btn:hover {
    background: #7a3a66;
    box-shadow: 0 10px 52px -1px #9d4d8521
}

.join-btn:hover .wi {
    transform: translateX(4px)
}

.header-accent {
    height: 4px;
    background: linear-gradient(90deg, #9D4D85 0%, #D7BED8 60%, #EEDAE8 100%)
}

.site-footer {
    background: #EEDAE8
}

.footer-upper {
    background: #D7BED8;
    padding: 40px
}

.footer-upper__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap
}

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

.footer-brand__row {
    display: flex;
    align-items: center;
    gap: 16px
}

.footer-brand__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 56px;
    background: #fff;
    border: 2px solid #9D4D85;
    border-radius: 8px;
    box-shadow: 0 2px 4px -1px #9d4d8512;
    overflow: hidden;
    padding: 4px;
    flex-shrink: 0
}

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

.footer-brand__name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.1;
    color: #2a1220
}

.footer-address {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    line-height: 1.7;
    color: #4a2040;
    font-style: normal
}

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

.footer-contacts__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #4a2040;
    text-decoration: none;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.footer-contacts__link .wi {
    font-size: 14px;
    color: #9D4D85
}

.footer-contacts__link:hover {
    color: #9D4D85
}

.footer-lower {
    background: #EEDAE8;
    padding: 40px
}

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

.footer-copy {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #4a2040
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.footer-legal__link {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    color: #9D4D85;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .36s ease-in-out
}

.footer-legal__link:hover {
    color: #2a1220
}

.footer-legal__sep {
    width: 4px;
    height: 4px;
    border-radius: 48px;
    background: #9D4D85;
    opacity: .5
}

.consent-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: #2a1220;
    box-shadow: 0 5px 14px -1px #9d4d8521;
    z-index: 8000;
    padding: 16px 40px;
    box-sizing: border-box
}

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

.consent-bar__msg {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    line-height: 1.7;
    color: #EEDAE8;
    flex: 1
}

.consent-bar__msg a {
    color: #D7BED8;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .35s ease-in-out
}

.consent-bar__msg a:hover {
    color: #fff
}

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

.consent-btn {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 14px;
    line-height: 1.5;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 8px;
    border-radius: 8px;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), background .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.consent-btn.accept {
    color: #EEDAE8
}

.consent-btn.accept:hover {
    color: #fff;
    background: #9d4d854d
}

.consent-btn.decline {
    color: #D7BED8
}

.consent-btn.decline:hover {
    color: #EEDAE8;
    background: #d7bed826
}

@media (max-width: 768px) {
    .top-bar {
        padding: 8px 16px;
        gap: 16px
    }

    .header-body {
        padding: 16px;
        flex-wrap: wrap;
        gap: 16px
    }

    .primary-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start
    }

    .header-action {
        order: 2
    }

    .footer-upper {
        padding: 40px 16px
    }

    .footer-lower {
        padding: 40px 16px
    }

    .footer-lower__inner {
        flex-direction: column;
        align-items: flex-start
    }

    .consent-bar {
        padding: 16px
    }

    .consent-bar__inner {
        flex-direction: column;
        gap: 16px
    }
}

@media (max-width: 480px) {
    .top-bar__contact {
        gap: 8px
    }

    .top-bar__divider {
        display: none
    }

    .join-btn {
        padding: 16px
    }

    .primary-nav__link {
        padding: 8px
    }
}

@media (min-width: 1280px) {
    .header-body {
        padding: 16px 80px
    }

    .top-bar {
        padding: 8px 80px
    }

    .footer-upper {
        padding: 80px
    }

    .footer-lower {
        padding: 40px 80px
    }
}

.policy-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 80px 40px
}

.policy-wrapper h1 {
    font-size: 48px;
    line-height: 1.1;
    color: #9D4D85;
    margin-bottom: 40px;
    padding-bottom: 16px;
    border-bottom: 2px solid #EEDAE8
}

.policy-wrapper h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #2d1a27;
    margin-top: 80px;
    margin-bottom: 16px
}

.policy-wrapper h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #3a2233;
    margin-top: 40px;
    margin-bottom: 16px
}

.policy-wrapper h4 {
    font-size: 17px;
    line-height: 1.5;
    color: #3a2233;
    margin-top: 40px;
    margin-bottom: 8px
}

.policy-wrapper h5 {
    font-size: 17px;
    line-height: 1.5;
    color: #4a2e40;
    margin-top: 16px;
    margin-bottom: 8px
}

.policy-wrapper h6 {
    font-size: 14px;
    line-height: 1.5;
    color: #4a2e40;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.policy-wrapper p {
    font-size: 17px;
    line-height: 1.7;
    color: #2d1a27;
    margin-bottom: 16px
}

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

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

.policy-wrapper ul li {
    font-size: 17px;
    line-height: 1.7;
    color: #2d1a27;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative
}

.policy-wrapper ul li::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background-color: #9D4D85
}

.policy-wrapper ol li {
    font-size: 17px;
    line-height: 1.7;
    color: #2d1a27;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
    counter-increment: policy-counter
}

.policy-wrapper ol li::before {
    content: counter(policy-counter) ".";
    position: absolute;
    left: -24px;
    top: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #9D4D85;
    font-weight: 600
}

.policy-wrapper ul ul,
.policy-wrapper ol ol,
.policy-wrapper ul ol,
.policy-wrapper ol ul {
    margin: 8px 0;
    padding-left: 16px
}

.policy-wrapper strong,
.policy-wrapper b {
    font-weight: 700;
    color: #2d1a27
}

.policy-wrapper a {
    color: #9D4D85;
    text-decoration: underline;
    text-decoration-color: #D7BED8;
    text-underline-offset: 3px;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), text-decoration-color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.policy-wrapper a:hover {
    color: #7a3a68;
    text-decoration-color: #9D4D85
}

.policy-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 17px;
    line-height: 1.5;
    box-shadow: 0 5px 14px -1px #9d4d851a;
    border-radius: 8px;
    overflow: hidden
}

.policy-wrapper thead {
    background-color: #9D4D85
}

.policy-wrapper thead th {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    padding: 16px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .05em
}

.policy-wrapper tbody tr {
    border-bottom: 1px solid #EEDAE8;
    transition: background-color .35s ease-in-out
}

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

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

.policy-wrapper tbody tr:hover {
    background-color: #EEDAE8
}

.policy-wrapper td {
    color: #2d1a27;
    padding: 16px;
    font-size: 17px;
    line-height: 1.5;
    vertical-align: top
}

.policy-wrapper th {
    padding: 16px;
    vertical-align: middle
}

@media (max-width: 768px) {
    .policy-wrapper {
        padding: 40px 16px
    }

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

    .policy-wrapper h2 {
        font-size: 20px;
        margin-top: 40px
    }

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

    .policy-wrapper table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 480px) {
    .policy-wrapper {
        padding: 40px 16px
    }

    .policy-wrapper h1 {
        font-size: 36px;
        line-height: 1.1
    }

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

    .policy-wrapper td,
    .policy-wrapper th {
        padding: 8px;
        font-size: 14px
    }

    .policy-wrapper thead th {
        font-size: 14px
    }
}

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

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

.mcd .pg-wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px
}

@keyframes mcd-appear {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

    to {
        transform: rotate(360deg)
    }
}

@keyframes mcd-underline-in {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.mcd .geo-bg {
    position: absolute;
    border-radius: 48px;
    opacity: .04;
    background: #9D4D85;
    pointer-events: none;
    z-index: 0
}

.mcd .geo-circle-1 {
    width: 320px;
    height: 320px;
    border-radius: 48px;
    top: -60px;
    right: -80px;
    animation: mcd-rotate 28s linear infinite
}

.mcd .geo-circle-2 {
    width: 180px;
    height: 180px;
    top: 40px;
    left: 10%;
    opacity: .03;
    background: #9D4D85;
    border-radius: 48px;
    pointer-events: none;
    position: absolute
}

.mcd .dot-scatter {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.mcd .dot-scatter span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 48px;
    background: #9D4D85;
    opacity: .08
}

.mcd .dot-scatter span:nth-child(1) {
    top: 12%;
    left: 8%
}

.mcd .dot-scatter span:nth-child(2) {
    top: 28%;
    left: 22%
}

.mcd .dot-scatter span:nth-child(3) {
    top: 55%;
    left: 5%
}

.mcd .dot-scatter span:nth-child(4) {
    top: 70%;
    left: 35%
}

.mcd .dot-scatter span:nth-child(5) {
    top: 18%;
    left: 65%
}

.mcd .dot-scatter span:nth-child(6) {
    top: 82%;
    left: 78%
}

.mcd .dot-scatter span:nth-child(7) {
    top: 40%;
    left: 88%
}

.mcd .dot-scatter span:nth-child(8) {
    top: 6%;
    left: 48%
}

.mcd .hero-band {
    position: relative;
    padding: 80px 0;
    background: #fff;
    animation: mcd-appear .45s ease-in-out both
}

.mcd .hero-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1
}

.mcd .hero-text {
    flex: 1 1 0;
    min-width: 0
}

.mcd .hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EEDAE8;
    color: #9D4D85;
    font-size: 14px;
    line-height: 1.3;
    padding: 4px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    font-style: italic
}

.mcd .hero-h1 {
    font-size: 48px;
    line-height: 1.1;
    color: #1b0e17;
    margin: 0 0 16px;
    position: relative;
    display: inline-block
}

.mcd .hero-h1::after {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    width: 0;
    animation: mcd-underline-in .42s cubic-bezier(0.34, 1.2, 0.64, 1) .3s forwards
}

.mcd .hero-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #3a2030;
    margin: 0 0 16px;
    max-width: 540px
}

.mcd .hero-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px
}

.mcd .meta-chip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.3;
    color: #5a3048;
    background: #EEDAE8;
    border-radius: 8px;
    padding: 4px 16px
}

.mcd .meta-chip i {
    color: #9D4D85;
    font-size: 14px
}

.mcd .hero-card {
    flex: 0 0 300px;
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 52px -1px #9d4d8521;
    position: relative
}

.mcd .hero-img {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px
}

.mcd .hero-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #9d4d858c 0%, transparent 60%);
    border-radius: 8px;
    pointer-events: none
}

.mcd .price-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    box-shadow: 0 5px 14px -1px #9d4d851a;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.mcd .price-val {
    font-size: 20px;
    line-height: 1.1;
    color: #9D4D85;
    font-style: italic
}

.mcd .price-note {
    font-size: 14px;
    line-height: 1.3;
    color: #5a3048
}

.mcd .divider-radial {
    height: 2px;
    background: radial-gradient(ellipse at center, #D7BED8 0%, transparent 70%);
    border: none;
    margin: 0
}

.mcd .program-band {
    position: relative;
    padding: 80px 0 40px;
    background: #fdf6fb
}

.mcd .program-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.mcd .prog-aside {
    flex: 0 0 220px;
    width: 220px
}

.mcd .prog-aside-label {
    font-size: 14px;
    line-height: 1.3;
    color: #9D4D85;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 8px
}

.mcd .prog-aside-h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #1b0e17;
    margin: 0 0 16px;
    position: relative;
    display: inline-block
}

.mcd .prog-aside-h2::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    width: 0;
    transition: width .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mcd .prog-aside-h2:hover::after {
    width: 100%
}

.mcd .prog-aside p {
    font-size: 14px;
    line-height: 1.5;
    color: #5a3048;
    margin: 0
}

.mcd .prog-body {
    flex: 1 1 0;
    min-width: 0
}

.mcd .prog-body h2 {
    font-size: 20px;
    line-height: 1.3;
    color: #1b0e17;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.mcd .prog-body h2::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    width: 0;
    transition: width .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mcd .prog-body h2:hover::after {
    width: 100%
}

.mcd .prog-body p {
    font-size: 17px;
    line-height: 1.7;
    color: #3a2030;
    margin: 0 0 16px
}

.mcd .prog-body em {
    color: #9D4D85;
    font-style: italic
}

.mcd .prog-body small {
    font-size: 14px;
    line-height: 1.3;
    color: #7a5068
}

.mcd .prog-body ul {
    list-style: decimal;
    padding-left: 16px;
    margin: 0 0 16px
}

.mcd .prog-body li {
    font-size: 17px;
    line-height: 1.7;
    color: #3a2030;
    margin-bottom: 8px
}

.mcd .prog-body blockquote {
    border-left: 3px solid #9D4D85;
    border-top: 1px solid #D7BED8;
    border-bottom: 1px solid #D7BED8;
    margin: 16px 0;
    padding: 16px;
    background: #EEDAE8;
    border-radius: 8px;
    font-size: 17px;
    line-height: 1.5;
    color: #3a2030;
    font-style: italic
}

.mcd .prog-body figure {
    margin: 16px 0
}

.mcd .prog-body figcaption {
    font-size: 14px;
    line-height: 1.3;
    color: #7a5068;
    margin-top: 8px
}

.mcd .prog-body details {
    border: 1px solid #D7BED8;
    border-radius: 8px;
    padding: 8px 16px;
    margin-bottom: 8px;
    background: #fff
}

.mcd .prog-body summary {
    font-size: 17px;
    line-height: 1.5;
    color: #1b0e17;
    cursor: pointer;
    padding: 4px 0
}

.mcd .prog-body summary:focus {
    outline: 2px solid #9D4D85;
    outline-offset: 2px;
    border-radius: 4px
}

.mcd .divider-line {
    height: 1px;
    background: linear-gradient(to right, transparent, #D7BED8 40%, transparent);
    border: none;
    margin: 0
}

.mcd .desc-band {
    position: relative;
    padding: 80px 0;
    background: #fff
}

.mcd .desc-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start
}

.mcd .desc-col-narrow {
    position: sticky;
    top: 40px
}

.mcd .desc-eyebrow {
    font-size: 14px;
    line-height: 1.3;
    color: #9D4D85;
    font-style: italic;
    margin-bottom: 8px
}

.mcd .desc-h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #1b0e17;
    margin: 0 0 16px;
    position: relative;
    display: inline-block
}

.mcd .desc-h2::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    width: 0;
    transition: width .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mcd .desc-h2:hover::after {
    width: 100%
}

.mcd .desc-col-narrow p {
    font-size: 14px;
    line-height: 1.5;
    color: #5a3048;
    margin: 0 0 16px
}

.mcd .enroll-box {
    background: linear-gradient(to left, #EEDAE8, #fff);
    border: 1px solid #D7BED8;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 5px 14px -1px #9d4d851a
}

.mcd .enroll-price-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px
}

.mcd .enroll-price-big {
    font-size: 36px;
    line-height: 1.1;
    color: #9D4D85;
    font-style: italic
}

.mcd .enroll-price-desc {
    font-size: 14px;
    line-height: 1.3;
    color: #5a3048
}

.mcd .enroll-note {
    font-size: 14px;
    line-height: 1.5;
    color: #7a5068;
    margin: 0 0 16px
}

.mcd .seats-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px
}

.mcd .seats-count {
    font-size: 20px;
    line-height: 1.1;
    color: #9D4D85;
    font-style: italic
}

.mcd .seats-label {
    font-size: 14px;
    line-height: 1.3;
    color: #5a3048
}

.mcd .btn-enroll {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #9D4D85;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    padding: 16px 40px;
    border-radius: 48px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 14px -1px #9d4d8521;
    transition: background .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out;
    width: 100%;
    justify-content: center
}

.mcd .btn-enroll:hover {
    background: #7a3a66;
    box-shadow: 0 10px 52px -1px #9d4d8533
}

.mcd .btn-enroll:focus {
    outline: 2px solid #9D4D85;
    outline-offset: 3px
}

.mcd .btn-enroll:hover .btn-icon {
    transform: translateX(4px);
    transition: transform .32s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mcd .btn-icon {
    display: inline-block;
    transition: transform .32s ease-in-out
}

.mcd .desc-col-wide {
    min-width: 0
}

.mcd .desc-col-wide h2 {
    font-size: 20px;
    line-height: 1.3;
    color: #1b0e17;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.mcd .desc-col-wide h2::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    width: 0;
    transition: width .36s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mcd .desc-col-wide h2:hover::after {
    width: 100%
}

.mcd .desc-col-wide p {
    font-size: 17px;
    line-height: 1.7;
    color: #3a2030;
    margin: 0 0 16px
}

.mcd .desc-col-wide em {
    color: #9D4D85;
    font-style: italic
}

.mcd .desc-col-wide small {
    font-size: 14px;
    line-height: 1.3;
    color: #7a5068
}

.mcd .desc-col-wide ul {
    list-style: decimal;
    padding-left: 16px;
    margin: 0 0 16px
}

.mcd .desc-col-wide li {
    font-size: 17px;
    line-height: 1.7;
    color: #3a2030;
    margin-bottom: 8px
}

.mcd .desc-col-wide blockquote {
    border-left: 3px solid #9D4D85;
    border-top: 1px solid #D7BED8;
    border-bottom: 1px solid #D7BED8;
    margin: 16px 0;
    padding: 16px;
    background: #EEDAE8;
    border-radius: 8px;
    font-size: 17px;
    line-height: 1.5;
    color: #3a2030;
    font-style: italic
}

.mcd .desc-col-wide abbr {
    text-decoration: underline dotted #9D4D85;
    cursor: help;
    color: #9D4D85
}

.mcd .desc-col-wide figure {
    margin: 16px 0
}

.mcd .desc-col-wide figcaption {
    font-size: 14px;
    line-height: 1.3;
    color: #7a5068;
    margin-top: 8px
}

.mcd .poll-band {
    background: #fdf6fb;
    padding: 40px 0
}

.mcd .poll-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px
}

.mcd .poll-card {
    background: #fff;
    border: 1px solid #D7BED8;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 2px 4px -1px #9d4d8512;
    max-width: 620px
}

.mcd .poll-h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #1b0e17;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.mcd .poll-h3::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    width: 0;
    animation: mcd-underline-in .38s cubic-bezier(0.34, 1.2, 0.64, 1) .5s forwards
}

.mcd .poll-sub {
    font-size: 14px;
    line-height: 1.5;
    color: #7a5068;
    margin: 0 0 16px
}

.mcd .poll-options {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.mcd .poll-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.mcd .poll-opt input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #D7BED8;
    border-radius: 48px;
    cursor: pointer;
    flex-shrink: 0;
    background: #fff;
    transition: border-color .32s ease-in-out, background .32s ease-in-out, box-shadow .32s ease-in-out;
    position: relative
}

.mcd .poll-opt input[type="radio"]:checked {
    border-color: #9D4D85;
    background: #9D4D85;
    box-shadow: inset 0 0 0 4px #fff
}

.mcd .poll-opt input[type="radio"]:focus {
    outline: 2px solid #9D4D85;
    outline-offset: 2px
}

.mcd .poll-opt label {
    font-size: 17px;
    line-height: 1.5;
    color: #3a2030;
    cursor: pointer;
    transition: color .32s ease-in-out
}

.mcd .poll-opt input[type="radio"]:checked+label {
    color: #9D4D85;
    font-style: italic
}

@media (max-width: 768px) {
    .mcd .hero-inner {
        flex-direction: column;
        gap: 16px
    }

    .mcd .hero-card {
        flex: unset;
        width: 100%
    }

    .mcd .hero-h1 {
        font-size: 36px
    }

    .mcd .program-inner {
        flex-direction: column;
        gap: 16px
    }

    .mcd .prog-aside {
        flex: unset;
        width: 100%
    }

    .mcd .desc-inner {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .mcd .desc-col-narrow {
        position: static
    }

    .mcd .poll-card {
        padding: 16px
    }
}

@media (max-width: 480px) {
    .mcd .hero-band {
        padding: 40px 0
    }

    .mcd .hero-h1 {
        font-size: 36px
    }

    .mcd .program-band {
        padding: 40px 0 16px
    }

    .mcd .desc-band {
        padding: 40px 0
    }

    .mcd .hero-meta {
        gap: 8px
    }

    .mcd .prog-aside-h2 {
        font-size: 20px
    }

    .mcd .desc-h2 {
        font-size: 20px
    }

    .mcd .enroll-price-big {
        font-size: 20px
    }
}

@media (min-width: 1280px) {
    .mcd .hero-card {
        flex: 0 0 340px;
        width: 340px
    }
}

@media print {

    .mcd .geo-bg,
    .mcd .dot-scatter,
    .mcd .geo-circle-1,
    .mcd .geo-circle-2 {
        display: none
    }

    .mcd .hero-band,
    .mcd .program-band,
    .mcd .desc-band,
    .mcd .poll-band {
        padding: 16px 0;
        background: #fff
    }

    .mcd .hero-inner,
    .mcd .program-inner,
    .mcd .desc-inner {
        display: block
    }

    .mcd .hero-card {
        width: 200px;
        float: right;
        margin-left: 16px
    }

    .mcd .btn-enroll {
        display: none
    }

    .mcd .poll-band {
        display: none
    }

    .mcd .enroll-box {
        border: 1px solid #9D4D85;
        box-shadow: none;
        background: #fff
    }

    .mcd .price-badge {
        position: static;
        box-shadow: none
    }

    .mcd .prog-aside {
        width: 100%;
        margin-bottom: 16px
    }

    .mcd .desc-col-narrow {
        margin-bottom: 16px
    }

    .mcd * {
        box-shadow: none
    }

    .mcd .hero-img-overlay {
        display: none
    }
}

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

.lp-pg .lp-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 40px
}

.lp-pg .divider-num {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 40px 0;
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px
}

.lp-pg .divider-num::before,
.lp-pg .divider-num::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #D7BED8
}

.lp-pg .divider-num span {
    font-size: 14px;
    color: #9D4D85;
    font-style: italic;
    flex-shrink: 0
}

.lp-pg .lp-title-block {
    padding: 80px 0 40px;
    position: relative
}

.lp-pg .lp-title-block .lp-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    min-height: 420px
}

.lp-pg .title-img-wrap {
    width: 220px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.lp-pg .title-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7) brightness(0.88) contrast(1.08);
    transition: filter .38s ease-in-out
}

.lp-pg .title-img-wrap:hover img {
    filter: saturate(0.85) brightness(0.92) contrast(1.05)
}

.lp-pg .title-img-deco {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #9d4d852e 0%, #d7bed814 100%);
    pointer-events: none;
    border-radius: 8px
}

.lp-pg .title-portrait-wrap {
    width: 200px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    align-self: flex-end;
    height: 280px
}

.lp-pg .title-portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.65) brightness(0.85) contrast(1.1)
}

.lp-pg .title-portrait-deco {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, #9d4d8538 100%);
    pointer-events: none
}

.lp-pg .title-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0
}

.lp-pg .title-text h1 {
    font-size: 48px;
    line-height: 1.1;
    color: #1e1224;
    margin: 0 0 16px;
    position: relative;
    display: inline-block
}

.lp-pg .title-text h1::after {
    content: "";
    display: block;
    height: 3px;
    width: 0;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    margin-top: 8px;
    animation: underline-draw .42s cubic-bezier(0.34, 1.2, 0.64, 1) .2s forwards
}

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

.lp-pg .title-quote {
    font-size: 20px;
    line-height: 1.5;
    color: #4a3050;
    font-style: italic;
    border-left: 3px solid #9D4D85;
    padding-left: 16px;
    margin: 0
}

.lp-pg .lp-program-block {
    background: #fff;
    padding: 80px 0;
    position: relative
}

.lp-pg .lp-program-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, #eedae861 0%, transparent 70%);
    pointer-events: none
}

.lp-pg .program-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start
}

.lp-pg .program-aside {
    position: relative
}

.lp-pg .program-aside-bar {
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, #9D4D85, #EEDAE8);
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0
}

.lp-pg .program-aside-text {
    padding-left: 16px
}

.lp-pg .program-aside h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #1e1224;
    margin: 0 0 16px;
    position: relative;
    display: inline-block
}

.lp-pg .program-aside h2::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    margin-top: 8px;
    animation: underline-draw .45s cubic-bezier(0.34, 1.2, 0.64, 1) .35s forwards
}

.lp-pg .program-aside p {
    font-size: 17px;
    line-height: 1.7;
    color: #3a2644;
    margin: 0 0 16px
}

.lp-pg .program-aside p em {
    color: #9D4D85;
    font-style: italic
}

.lp-pg .program-modules {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp-pg .module-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 5px 14px -1px #9d4d851a;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    transition: box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1), transform .35s cubic-bezier(0.34, 1.2, 0.64, 1);
    animation: bounce-in .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.lp-pg .module-card:nth-child(1) {
    animation-delay: .05s
}

.lp-pg .module-card:nth-child(2) {
    animation-delay: .12s
}

.lp-pg .module-card:nth-child(3) {
    animation-delay: .19s
}

.lp-pg .module-card:nth-child(4) {
    animation-delay: .26s
}

.lp-pg .module-card:nth-child(5) {
    animation-delay: .33s
}

@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: translateY(18px)
    }

    70% {
        opacity: 1;
        transform: translateY(-4px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.lp-pg .module-card:hover {
    box-shadow: 0 10px 52px -1px #9d4d8521;
    transform: translateY(-2px)
}

.lp-pg .module-num {
    font-size: 36px;
    line-height: 1.1;
    color: #EEDAE8;
    font-weight: 700;
    flex-shrink: 0;
    width: 48px;
    text-align: right;
    padding-top: 4px
}

.lp-pg .module-body {
    flex: 1
}

.lp-pg .module-body h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #1e1224;
    margin: 0 0 8px;
    position: relative;
    display: inline-block
}

.lp-pg .module-body h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #9D4D85;
    border-radius: 8px;
    margin-top: 4px;
    transition: width .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.lp-pg .module-card:hover .module-body h4::after {
    width: 100%
}

.lp-pg .module-body p {
    font-size: 14px;
    line-height: 1.7;
    color: #4a3050;
    margin: 0
}

.lp-pg .module-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 8px #9d4d852e
}

.lp-pg .module-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.lp-pg .lp-experts-block {
    padding: 80px 0;
    background: linear-gradient(to left, #EEDAE8 0%, #fff 60%);
    position: relative
}

.lp-pg .lp-experts-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #D7BED8, transparent)
}

.lp-pg .experts-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start
}

.lp-pg .experts-text-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp-pg .experts-text-col h3 {
    font-size: 36px;
    line-height: 1.3;
    color: #1e1224;
    margin: 0;
    position: relative;
    display: inline-block
}

.lp-pg .experts-text-col h3::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    margin-top: 8px;
    animation: underline-draw .44s cubic-bezier(0.34, 1.2, 0.64, 1) .3s forwards
}

.lp-pg .experts-para-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 16px
}

.lp-pg .experts-para-intro {
    font-size: 14px;
    line-height: 1.7;
    color: #9D4D85;
    font-style: italic;
    margin: 0
}

.lp-pg .experts-para-main {
    font-size: 17px;
    line-height: 1.7;
    color: #3a2644;
    margin: 0
}

.lp-pg .experts-para-main em {
    color: #9D4D85;
    font-style: italic
}

.lp-pg .experts-metrics {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.lp-pg .metric-pill {
    background: #fff;
    border-radius: 48px;
    padding: 8px 16px;
    box-shadow: 0 2px 4px -1px #9d4d8512;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transition: box-shadow .33s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.lp-pg .metric-pill:hover {
    box-shadow: 0 5px 14px -1px #9d4d851a
}

.lp-pg .metric-val {
    font-size: 20px;
    line-height: 1.1;
    color: #9D4D85;
    font-weight: 700
}

.lp-pg .metric-label {
    font-size: 14px;
    line-height: 1.5;
    color: #4a3050
}

.lp-pg .experts-profiles {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp-pg .expert-card {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4px -1px #9d4d8512;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    transition: box-shadow .4s cubic-bezier(0.34, 1.2, 0.64, 1), transform .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.lp-pg .expert-card:hover {
    box-shadow: 0 10px 52px -1px #9d4d8521;
    transform: translateX(-4px)
}

.lp-pg .expert-portrait {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0
}

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

.lp-pg .expert-info h5 {
    font-size: 17px;
    line-height: 1.3;
    color: #1e1224;
    margin: 0 0 4px
}

.lp-pg .expert-info p {
    font-size: 14px;
    line-height: 1.5;
    color: #9D4D85;
    margin: 0;
    font-style: italic
}

.lp-pg .graph-paper-section {
    position: relative;
    background-color: #fff
}

.lp-pg .graph-paper-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#9d4d850f 1px, transparent 1px), linear-gradient(90deg, #9d4d850f 1px, transparent 1px), linear-gradient(#9d4d8508 1px, transparent 1px), linear-gradient(90deg, #9d4d8508 1px, transparent 1px);
    background-size: 40px 40px, 40px 40px, 8px 8px, 8px 8px;
    pointer-events: none
}

@media (max-width: 1280px) {
    .lp-pg .lp-inner {
        padding: 0 40px
    }
}

@media (max-width: 768px) {
    .lp-pg .lp-inner {
        padding: 0 16px
    }

    .lp-pg .divider-num {
        padding-left: 16px;
        padding-right: 16px
    }

    .lp-pg .lp-title-block {
        padding: 40px 0 16px
    }

    .lp-pg .lp-title-block .lp-inner {
        flex-direction: column;
        gap: 16px;
        min-height: unset
    }

    .lp-pg .title-img-wrap {
        width: 100%;
        height: 200px
    }

    .lp-pg .title-portrait-wrap {
        width: 100%;
        height: 200px;
        align-self: auto
    }

    .lp-pg .title-text h1 {
        font-size: 36px
    }

    .lp-pg .title-quote {
        font-size: 17px
    }

    .lp-pg .program-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .lp-pg .experts-layout {
        grid-template-columns: 1fr
    }

    .lp-pg .experts-para-grid {
        grid-template-columns: 1fr
    }

    .lp-pg .lp-program-block {
        padding: 40px 0
    }

    .lp-pg .lp-experts-block {
        padding: 40px 0
    }

    .lp-pg .module-card {
        padding: 16px
    }
}

@media (max-width: 480px) {
    .lp-pg .title-text h1 {
        font-size: 36px
    }

    .lp-pg .program-aside h2 {
        font-size: 36px
    }

    .lp-pg .experts-text-col h3 {
        font-size: 36px
    }

    .lp-pg .module-card {
        flex-direction: column
    }

    .lp-pg .experts-metrics {
        flex-direction: column
    }
}

.lp-pg :focus-visible {
    outline: 3px solid #9D4D85 !important;
    outline-offset: 3px !important;
    border-radius: 8px !important
}

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

.abt-pg .col-wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 40px
}

.abt-pg .slide-in {
    opacity: 0;
    transform: translateX(60px);
    animation: slideFromRight .42s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

.abt-pg .slide-in:nth-child(1) {
    animation-delay: .05s
}

.abt-pg .slide-in:nth-child(2) {
    animation-delay: .15s
}

.abt-pg .slide-in:nth-child(3) {
    animation-delay: .25s
}

.abt-pg .slide-in:nth-child(4) {
    animation-delay: .35s
}

@keyframes slideFromRight {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.abt-pg ::selection {
    background: #9D4D85;
    color: #fff
}

.abt-pg .underline-draw {
    position: relative;
    display: inline-block
}

.abt-pg .underline-draw::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 4px;
    background: #9D4D85;
    border-radius: 8px;
    animation: drawLine .45s cubic-bezier(0.34, 1.2, 0.64, 1) .5s forwards
}

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

.abt-pg .marker-accent {
    background: linear-gradient(to right, #EEDAE8, #D7BED8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic
}

.abt-pg .divider-edge {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 40px 0
}

.abt-pg .divider-edge span {
    display: block;
    height: 2px;
    width: 48px;
    background: #9D4D85;
    border-radius: 8px;
    flex-shrink: 0
}

.abt-pg .divider-edge i {
    color: #9D4D85;
    font-size: 20px
}

.abt-pg .divider-center-gap {
    flex: 1
}

.abt-pg .pg-lead {
    background: linear-gradient(to right, #2a0d1f, #9D4D85);
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.abt-pg .pg-lead::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='200' cy='200' r='1.5' fill='%23ffffff' opacity='0.06'/%3E%3Ccircle cx='200' cy='200' r='3' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.04'/%3E%3Ccircle cx='200' cy='200' r='5' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.03'/%3E%3Ccircle cx='200' cy='200' r='8' fill='none' stroke='%23ffffff' stroke-width='0.4' opacity='0.03'/%3E%3Ccircle cx='200' cy='200' r='13' fill='none' stroke='%23ffffff' stroke-width='0.4' opacity='0.03'/%3E%3Ccircle cx='200' cy='200' r='21' fill='none' stroke='%23ffffff' stroke-width='0.3' opacity='0.02'/%3E%3Ccircle cx='200' cy='200' r='34' fill='none' stroke='%23ffffff' stroke-width='0.3' opacity='0.02'/%3E%3Ccircle cx='200' cy='200' r='55' fill='none' stroke='%23ffffff' stroke-width='0.3' opacity='0.02'/%3E%3Ccircle cx='200' cy='200' r='89' fill='none' stroke='%23ffffff' stroke-width='0.2' opacity='0.02'/%3E%3Ccircle cx='200' cy='200' r='144' fill='none' stroke='%23ffffff' stroke-width='0.2' opacity='0.015'/%3E%3Ccircle cx='200' cy='200' r='233' fill='none' stroke='%23ffffff' stroke-width='0.2' opacity='0.01'/%3E%3C/svg%3E");
    background-size: 600px 600px;
    background-position: right -100px top -100px;
    background-repeat: no-repeat;
    pointer-events: none
}

.abt-pg .pg-lead .col-wrap {
    position: relative;
    z-index: 1
}

.abt-pg .lead-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.abt-pg .lead-text-col h1 {
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px
}

.abt-pg .lead-text-col p {
    font-size: 17px;
    line-height: 1.7;
    color: #EEDAE8;
    margin: 0 0 40px
}

.abt-pg .lead-links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.abt-pg .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #9D4D85;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 48px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 14px -1px #9d4d851a;
    transition: box-shadow .38s ease-in-out, transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-pg .btn-primary svg {
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-pg .btn-primary:hover svg {
    transform: translateX(6px)
}

.abt-pg .btn-primary:hover {
    box-shadow: 0 10px 52px -1px #9d4d8521;
    transform: translateY(-2px)
}

.abt-pg .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 48px;
    border: 2px solid #fff6;
    cursor: pointer;
    text-decoration: none;
    transition: border-color .35s ease-in-out, background .35s ease-in-out
}

.abt-pg .btn-ghost svg {
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-pg .btn-ghost:hover svg {
    transform: translateX(6px)
}

.abt-pg .btn-ghost:hover {
    border-color: #fff;
    background: #ffffff14
}

.abt-pg .lead-img-col {
    position: relative
}

.abt-pg .lead-img-frame {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 52px -1px #9d4d8521
}

.abt-pg .lead-img-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-pg .lead-img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #2a0d1fb3 0%, transparent 60%);
    pointer-events: none
}

.abt-pg .founded-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #9d4d85e6;
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
    z-index: 2;
    backdrop-filter: blur(4px)
}

.abt-pg .story-band {
    padding: 80px 0;
    background: #fff
}

.abt-pg .story-two-col {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start
}

.abt-pg .story-aside h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #2a0d1f;
    margin: 0 0 16px
}

.abt-pg .story-aside .wi {
    font-size: 36px;
    color: #9D4D85;
    display: block;
    margin-bottom: 16px
}

.abt-pg .story-body p {
    font-size: 17px;
    line-height: 1.7;
    color: #3d1a2e;
    margin: 0 0 16px
}

.abt-pg .story-body p:last-child {
    margin-bottom: 0
}

.abt-pg .story-body em {
    color: #9D4D85;
    font-style: italic
}

.abt-pg .metrics-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px
}

.abt-pg .metric-cell {
    padding: 16px;
    border-radius: 8px;
    background: #EEDAE8;
    text-align: center;
    box-shadow: 0 2px 4px -1px #9d4d8512;
    transition: box-shadow .4s cubic-bezier(0.34, 1.2, 0.64, 1), transform .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-pg .metric-cell:hover {
    box-shadow: 0 5px 14px -1px #9d4d851a;
    transform: translateY(-4px)
}

.abt-pg .metric-num {
    display: block;
    font-size: 36px;
    line-height: 1.1;
    color: #9D4D85;
    font-weight: 700
}

.abt-pg .metric-label {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #3d1a2e;
    margin-top: 4px
}

.abt-pg .process-band {
    padding: 80px 0;
    background: #2a0d1f;
    position: relative;
    overflow: hidden
}

.abt-pg .process-band::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    background-image: url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M200,200 m0,-89 a89,89 0 0,1 89,89 a89,89 0 0,1 -89,89 a89,89 0 0,1 -89,-89 a89,89 0 0,1 89,-89' fill='none' stroke='%239D4D85' stroke-width='0.5' opacity='0.15'/%3E%3Cpath d='M200,200 m0,-144 a144,144 0 0,1 144,144 a144,144 0 0,1 -144,144 a144,144 0 0,1 -144,-144 a144,144 0 0,1 144,-144' fill='none' stroke='%239D4D85' stroke-width='0.4' opacity='0.1'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .6
}

.abt-pg .process-band .col-wrap {
    position: relative;
    z-index: 1
}

.abt-pg .process-head {
    text-align: center;
    margin-bottom: 40px
}

.abt-pg .process-head h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px
}

.abt-pg .process-head p {
    font-size: 17px;
    line-height: 1.7;
    color: #D7BED8;
    max-width: 560px;
    margin: 0 auto
}

.abt-pg .before-after {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 40px
}

.abt-pg .ba-step {
    padding: 40px;
    border-radius: 8px
}

.abt-pg .ba-step.before {
    background: #ffffff0d;
    border: 1px solid #9d4d8533
}

.abt-pg .ba-step.after {
    background: #9d4d8526;
    border: 1px solid #9d4d8566;
    box-shadow: inset 0 1px 20px #9d4d851a
}

.abt-pg .ba-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 4px 16px;
    border-radius: 48px;
    margin-bottom: 16px
}

.abt-pg .ba-step.before .ba-label {
    background: #ffffff1a;
    color: #D7BED8
}

.abt-pg .ba-step.after .ba-label {
    background: #9D4D85;
    color: #fff
}

.abt-pg .ba-step h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 8px
}

.abt-pg .ba-step p {
    font-size: 14px;
    line-height: 1.7;
    color: #D7BED8;
    margin: 0
}

.abt-pg .ba-step.after p {
    color: #EEDAE8
}

.abt-pg .ba-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.abt-pg .ba-arrow svg {
    color: #9D4D85
}

.abt-pg .steps-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.abt-pg .step-card {
    padding: 40px 16px;
    border-radius: 8px;
    background: #ffffff0a;
    border-top: 3px solid #9D4D85;
    transition: background .35s ease-in-out, box-shadow .35s ease-in-out
}

.abt-pg .step-card:hover {
    background: #9d4d851a;
    box-shadow: 0 5px 14px -1px #9d4d851a
}

.abt-pg .step-num {
    display: block;
    font-size: 36px;
    line-height: 1.1;
    color: #9D4D85;
    font-weight: 700;
    margin-bottom: 8px
}

.abt-pg .step-card h5 {
    font-size: 17px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 8px
}

.abt-pg .step-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #D7BED8;
    margin: 0
}

.abt-pg .team-band {
    padding: 80px 0;
    background: linear-gradient(to right, #EEDAE8, #fff)
}

.abt-pg .team-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.abt-pg .team-text h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #2a0d1f;
    margin: 0 0 16px
}

.abt-pg .team-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #3d1a2e;
    margin: 0 0 16px
}

.abt-pg .team-text em {
    color: #9D4D85;
    font-style: italic
}

.abt-pg .team-text ol {
    margin: 16px 0 0;
    padding-left: 16px
}

.abt-pg .team-text ol li {
    font-size: 17px;
    line-height: 1.7;
    color: #3d1a2e;
    margin-bottom: 8px;
    padding-left: 8px
}

.abt-pg .team-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-pg .person-card {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px -1px #9d4d8512;
    transition: box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1), transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-pg .person-card:hover {
    box-shadow: 0 10px 52px -1px #9d4d8521;
    transform: translateY(-3px)
}

.abt-pg .person-portrait {
    width: 80px;
    height: 80px;
    border-radius: 48px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 4px -1px #9d4d8512
}

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

.abt-pg .person-info {
    flex: 1
}

.abt-pg .person-info h5 {
    font-size: 17px;
    line-height: 1.3;
    color: #2a0d1f;
    margin: 0 0 4px
}

.abt-pg .person-role {
    display: block;
    font-size: 14px;
    color: #9D4D85;
    font-weight: 600;
    margin-bottom: 8px
}

.abt-pg .person-info p {
    font-size: 14px;
    line-height: 1.5;
    color: #5a3348;
    margin: 0
}

.abt-pg .team-img-accent {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 16px;
    box-shadow: 0 5px 14px -1px #9d4d851a;
    position: relative
}

.abt-pg .team-img-accent img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-pg .team-img-accent::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #9d4d8533, transparent);
    pointer-events: none
}

@media (max-width: 1280px) {
    .abt-pg .lead-grid {
        gap: 40px
    }

    .abt-pg .story-two-col {
        gap: 40px
    }

    .abt-pg .team-layout {
        gap: 40px
    }
}

@media (max-width: 768px) {
    .abt-pg .col-wrap {
        padding: 0 16px
    }

    .abt-pg .pg-lead {
        padding: 40px 0
    }

    .abt-pg .lead-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .abt-pg .lead-text-col h1 {
        font-size: 36px
    }

    .abt-pg .lead-img-frame img {
        height: 280px
    }

    .abt-pg .story-band {
        padding: 40px 0
    }

    .abt-pg .story-two-col {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .abt-pg .metrics-strip {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .abt-pg .process-band {
        padding: 40px 0
    }

    .abt-pg .before-after {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .abt-pg .ba-arrow {
        transform: rotate(90deg)
    }

    .abt-pg .steps-row {
        grid-template-columns: 1fr
    }

    .abt-pg .team-band {
        padding: 40px 0
    }

    .abt-pg .team-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

@media (max-width: 480px) {
    .abt-pg .lead-text-col h1 {
        font-size: 36px
    }

    .abt-pg .lead-links {
        flex-direction: column
    }

    .abt-pg .btn-primary,
    .abt-pg .btn-ghost {
        text-align: center;
        justify-content: center
    }

    .abt-pg .story-aside h2 {
        font-size: 36px
    }

    .abt-pg .process-head h2 {
        font-size: 36px
    }

    .abt-pg .team-text h2 {
        font-size: 36px
    }

    .abt-pg .ba-step {
        padding: 16px
    }
}

.mstr {
    background: #fff;
    max-width: 100%;
    overflow-x: hidden
}

.mstr .pg-bound {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8)
    }

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

@keyframes underlineGrow {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

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

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

::selection {
    background: #9D4D85;
    color: #fff
}

.mstr .lead-band {
    background: #1a0d15;
    background-image: repeating-linear-gradient(135deg, #9d4d8512 0px, #9d4d8512 1px, transparent 1px, transparent 24px);
    padding: 80px 16px;
    position: relative
}

.mstr .lead-band__inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: fadeUp .45s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.mstr .lead-band__tag {
    display: inline-block;
    font-size: 14px;
    color: #D7BED8;
    letter-spacing: .08em;
    text-transform: uppercase;
    border: 1px solid #d7bed84d;
    border-radius: 48px;
    padding: 4px 16px;
    width: fit-content
}

.mstr .lead-band__h1 {
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    max-width: 640px
}

.mstr .lead-band__h1 em {
    color: #D7BED8;
    font-style: italic
}

.mstr .lead-band__sub {
    font-size: 17px;
    line-height: 1.5;
    color: #ffffffa6;
    max-width: 480px;
    margin: 0
}

.mstr .lead-band__accent {
    width: 64px;
    height: 3px;
    background: linear-gradient(to right, #9D4D85, #D7BED8);
    border-radius: 8px;
    margin-top: 8px
}

.mstr .divider-radial {
    height: 1px;
    background: radial-gradient(ellipse at center, #9D4D85 0%, transparent 70%);
    margin: 0
}

.mstr .cards-field {
    padding: 80px 16px;
    background: #fff
}

.mstr .cards-field__pg {
    max-width: 1024px;
    margin: 0 auto
}

.mstr .cards-field__lbl {
    font-size: 14px;
    color: #9D4D85;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px
}

.mstr .cards-field__heading {
    font-size: 36px;
    line-height: 1.3;
    color: #1a0d15;
    margin: 0 0 40px;
    position: relative;
    display: inline-block
}

.mstr .cards-field__heading::after {
    content: '';
    display: block;
    height: 2px;
    background: #9D4D85;
    border-radius: 8px;
    width: 0;
    animation: underlineGrow .45s cubic-bezier(0.34, 1.2, 0.64, 1) .3s forwards
}

.mstr .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.mstr .mcard {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px -1px #9d4d8512 0 5px 14px -1px #9d4d851a;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    animation: scaleIn .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.mstr .mcard:hover {
    box-shadow: 0 10px 52px -1px #9d4d8521;
    transform: translateY(-4px)
}

.mstr .mcard__img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative
}

.mstr .mcard__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease-in-out
}

.mstr .mcard:hover .mcard__img-wrap img {
    transform: scale(1.04)
}

.mstr .mcard__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #1a0d15d1;
    color: #D7BED8;
    font-size: 14px;
    border-radius: 48px;
    padding: 4px 16px;
    backdrop-filter: blur(4px)
}

.mstr .mcard__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.mstr .mcard__meta {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center
}

.mstr .mcard__pill {
    font-size: 14px;
    border-radius: 48px;
    padding: 4px 16px;
    background: #EEDAE8;
    color: #6b2259;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.mstr .mcard__pill svg {
    flex-shrink: 0
}

.mstr .mcard__h {
    font-size: 20px;
    line-height: 1.3;
    color: #1a0d15;
    margin: 0
}

.mstr .mcard__desc {
    font-size: 14px;
    line-height: 1.5;
    color: #3d2035;
    margin: 0
}

.mstr .mcard__footer {
    margin-top: auto;
    padding: 16px;
    border-top: 1px solid #EEDAE8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap
}

.mstr .mcard__price-block {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.mstr .mcard__price {
    font-size: 20px;
    line-height: 1.1;
    color: #9D4D85;
    font-weight: 700
}

.mstr .mcard__price-note {
    font-size: 14px;
    color: #6b2259;
    font-style: italic
}

.mstr .mcard__seats {
    font-size: 14px;
    color: #3d2035;
    display: flex;
    align-items: center;
    gap: 4px
}

.mstr .mcard__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #9D4D85;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 48px;
    transition: background .35s ease-in-out, gap .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mstr .mcard__link:hover {
    background: #6b2259;
    gap: 16px
}

.mstr .mcard__link svg {
    flex-shrink: 0;
    transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mstr .mcard__link:hover svg {
    transform: translateX(4px)
}

.mstr .divider-zigzag {
    height: 24px;
    background: linear-gradient(to bottom, #fff, transparent);
    position: relative;
    overflow: hidden
}

.mstr .divider-zigzag::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: repeating-linear-gradient(90deg, transparent 0px, transparent 15px, #EEDAE8 15px, #EEDAE8 16px);
    clip-path: polygon(0 100%, 12px 0%, 24px 100%, 36px 0%, 48px 100%, 60px 0%, 72px 100%, 84px 0%, 96px 100%, 108px 0%, 120px 100%, 132px 0%, 144px 100%, 156px 0%, 168px 100%, 180px 0%, 192px 100%, 204px 0%, 216px 100%, 228px 0%, 240px 100%, 252px 0%, 264px 100%, 276px 0%, 288px 100%, 300px 0%, 312px 100%, 324px 0%, 336px 100%, 348px 0%, 360px 100%, 372px 0%, 384px 100%, 396px 0%, 408px 100%, 420px 0%, 432px 100%, 444px 0%, 456px 100%, 468px 0%, 480px 100%, 492px 0%, 504px 100%, 516px 0%, 528px 100%, 540px 0%, 552px 100%, 564px 0%, 576px 100%, 588px 0%, 600px 100%, 612px 0%, 624px 100%, 636px 0%, 648px 100%, 660px 0%, 672px 100%, 684px 0%, 696px 100%, 708px 0%, 720px 100%, 732px 0%, 744px 100%, 756px 0%, 768px 100%, 780px 0%, 792px 100%, 804px 0%, 816px 100%, 828px 0%, 840px 100%, 852px 0%, 864px 100%, 876px 0%, 888px 100%, 900px 0%, 912px 100%, 924px 0%, 936px 100%, 948px 0%, 960px 100%, 972px 0%, 984px 100%, 996px 0%, 1008px 100%, 1020px 0%, 1032px 100%, 100% 100%)
}

.mstr .why-strip {
    background: linear-gradient(to top, #fff 0%, #EEDAE8 100%);
    padding: 80px 16px
}

.mstr .why-strip__pg {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start
}

.mstr .why-strip__aside {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.mstr .why-strip__eyebrow {
    font-size: 14px;
    color: #9D4D85;
    font-style: italic
}

.mstr .why-strip__h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #1a0d15;
    margin: 0;
    position: relative;
    display: inline-block
}

.mstr .why-strip__h2::after {
    content: '';
    display: block;
    height: 2px;
    background: #9D4D85;
    border-radius: 8px;
    width: 0;
    animation: underlineGrow .45s cubic-bezier(0.34, 1.2, 0.64, 1) .5s forwards
}

.mstr .why-strip__pull {
    font-size: 20px;
    line-height: 1.5;
    color: #9D4D85;
    font-style: italic;
    border-left: 3px solid #9D4D85;
    padding-left: 16px;
    margin: 0
}

.mstr .why-strip__body {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.mstr .why-strip__p {
    font-size: 17px;
    line-height: 1.7;
    color: #2a1020;
    margin: 0
}

.mstr .why-strip__list {
    list-style: decimal;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0
}

.mstr .why-strip__list li {
    font-size: 17px;
    line-height: 1.5;
    color: #2a1020
}

.mstr .why-strip__list li em {
    color: #9D4D85;
    font-style: italic
}

.mstr .divider-radial-2 {
    height: 1px;
    background: radial-gradient(ellipse at center, #D7BED8 0%, transparent 70%)
}

.mstr .funnel-zone {
    padding: 80px 16px;
    background: #fff
}

.mstr .funnel-zone__pg {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.mstr .funnel-zone__top {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.mstr .funnel-zone__h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #1a0d15;
    margin: 0;
    position: relative;
    display: inline-block
}

.mstr .funnel-zone__h2::after {
    content: '';
    display: block;
    height: 2px;
    background: #9D4D85;
    border-radius: 8px;
    width: 0;
    animation: underlineGrow .45s cubic-bezier(0.34, 1.2, 0.64, 1) .4s forwards
}

.mstr .funnel-zone__sub {
    font-size: 17px;
    line-height: 1.5;
    color: #3d2035;
    max-width: 560px;
    margin: 0
}

.mstr .funnel-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.mstr .funnel-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    animation: scaleIn .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.mstr .funnel-step:nth-child(1) {
    animation-delay: .1s
}

.mstr .funnel-step:nth-child(2) {
    animation-delay: .18s
}

.mstr .funnel-step:nth-child(3) {
    animation-delay: .26s
}

.mstr .funnel-step:nth-child(4) {
    animation-delay: .34s
}

.mstr .funnel-bar {
    border-radius: 8px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    padding: 0 16px;
    text-align: center;
    transition: box-shadow .38s ease-in-out
}

.mstr .funnel-bar:hover {
    box-shadow: 0 5px 14px -1px #9d4d8521
}

.mstr .funnel-step:nth-child(1) .funnel-bar {
    width: 100%;
    background: #9D4D85
}

.mstr .funnel-step:nth-child(2) .funnel-bar {
    width: 80%;
    background: #8a3d72
}

.mstr .funnel-step:nth-child(3) .funnel-bar {
    width: 60%;
    background: #6b2259
}

.mstr .funnel-step:nth-child(4) .funnel-bar {
    width: 40%;
    background: #4d1540
}

.mstr .funnel-label {
    font-size: 14px;
    color: #6b2259;
    margin-top: 4px;
    text-align: center
}

.mstr .img-feature {
    padding: 80px 16px;
    background: linear-gradient(to top, #EEDAE8 0%, #fff 100%)
}

.mstr .img-feature__pg {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 4fr;
    gap: 40px;
    align-items: center
}

.mstr .img-feature__txt {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.mstr .img-feature__eyebrow {
    font-size: 14px;
    color: #9D4D85;
    font-style: italic
}

.mstr .img-feature__h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #1a0d15;
    margin: 0;
    position: relative;
    display: inline-block
}

.mstr .img-feature__h2::after {
    content: '';
    display: block;
    height: 2px;
    background: #9D4D85;
    border-radius: 8px;
    width: 0;
    animation: underlineGrow .45s cubic-bezier(0.34, 1.2, 0.64, 1) .35s forwards
}

.mstr .img-feature__p {
    font-size: 17px;
    line-height: 1.7;
    color: #2a1020;
    margin: 0
}

.mstr .img-feature__p em {
    color: #9D4D85;
    font-style: italic
}

.mstr .img-feature__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #9D4D85;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    padding: 8px 40px;
    border-radius: 48px;
    border: none;
    cursor: pointer;
    width: fit-content;
    transition: background .38s ease-in-out, gap .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mstr .img-feature__cta:hover {
    background: #6b2259;
    gap: 16px
}

.mstr .img-feature__cta svg {
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mstr .img-feature__cta:hover svg {
    transform: translateX(4px)
}

.mstr .img-feature__visual {
    position: relative
}

.mstr .img-feature__frame {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 52px -1px #9d4d8521;
    width: 100%;
    height: 360px
}

.mstr .img-feature__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.mstr .img-feature__deco {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: linear-gradient(135deg, #9D4D85, #D7BED8);
    box-shadow: inset 0 2px 8px #d7bed866;
    z-index: 0
}

.mstr .img-feature__frame {
    position: relative;
    z-index: 1
}

.mstr .contact-strip {
    padding: 80px 16px;
    background: #1a0d15;
    background-image: repeating-linear-gradient(135deg, #9d4d850f 0px, #9d4d850f 1px, transparent 1px, transparent 32px)
}

.mstr .contact-strip__pg {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap
}

.mstr .contact-strip__txt {
    flex: 1 1 280px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.mstr .contact-strip__h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #fff;
    margin: 0
}

.mstr .contact-strip__h2 em {
    color: #D7BED8;
    font-style: italic
}

.mstr .contact-strip__p {
    font-size: 17px;
    line-height: 1.5;
    color: #ffffffa6;
    margin: 0
}

.mstr .contact-strip__form {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.mstr .field-float {
    position: relative
}

.mstr .field-float input,
.mstr .field-float textarea {
    width: 100%;
    background: #ffffff0f;
    border: 1px solid #d7bed840;
    border-radius: 8px;
    padding: 16px 16px 8px;
    font-size: 17px;
    color: #fff;
    outline: none;
    transition: border-color .35s ease-in-out, background .35s ease-in-out;
    box-sizing: border-box
}

.mstr .field-float textarea {
    resize: vertical;
    min-height: 100px
}

.mstr .field-float input:focus,
.mstr .field-float textarea:focus {
    border-color: #9D4D85;
    background: #9d4d8514
}

.mstr .field-float label {
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 17px;
    color: #d7bed8b3;
    pointer-events: none;
    transition: top .32s cubic-bezier(0.34, 1.2, 0.64, 1), font-size .32s cubic-bezier(0.34, 1.2, 0.64, 1), color .32s ease-in-out
}

.mstr .field-float input:focus+label,
.mstr .field-float input:not(:placeholder-shown)+label,
.mstr .field-float textarea:focus+label,
.mstr .field-float textarea:not(:placeholder-shown)+label {
    top: 4px;
    font-size: 14px;
    color: #D7BED8
}

.mstr .field-float input::placeholder,
.mstr .field-float textarea::placeholder {
    color: transparent
}

.mstr .contact-strip__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #9D4D85;
    color: #fff;
    font-size: 17px;
    padding: 8px 40px;
    border-radius: 48px;
    border: none;
    cursor: pointer;
    width: fit-content;
    transition: background .38s ease-in-out, gap .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mstr .contact-strip__btn:hover {
    background: #6b2259;
    gap: 16px
}

.mstr .contact-strip__btn svg {
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.mstr .contact-strip__btn:hover svg {
    transform: translateX(4px)
}

@media (max-width: 768px) {
    .mstr .lead-band__h1 {
        font-size: 36px
    }

    .mstr .cards-grid {
        grid-template-columns: 1fr
    }

    .mstr .why-strip__pg {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .mstr .img-feature__pg {
        grid-template-columns: 1fr
    }

    .mstr .img-feature__frame {
        height: 240px
    }

    .mstr .img-feature__deco {
        display: none
    }

    .mstr .contact-strip__pg {
        flex-direction: column
    }

    .mstr .funnel-bar {
        font-size: 14px;
        height: 48px
    }
}

@media (max-width: 480px) {
    .mstr .lead-band {
        padding: 40px 16px
    }

    .mstr .lead-band__h1 {
        font-size: 36px
    }

    .mstr .cards-field {
        padding: 40px 16px
    }

    .mstr .why-strip {
        padding: 40px 16px
    }

    .mstr .funnel-zone {
        padding: 40px 16px
    }

    .mstr .img-feature {
        padding: 40px 16px
    }

    .mstr .contact-strip {
        padding: 40px 16px
    }

    .mstr .mcard__footer {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (min-width: 1280px) {
    .mstr .cards-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

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

.frnt .pg-wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px
}

@keyframes zoom-settle {
    from {
        transform: scale(1.12);
        opacity: .7
    }

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

@keyframes underline-draw {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.frnt ::selection {
    background: #9D4D85;
    color: #fff
}

.frnt .dash-div {
    border: none;
    border-top: 2px dashed #D7BED8;
    margin: 0
}

.frnt .dash-div-alt {
    border: none;
    border-top: 2px dashed #EEDAE8;
    margin: 0
}

.frnt .title-blk {
    background: #fff;
    padding: 80px 0 40px;
    animation: zoom-settle .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.frnt .title-blk .pg-wrap {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 40px;
    align-items: start
}

.frnt .img-strip {
    position: relative;
    width: 180px;
    flex-shrink: 0
}

.frnt .img-strip-inner {
    width: 180px;
    height: 340px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 14px -1px #9d4d851a;
    filter: saturate(0.45) brightness(1.05);
    position: relative
}

.frnt .img-strip-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .bracket-tl,
.frnt .bracket-br {
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none
}

.frnt .bracket-tl {
    top: -8px;
    left: -8px;
    border-top: 2px solid #9D4D85;
    border-left: 2px solid #9D4D85;
    border-radius: 8px 0 0 0
}

.frnt .bracket-br {
    bottom: -8px;
    right: -8px;
    border-bottom: 2px solid #9D4D85;
    border-right: 2px solid #9D4D85;
    border-radius: 0 0 8px 0
}

.frnt .title-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px
}

.frnt .eyebrow {
    font-size: 14px;
    line-height: 1.3;
    color: #9D4D85;
    font-style: italic;
    letter-spacing: .04em
}

.frnt .title-h1 {
    font-size: 48px;
    line-height: 1.1;
    color: #1e1e2e;
    margin: 0
}

.frnt .title-h1 .accent-word {
    color: #9D4D85;
    font-style: italic
}

.frnt .title-sub {
    font-size: 20px;
    line-height: 1.5;
    color: #3a3040;
    margin: 0;
    max-width: 540px
}

.frnt .title-body {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 16px;
    margin-top: 8px
}

.frnt .title-body-lead {
    font-size: 17px;
    line-height: 1.7;
    color: #5a4a60;
    margin: 0
}

.frnt .title-body-main {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3040;
    margin: 0
}

.frnt .title-cta-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.frnt .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #9D4D85;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    padding: 16px 40px;
    border-radius: 48px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 5px 14px -1px #9d4d8521;
    transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s ease-in-out
}

.frnt .btn-primary:hover {
    background: #7a3868;
    box-shadow: 0 10px 52px -1px #9d4d852e
}

.frnt .btn-primary:hover .btn-arrow {
    transform: translateX(4px)
}

.frnt .btn-arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.frnt .btn-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.frnt .btn-ghost {
    font-size: 17px;
    line-height: 1.3;
    color: #9D4D85;
    text-decoration: underline;
    text-underline-offset: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: color .33s ease-in-out
}

.frnt .btn-ghost:hover {
    color: #7a3868
}

.frnt .team-blk {
    background: linear-gradient(to left, #EEDAE8 0%, #fff 60%);
    padding: 80px 0
}

.frnt .team-blk .pg-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    align-items: start
}

.frnt .team-lead {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .sec-label {
    font-size: 14px;
    line-height: 1.3;
    color: #9D4D85;
    font-style: italic
}

.frnt .team-h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #1e1e2e;
    margin: 0;
    position: relative;
    display: inline-block
}

.frnt .team-h2::after {
    content: '';
    display: block;
    height: 2px;
    background: #9D4D85;
    border-radius: 8px;
    width: 0;
    animation: underline-draw .44s .3s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

.frnt .team-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3040;
    margin: 0
}

.frnt .team-desc em {
    color: #9D4D85;
    font-style: italic
}

.frnt .team-stat-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px 16px;
    box-shadow: 0 2px 4px -1px #9d4d8512 0 5px 14px -1px #9d4d851a;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    transition: box-shadow .4s ease-in-out
}

.frnt .team-stat-card:hover {
    box-shadow: 0 10px 52px -1px #9d4d8521
}

.frnt .stat-num {
    font-size: 48px;
    line-height: 1.1;
    color: #9D4D85;
    font-weight: 700
}

.frnt .stat-label {
    font-size: 14px;
    line-height: 1.5;
    color: #5a4a60
}

.frnt .team-profiles {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 8px
}

.frnt .profile-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px 16px 16px;
    box-shadow: 0 2px 4px -1px #9d4d8512;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.frnt .profile-card:hover {
    box-shadow: 0 5px 14px -1px #9d4d8521
}

.frnt .profile-portrait {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 4px -1px #9d4d851a
}

.frnt .profile-portrait img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .profile-name {
    font-size: 17px;
    line-height: 1.3;
    color: #1e1e2e;
    font-weight: 600;
    margin: 0
}

.frnt .profile-role {
    font-size: 14px;
    line-height: 1.5;
    color: #9D4D85;
    font-style: italic;
    margin: 0
}

.frnt .profile-bio {
    font-size: 14px;
    line-height: 1.7;
    color: #5a4a60;
    margin: 0
}

.frnt .profile-no-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #EEDAE8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.frnt .profile-no-img svg {
    width: 28px;
    height: 28px;
    fill: #9D4D85
}

.frnt .rep-blk {
    background: #fff;
    padding: 80px 0 40px
}

.frnt .rep-blk .pg-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.frnt .rep-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start
}

.frnt .rep-h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #1e1e2e;
    margin: 0;
    position: relative;
    display: inline-block
}

.frnt .rep-h2::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    width: 0;
    animation: underline-draw .44s .5s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

.frnt .rep-intro {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3040;
    margin: 0
}

.frnt .rep-intro em {
    color: #9D4D85;
    font-style: italic
}

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

.frnt .rep-card {
    border-radius: 8px;
    padding: 40px 16px;
    background: #EEDAE8;
    box-shadow: 0 2px 4px -1px #9d4d8512;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background .4s ease-in-out, box-shadow .4s ease-in-out;
    position: relative;
    overflow: hidden
}

.frnt .rep-card:hover {
    background: #D7BED8;
    box-shadow: 0 10px 52px -1px #9d4d8521
}

.frnt .rep-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.frnt .rep-card-icon svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: #9D4D85;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.frnt .rep-card-h {
    font-size: 17px;
    line-height: 1.3;
    color: #1e1e2e;
    font-weight: 600;
    margin: 0
}

.frnt .rep-card-p {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3040;
    margin: 0
}

.frnt .rep-img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start
}

.frnt .rep-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    height: 240px;
    box-shadow: 0 5px 14px -1px #9d4d851a
}

.frnt .rep-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s ease-in-out
}

.frnt .rep-img-wrap:hover img {
    transform: scale(1.03)
}

.frnt .rep-quote-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    padding: 16px 0
}

.frnt .rep-quote {
    font-size: 20px;
    line-height: 1.5;
    color: #1e1e2e;
    font-style: italic;
    margin: 0;
    border-left: 3px solid #9D4D85;
    padding-left: 16px;
    border-radius: 0 0 0 8px
}

.frnt .rep-quote-attr {
    font-size: 14px;
    line-height: 1.5;
    color: #9D4D85;
    margin: 0;
    padding-left: 16px
}

.frnt .dots-corner {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
    pointer-events: none
}

.frnt .dot {
    border-radius: 50%;
    background: #D7BED8;
    flex-shrink: 0
}

.frnt .dot-sm {
    width: 6px;
    height: 6px
}

.frnt .dot-md {
    width: 10px;
    height: 10px
}

.frnt .dot-lg {
    width: 16px;
    height: 16px
}

.frnt .value-blk {
    padding: 80px 0;
    position: relative;
    background: #fff
}

.frnt .value-blk-inner {
    background: linear-gradient(to left, #9D4D85 0%, #D7BED8 50%, #EEDAE8 100%);
    border-radius: 8px;
    padding: 80px 40px;
    position: relative;
    overflow: hidden
}

.frnt .value-mesh {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: radial-gradient(ellipse at 20% 80%, #9d4d852e 0%, transparent 55%), radial-gradient(ellipse at 80% 20%, #d7bed838 0%, transparent 50%), radial-gradient(ellipse at 60% 60%, #eedae826 0%, transparent 45%);
    pointer-events: none
}

.frnt .value-blk-inner .pg-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.frnt .value-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .value-h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    position: relative;
    display: inline-block
}

.frnt .value-h2::after {
    content: '';
    display: block;
    height: 2px;
    background: #ffffff80;
    border-radius: 8px;
    width: 0;
    animation: underline-draw .44s .6s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

.frnt .value-big-line {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.frnt .value-p {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffffe0;
    margin: 0
}

.frnt .value-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    height: 300px;
    box-shadow: 0 10px 52px -1px #9d4d852e
}

.frnt .value-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.frnt .value-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frnt .value-list {
    list-style: decimal;
    padding-left: 16px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frnt .value-list li {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffffeb;
    padding-left: 4px;
    transition: color .35s ease-in-out
}

.frnt .value-list li:hover {
    color: #fff
}

.frnt .value-list li em {
    color: #fff;
    font-style: italic;
    font-weight: 600
}

.frnt .value-imgs-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px
}

.frnt .value-img-sm {
    border-radius: 8px;
    overflow: hidden;
    height: 160px;
    box-shadow: 0 5px 14px -1px #9d4d8521
}

.frnt .value-img-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.frnt .value-img-sm:hover img {
    transform: scale(1.04)
}

@media (max-width: 1280px) {
    .frnt .team-profiles {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 768px) {
    .frnt .title-blk .pg-wrap {
        grid-template-columns: 1fr
    }

    .frnt .img-strip {
        width: 100%
    }

    .frnt .img-strip-inner {
        width: 100%;
        height: 220px
    }

    .frnt .title-h1 {
        font-size: 36px
    }

    .frnt .title-body {
        grid-template-columns: 1fr
    }

    .frnt .team-blk .pg-wrap {
        grid-template-columns: 1fr
    }

    .frnt .team-profiles {
        grid-template-columns: 1fr
    }

    .frnt .rep-top {
        grid-template-columns: 1fr
    }

    .frnt .rep-cards {
        grid-template-columns: 1fr
    }

    .frnt .rep-img-row {
        grid-template-columns: 1fr
    }

    .frnt .value-blk-inner .pg-wrap {
        grid-template-columns: 1fr
    }

    .frnt .value-imgs-row {
        grid-template-columns: 1fr
    }

    .frnt .stat-num {
        font-size: 36px
    }
}

@media (max-width: 480px) {
    .frnt .title-blk {
        padding: 40px 0 16px
    }

    .frnt .team-blk,
    .frnt .rep-blk,
    .frnt .value-blk {
        padding: 40px 0
    }

    .frnt .title-h1 {
        font-size: 36px
    }

    .frnt .value-blk-inner {
        padding: 40px 16px
    }

    .frnt .rep-cards {
        grid-template-columns: 1fr
    }

    .frnt .team-profiles {
        grid-template-columns: 1fr
    }
}

.ct-us {
    background: #fff;
    max-width: 100%;
    overflow-x: hidden
}

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

.ct-us .opener {
    padding: 80px 0 40px;
    background: linear-gradient(to left, #9D4D85 0%, #f5eef4 60%, #fff 100%);
    position: relative
}

.ct-us .opener-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px
}

.ct-us .opener-text {
    flex: 0 0 55%
}

.ct-us .opener-visual {
    flex: 1;
    position: relative;
    align-self: stretch;
    min-height: 280px;
    overflow: hidden;
    border-radius: 8px
}

.ct-us .opener-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%) contrast(1.15);
    display: block;
    transition: filter .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .42s ease-in-out
}

.ct-us .opener-visual:hover .opener-img {
    filter: grayscale(0%) contrast(1.05);
    transform: scale(1.03)
}

.ct-us .opener-eyebrow {
    font-size: 14px;
    color: #9D4D85;
    font-style: italic;
    font-weight: 600;
    letter-spacing: .04em;
    margin-bottom: 16px;
    display: block
}

.ct-us .opener-h1 {
    font-size: 48px;
    line-height: 1.1;
    color: #1b0e18;
    margin-bottom: 16px;
    font-weight: 800
}

.ct-us .opener-h1 em {
    color: #9D4D85;
    font-style: italic
}

.ct-us .opener-sub {
    font-size: 17px;
    line-height: 1.5;
    color: #3a2234;
    max-width: 420px;
    margin-bottom: 40px
}

.ct-us .opener-shapes {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    border-radius: 8px
}

.ct-us .shape-a {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 48px;
    background: #9d4d8521;
    transform: rotate(22deg)
}

.ct-us .shape-b {
    position: absolute;
    bottom: 20px;
    left: -20px;
    width: 100px;
    height: 100px;
    border-radius: 48px;
    background: #d7bed82e;
    transform: rotate(-14deg)
}

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

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

.ct-us .form-belt {
    background: #fff;
    padding: 80px 0
}

.ct-us .form-belt-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.ct-us .form-col {
    flex: 0 0 58%
}

.ct-us .aside-col {
    flex: 1;
    padding-top: 8px
}

.ct-us .belt-label {
    font-size: 14px;
    color: #9D4D85;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px;
    display: block
}

.ct-us .belt-h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #1b0e18;
    margin-bottom: 8px;
    font-weight: 700;
    position: relative;
    display: inline-block
}

.ct-us .belt-h2::after {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    width: 0;
    transition: width .44s cubic-bezier(0.34, 1.2, 0.64, 1);
    margin-top: 4px
}

.ct-us .belt-h2:hover::after {
    width: 100%
}

.ct-us .belt-desc {
    font-size: 17px;
    line-height: 1.5;
    color: #3a2234;
    margin-bottom: 40px
}

.ct-us .ed-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ct-us .field-row {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.ct-us .field-wrap {
    position: relative;
    flex: 1
}

.ct-us .field-wrap input[type="text"],
.ct-us .field-wrap input[type="tel"],
.ct-us .field-wrap textarea {
    width: 100%;
    border: 2px solid #D7BED8;
    border-radius: 8px;
    padding: 24px 16px 8px;
    font-size: 17px;
    color: #1b0e18;
    background: #fff;
    outline: none;
    box-shadow: 0 2px 4px -1px #9d4d8512;
    transition: border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-sizing: border-box;
    appearance: none
}

.ct-us .field-wrap input[type="text"]:focus,
.ct-us .field-wrap input[type="tel"]:focus,
.ct-us .field-wrap textarea:focus {
    border-color: #9D4D85;
    box-shadow: 0 5px 14px -1px #9d4d851a inset 0 1px 6px #9d4d8512
}

.ct-us .field-wrap label {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 17px;
    color: #8a6880;
    pointer-events: none;
    transition: top .32s cubic-bezier(0.34, 1.2, 0.64, 1), font-size .32s cubic-bezier(0.34, 1.2, 0.64, 1), color .32s ease-in-out;
    background: transparent
}

.ct-us .field-wrap input:focus+label,
.ct-us .field-wrap input:not(:placeholder-shown)+label {
    top: 10px;
    transform: none;
    font-size: 14px;
    color: #9D4D85
}

.ct-us .field-wrap.area-wrap label {
    top: 20px;
    transform: none
}

.ct-us .field-wrap.area-wrap input:focus+label,
.ct-us .field-wrap.area-wrap input:not(:placeholder-shown)+label,
.ct-us .field-wrap.area-wrap textarea:focus+label,
.ct-us .field-wrap.area-wrap textarea:not(:placeholder-shown)+label {
    top: 8px;
    font-size: 14px;
    color: #9D4D85
}

.ct-us .field-wrap textarea {
    resize: vertical;
    min-height: 80px;
    padding-top: 28px
}

.ct-us .rating-block {
    background: #EEDAE8;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .rating-label-txt {
    font-size: 14px;
    color: #3a2234;
    font-weight: 600;
    margin-bottom: 4px
}

.ct-us .stars-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.ct-us .stars-row input[type="radio"] {
    display: none
}

.ct-us .stars-row label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.ct-us .stars-row label svg {
    width: 32px;
    height: 32px;
    transition: transform .32s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ct-us .stars-row label:hover svg {
    transform: scale(1.18)
}

.ct-us .star-svg {
    fill: #D7BED8;
    transition: fill .28s ease-in-out
}

.ct-us .stars-row input[type="radio"]:checked+label .star-svg {
    fill: #9D4D85
}

.ct-us .stars-row label:hover .star-svg {
    fill: #9D4D85
}

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

.ct-us .privacy-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
    accent-color: #9D4D85;
    cursor: pointer
}

.ct-us .privacy-row span {
    font-size: 14px;
    line-height: 1.5;
    color: #3a2234
}

.ct-us .privacy-row a {
    color: #9D4D85;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .33s ease-in-out
}

.ct-us .privacy-row a:hover {
    color: #1b0e18
}

.ct-us .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #9D4D85;
    color: #fff;
    border: none;
    border-radius: 48px;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 5px 14px -1px #9d4d8521;
    transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .32s cubic-bezier(0.34, 1.2, 0.64, 1);
    align-self: flex-start
}

.ct-us .submit-btn:hover {
    background: #7a3868;
    box-shadow: 0 10px 52px -1px #9d4d852e;
    transform: translateY(-2px)
}

.ct-us .submit-btn:hover .btn-arrow {
    transform: translateX(6px)
}

.ct-us .btn-arrow {
    display: inline-block;
    transition: transform .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

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

.ct-us .aside-col .contact-h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #1b0e18;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    display: inline-block
}

.ct-us .aside-col .contact-h3::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    width: 0;
    transition: width .4s cubic-bezier(0.34, 1.2, 0.64, 1);
    margin-top: 4px
}

.ct-us .aside-col .contact-h3:hover::after {
    width: 100%
}

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

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

.ct-us .ci-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 8px;
    background: #9D4D85;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 14px -1px #9d4d8521 inset 0 1px 4px #ffffff26;
    transition: box-shadow .36s cubic-bezier(0.34, 1.2, 0.64, 1), transform .36s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ct-us .ci-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 52px -1px #9d4d852e
}

.ct-us .ci-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.ct-us .ci-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ct-us .ci-text strong {
    font-size: 14px;
    color: #9D4D85;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em
}

.ct-us .ci-text span,
.ct-us .ci-text a {
    font-size: 17px;
    color: #1b0e18;
    line-height: 1.5;
    text-decoration: none;
    transition: color .33s ease-in-out
}

.ct-us .ci-text a:hover {
    color: #9D4D85
}

.ct-us .motif-strip {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 40px;
    align-items: center
}

.ct-us .motif-dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #D7BED8
}

.ct-us .motif-dot.active {
    background: #9D4D85;
    width: 16px
}

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

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

.ct-us .geo-belt {
    background: #EEDAE8;
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.ct-us .geo-belt-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.ct-us .geo-edge {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    background: repeating-linear-gradient(to bottom, #9D4D85 0px, #9D4D85 8px, transparent 8px, transparent 16px);
    pointer-events: none
}

.ct-us .geo-h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #1b0e18;
    font-weight: 700;
    margin-bottom: 8px;
    position: relative;
    display: inline-block
}

.ct-us .geo-h2::after {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(to left, #9D4D85, #D7BED8);
    border-radius: 8px;
    width: 0;
    transition: width .44s cubic-bezier(0.34, 1.2, 0.64, 1);
    margin-top: 4px
}

.ct-us .geo-h2:hover::after {
    width: 100%
}

.ct-us .geo-sub {
    font-size: 17px;
    line-height: 1.5;
    color: #3a2234;
    margin-bottom: 40px;
    max-width: 560px
}

.ct-us .geo-cols {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.ct-us .geo-left {
    flex: 0 0 40%
}

.ct-us .geo-right {
    flex: 1
}

.ct-us .geo-detail-label {
    font-size: 14px;
    color: #9D4D85;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: 8px;
    display: block
}

.ct-us .geo-detail-val {
    font-size: 17px;
    line-height: 1.7;
    color: #1b0e18
}

.ct-us .geo-detail-block {
    margin-bottom: 40px
}

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

.ct-us .hours-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px -1px #9d4d8512;
    transition: box-shadow .36s cubic-bezier(0.34, 1.2, 0.64, 1), transform .36s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ct-us .hours-item:hover {
    box-shadow: 0 5px 14px -1px #9d4d8521;
    transform: translateY(-2px)
}

.ct-us .hours-day {
    font-size: 14px;
    color: #9D4D85;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em
}

.ct-us .hours-time {
    font-size: 17px;
    color: #1b0e18;
    font-weight: 600
}

.ct-us .hours-note {
    font-size: 14px;
    color: #8a6880;
    line-height: 1.5;
    margin-top: 16px
}

.ct-us .geo-accent-bar {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 40px;
    align-items: center
}

.ct-us .geo-bar-seg {
    height: 4px;
    border-radius: 8px;
    background: #D7BED8;
    flex: 1;
    transition: background .38s ease-in-out
}

.ct-us .geo-bar-seg.lit {
    background: #9D4D85;
    flex: 2
}

@media (max-width: 1280px) {

    .ct-us .opener-inner,
    .ct-us .form-belt-inner,
    .ct-us .geo-belt-inner,
    .ct-us .pg-wrap {
        padding: 0 40px
    }
}

@media (max-width: 768px) {
    .ct-us .opener-inner {
        flex-direction: column;
        gap: 40px;
        padding: 0 16px
    }

    .ct-us .opener-text {
        flex: unset;
        width: 100%
    }

    .ct-us .opener-visual {
        width: 100%;
        min-height: 200px
    }

    .ct-us .opener {
        padding: 40px 0
    }

    .ct-us .opener-h1 {
        font-size: 36px
    }

    .ct-us .form-belt-inner {
        flex-direction: column;
        gap: 40px;
        padding: 0 16px
    }

    .ct-us .form-col {
        flex: unset;
        width: 100%
    }

    .ct-us .field-row {
        flex-direction: column;
        gap: 16px
    }

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

    .ct-us .geo-belt-inner {
        padding: 0 16px
    }

    .ct-us .geo-cols {
        flex-direction: column;
        gap: 40px
    }

    .ct-us .geo-left {
        flex: unset;
        width: 100%
    }

    .ct-us .geo-belt {
        padding: 40px 0
    }

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

    .ct-us .belt-h2 {
        font-size: 36px
    }
}

@media (max-width: 480px) {
    .ct-us .opener-h1 {
        font-size: 36px
    }

    .ct-us .opener-inner,
    .ct-us .form-belt-inner,
    .ct-us .geo-belt-inner {
        padding: 0 16px
    }

    .ct-us .submit-btn {
        width: 100%;
        justify-content: center
    }

    .ct-us .motif-strip {
        margin-top: 16px
    }
}

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

.success-pg .success-card {
    max-width: 1024px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 52px -1px #9d4d8521;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative
}

.success-pg .success-card::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, #EEDAE8, #9D4D85);
    border-radius: 8px 8px 0 0;
    position: absolute;
    top: 0;
    left: 0
}

.success-pg .check-wrap {
    width: 80px;
    height: 80px;
    border-radius: 48px;
    background: #EEDAE8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    box-shadow: inset 0 2px 8px #9d4d852e
}

.success-pg .check-icon {
    width: 36px;
    height: 36px;
    display: block
}

.success-pg .success-heading {
    font-size: 48px;
    line-height: 1.1;
    color: #9D4D85;
    margin: 0 0 16px
}

.success-pg .success-sub {
    font-size: 20px;
    line-height: 1.5;
    color: #3a2030;
    margin: 0 0 40px;
    max-width: 520px
}

.success-pg .success-detail {
    font-size: 17px;
    line-height: 1.7;
    color: #5a3d52;
    margin: 0 0 40px;
    max-width: 480px
}

.success-pg .success-detail em {
    color: #9D4D85;
    font-style: italic
}

.success-pg .divider-line {
    width: 64px;
    height: 2px;
    background: linear-gradient(to left, #EEDAE8, #9D4D85);
    border-radius: 8px;
    margin: 0 auto 40px
}

.success-pg .back-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: #9D4D85;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 48px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s ease-in-out, transform .35s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-shadow: 0 5px 14px -1px #9d4d851a
}

.success-pg .back-btn:hover {
    background: #7a3a67;
    box-shadow: 0 10px 52px -1px #9d4d8521;
    transform: translateY(-2px)
}

.success-pg .back-btn:hover .btn-arrow {
    transform: translateX(4px)
}

.success-pg .back-btn:focus {
    outline: 2px solid #9D4D85;
    outline-offset: 4px
}

.success-pg .btn-arrow {
    display: block;
    width: 18px;
    height: 18px;
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.success-pg .contact-note {
    font-size: 14px;
    line-height: 1.5;
    color: #7a5a70;
    margin: 40px 0 0
}

.success-pg .contact-note a {
    color: #9D4D85;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .35s ease-in-out
}

.success-pg .contact-note a:hover {
    color: #7a3a67
}

@media (max-width: 768px) {
    .success-pg {
        padding: 40px 16px
    }

    .success-pg .success-card {
        padding: 40px 16px
    }

    .success-pg .success-heading {
        font-size: 36px
    }

    .success-pg .success-sub {
        font-size: 17px
    }
}

@media (max-width: 480px) {
    .success-pg .success-heading {
        font-size: 36px;
        line-height: 1.1
    }

    .success-pg .back-btn {
        padding: 16px 40px;
        width: 100%;
        justify-content: center
    }
}