::before,
::after {
    content: none;
    box-sizing: inherit
}

body {
    margin: 0;
    scrollbar-gutter: stable;
    min-height: 100vh;
    font-family: 'Roboto Slab', serif
}

.pg-hdr {
    position: relative;
    background: #EAEBF2;
    border-bottom: 1px solid #C7B7DC
}

.pg-hdr-band {
    background: linear-gradient(135deg, #8A55BA 0%, #6b3fa0 100%);
    padding: 8px 0
}

.pg-hdr-band-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px
}

.region-tag {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #EAEBF2;
    display: flex;
    align-items: center;
    gap: 8px
}

.region-tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #C7B7DC;
    display: inline-block;
    flex-shrink: 0
}

.pg-hdr-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-height: 80px
}

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

.brand-mark-img-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px 6px 12px 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 7px 14px 0 #8a55ba1a 0 0 0 2px #C7B7DC;
    padding: 6px;
    overflow: hidden
}

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

.hdr-nav-primary {
    display: flex;
    align-items: center;
    flex: 1
}

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

.hdr-nav-primary ul li a {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #2d1a4a;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    display: block;
    border: 1.5px solid transparent;
    transition: color .18s ease-out, background .15s ease-out, border-color .18s ease-out
}

.hdr-nav-primary ul li a:hover,
.hdr-nav-primary ul li a:focus {
    color: #8A55BA;
    background: #fff;
    border-color: #C7B7DC;
    box-shadow: 2px 3px 5px 0 #8a55ba0f;
    outline: none
}

.hdr-nav-primary ul li a:focus {
    box-shadow: 0 0 0 3px #8a55ba47
}

.hdr-nav-secondary {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.hdr-contact-link {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #fff;
    background: #8A55BA;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 6px;
    border: 2px solid #8A55BA;
    display: inline-block;
    position: relative;
    transition: background .18s ease-out, color .15s ease-out, border-color .18s ease-out
}

.hdr-contact-link:hover,
.hdr-contact-link:focus {
    background: transparent;
    color: #8A55BA;
    border-color: #8A55BA;
    outline: none
}

.hdr-contact-link:focus {
    box-shadow: 0 0 0 3px #8a55ba47
}

.pg-ftr {
    background: #2d1a4a;
    padding: 80px 0 0
}

.pg-ftr-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start
}

.ftr-brand-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.ftr-logo-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px 6px 12px 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 7px 14px 0 #8a55ba1a 0 0 0 2px #C7B7DC;
    padding: 6px;
    overflow: hidden
}

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

.ftr-copy {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #C7B7DC;
    text-align: center
}

.ftr-contact-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ftr-col-label {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #EAEBF2;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 1px solid #c7b7dc33
}

.ftr-addr {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #C7B7DC;
    font-style: normal
}

.ftr-addr-line {
    display: block
}

.ftr-contact-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ftr-contact-link {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #C7B7DC;
    text-decoration: none;
    transition: color .18s ease-out
}

.ftr-contact-link:hover,
.ftr-contact-link:focus {
    color: #EAEBF2;
    outline: none
}

.ftr-contact-link:focus {
    box-shadow: 0 0 0 3px #8a55ba66;
    border-radius: 6px
}

.ftr-links-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

.ftr-links-list li a {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #C7B7DC;
    text-decoration: none;
    transition: color .18s ease-out
}

.ftr-links-list li a:hover,
.ftr-links-list li a:focus {
    color: #EAEBF2;
    outline: none
}

.ftr-links-list li a:focus {
    box-shadow: 0 0 0 3px #8a55ba66;
    border-radius: 6px
}

.ftr-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 24px;
    border-top: 1px solid #c7b7dc26;
    display: flex;
    align-items: center;
    justify-content: center
}

.ftr-bottom-txt {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #c7b7dc8c
}

.ck-bar {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 4000;
    max-width: 420px;
    width: calc(100vw - 48px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 12px 60px 0 #8a55ba1c 2px 7px 14px 0 #8a55ba1a;
    padding: 24px;
    border: 1px solid #C7B7DC;
    display: none;
    transform: translateX(calc(-100% - 48px));
    transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.ck-bar.visible {
    transform: translateX(0)
}

.ck-desc {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #2d1a4a;
    margin-bottom: 16px
}

.ck-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.ck-accept {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #fff;
    background: #8A55BA;
    border: 2px solid #8A55BA;
    border-radius: 6px;
    padding: 8px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background .18s ease-out, color .15s ease-out;
    min-height: 44px;
    display: inline-flex;
    align-items: center
}

.ck-accept:hover,
.ck-accept:focus {
    background: transparent;
    color: #8A55BA;
    outline: none
}

.ck-accept:focus {
    box-shadow: 0 0 0 3px #8a55ba47
}

.ck-decline {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    letter-spacing: .01em;
    color: #8A55BA;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    transition: color .18s ease-out
}

.ck-decline:hover,
.ck-decline:focus {
    color: #6b3fa0;
    outline: none
}

.ck-decline:focus {
    box-shadow: 0 0 0 3px #8a55ba47;
    border-radius: 6px
}

@media screen and (max-width: 860px) {
    .pg-hdr-body {
        flex-wrap: wrap;
        padding: 16px 24px;
        min-height: auto;
        gap: 16px
    }

    .hdr-nav-primary ul {
        gap: 8px
    }

    .hdr-nav-primary ul li a {
        padding: 8px 12px;
        font-size: 15px
    }

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

    .ftr-brand-col {
        align-items: flex-start
    }

    .ftr-copy {
        text-align: left
    }
}

.xmc-content-policy {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2d2d3a
}

.xmc-content-policy h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #8A55BA;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid #EAEBF2
}

.xmc-content-policy h2 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #2d2d3a;
    margin-top: 80px;
    margin-bottom: 24px
}

.xmc-content-policy h3 {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #2d2d3a;
    margin-top: 40px;
    margin-bottom: 16px
}

.xmc-content-policy h4 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #8A55BA;
    margin-top: 24px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.xmc-content-policy h5 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #2d2d3a;
    margin-top: 24px;
    margin-bottom: 8px
}

.xmc-content-policy h6 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #6a5a80;
    margin-top: 16px;
    margin-bottom: 8px
}

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

.xmc-content-policy ul,
.xmc-content-policy ol {
    margin: 16px 0 24px;
    padding-left: 24px
}

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

.xmc-content-policy ul li {
    padding-left: 24px;
    position: relative
}

.xmc-content-policy ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #8A55BA;
    border-radius: 48px
}

.xmc-content-policy ol {
    list-style: decimal
}

.xmc-content-policy ol li {
    padding-left: 8px
}

.xmc-content-policy li {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #2d2d3a;
    margin-bottom: 8px
}

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

.xmc-content-policy ul ul li::before {
    background-color: #C7B7DC;
    width: 4px;
    height: 4px;
    top: 11px
}

.xmc-content-policy table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.6;
    box-shadow: 2px 7px 14px 0 #8a55ba1a;
    border-radius: 12px;
    overflow: hidden
}

.xmc-content-policy thead {
    background-color: #8A55BA
}

.xmc-content-policy thead th {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 16px 24px;
    text-align: left
}

.xmc-content-policy tbody tr {
    border-bottom: 1px solid #EAEBF2;
    transition: background-color .12s ease-out
}

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

.xmc-content-policy tbody tr:nth-child(even) {
    background-color: #EAEBF2
}

.xmc-content-policy tbody tr:hover {
    background-color: #f0eaf8
}

.xmc-content-policy td {
    padding: 16px 24px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #2d2d3a;
    vertical-align: top
}

.xmc-content-policy th {
    padding: 16px 24px;
    vertical-align: middle
}

.xmc-content-policy hr {
    border: none;
    border-top: 1px solid #EAEBF2;
    margin: 80px 0
}

.xmc-content-policy div {
    font-size: 16px;
    line-height: 1.6
}

.xmc-content-policy div.notice {
    background-color: #EAEBF2;
    border-top: 3px solid #8A55BA;
    border-radius: 12px;
    padding: 24px 40px;
    margin: 40px 0;
    box-shadow: inset 2px 3px 5px 0 #8a55ba0f
}

.xmc-content-policy div.highlight {
    background-color: #f0eaf8;
    border-radius: 12px;
    padding: 24px 40px;
    margin: 40px 0;
    box-shadow: inset 2px 3px 5px 0 #8a55ba0f
}

@media screen and (max-width: 768px) {
    .xmc-content-policy {
        padding: 40px 16px
    }

    .xmc-content-policy h1 {
        font-size: 48px
    }

    .xmc-content-policy h2 {
        font-size: 24px;
        margin-top: 40px
    }

    .xmc-content-policy h3 {
        font-size: 20px
    }

    .xmc-content-policy table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 6px
    }

    .xmc-content-policy thead th,
    .xmc-content-policy td {
        padding: 16px;
        white-space: nowrap
    }

    .xmc-content-policy div.notice,
    .xmc-content-policy div.highlight {
        padding: 24px 16px
    }
}

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

.exp-det .pg-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.exp-det .reveal-right {
    animation: slideRight .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

.exp-det .reveal-right.d1 {
    animation-delay: .05s
}

.exp-det .reveal-right.d2 {
    animation-delay: .12s
}

.exp-det .reveal-right.d3 {
    animation-delay: .18s
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(48px)
    }

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

.exp-det .art-hero {
    background: linear-gradient(160deg, #f5f0fa 0%, #fff 100%);
    padding: 80px 0 40px;
    position: relative
}

.exp-det .art-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#8a55ba0f 1px, transparent 1px), linear-gradient(90deg, #8a55ba0f 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none
}

.exp-det .art-hero .pg-wrap {
    position: relative;
    z-index: 1
}

.exp-det .hero-split {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 40px;
    align-items: center
}

.exp-det .hero-img-col {
    position: relative
}

.exp-det .img-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 12px 60px 0 #8a55ba1c;
    position: relative
}

.exp-det .img-frame img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform 8s ease-out;
    animation: zoomCycle 12s ease-in-out infinite alternate
}

@keyframes zoomCycle {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.08)
    }
}

.exp-det .img-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 40%, #f5f0fad9 100%);
    pointer-events: none
}

.exp-det .hero-text-col {
    padding: 40px 24px 40px 16px
}

.exp-det .cat-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px
}

.exp-det .cat-dot {
    width: 10px;
    height: 10px;
    border-radius: 36px;
    background: #8A55BA;
    flex-shrink: 0
}

.exp-det .cat-text {
    font-size: 15px;
    color: #8A55BA;
    letter-spacing: .02em;
    font-weight: 600
}

.exp-det .art-title {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b1035;
    margin-bottom: 24px;
    font-weight: 700
}

.exp-det .art-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #3d2e55;
    margin-bottom: 40px;
    max-width: 480px
}

.exp-det .back-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #8A55BA;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    letter-spacing: .01em;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 7px 14px 0 #8a55ba1a;
    transition: background .18s ease-out, box-shadow .15s ease-out
}

.exp-det .back-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: border-color .18s ease-out
}

.exp-det .back-btn:hover {
    background: #7040a8;
    box-shadow: 2px 12px 60px 0 #8a55ba1c
}

.exp-det .back-btn:hover::before {
    border-color: #C7B7DC
}

.exp-det .deco-circles {
    position: absolute;
    top: -24px;
    left: -40px;
    pointer-events: none;
    z-index: 0
}

.exp-det .deco-circles span {
    position: absolute;
    border-radius: 36px;
    opacity: .08;
    background: #8A55BA
}

.exp-det .deco-circles span:nth-child(1) {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0
}

.exp-det .deco-circles span:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 30px;
    left: 30px
}

.exp-det .deco-circles span:nth-child(3) {
    width: 50px;
    height: 50px;
    top: 55px;
    left: 55px
}

.exp-det .art-body-sec {
    padding: 80px 0;
    background: #fff
}

.exp-det .body-layout {
    display: grid;
    grid-template-columns: 2fr 5fr;
    gap: 40px;
    align-items: start
}

.exp-det .body-sidebar {
    position: sticky;
    top: 40px
}

.exp-det .sidebar-card {
    background: linear-gradient(160deg, #f5f0fa 0%, #EAEBF2 100%);
    border-radius: 12px;
    padding: 24px;
    box-shadow: inset 2px 3px 5px 0 #8a55ba0f;
    border-left: 4px solid #8A55BA;
    border-top: 1px solid #C7B7DC
}

.exp-det .sidebar-card .sc-label {
    font-size: 15px;
    font-weight: 700;
    color: #8A55BA;
    letter-spacing: .02em;
    margin-bottom: 16px;
    display: block
}

.exp-det .sidebar-card .sc-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px
}

.exp-det .sidebar-card .sc-item:last-child {
    margin-bottom: 0
}

.exp-det .sc-dot {
    width: 8px;
    height: 8px;
    border-radius: 36px;
    background: #C7B7DC;
    flex-shrink: 0;
    margin-top: 6px
}

.exp-det .sc-item-text {
    font-size: 15px;
    line-height: 1.6;
    color: #3d2e55
}

.exp-det .pub-meta {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #C7B7DC
}

.exp-det .meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.exp-det .meta-row:last-child {
    margin-bottom: 0
}

.exp-det .meta-ico {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.exp-det .meta-val {
    font-size: 15px;
    color: #3d2e55;
    line-height: 1.6
}

.exp-det .art-content {
    min-width: 0
}

.exp-det .art-content .acc-line {
    display: block;
    width: 4px;
    height: 32px;
    background: #8A55BA;
    border-radius: 6px;
    margin-bottom: 16px
}

.exp-det .art-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #2a1f3d;
    margin-bottom: 24px;
    letter-spacing: .01em
}

.exp-det .art-content h2 {
    font-size: 24px;
    line-height: 1.1;
    color: #1b1035;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 16px;
    margin-top: 40px;
    padding-left: 16px;
    border-left: 3px solid #8A55BA
}

.exp-det .art-content h3 {
    font-size: 20px;
    line-height: 1.1;
    color: #2a1f3d;
    font-weight: 600;
    letter-spacing: .01em;
    margin-bottom: 16px;
    margin-top: 24px
}

.exp-det .art-content em {
    color: #8A55BA;
    font-style: italic
}

.exp-det .art-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px
}

.exp-det .art-content ul li {
    background: #f5f0fa;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #2a1f3d;
    border-left: 3px solid #C7B7DC;
    border-top: 1px solid #EAEBF2;
    box-shadow: 2px 3px 5px 0 #8a55ba0f;
    letter-spacing: .01em
}

.exp-det .art-content figure {
    margin: 40px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 7px 14px 0 #8a55ba1a
}

.exp-det .art-content figure img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover
}

.exp-det .art-content figcaption {
    background: #EAEBF2;
    padding: 16px;
    font-size: 15px;
    color: #3d2e55;
    line-height: 1.6;
    letter-spacing: .01em
}

.exp-det .top-anchor {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    padding: 16px 24px;
    background: #EAEBF2;
    border-radius: 6px;
    color: #8A55BA;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .01em;
    border: 1px solid #C7B7DC;
    transition: background .15s ease-out, border-color .18s ease-out;
    position: relative
}

.exp-det .top-anchor::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: border-color .18s ease-out
}

.exp-det .top-anchor:hover {
    background: #f5f0fa
}

.exp-det .top-anchor:hover::before {
    border-color: #8A55BA
}

.exp-det .top-arrow {
    display: block;
    width: 16px;
    height: 16px;
    position: relative
}

.exp-det .top-arrow::before,
.exp-det .top-arrow::after {
    content: '';
    position: absolute;
    background: #8A55BA
}

.exp-det .top-arrow::before {
    width: 2px;
    height: 12px;
    left: 7px;
    top: 2px;
    border-radius: 6px
}

.exp-det .top-arrow::after {
    width: 8px;
    height: 2px;
    left: 4px;
    top: 2px;
    border-radius: 6px;
    transform: rotate(-45deg);
    transform-origin: right center
}

@media screen and (max-width: 900px) {
    .exp-det .hero-split {
        grid-template-columns: 1fr
    }

    .exp-det .hero-text-col {
        padding: 24px 0
    }

    .exp-det .art-title {
        font-size: 32px
    }

    .exp-det .body-layout {
        grid-template-columns: 1fr
    }

    .exp-det .body-sidebar {
        position: static
    }

    .exp-det .img-frame img {
        height: 220px
    }
}

@media screen and (max-width: 600px) {
    .exp-det .art-title {
        font-size: 24px
    }

    .exp-det .art-hero {
        padding: 40px 0 24px
    }

    .exp-det .art-body-sec {
        padding: 40px 0
    }
}

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

.abt-pg .row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.abt-pg ::selection {
    background: #C7B7DC;
    color: #1b1226
}

.abt-pg .tb {
    padding: 80px 40px 40px;
    position: relative
}

.abt-pg .tb-blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.abt-pg .tb-blob-a {
    position: absolute;
    width: 420px;
    height: 420px;
    background: #C7B7DC;
    border-radius: 48px;
    opacity: .18;
    filter: blur(72px);
    top: -80px;
    left: -60px
}

.abt-pg .tb-blob-b {
    position: absolute;
    width: 300px;
    height: 300px;
    background: #8A55BA;
    border-radius: 48px;
    opacity: .1;
    filter: blur(90px);
    bottom: 0;
    right: 10%
}

.abt-pg .tb-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.abt-pg .tb-img-col {
    flex: 0 0 280px;
    width: 280px
}

.abt-pg .tb-img-wrap {
    width: 280px;
    height: 340px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 12px 60px 0 #8a55ba1c;
    opacity: .88
}

.abt-pg .tb-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.45) brightness(0.96)
}

.abt-pg .tb-text-col {
    flex: 1 1 0;
    padding-bottom: 8px
}

.abt-pg .tb-eyebrow {
    font-size: 15px;
    letter-spacing: .02em;
    color: #8A55BA;
    margin-bottom: 16px;
    display: block;
    line-height: 1.6
}

.abt-pg .tb-h1 {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b1226;
    margin-bottom: 24px
}

.abt-pg .tb-h1 em {
    font-style: italic;
    color: #8A55BA
}

.abt-pg .tb-desc {
    font-size: 20px;
    line-height: 1.6;
    color: #3a2d4e;
    max-width: 560px;
    letter-spacing: .01em
}

.abt-pg .tb-curve {
    display: block;
    margin: 40px auto 0;
    max-width: 1200px;
    width: 100%;
    overflow: visible
}

.abt-pg .div-tick {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px
}

.abt-pg .div-tick-line {
    flex: 1;
    height: 1px;
    background: #C7B7DC;
    position: relative
}

.abt-pg .div-tick-line::before,
.abt-pg .div-tick-line::after {
    content: '';
    position: absolute;
    top: -4px;
    width: 1px;
    height: 8px;
    background: #8A55BA
}

.abt-pg .div-tick-line::before {
    left: 20%
}

.abt-pg .div-tick-line::after {
    left: 60%
}

.abt-pg .div-tick-dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #8A55BA;
    margin: 0 8px;
    flex-shrink: 0
}

.abt-pg .who {
    background: #EAEBF2;
    padding: 80px 40px;
    position: relative
}

.abt-pg .who::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, #8a55ba08 0px, #8a55ba08 1px, transparent 1px, transparent 60px);
    pointer-events: none
}

.abt-pg .who-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.abt-pg .who-top {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 40px
}

.abt-pg .who-text {
    flex: 1 1 0
}

.abt-pg .who-hdg {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b1226;
    margin-bottom: 24px;
    padding-left: 16px;
    border-left: 3px solid #8A55BA
}

.abt-pg .who-p {
    font-size: 16px;
    line-height: 1.6;
    color: #2d2040;
    letter-spacing: .01em;
    margin-bottom: 16px
}

.abt-pg .who-metrics {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-pg .metric-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: inset 0 2px 8px 0 #8a55ba12 2px 7px 14px 0 #8a55ba1a;
    display: flex;
    flex-direction: column;
    gap: 8px;
    animation: icon-sway 3.4s ease-out infinite alternate
}

.abt-pg .metric-card:nth-child(2) {
    animation-duration: 4.1s;
    animation-delay: .6s
}

.abt-pg .metric-card:nth-child(3) {
    animation-duration: 3.8s;
    animation-delay: 1.2s
}

@keyframes icon-sway {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-5px)
    }
}

.abt-pg .metric-num {
    font-size: 48px;
    line-height: 1.1;
    color: #8A55BA;
    letter-spacing: .01em
}

.abt-pg .metric-lbl {
    font-size: 15px;
    line-height: 1.6;
    color: #3a2d4e;
    letter-spacing: .01em
}

.abt-pg .who-cards {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.abt-pg .who-card {
    flex: 1 1 0;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 2px 3px 5px 0 #8a55ba0f;
    border-top: 3px solid #C7B7DC;
    transition: box-shadow .18s ease-out, border-color .15s ease-out
}

.abt-pg .who-card:hover {
    box-shadow: 2px 7px 14px 0 #8a55ba1a;
    border-color: #8A55BA
}

.abt-pg .who-card-h {
    font-size: 16px;
    line-height: 1.1;
    color: #1b1226;
    margin-bottom: 8px;
    letter-spacing: .01em
}

.abt-pg .who-card-p {
    font-size: 15px;
    line-height: 1.6;
    color: #3a2d4e;
    letter-spacing: .01em
}

.abt-pg .div2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.abt-pg .div2-seg {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #EAEBF2, #C7B7DC, #EAEBF2)
}

.abt-pg .div2-tick {
    width: 1px;
    height: 10px;
    background: #8A55BA;
    flex-shrink: 0
}

.abt-pg .team {
    padding: 80px 40px;
    background: #fff
}

.abt-pg .team-inner {
    max-width: 1200px;
    margin: 0 auto
}

.abt-pg .team-hdr {
    max-width: 560px;
    margin: 0 auto 40px;
    text-align: center
}

.abt-pg .team-hdg {
    font-size: 48px;
    line-height: 1.1;
    color: #1b1226;
    letter-spacing: .01em;
    margin-bottom: 16px;
    padding-left: 16px;
    border-left: 3px solid #8A55BA;
    text-align: left
}

.abt-pg .team-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #3a2d4e;
    letter-spacing: .01em;
    text-align: left
}

.abt-pg .team-layout {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.abt-pg .team-img-col {
    flex: 0 0 360px
}

.abt-pg .team-img-wrap {
    width: 360px;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 12px 60px 0 #8a55ba1c;
    position: relative
}

.abt-pg .team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .82;
    transition: opacity .22s ease-out
}

.abt-pg .team-img-wrap:hover img {
    opacity: 1
}

.abt-pg .team-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, #8a55ba2e 100%);
    pointer-events: none
}

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

.abt-pg .person-card {
    background: #EAEBF2;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    box-shadow: inset 0 2px 6px 0 #c7b7dc2e;
    transition: background .15s cubic-bezier(0.4, 0, 0.6, 1);
    position: relative;
    outline: 2px solid transparent
}

.abt-pg .person-card:focus-within,
.abt-pg .person-card:hover {
    background: #fff;
    outline-color: #8A55BA
}

@keyframes outline-flicker {

    0%,
    100% {
        outline-color: #8a55ba8c
    }

    45% {
        outline-color: #8a55ba38
    }

    55% {
        outline-color: #8a55ba7a
    }
}

.abt-pg .person-card.featured {
    outline: 2px solid #8A55BA;
    animation: outline-flicker 2.8s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.abt-pg .person-avatar {
    width: 56px;
    height: 56px;
    border-radius: 36px;
    background: linear-gradient(135deg, #C7B7DC, #8A55BA);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 3px 5px 0 #8a55ba0f
}

.abt-pg .person-avatar svg {
    width: 28px;
    height: 28px;
    fill: #fff
}

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

.abt-pg .person-name {
    font-size: 16px;
    line-height: 1.1;
    color: #1b1226;
    margin-bottom: 8px;
    letter-spacing: .01em
}

.abt-pg .person-role {
    font-size: 15px;
    color: #8A55BA;
    letter-spacing: .02em;
    margin-bottom: 8px;
    line-height: 1.6
}

.abt-pg .person-bio {
    font-size: 15px;
    line-height: 1.6;
    color: #3a2d4e;
    letter-spacing: .01em
}

.abt-pg .team-img2-col {
    flex: 0 0 260px
}

.abt-pg .team-img2-wrap {
    width: 260px;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 7px 14px 0 #8a55ba1a;
    margin-top: 40px
}

.abt-pg .team-img2-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .78
}

@media screen and (max-width: 900px) {
    .abt-pg .tb-grid {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .abt-pg .tb-img-col {
        flex: none;
        width: 100%
    }

    .abt-pg .tb-img-wrap {
        width: 100%;
        height: 240px
    }

    .abt-pg .tb-h1 {
        font-size: 48px
    }

    .abt-pg .who-top {
        flex-direction: column;
        gap: 40px
    }

    .abt-pg .who-metrics {
        flex: none;
        width: 100%;
        flex-direction: row
    }

    .abt-pg .who-cards {
        flex-direction: column
    }

    .abt-pg .team-layout {
        flex-direction: column
    }

    .abt-pg .team-img-col,
    .abt-pg .team-img2-col {
        flex: none;
        width: 100%
    }

    .abt-pg .team-img-wrap {
        width: 100%;
        height: 280px
    }

    .abt-pg .team-img2-wrap {
        width: 100%;
        height: 220px;
        margin-top: 0
    }

    .abt-pg .team-hdr {
        max-width: 100%
    }
}

@media screen and (max-width: 600px) {
    .abt-pg .tb {
        padding: 40px 16px 24px
    }

    .abt-pg .tb-h1 {
        font-size: 48px
    }

    .abt-pg .who {
        padding: 40px 16px
    }

    .abt-pg .who-metrics {
        flex-direction: column
    }

    .abt-pg .team {
        padding: 40px 16px
    }

    .abt-pg .who-hdg,
    .abt-pg .team-hdg {
        font-size: 24px
    }

    .abt-pg .metric-num {
        font-size: 48px
    }

    .abt-pg .div-tick,
    .abt-pg .div2 {
        padding: 0 16px
    }
}

.abt-pg .btn-outline-draw {
    display: inline-block;
    padding: 16px 40px;
    font-size: 16px;
    letter-spacing: .02em;
    color: #8A55BA;
    background: transparent;
    border: 2px solid #8A55BA;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: color .18s ease-out, background .18s ease-out;
    overflow: hidden
}

.abt-pg .btn-outline-draw::before,
.abt-pg .btn-outline-draw::after {
    content: '';
    position: absolute;
    background: #8A55BA;
    transition: transform .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-pg .btn-outline-draw::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left
}

.abt-pg .btn-outline-draw::after {
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom
}

.abt-pg .btn-outline-draw:hover {
    background: #8A55BA;
    color: #fff
}

.abt-pg .btn-outline-draw:hover::before {
    transform: scaleX(1)
}

.abt-pg .btn-outline-draw:hover::after {
    transform: scaleY(1)
}

.abt-pg .btn-outline-draw:focus {
    outline: 2px solid #8A55BA;
    outline-offset: 4px
}

.cnt-us {
    max-width: 100%;
    overflow-x: clip
}

.cnt-us .pg-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.cnt-us .reach-panel {
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 80vh;
    background: #EAEBF2
}

.cnt-us .reach-left {
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(160deg, #8A55BA 0%, #C7B7DC 100%);
    position: relative
}

.cnt-us .reach-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(160deg, #8A55BA 0%, #C7B7DC 100%);
    animation: contrast-breathe 6s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    z-index: 0
}

@keyframes contrast-breathe {

    0%,
    100% {
        filter: contrast(1)
    }

    50% {
        filter: contrast(1.12)
    }
}

.cnt-us .reach-left>* {
    position: relative;
    z-index: 1
}

.cnt-us .reach-tag {
    font-size: 15px;
    letter-spacing: .02em;
    color: #fff;
    opacity: .78;
    line-height: 1.6;
    margin-bottom: 8px
}

.cnt-us .reach-h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 24px
}

.cnt-us .reach-h1 em {
    font-style: italic;
    font-weight: 300
}

.cnt-us .reach-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    opacity: .88;
    margin-bottom: 40px
}

.cnt-us .reach-details {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cnt-us .reach-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #ffffff1f;
    border-radius: 12px;
    padding: 16px;
    box-shadow: inset 2px 3px 5px 0 #8a55ba0f;
    transition: background .18s ease-out
}

.cnt-us .reach-item:hover {
    background: #fff3
}

.cnt-us .reach-ico {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #ffffff38;
    display: flex;
    align-items: center;
    justify-content: center
}

.cnt-us .reach-ico svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cnt-us .reach-item-lbl {
    font-size: 15px;
    color: #ffffffa6;
    line-height: 1.1;
    margin-bottom: 4px;
    letter-spacing: .01em
}

.cnt-us .reach-item-val {
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    letter-spacing: .01em
}

.cnt-us .reach-item-val a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .15s ease-out
}

.cnt-us .reach-item-val a:hover {
    opacity: .75
}

.cnt-us .reach-deco {
    position: absolute;
    bottom: 40px;
    right: -20px;
    width: 80px;
    height: 80px;
    z-index: 0
}

.cnt-us .reach-deco svg {
    width: 80px;
    height: 80px;
    opacity: .18
}

.cnt-us .reach-right {
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff
}

.cnt-us .form-eyebrow {
    font-size: 15px;
    letter-spacing: .02em;
    color: #8A55BA;
    line-height: 1.1;
    margin-bottom: 8px
}

.cnt-us .form-heading {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #2c2250;
    margin-bottom: 8px;
    border-left: 3px solid #8A55BA;
    padding-left: 16px
}

.cnt-us .form-sub {
    font-size: 15px;
    line-height: 1.6;
    color: #4a3f6b;
    margin-bottom: 40px;
    padding-left: 19px
}

.cnt-us .cf {
    display: flex;
    flex-direction: column;
    gap: 24px
}

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

.cnt-us .cf-field {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cnt-us .cf-field.full {
    grid-column: 1 / -1
}

.cnt-us .cf-lbl {
    font-size: 15px;
    letter-spacing: .01em;
    color: #2c2250;
    line-height: 1.1
}

.cnt-us .cf-lbl span {
    color: #8A55BA;
    margin-left: 2px
}

.cnt-us .cf-in-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.cnt-us .cf-in-wrap svg {
    position: absolute;
    left: 14px;
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #C7B7DC;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none
}

.cnt-us .cf-in {
    width: 100%;
    padding: 16px 16px 16px 40px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #2c2250;
    background: #EAEBF2;
    border: 1.5px solid #C7B7DC;
    border-radius: 12px;
    box-shadow: inset 2px 3px 5px 0 #8a55ba0f;
    outline: none;
    transition: border-color .15s ease-out, box-shadow .18s ease-out;
    -webkit-appearance: none;
    appearance: none
}

.cnt-us .cf-in::placeholder {
    color: #9b8ab8
}

.cnt-us .cf-in:focus {
    border-color: #8A55BA;
    box-shadow: inset 2px 3px 5px 0 #8a55ba0f 2px 7px 14px 0 #8a55ba1a
}

.cnt-us .cf-select {
    width: 100%;
    padding: 16px 40px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #2c2250;
    background: #EAEBF2;
    border: 1.5px solid #C7B7DC;
    border-radius: 12px;
    box-shadow: inset 2px 3px 5px 0 #8a55ba0f;
    outline: none;
    cursor: pointer;
    transition: border-color .15s ease-out, box-shadow .18s ease-out;
    -webkit-appearance: none;
    appearance: none
}

.cnt-us .cf-select:focus {
    border-color: #8A55BA;
    box-shadow: inset 2px 3px 5px 0 #8a55ba0f 2px 7px 14px 0 #8a55ba1a
}

.cnt-us .cf-select-arr {
    position: absolute;
    right: 14px;
    pointer-events: none
}

.cnt-us .cf-select-arr svg {
    position: static;
    width: 14px;
    height: 14px;
    stroke: #8A55BA
}

.cnt-us .time-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px
}

.cnt-us .time-opt {
    position: relative
}

.cnt-us .time-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.cnt-us .time-opt label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    border-radius: 12px;
    border: 1.5px solid #C7B7DC;
    background: #EAEBF2;
    cursor: pointer;
    transition: border-color .12s ease-out, background .15s ease-out;
    text-align: center;
    gap: 8px
}

.cnt-us .time-opt label:hover {
    border-color: #8A55BA;
    background: #fff
}

.cnt-us .time-opt input[type="radio"]:focus+label {
    border-color: #8A55BA;
    box-shadow: 2px 3px 5px 0 #8a55ba0f
}

.cnt-us .time-opt input[type="radio"]:checked+label {
    border-color: #8A55BA;
    background: #fff;
    box-shadow: 2px 7px 14px 0 #8a55ba1a
}

.cnt-us .time-opt label svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #8A55BA;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cnt-us .time-lbl-txt {
    font-size: 15px;
    color: #2c2250;
    line-height: 1.1;
    letter-spacing: .01em
}

.cnt-us .time-lbl-sub {
    font-size: 15px;
    color: #6a5a8e;
    line-height: 1.1;
    letter-spacing: .01em
}

.cnt-us .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #EAEBF2;
    border-radius: 12px;
    border: 1.5px solid #C7B7DC
}

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

.cnt-us .privacy-txt {
    font-size: 15px;
    line-height: 1.6;
    color: #4a3f6b;
    letter-spacing: .01em
}

.cnt-us .privacy-txt a {
    color: #8A55BA;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .15s ease-out
}

.cnt-us .privacy-txt a:hover {
    opacity: .72
}

.cnt-us .cf-submit {
    align-self: flex-start;
    position: relative;
    padding: 16px 40px;
    font-size: 20px;
    letter-spacing: .01em;
    line-height: 1.1;
    color: #fff;
    background: #8A55BA;
    border: 2px solid #8A55BA;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 2px 7px 14px 0 #8a55ba1a;
    transition: background .18s ease-out, box-shadow .18s ease-out, border-color .12s ease-out;
    overflow: hidden
}

.cnt-us .cf-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: border-color .18s ease-out;
    pointer-events: none
}

.cnt-us .cf-submit:hover {
    background: #7040a8;
    box-shadow: 2px 12px 60px 0 #8a55ba1c;
    border-color: #7040a8
}

.cnt-us .cf-submit:hover::before {
    border-color: #fff
}

.cnt-us .cf-submit:focus {
    outline: 3px solid #C7B7DC;
    outline-offset: 3px
}

.cnt-us .cf-submit:active {
    background: #5e3090;
    box-shadow: 2px 3px 5px 0 #8a55ba0f
}

.cnt-us .connector-band {
    background: #2c2250;
    padding: 40px 0
}

.cnt-us .connector-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.cnt-us .conn-node {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex: 1
}

.cnt-us .conn-ico-ring {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 2px solid #8A55BA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #8a55ba1f
}

.cnt-us .conn-ico-ring svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #C7B7DC;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cnt-us .conn-label {
    font-size: 15px;
    color: #ffffff8c;
    line-height: 1.1;
    letter-spacing: .01em;
    margin-bottom: 4px
}

.cnt-us .conn-val {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    letter-spacing: .01em
}

.cnt-us .conn-val a {
    color: #C7B7DC;
    text-decoration: none;
    transition: color .15s ease-out
}

.cnt-us .conn-val a:hover {
    color: #fff
}

.cnt-us .conn-dash {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    flex-shrink: 0
}

.cnt-us .conn-dash span {
    display: block;
    height: 2px;
    background: #8A55BA;
    border-radius: 6px
}

.cnt-us .conn-dash span:nth-child(1) {
    width: 8px;
    opacity: .4
}

.cnt-us .conn-dash span:nth-child(2) {
    width: 12px;
    opacity: .6
}

.cnt-us .conn-dash span:nth-child(3) {
    width: 8px;
    opacity: .4
}

@media screen and (max-width: 900px) {
    .cnt-us .reach-panel {
        grid-template-columns: 1fr
    }

    .cnt-us .reach-left {
        padding: 40px 24px
    }

    .cnt-us .reach-right {
        padding: 40px 24px
    }

    .cnt-us .cf-row {
        grid-template-columns: 1fr
    }

    .cnt-us .time-grid {
        grid-template-columns: 1fr 1fr
    }

    .cnt-us .connector-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .cnt-us .conn-dash {
        display: none
    }

    .cnt-us .reach-h1 {
        font-size: 36px
    }
}

@media screen and (max-width: 540px) {
    .cnt-us .time-grid {
        grid-template-columns: 1fr
    }

    .cnt-us .cf-submit {
        width: 100%;
        text-align: center
    }
}

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

.exp-op .pg-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.exp-op .pg-intro {
    padding: 80px 24px 40px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    align-items: end
}

.exp-op .pg-intro-left {
    position: relative
}

.exp-op .pg-intro-left::before {
    content: '';
    display: block;
    width: 4px;
    height: 48px;
    background: #8A55BA;
    border-radius: 6px;
    margin-bottom: 16px
}

.exp-op .pg-kicker {
    font-size: 15px;
    letter-spacing: .02em;
    color: #8A55BA;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: 600
}

.exp-op .pg-h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b1b2e;
    margin: 0 0 24px;
    font-weight: 700
}

.exp-op .pg-h1 em {
    font-style: italic;
    color: #8A55BA
}

.exp-op .pg-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a52;
    margin: 0;
    max-width: 560px
}

.exp-op .pg-intro-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end
}

.exp-op .intro-stat {
    background: #EAEBF2;
    border-radius: 12px;
    padding: 16px 24px;
    text-align: right;
    box-shadow: 2px 3px 5px 0 #8a55ba0f;
    width: 100%
}

.exp-op .intro-stat-num {
    font-size: 48px;
    line-height: 1.1;
    color: #8A55BA;
    font-weight: 700;
    letter-spacing: .01em
}

.exp-op .intro-stat-label {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a52
}

.exp-op .divider-thin {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.exp-op .divider-thin hr {
    border: none;
    border-top: 1px solid #C7B7DC;
    margin: 0
}

.exp-op .posts-area {
    padding: 40px 24px 80px;
    max-width: 1200px;
    margin: 0 auto
}

.exp-op .posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.exp-op .post-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 7px 14px 0 #8a55ba1a;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .18s cubic-bezier(0.4, 0, 0.6, 1), transform .15s ease-out;
    position: relative
}

.exp-op .post-card:hover {
    box-shadow: 2px 12px 60px 0 #8a55ba1c;
    transform: translateY(-3px)
}

.exp-op .post-card-img-wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.exp-op .post-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .22s ease-out
}

.exp-op .post-card:hover .post-card-img-wrap img {
    transform: scale(1.04)
}

.exp-op .post-card-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #8a55ba2e 0%, transparent 60%);
    pointer-events: none
}

.exp-op .post-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px
}

.exp-op .post-card-title {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #1b1b2e;
    font-weight: 700;
    margin: 0
}

.exp-op .post-card-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a52;
    margin: 0;
    flex: 1
}

.exp-op .post-card-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #8A55BA;
    letter-spacing: .01em;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 8px 16px;
    align-self: flex-start;
    position: relative;
    transition: color .15s ease-out, background .15s ease-out;
    background: #EAEBF2
}

.exp-op .post-card-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 2px solid #8A55BA;
    opacity: 0;
    transition: opacity .18s ease-out
}

.exp-op .post-card-link:hover::before {
    opacity: 1
}

.exp-op .post-card-link:hover {
    background: #fff;
    color: #6b3fa0
}

.exp-op .corner-deco {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    pointer-events: none
}

.exp-op .corner-deco span {
    position: absolute;
    border: 1px solid #8a55ba2e;
    border-radius: 6px
}

.exp-op .corner-deco span:nth-child(1) {
    inset: 0
}

.exp-op .corner-deco span:nth-child(2) {
    inset: 5px
}

.exp-op .corner-deco span:nth-child(3) {
    inset: 10px
}

.exp-op .post-card-no-img .post-card-img-wrap {
    display: none
}

.exp-op .divider-accent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.exp-op .divider-accent hr {
    border: none;
    border-top: 1px solid #EAEBF2;
    margin: 0
}

.exp-op .insight-area {
    padding: 80px 24px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    gap: 40px;
    align-items: start
}

.exp-op .insight-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.exp-op .insight-tag {
    background: linear-gradient(135deg, #C7B7DC, #EAEBF2);
    border-radius: 20px;
    padding: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #1b1b2e;
    font-weight: 600;
    letter-spacing: .01em;
    box-shadow: 2px 3px 5px 0 #8a55ba0f
}

.exp-op .insight-tag-sub {
    font-size: 15px;
    font-weight: 400;
    color: #3a3a52;
    line-height: 1.6;
    margin-top: 8px
}

.exp-op .insight-center {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.exp-op .insight-center::before {
    content: '';
    display: block;
    width: 4px;
    height: 40px;
    background: #8A55BA;
    border-radius: 6px
}

.exp-op .insight-h2 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b1b2e;
    font-weight: 700;
    margin: 0
}

.exp-op .insight-h2 em {
    font-style: italic;
    color: #8A55BA
}

.exp-op .insight-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a52;
    margin: 0
}

.exp-op .insight-body+.insight-body {
    margin-top: 0
}

.exp-op .insight-right-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end
}

.exp-op .insight-pill {
    background: #8A55BA;
    color: #fff;
    border-radius: 36px;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    font-weight: 600;
    box-shadow: 2px 7px 14px 0 #8a55ba1a
}

.exp-op .insight-card-sm {
    background: #EAEBF2;
    border-radius: 12px;
    padding: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #1b1b2e;
    width: 100%;
    box-shadow: 2px 3px 5px 0 #8a55ba0f
}

.exp-op .checked-bg {
    position: relative
}

.exp-op .checked-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#8a55ba0f 1px, transparent 1px), linear-gradient(90deg, #8a55ba0f 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 0;
    border-radius: 12px
}

.exp-op .checked-bg>* {
    position: relative;
    z-index: 1
}

.exp-op .process-area {
    background: linear-gradient(110deg, #C7B7DC 0%, #EAEBF2 55%, #fff 100%);
    padding: 80px 24px
}

.exp-op .process-inner {
    max-width: 1200px;
    margin: 0 auto
}

.exp-op .process-hd {
    text-align: center;
    margin-bottom: 40px
}

.exp-op .process-h2 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b1b2e;
    font-weight: 700;
    margin: 0 0 16px
}

.exp-op .process-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3a52;
    margin: 0 auto;
    max-width: 560px
}

.exp-op .process-steps {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: stretch
}

.exp-op .proc-step {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 2px 7px 14px 0 #8a55ba1a;
    position: relative;
    overflow: hidden
}

.exp-op .proc-step::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #8A55BA;
    border-radius: 6px 6px 0 0
}

.exp-op .proc-num {
    font-size: 48px;
    line-height: 1.1;
    color: #EAEBF2;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 0
}

.exp-op .proc-title {
    font-size: 16px;
    line-height: 1.6;
    color: #1b1b2e;
    font-weight: 700;
    margin: 0;
    letter-spacing: .01em
}

.exp-op .proc-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a52;
    margin: 0
}

.exp-op .proc-step-deco {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    pointer-events: none
}

.exp-op .proc-step-deco span {
    position: absolute;
    border: 1px solid #8a55ba1f;
    border-radius: 6px
}

.exp-op .proc-step-deco span:nth-child(1) {
    inset: 0
}

.exp-op .proc-step-deco span:nth-child(2) {
    inset: 6px
}

.exp-op .proc-step-deco span:nth-child(3) {
    inset: 12px
}

@keyframes grad-angle {
    0% {
        background-position: 0 50%
    }

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

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

.exp-op .animated-grad-card {
    background: linear-gradient(60deg, #8A55BA, #C7B7DC, #EAEBF2, #C7B7DC, #8A55BA);
    background-size: 300% 300%;
    animation: grad-angle 6s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

@keyframes vignette-pulse {

    0%,
    100% {
        box-shadow: inset 0 0 40px 8px #8a55ba14
    }

    50% {
        box-shadow: inset 0 0 80px 20px #8a55ba29
    }
}

.exp-op .vig-pulse {
    animation: vignette-pulse 4s ease-out infinite
}

@media (max-width: 900px) {
    .exp-op .pg-intro {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 40px 16px 24px
    }

    .exp-op .pg-intro-right {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap
    }

    .exp-op .intro-stat {
        width: auto;
        flex: 1;
        min-width: 140px;
        text-align: left
    }

    .exp-op .posts-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .exp-op .insight-area {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 40px 16px
    }

    .exp-op .insight-right-sidebar {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap
    }

    .exp-op .insight-sidebar {
        flex-direction: row;
        flex-wrap: wrap
    }

    .exp-op .insight-tag {
        flex: 1;
        min-width: 140px
    }

    .exp-op .process-steps {
        flex-direction: column
    }

    .exp-op .pg-h1 {
        font-size: 48px
    }
}

@media (max-width: 600px) {
    .exp-op .posts-grid {
        grid-template-columns: 1fr
    }

    .exp-op .pg-h1 {
        font-size: 24px
    }

    .exp-op .posts-area {
        padding: 24px 16px 40px
    }

    .exp-op .process-area {
        padding: 40px 16px
    }

    .exp-op .divider-thin,
    .exp-op .divider-accent {
        padding: 0 16px
    }
}

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

.frt .pg-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.frt .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0;
    padding: 16px 0
}

.frt .divider span {
    display: block;
    width: 40px;
    height: 2px;
    background: #C7B7DC
}

.frt .divider figure {
    width: 8px;
    height: 8px;
    background: #8A55BA;
    border-radius: 6px;
    margin: 0;
    transform: rotate(45deg)
}

@keyframes icon-sway {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg)
    }

    33% {
        transform: translateY(-5px) rotate(1.5deg)
    }

    66% {
        transform: translateY(3px) rotate(-1deg)
    }
}

@keyframes icon-sway-b {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg)
    }

    40% {
        transform: translateY(-4px) rotate(-2deg)
    }

    75% {
        transform: translateY(2px) rotate(1deg)
    }
}

.frt ::selection {
    background: #C7B7DC;
    color: #1b1035
}

.frt .num-arrow {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #8A55BA;
    letter-spacing: .02em
}

.frt .num-arrow .arr {
    display: inline-flex;
    align-items: center
}

.frt .num-arrow .arr svg {
    width: 20px;
    height: 20px
}

.frt .tb {
    padding: 80px 0 40px;
    background: #fff;
    position: relative
}

.frt .tb-diag {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 320px;
    overflow: hidden;
    pointer-events: none
}

.frt .tb-diag::before,
.frt .tb-diag::after {
    content: '';
    position: absolute;
    background: #C7B7DC;
    opacity: .18;
    width: 2px;
    height: 400px;
    top: -40px
}

.frt .tb-diag::before {
    right: 80px;
    transform: rotate(30deg);
    transform-origin: top center
}

.frt .tb-diag::after {
    right: 40px;
    transform: rotate(30deg);
    transform-origin: top center
}

.frt .tb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.frt .tb-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 0
}

.frt .tb-label {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .02em;
    color: #8A55BA;
    border: 1.5px solid #C7B7DC;
    border-radius: 6px;
    padding: 8px 16px;
    width: fit-content
}

.frt .tb-h1 {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b1035;
    margin: 0
}

.frt .tb-h1 em {
    font-style: italic;
    color: #8A55BA;
    font-family: Georgia, serif
}

.frt .tb-sub {
    font-size: 20px;
    line-height: 1.6;
    color: #3d3354;
    max-width: 480px;
    margin: 0;
    letter-spacing: .01em
}

.frt .tb-cta {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #fff;
    background: #8A55BA;
    border-radius: 12px;
    padding: 16px 40px;
    text-decoration: none;
    border: 2px solid #8A55BA;
    transition: background .18s ease-out, color .18s ease-out, border-color .15s cubic-bezier(0.4, 0, 0.6, 1);
    width: fit-content
}

.frt .tb-cta:hover {
    background: #fff;
    color: #8A55BA
}

.frt .tb-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
    position: relative
}

.frt .tb-img-dec {
    position: absolute;
    inset: -16px;
    background: linear-gradient(135deg, #C7B7DC 0%, #EAEBF2 100%);
    border-radius: 20px;
    opacity: .22;
    z-index: 0;
    pointer-events: none
}

.frt .tb-img-a {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 12px 60px 0 #8a55ba1c
}

.frt .tb-img-b {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 7px 14px 0 #8a55ba1a
}

.frt .tb-img-c {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 3px 5px 0 #8a55ba0f
}

.frt .tb-img-a img,
.frt .tb-img-b img,
.frt .tb-img-c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.88);
    transition: filter .22s ease-out
}

.frt .tb-img-a {
    min-height: 360px
}

.frt .tb-img-b {
    min-height: 168px
}

.frt .tb-img-c {
    min-height: 168px
}

.frt .tb-img-a::after,
.frt .tb-img-b::after,
.frt .tb-img-c::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 80%, #1b103561 0%, transparent 65%);
    pointer-events: none;
    z-index: 2
}

.frt .tb-img-a:hover img,
.frt .tb-img-b:hover img,
.frt .tb-img-c:hover img {
    filter: brightness(1)
}

.frt .sit {
    padding: 80px 0;
    background: #EAEBF2;
    position: relative
}

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

.frt .sit .pg-wrap {
    position: relative;
    z-index: 1
}

.frt .sit-hd {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px
}

.frt .sit-hd h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #1b1035;
    margin: 0;
    letter-spacing: .01em;
    border-left: 4px solid #8A55BA;
    padding-left: 16px
}

.frt .sit-hd p {
    font-size: 16px;
    line-height: 1.6;
    color: #3d3354;
    max-width: 560px;
    margin: 0;
    letter-spacing: .01em
}

.frt .sit-mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 16px
}

.frt .sit-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: inset 2px 3px 5px 0 #c7b7dc2e 2px 3px 5px 0 #8a55ba0f;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .18s ease-out
}

.frt .sit-card:hover {
    box-shadow: inset 2px 3px 5px 0 #c7b7dc47 2px 7px 14px 0 #8a55ba1a
}

.frt .sit-card.wide {
    grid-column: span 2;
    flex-direction: row;
    align-items: flex-start
}

.frt .sit-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #C7B7DC 0%, #EAEBF2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    animation: icon-sway 4.2s ease-in-out infinite
}

.frt .sit-card:nth-child(2) .sit-icon {
    animation: icon-sway-b 5.1s ease-in-out infinite
}

.frt .sit-card:nth-child(4) .sit-icon {
    animation: icon-sway 3.8s ease-in-out infinite
}

.frt .sit-icon svg {
    width: 24px;
    height: 24px
}

.frt .sit-card h4 {
    font-size: 16px;
    line-height: 1.1;
    color: #1b1035;
    margin: 0;
    letter-spacing: .01em;
    font-weight: 700
}

.frt .sit-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #3d3354;
    margin: 0;
    letter-spacing: .01em
}

.frt .sit-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frt .rel {
    padding: 80px 0;
    background: #fff
}

.frt .rel-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 80px;
    align-items: center
}

.frt .rel-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 12px 60px 0 #8a55ba1c
}

.frt .rel-img-wrap img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
    filter: brightness(0.9);
    transition: filter .2s ease-out
}

.frt .rel-img-wrap:hover img {
    filter: brightness(1)
}

.frt .rel-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 90%, #1b103552 0%, transparent 60%);
    pointer-events: none
}

.frt .rel-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #8A55BA;
    color: #fff;
    border-radius: 12px;
    padding: 16px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 2px 7px 14px 0 #8a55ba1a
}

.frt .rel-badge strong {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: .01em
}

.frt .rel-badge span {
    font-size: 15px;
    line-height: 1.6;
    opacity: .88;
    letter-spacing: .01em
}

.frt .rel-text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.frt .rel-text h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #1b1035;
    margin: 0;
    letter-spacing: .01em
}

.frt .rel-text h2 em {
    font-style: italic;
    color: #8A55BA;
    font-family: Georgia, serif
}

.frt .rel-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #3d3354;
    margin: 0;
    letter-spacing: .01em
}

.frt .rel-steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.frt .rel-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    background: #EAEBF2;
    border: 1px solid #C7B7DC;
    border-top: 3px solid #8A55BA
}

.frt .rel-step-num {
    font-size: 20px;
    font-weight: 700;
    color: #8A55BA;
    line-height: 1.1;
    letter-spacing: .01em;
    min-width: 32px
}

.frt .rel-step-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frt .rel-step h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1b1035;
    margin: 0;
    letter-spacing: .01em
}

.frt .rel-step p {
    font-size: 15px;
    color: #3d3354;
    margin: 0
}

.frt .who {
    padding: 80px 0;
    background: linear-gradient(160deg, #C7B7DC 0%, #EAEBF2 100%);
    position: relative
}

.frt .who-diag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
    pointer-events: none
}

.frt .who-diag::before,
.frt .who-diag::after {
    content: '';
    position: absolute;
    background: #8A55BA;
    opacity: .12;
    width: 2px;
    height: 300px;
    bottom: -40px
}

.frt .who-diag::before {
    left: 40px;
    transform: rotate(-30deg);
    transform-origin: bottom center
}

.frt .who-diag::after {
    left: 80px;
    transform: rotate(-30deg);
    transform-origin: bottom center
}

.frt .who-hd {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.frt .who-hd h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #1b1035;
    margin: 0;
    letter-spacing: .01em
}

.frt .who-hd p {
    font-size: 16px;
    line-height: 1.6;
    color: #3d3354;
    max-width: 580px;
    margin: 0;
    letter-spacing: .01em
}

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

.frt .who-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 7px 14px 0 #8a55ba1a;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 240px
}

.frt .who-card-img {
    position: relative;
    overflow: hidden
}

.frt .who-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.85);
    transition: filter .2s cubic-bezier(0.4, 0, 0.6, 1)
}

.frt .who-card:hover .who-card-img img {
    filter: brightness(1)
}

.frt .who-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 20% 80%, #1b103547 0%, transparent 65%);
    pointer-events: none
}

.frt .who-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center
}

.frt .who-card-body h4 {
    font-size: 20px;
    line-height: 1.1;
    color: #1b1035;
    margin: 0;
    letter-spacing: .01em;
    font-weight: 700
}

.frt .who-card-body p {
    font-size: 15px;
    line-height: 1.6;
    color: #3d3354;
    margin: 0;
    letter-spacing: .01em
}

.frt .who-tag {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #8A55BA;
    background: #EAEBF2;
    border-radius: 6px;
    padding: 8px 16px;
    letter-spacing: .02em;
    width: fit-content
}

.frt .obj {
    padding: 80px 0;
    background: #1b1035;
    position: relative
}

.frt .obj-bg-tex {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C7B7DC' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0
}

.frt .obj .pg-wrap {
    position: relative;
    z-index: 1
}

.frt .obj-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.frt .obj-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.frt .obj-left h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    letter-spacing: .01em;
    border-left: 4px solid #8A55BA;
    padding-left: 16px
}

.frt .obj-left h2 em {
    font-style: italic;
    color: #C7B7DC;
    font-family: Georgia, serif
}

.frt .obj-left p {
    font-size: 16px;
    line-height: 1.6;
    color: #C7B7DC;
    margin: 0;
    letter-spacing: .01em
}

.frt .obj-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.frt .obj-item {
    border-radius: 12px;
    padding: 24px;
    background: #c7b7dc14;
    border: 1px solid #c7b7dc2e;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: background .15s ease-out, border-color .18s ease-out
}

.frt .obj-item:hover {
    background: #c7b7dc24;
    border-color: #c7b7dc52
}

.frt .obj-q {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: .01em;
    line-height: 1.6
}

.frt .obj-a {
    font-size: 15px;
    line-height: 1.6;
    color: #C7B7DC;
    margin: 0;
    letter-spacing: .01em
}

.frt .obj-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #8a55ba52;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: icon-sway-b 4.8s ease-in-out infinite
}

.frt .obj-icon svg {
    width: 20px;
    height: 20px
}

.frt .evd {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.frt .evd-hd {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.frt .evd-hd h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #1b1035;
    margin: 0;
    letter-spacing: .01em
}

.frt .evd-hd p {
    font-size: 16px;
    line-height: 1.6;
    color: #3d3354;
    max-width: 560px;
    margin: 0;
    letter-spacing: .01em
}

.frt .evd-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px
}

.frt .evd-stat {
    background: #EAEBF2;
    border-radius: 20px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    box-shadow: inset 2px 3px 5px 0 #c7b7dc38;
    position: relative;
    overflow: hidden
}

.frt .evd-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8A55BA 0%, #C7B7DC 100%);
    border-radius: 20px 20px 0 0
}

.frt .evd-num {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: #8A55BA;
    letter-spacing: .01em
}

.frt .evd-label {
    font-size: 15px;
    line-height: 1.6;
    color: #3d3354;
    letter-spacing: .01em
}

.frt .evd-reviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.frt .evd-review {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: 1.5px solid #C7B7DC;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 2px 3px 5px 0 #8a55ba0f;
    transition: box-shadow .18s ease-out, border-color .15s cubic-bezier(0.4, 0, 0.6, 1)
}

.frt .evd-review:hover {
    box-shadow: 2px 7px 14px 0 #8a55ba1a;
    border-color: #8A55BA
}

.frt .evd-review blockquote {
    font-size: 15px;
    line-height: 1.6;
    color: #3d3354;
    margin: 0;
    padding: 0;
    border: none;
    letter-spacing: .01em;
    font-style: italic
}

.frt .evd-reviewer {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frt .evd-reviewer strong {
    font-size: 15px;
    color: #1b1035;
    letter-spacing: .01em
}

.frt .evd-reviewer span {
    font-size: 15px;
    color: #8A55BA;
    letter-spacing: .01em
}

.frt .evd-arr {
    display: flex;
    align-items: center;
    gap: 8px
}

@media (max-width: 900px) {
    .frt .tb-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frt .tb-imgs {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto
    }

    .frt .tb-img-a {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        min-height: 200px
    }

    .frt .tb-img-b {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        min-height: 200px
    }

    .frt .tb-img-c {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        min-height: 160px
    }

    .frt .tb-h1 {
        font-size: 48px
    }

    .frt .sit-mosaic {
        grid-template-columns: 1fr 1fr
    }

    .frt .sit-card.wide {
        grid-column: span 2
    }

    .frt .rel-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frt .who-cards {
        grid-template-columns: 1fr
    }

    .frt .who-card {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .frt .who-card-img {
        min-height: 200px
    }

    .frt .obj-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frt .evd-grid {
        grid-template-columns: 1fr 1fr
    }

    .frt .evd-reviews {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {
    .frt .tb-h1 {
        font-size: 36px
    }

    .frt .sit-mosaic {
        grid-template-columns: 1fr
    }

    .frt .sit-card.wide {
        grid-column: span 1;
        flex-direction: column
    }

    .frt .evd-grid {
        grid-template-columns: 1fr
    }

    .frt .obj-left h2,
    .frt .sit-hd h2,
    .frt .rel-text h2,
    .frt .who-hd h2,
    .frt .evd-hd h2 {
        font-size: 36px
    }
}

.svc-pg {
    max-width: 100%;
    overflow-x: clip
}

.svc-pg .svc-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px)
    }

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

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(40px)
    }

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

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    60% {
        opacity: 1;
        transform: translateY(-6px)
    }

    80% {
        transform: translateY(3px)
    }

    100% {
        transform: translateY(0)
    }
}

.svc-pg .anim-left {
    animation: slideInLeft .18s cubic-bezier(0.4, 0, 0.6, 1) both
}

.svc-pg .anim-right {
    animation: slideInRight .18s cubic-bezier(0.4, 0, 0.6, 1) both
}

.svc-pg .anim-bounce {
    animation: bounceIn .22s cubic-bezier(0.4, 0, 0.6, 1) both
}

.svc-pg .anim-d1 {
    animation-delay: .04s
}

.svc-pg .anim-d2 {
    animation-delay: .09s
}

.svc-pg .anim-d3 {
    animation-delay: .14s
}

.svc-pg .anim-d4 {
    animation-delay: .18s
}

::selection {
    background: #C7B7DC;
    color: #1b0e33
}

.svc-pg .lbl-dot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    letter-spacing: .02em;
    color: #5a3a8a;
    font-weight: 600
}

.svc-pg .lbl-dot::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #8A55BA;
    flex-shrink: 0
}

.svc-pg .lbl-dot.secondary::before {
    background: #C7B7DC
}

.svc-pg .acc-line {
    border-left: 3px solid #8A55BA;
    padding-left: 16px
}

.svc-pg .acc-line.alt {
    border-left-color: #C7B7DC;
    border-left-width: 2px
}

.svc-pg .serif-word {
    font-style: italic;
    font-weight: 700
}

.svc-pg .divider-svg {
    width: 100%;
    display: block;
    line-height: 0
}

.svc-pg .btn-pri {
    display: inline-block;
    padding: 16px 40px;
    background: #8A55BA;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .02em;
    border-radius: 12px;
    border: 2px solid #8A55BA;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background .18s cubic-bezier(0.4, 0, 0.6, 1), color .18s cubic-bezier(0.4, 0, 0.6, 1)
}

.svc-pg .btn-pri::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    border: 2px solid #fff;
    opacity: 0;
    transition: opacity .12s ease-out
}

.svc-pg .btn-pri:hover {
    background: #6e3f9a;
    color: #fff
}

.svc-pg .btn-pri:hover::after {
    opacity: .3
}

.svc-pg .btn-sec {
    display: inline-block;
    padding: 8px 24px;
    background: transparent;
    color: #8A55BA;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .01em;
    border-radius: 6px;
    border: 1.5px solid #8A55BA;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: background .15s ease-out, color .15s ease-out
}

.svc-pg .btn-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 1.5px solid #C7B7DC;
    opacity: 0;
    transition: opacity .12s ease-out
}

.svc-pg .btn-sec:hover {
    background: #EAEBF2;
    color: #5a3a8a
}

.svc-pg .btn-sec:hover::before {
    opacity: 1
}

.svc-pg .title-blk {
    position: relative;
    padding: 80px 0 0;
    background: #fff
}

.svc-pg .title-blk .radial-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 30% 50%, #8a55ba1a 0%, #c7b7dc0f 50%, transparent 80%);
    pointer-events: none;
    z-index: 0
}

.svc-pg .title-blk .geo-shape {
    position: absolute;
    border-radius: 20px;
    pointer-events: none;
    z-index: 0
}

.svc-pg .title-blk .geo-a {
    width: 120px;
    height: 120px;
    top: 40px;
    right: 80px;
    background: #8a55ba0d;
    transform: rotate(18deg);
    border-radius: 36px
}

.svc-pg .title-blk .geo-b {
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 220px;
    background: #c7b7dc14;
    transform: rotate(-10deg);
    border-radius: 20px
}

.svc-pg .title-blk .geo-c {
    width: 200px;
    height: 200px;
    top: -40px;
    left: -40px;
    background: #eaebf280;
    transform: rotate(5deg);
    border-radius: 48px
}

.svc-pg .tb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    position: relative;
    z-index: 1
}

.svc-pg .tb-text {
    padding: 40px 40px 80px 0
}

.svc-pg .tb-text .pre-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #4a3060;
    margin-bottom: 24px;
    max-width: 480px
}

.svc-pg .tb-text h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b0e33;
    margin-bottom: 24px;
    font-weight: 800
}

.svc-pg .tb-text .sub-p {
    font-size: 16px;
    line-height: 1.6;
    color: #3d2a55;
    margin-bottom: 40px;
    max-width: 460px
}

.svc-pg .tb-img-zone {
    padding: 24px 0 0 24px;
    position: relative
}

.svc-pg .tb-img-zone .img-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 12px 60px 0 #8a55ba1c;
    position: relative
}

.svc-pg .tb-img-zone .img-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: contrast(1.03) brightness(0.97)
}

.svc-pg .tb-img-zone .grain-overlay {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    border-radius: 20px
}

.svc-pg .tb-img-zone .img-badge {
    position: absolute;
    bottom: -16px;
    left: 0;
    background: #8A55BA;
    color: #fff;
    border-radius: 12px;
    padding: 16px 24px;
    box-shadow: 2px 7px 14px 0 #8a55ba1a
}

.svc-pg .tb-img-zone .img-badge .badge-num {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    display: block
}

.svc-pg .tb-img-zone .img-badge .badge-lbl {
    font-size: 15px;
    line-height: 1.6;
    opacity: .85
}

.svc-pg .divider-a {
    margin-top: 80px
}

.svc-pg .svc-list-blk {
    background: linear-gradient(160deg, #EAEBF2 0%, #fff 100%);
    padding: 80px 0
}

.svc-pg .svc-list-blk .blk-head {
    text-align: center;
    margin-bottom: 40px
}

.svc-pg .svc-list-blk .blk-head h2 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b0e33;
    margin-bottom: 16px;
    font-weight: 800
}

.svc-pg .svc-list-blk .blk-head .sub-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #3d2a55;
    max-width: 560px;
    margin: 0 auto
}

.svc-pg .three-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px
}

.svc-pg .three-col .col-top-bar {
    grid-column: 1 / -1;
    height: 4px;
    background: linear-gradient(90deg, #8A55BA 0%, #C7B7DC 50%, #EAEBF2 100%);
    border-radius: 6px;
    margin-bottom: 8px
}

.svc-pg .svc-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: inset 2px 3px 5px 0 #8a55ba0f 2px 3px 5px 0 #8a55ba0f;
    border: 1px solid #EAEBF2;
    transition: box-shadow .16s ease-out, transform .16s ease-out;
    position: relative
}

.svc-pg .svc-card:hover {
    box-shadow: 2px 7px 14px 0 #8a55ba1a;
    transform: translateY(-3px)
}

.svc-pg .svc-card .card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #EAEBF2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.svc-pg .svc-card .card-icon svg {
    width: 24px;
    height: 24px
}

.svc-pg .svc-card h4 {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #1b0e33;
    font-weight: 700;
    margin-bottom: 8px
}

.svc-pg .svc-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #3d2a55;
    margin: 0
}

.svc-pg .svc-card .card-tag {
    display: inline-block;
    margin-top: 16px;
    font-size: 15px;
    font-weight: 600;
    color: #8A55BA;
    background: #8a55ba12;
    border-radius: 6px;
    padding: 4px 12px;
    letter-spacing: .01em
}

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

.svc-pg .metric-item {
    text-align: center;
    padding: 24px;
    border-radius: 20px;
    background: #8A55BA;
    color: #fff;
    box-shadow: 2px 7px 14px 0 #8a55ba1a
}

.svc-pg .metric-item .m-num {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .01em;
    display: block
}

.svc-pg .metric-item .m-lbl {
    font-size: 15px;
    line-height: 1.6;
    opacity: .85
}

.svc-pg .metric-item.light {
    background: #C7B7DC;
    color: #1b0e33
}

.svc-pg .metric-item.light .m-num {
    color: #1b0e33
}

.svc-pg .divider-b {
    line-height: 0
}

.svc-pg .process-blk {
    position: relative;
    padding: 80px 0;
    background: #1b0e33
}

.svc-pg .process-blk .bg-img {
    position: absolute;
    inset: 0;
    z-index: 0
}

.svc-pg .process-blk .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .18
}

.svc-pg .process-blk .overlay {
    position: absolute;
    inset: 0;
    background: #1b0e33d1;
    z-index: 1
}

.svc-pg .process-blk .proc-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.svc-pg .process-blk .ph {
    text-align: center;
    margin-bottom: 40px
}

.svc-pg .process-blk .ph h2 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #fff;
    font-weight: 800;
    margin-bottom: 16px
}

.svc-pg .process-blk .ph .ph-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #C7B7DC;
    max-width: 520px;
    margin: 0 auto
}

.svc-pg .proc-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.svc-pg .proc-step {
    background: #ffffff0f;
    border: 1px solid #c7b7dc2e;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    transition: background .15s ease-out, border-color .15s ease-out
}

.svc-pg .proc-step:hover {
    background: #8a55ba24;
    border-color: #c7b7dc59
}

.svc-pg .proc-step .step-num {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #8A55BA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0
}

.svc-pg .proc-step .step-body h5 {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px
}

.svc-pg .proc-step .step-body p {
    font-size: 15px;
    line-height: 1.6;
    color: #C7B7DC;
    margin: 0
}

.svc-pg .proc-img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    align-items: center
}

.svc-pg .proc-img-row .pimg-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 12px 60px 0 #8a55ba1c
}

.svc-pg .proc-img-row .pimg-frame img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block
}

.svc-pg .proc-img-row .ptext {
    color: #fff
}

.svc-pg .proc-img-row .ptext h3 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px
}

.svc-pg .proc-img-row .ptext p {
    font-size: 15px;
    line-height: 1.6;
    color: #C7B7DC;
    margin-bottom: 16px
}

.svc-pg .proc-img-row .ptext .feat-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.svc-pg .proc-img-row .ptext .feat-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #C7B7DC
}

.svc-pg .proc-img-row .ptext .feat-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background: #8A55BA;
    flex-shrink: 0;
    margin-top: 8px
}

.svc-pg .divider-c {
    line-height: 0
}

.svc-pg .curved-connector {
    position: relative;
    height: 40px;
    overflow: hidden;
    pointer-events: none
}

.svc-pg .curved-connector svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

@media (max-width: 900px) {
    .svc-pg .tb-grid {
        grid-template-columns: 1fr
    }

    .svc-pg .tb-text {
        padding: 40px 0 0
    }

    .svc-pg .tb-img-zone {
        padding: 0
    }

    .svc-pg .three-col {
        grid-template-columns: 1fr
    }

    .svc-pg .metrics-row {
        grid-template-columns: 1fr
    }

    .svc-pg .proc-steps {
        grid-template-columns: 1fr
    }

    .svc-pg .proc-img-row {
        grid-template-columns: 1fr
    }

    .svc-pg .tb-text h1 {
        font-size: 48px
    }

    .svc-pg .svc-list-blk .blk-head h2 {
        font-size: 48px
    }

    .svc-pg .process-blk .ph h2 {
        font-size: 48px
    }
}

@media (max-width: 600px) {
    .svc-pg .tb-text h1 {
        font-size: 48px
    }

    .svc-pg .svc-list-blk .blk-head h2 {
        font-size: 24px
    }

    .svc-pg .process-blk .ph h2 {
        font-size: 24px
    }

    .svc-pg .metric-item .m-num {
        font-size: 24px
    }
}

.succ-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background: linear-gradient(160deg, #EAEBF2 0%, #fff 100%)
}

.succ-page .succ-wrap {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.succ-page .succ-card {
    background: #fff;
    border-radius: 20px;
    padding: 80px 40px;
    max-width: 560px;
    width: 100%;
    box-shadow: 2px 12px 60px 0 #8a55ba1c;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    box-sizing: border-box
}

.succ-page .succ-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0
}

.succ-page .succ-icon .icon-circle {
    fill: none;
    stroke: #8A55BA;
    stroke-width: 2.5;
    stroke-dasharray: 226;
    stroke-dashoffset: 0
}

.succ-page .succ-icon .icon-check {
    fill: none;
    stroke: #8A55BA;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.succ-page .succ-heading {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #2a1a3e;
    text-align: center;
    margin: 0
}

.succ-page .succ-heading em {
    font-style: italic;
    color: #8A55BA
}

.succ-page .succ-body {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #3d2d54;
    text-align: center;
    margin: 0;
    max-width: 420px
}

.succ-page .succ-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #8A55BA, #C7B7DC);
    border-radius: 6px;
    flex-shrink: 0
}

.succ-page .succ-meta {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .02em;
    color: #6a5480;
    text-align: center;
    margin: 0
}

.succ-page .succ-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}

.succ-page .succ-actions .btn-primary {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #fff;
    background: #8A55BA;
    border: 2px solid #8A55BA;
    border-radius: 12px;
    padding: 16px 40px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: background .18s ease-out, border-color .14s ease-out, color .14s ease-out;
    box-shadow: 2px 7px 14px 0 #8a55ba1a
}

.succ-page .succ-actions .btn-primary:hover {
    background: #7040a0;
    border-color: #7040a0
}

.succ-page .succ-actions .btn-primary:focus {
    outline: 3px solid #C7B7DC;
    outline-offset: 3px
}

.succ-page .succ-actions .btn-secondary {
    display: inline-block;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #8A55BA;
    background: transparent;
    border: 2px solid #C7B7DC;
    border-radius: 12px;
    padding: 16px 24px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: border-color .22s cubic-bezier(0.4, 0, 0.6, 1), color .18s ease-out
}

.succ-page .succ-actions .btn-secondary::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    border: 2px solid #8A55BA;
    opacity: 0;
    transition: opacity .16s ease-out;
    pointer-events: none
}

.succ-page .succ-actions .btn-secondary:hover {
    color: #6a3a9a;
    border-color: #8A55BA
}

.succ-page .succ-actions .btn-secondary:hover::before {
    opacity: 1
}

.succ-page .succ-actions .btn-secondary:focus {
    outline: 3px solid #C7B7DC;
    outline-offset: 3px
}

.succ-page .succ-ref {
    max-width: 480px;
    width: 100%;
    background: #EAEBF2;
    border-radius: 12px;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    box-shadow: 2px 3px 5px 0 #c7b7dc0f inset
}

.succ-page .succ-ref .ref-label {
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #6a5480;
    margin: 0
}

.succ-page .succ-ref .ref-contact {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .01em;
    color: #2a1a3e;
    margin: 0;
    text-decoration: none;
    display: block;
    transition: color .16s ease-out
}

.succ-page .succ-ref .ref-contact:hover {
    color: #8A55BA
}

@media (max-width: 600px) {
    .succ-page {
        padding: 40px 16px
    }

    .succ-page .succ-card {
        padding: 40px 24px
    }

    .succ-page .succ-heading {
        font-size: 32px
    }

    .succ-page .succ-actions {
        flex-direction: column;
        align-items: stretch
    }

    .succ-page .succ-actions .btn-primary,
    .succ-page .succ-actions .btn-secondary {
        text-align: center
    }

    .succ-page .succ-ref {
        padding: 24px 16px
    }
}