html {
    box-sizing: border-box
}

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

body {
    margin: 0;
    padding: 0
}

.hd {
    position: relative;
    background: #3E308A;
    font-family: 'Ubuntu', sans-serif
}

.hd-band {
    background: #FCBF1A;
    height: 5px;
    width: 100%
}

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

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

.brand-mark {
    border-left: 4px solid #FCBF1A;
    display: flex;
    align-items: center;
    background: #ffffff14;
    border-radius: 5px;
    box-shadow: 0 1px 3px -1px #3e308a12 0 6px 14px -1px #3e308a17;
    padding: 8px 16px;
    border-left: 4px solid #FCBF1A
}

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

.brand-name {
    font-family: 'Ubuntu', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.1;
    letter-spacing: .04em;
    margin-left: 16px
}

.brand-name span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #FCBF1A;
    letter-spacing: .08em;
    margin-top: 8px
}

.hd-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FCBF1A;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: .05em;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #fcbf1a4d;
    transition: background-color .55s ease-out, border-color .45s ease-out;
    flex-shrink: 0
}

.hd-contact:hover {
    background: #fcbf1a1f;
    border-color: #FCBF1A
}

.hd-contact:focus {
    outline: 2px solid #FCBF1A;
    outline-offset: 2px
}

.hd-contact i {
    font-size: 15px
}

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

.hd-nav a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    letter-spacing: .04em;
    line-height: 1.5;
    transition: color .6s ease-out, background-color .5s ease-out;
    white-space: nowrap
}

.hd-nav a:hover {
    color: #FCBF1A;
    background: #ffffff14
}

.hd-nav a:focus {
    outline: 2px solid #FCBF1A;
    outline-offset: 2px
}

.hd-nav a[href="./"] {
    color: #FCBF1A
}

.ft {
    background: #2a2060;
    font-family: 'Roboto', sans-serif;
    border-top: 3px solid #FCBF1A
}

.ft-top {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 40px 16px;
    display: flex;
    align-items: flex-start;
    gap: 40px
}

.ft-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0
}

.ft-logo-wrap {
    background: #ffffff12;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 1px 3px -1px #3e308a12 0 6px 14px -1px #3e308a17;
    border: 1px solid #fcbf1a40
}

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

.ft-brand-label {
    font-family: 'Ubuntu', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .04em;
    line-height: 1.1
}

.ft-brand-sub {
    font-size: 15px;
    color: #fcbf1acc;
    line-height: 1.5;
    max-width: 200px
}

.ft-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px
}

.ft-links a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #ffffffbf;
    text-decoration: none;
    letter-spacing: .04em;
    line-height: 1.5;
    transition: color .65s ease-out;
    padding: 8px 0
}

.ft-links a:hover {
    color: #FCBF1A
}

.ft-links a:focus {
    outline: 2px solid #FCBF1A;
    outline-offset: 2px;
    border-radius: 3px
}

.ft-mid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px 16px;
    border-top: 1px solid #ffffff1a
}

.ft-addr {
    font-size: 15px;
    color: #ffffff80;
    line-height: 1.9;
    padding-top: 16px;
    letter-spacing: .03em
}

.ft-addr i {
    color: #FCBF1A;
    margin-right: 8px;
    font-size: 15px
}

.ft-bottom {
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px 40px;
    border-top: 1px solid #ffffff14;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px
}

.ft-copy {
    font-size: 15px;
    color: #fff6;
    line-height: 1.5;
    letter-spacing: .03em
}

.ft-copy strong {
    color: #fff9;
    font-weight: 700
}

@media (max-width: 768px) {
    .hd-body {
        padding: 16px;
        flex-wrap: wrap;
        gap: 16px
    }

    .hd-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        gap: 8px
    }

    .hd-nav a {
        font-size: 15px;
        padding: 8px
    }

    .hd-contact {
        order: 2
    }

    .ft-top {
        padding: 40px 16px 16px;
        flex-direction: column
    }

    .ft-mid {
        padding: 0 16px 16px
    }

    .ft-bottom {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 375px) {
    .hd-body {
        padding: 8px
    }

    .brand-name {
        font-size: 19px
    }

    .hd-nav a {
        padding: 8px;
        font-size: 15px
    }

    .ft-top {
        padding: 16px 8px
    }

    .ft-mid,
    .ft-bottom {
        padding-left: 8px;
        padding-right: 8px
    }
}

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

.policy-data h1 {
    font-size: 43px;
    line-height: 1.1;
    color: #3E308A;
    margin-bottom: 40px;
    margin-top: 0;
    letter-spacing: -.5px
}

.policy-data h2 {
    font-size: 31px;
    line-height: 1.1;
    color: #3E308A;
    margin-top: 80px;
    margin-bottom: 16px
}

.policy-data h3 {
    font-size: 23px;
    line-height: 1.5;
    color: #3E308A;
    margin-top: 40px;
    margin-bottom: 16px
}

.policy-data h4 {
    font-size: 19px;
    line-height: 1.5;
    color: #3E308A;
    margin-top: 40px;
    margin-bottom: 8px
}

.policy-data h5 {
    font-size: 16px;
    line-height: 1.5;
    color: #3E308A;
    margin-top: 16px;
    margin-bottom: 8px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.policy-data h6 {
    font-size: 15px;
    line-height: 1.5;
    color: #3E308A;
    margin-top: 16px;
    margin-bottom: 8px;
    letter-spacing: .06em;
    text-transform: uppercase
}

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

.policy-data ul {
    list-style: none;
    padding-left: 16px
}

.policy-data ol {
    list-style: decimal
}

.policy-data ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.9;
    color: #2a2060
}

.policy-data ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background-color: #FCBF1A;
    border-radius: 3px
}

.policy-data ol li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.9;
    color: #2a2060;
    padding-left: 8px
}

.policy-data ul ul,
.policy-data ol ol,
.policy-data ul ol,
.policy-data ol ul {
    margin: 8px 0 8px 16px
}

.policy-data strong,
.policy-data b {
    font-weight: 700;
    color: #3E308A
}

.policy-data em,
.policy-data i {
    font-style: italic;
    color: #4a3a9a
}

.policy-data a {
    color: #3E308A;
    text-decoration: underline;
    text-decoration-color: #FCBF1A;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition: color .25s ease-out, text-decoration-color .4s ease-out
}

.policy-data a:hover {
    color: #FCBF1A;
    text-decoration-color: #3E308A
}

.policy-data table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px -1px #3e308a12 0 6px 14px -1px #3e308a17
}

.policy-data thead {
    background-color: #3E308A
}

.policy-data thead th {
    color: #FFF;
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px;
    text-align: left;
    font-weight: 700
}

.policy-data tbody tr {
    border-bottom: 1px solid #3e308a17;
    transition: background-color .45s ease-out
}

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

.policy-data tbody tr:nth-child(even) {
    background-color: #3e308a08
}

.policy-data tbody tr:hover {
    background-color: #fcbf1a14
}

.policy-data td {
    padding: 16px;
    color: #2a2060;
    vertical-align: top
}

.policy-data th {
    padding: 16px;
    vertical-align: top
}

.policy-data hr {
    border: none;
    height: 2px;
    background-color: #3e308a17;
    margin: 80px 0;
    border-radius: 3px
}

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

    .policy-data h1 {
        font-size: 31px
    }

    .policy-data h2 {
        font-size: 23px;
        margin-top: 40px
    }

    .policy-data h3 {
        font-size: 19px
    }

    .policy-data h4,
    .policy-data h5,
    .policy-data h6 {
        font-size: 16px
    }

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

    .policy-data hr {
        margin: 40px 0
    }
}

@media (max-width: 375px) {
    .policy-data {
        padding: 40px 8px
    }

    .policy-data h1 {
        font-size: 23px
    }

    .policy-data h2 {
        font-size: 19px
    }

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

.consult {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.consult .blk-a {
    position: relative;
    background: linear-gradient(253deg, #f5f0ff 0%, #fffbea 100%);
    padding: 80px 40px
}

.consult .blk-a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 60%, #3e308a1a 0%, transparent 70%);
    pointer-events: none
}

.consult .blk-a-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 80px;
    align-items: center;
    position: relative
}

.consult .blk-a-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.consult .eyebrow {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #3E308A;
    display: inline-block
}

.consult .eyebrow::before {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 8px
}

.consult .manifesto-head {
    font-size: 43px;
    line-height: 1.1;
    color: #1b1545;
    font-weight: 900;
    margin: 0
}

.consult .manifesto-head .framed {
    display: inline;
    border: 2px solid #3E308A;
    border-radius: 5px;
    padding: 0 6px;
    color: #3E308A
}

.consult .manifesto-text {
    font-size: 16px;
    line-height: 1.9;
    color: #2d2560;
    margin: 0;
    max-width: 380px
}

.consult .consult-btn {
    display: inline-block;
    margin-top: 8px;
    align-self: flex-start
}

.consult .consult-btn a {
    display: inline-block;
    background: #3E308A;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 5px;
    box-shadow: 0 6px 14px -1px #3e308a17;
    transition: background-color .55s ease-out, box-shadow .45s ease-out
}

.consult .consult-btn a:hover {
    background: #2b2060;
    box-shadow: 0 12px 60px -1px #3e308a1c
}

.consult .blk-a-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.consult .img-wrap-a {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 12px 60px -1px #3e308a1c
}

.consult .img-wrap-a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.7) brightness(0.95);
    display: block
}

.consult .corner-deco {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    pointer-events: none
}

.consult .corner-deco span {
    position: absolute;
    border: 2px solid #3e308a2e;
    border-radius: 3px
}

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

.consult .corner-deco span:nth-child(2) {
    inset: 10px
}

.consult .corner-deco span:nth-child(3) {
    inset: 20px
}

.consult .corner-deco span:nth-child(4) {
    inset: 30px
}

.consult .wave-divider {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -2px
}

.consult .wave-divider svg {
    display: block;
    width: 100%
}

.consult .blk-b {
    background: #FFF;
    padding: 80px 40px
}

.consult .blk-b-inner {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.consult .blk-b-top {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 40px;
    align-items: start
}

.consult .blk-b-head {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.consult .blk-b-head h2 {
    font-size: 31px;
    line-height: 1.1;
    color: #1b1545;
    font-weight: 800;
    margin: 0
}

.consult .blk-b-head p {
    font-size: 16px;
    line-height: 1.9;
    color: #3d3360;
    margin: 0;
    max-width: 480px
}

.consult .portrait-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    background: linear-gradient(253deg, #f5f0ff 0%, #fffbea 60%);
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 1px 3px -1px #3e308a12
}

.consult .portrait-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.consult .portrait-img {
    width: 80px;
    height: 100px;
    overflow: hidden;
    flex-shrink: 0
}

.consult .portrait-img img {
    width: 80px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    display: block
}

.consult .portrait-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.consult .portrait-name {
    font-size: 19px;
    font-weight: 800;
    color: #1b1545;
    margin: 0
}

.consult .portrait-role {
    font-size: 15px;
    color: #3E308A;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase
}

.consult .portrait-quote {
    font-size: 15px;
    line-height: 1.9;
    color: #3d3360;
    margin: 0;
    font-style: italic
}

.consult .matrix-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.consult .matrix-label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #3E308A
}

.consult .matrix-label::before {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 8px
}

.consult .matrix-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 14px -1px #3e308a17
}

.consult .matrix-table thead tr {
    background: #3E308A
}

.consult .matrix-table thead th {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    padding: 16px;
    text-align: left;
    letter-spacing: .06em;
    text-transform: uppercase
}

.consult .matrix-table thead th:not(:first-child) {
    text-align: center
}

.consult .matrix-table tbody tr {
    background: #FFF;
    transition: background-color .55s ease-out
}

.consult .matrix-table tbody tr:nth-child(even) {
    background: #f8f4ff
}

.consult .matrix-table tbody tr:hover {
    background: #ede8ff
}

.consult .matrix-table tbody td {
    font-size: 15px;
    color: #2d2560;
    padding: 16px;
    border-bottom: 1px solid #3e308a14;
    line-height: 1.5
}

.consult .matrix-table tbody td:not(:first-child) {
    text-align: center
}

.consult .ind-yes {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #3E308A;
    border-radius: 3px;
    position: relative
}

.consult .ind-yes::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    width: 5px;
    height: 2px;
    background: #FFF;
    transform: rotate(45deg);
    border-radius: 1px
}

.consult .ind-yes::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    width: 8px;
    height: 2px;
    background: #FFF;
    transform: rotate(-45deg);
    border-radius: 1px
}

.consult .ind-no {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #e8e2f8;
    border-radius: 3px
}

.consult .ind-part {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FCBF1A;
    border-radius: 3px
}

.consult .four-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 8px
}

.consult .col-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-radius: 10px;
    background: #f5f0ff;
    box-shadow: 0 1px 3px -1px #3e308a12;
    transition: box-shadow .65s ease-out, transform .45s ease-out
}

.consult .col-card.accent {
    background: #3E308A
}

.consult .col-card.accent .col-card-num,
.consult .col-card.accent .col-card-label,
.consult .col-card.accent .col-card-text {
    color: #FFF
}

.consult .col-card:hover {
    box-shadow: 0 12px 60px -1px #3e308a1c;
    transform: translateY(-4px)
}

.consult .col-card-icon {
    font-size: 23px;
    color: #FCBF1A;
    margin-bottom: 8px
}

.consult .col-card.accent .col-card-icon {
    color: #FCBF1A
}

.consult .col-card-num {
    font-size: 31px;
    font-weight: 900;
    color: #3E308A;
    line-height: 1.1
}

.consult .col-card-label {
    font-size: 15px;
    font-weight: 700;
    color: #1b1545;
    text-transform: uppercase;
    letter-spacing: .07em
}

.consult .col-card-text {
    font-size: 15px;
    line-height: 1.5;
    color: #3d3360
}

.consult .img-wrap-b {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 14px -1px #3e308a17;
    margin-top: 8px
}

.consult .img-wrap-b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.75) brightness(0.92);
    display: block
}

.consult .glass-strip {
    background: #ffffff8c;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid #3e308a1f;
    border-radius: 10px;
    padding: 16px 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 6px 14px -1px #3e308a17 inset 0 2px 6px #fcbf1a12
}

.consult .glass-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.consult .glass-item-icon {
    font-size: 23px;
    color: #3E308A
}

.consult .glass-item-text {
    font-size: 15px;
    color: #2d2560;
    line-height: 1.5;
    font-weight: 600
}

@keyframes colorReveal {
    from {
        color: #c5bde8
    }

    to {
        color: #1b1545
    }
}

.consult .manifesto-head {
    animation: colorReveal .85s ease-out both
}

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

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

.consult .blk-a-left {
    animation: fadeUp .75s ease-out both
}

.consult .blk-a-right {
    animation: fadeUp .75s .2s ease-out both
}

.consult .col-card {
    animation: fadeUp .65s ease-out both
}

.consult .col-card:nth-child(1) {
    animation-delay: .05s
}

.consult .col-card:nth-child(2) {
    animation-delay: .15s
}

.consult .col-card:nth-child(3) {
    animation-delay: .25s
}

.consult .col-card:nth-child(4) {
    animation-delay: .35s
}

@media (max-width: 1366px) {
    .consult .blk-a-grid {
        gap: 40px
    }

    .consult .manifesto-head {
        font-size: 31px
    }
}

@media (max-width: 768px) {
    .consult .blk-a {
        padding: 40px 16px
    }

    .consult .blk-a-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .consult .manifesto-head {
        font-size: 31px
    }

    .consult .blk-b {
        padding: 40px 16px
    }

    .consult .blk-b-top {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .consult .four-col {
        grid-template-columns: 1fr 1fr
    }

    .consult .glass-strip {
        padding: 16px;
        gap: 16px
    }

    .consult .img-wrap-a {
        height: 260px
    }
}

@media (max-width: 375px) {
    .consult .four-col {
        grid-template-columns: 1fr
    }

    .consult .manifesto-head {
        font-size: 23px
    }

    .consult .glass-strip {
        flex-direction: column;
        align-items: flex-start
    }
}

.dbt {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.dbt .s1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    padding: 80px 40px;
    background: #fff;
    align-items: center
}

.dbt .s1-img-wrap {
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.dbt .s1-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.4) brightness(0.92)
}

.dbt .s1-text {
    padding: 8px 0
}

.dbt .s1-num {
    font-size: 58px;
    line-height: 1.1;
    color: #3E308A;
    font-weight: 900;
    display: block
}

.dbt .s1-head {
    font-size: 43px;
    line-height: 1.1;
    color: #222;
    margin: 8px 0 16px
}

.dbt .s1-head span {
    border: 2px solid #FCBF1A;
    border-radius: 3px;
    padding: 0 6px;
    color: #3E308A
}

.dbt .s1-sub {
    font-size: 19px;
    line-height: 1.5;
    color: #333;
    max-width: 520px
}

.dbt .s1-badge {
    display: inline-block;
    margin-top: 16px;
    background: #3E308A;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    padding: 8px 16px;
    letter-spacing: .08em
}

.dbt .div-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    background: #fff
}

.dbt .div-a .dline {
    width: 48px;
    height: 2px;
    background: #3E308A;
    border-radius: 3px
}

.dbt .div-a .dshape {
    width: 10px;
    height: 10px;
    background: #FCBF1A;
    border-radius: 3px;
    transform: rotate(45deg)
}

.dbt .s2 {
    padding: 80px 40px;
    background: #f4f2fb;
    position: relative
}

.dbt .s2-inner {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto
}

.dbt .s2-accent-line {
    width: 40px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 16px
}

.dbt .s2-head {
    font-size: 31px;
    line-height: 1.1;
    color: #3E308A;
    margin: 0 0 16px
}

.dbt .s2-body {
    font-size: 16px;
    line-height: 1.9;
    color: #2a2a2a;
    margin: 0 0 16px
}

.dbt .s2-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px
}

.dbt .s2-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 1px 3px -1px #3e308a12 0 6px 14px -1px #3e308a17;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.dbt .s2-card-icon {
    width: 40px;
    height: 40px;
    background: #3E308A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #FCBF1A;
    font-size: 19px
}

.dbt .s2-card-text {
    font-size: 15px;
    line-height: 1.5;
    color: #2a2a2a
}

.dbt .s2-card-label {
    font-size: 15px;
    font-weight: 700;
    color: #3E308A;
    display: block;
    margin-bottom: 8px
}

.dbt .s2-side {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt .s2-stat {
    background: #3E308A;
    color: #fff;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 12px 60px -1px #3e308a1c
}

.dbt .s2-stat-num {
    font-size: 43px;
    font-weight: 900;
    color: #FCBF1A;
    line-height: 1.1;
    display: block
}

.dbt .s2-stat-label {
    font-size: 15px;
    line-height: 1.5;
    color: #e8e4ff
}

.dbt .s2-img-side {
    overflow: hidden;
    border-radius: 10px
}

.dbt .s2-img-side img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block
}

.dbt .div-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    background: #f4f2fb
}

.dbt .div-b .dline {
    width: 48px;
    height: 2px;
    background: #FCBF1A;
    border-radius: 3px
}

.dbt .div-b .dshape {
    width: 10px;
    height: 10px;
    background: #3E308A;
    border-radius: 3px;
    transform: rotate(45deg)
}

.dbt .s3 {
    padding: 80px 40px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.dbt .s3-dots {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 80px;
    pointer-events: none
}

.dbt .s3-dots span {
    display: block;
    background: #FCBF1A;
    border-radius: 50%
}

.dbt .s3-dots .d-sm {
    width: 6px;
    height: 6px;
    opacity: .5
}

.dbt .s3-dots .d-md {
    width: 10px;
    height: 10px;
    opacity: .7
}

.dbt .s3-dots .d-lg {
    width: 16px;
    height: 16px;
    opacity: .9
}

.dbt .s3-inner {
    max-width: 1200px;
    margin: 0 auto
}

.dbt .s3-accent-line {
    width: 40px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 16px
}

.dbt .s3-head {
    font-size: 31px;
    line-height: 1.1;
    color: #3E308A;
    margin: 0 0 40px
}

.dbt .s3-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
    align-items: start
}

.dbt .s3-portraits {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt .s3-portrait-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.dbt .s3-portrait-img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 6px 14px -1px #3e308a17
}

.dbt .s3-portrait-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    display: block
}

.dbt .s3-portrait-name {
    font-size: 16px;
    font-weight: 700;
    color: #3E308A;
    display: block
}

.dbt .s3-portrait-role {
    font-size: 15px;
    color: #555;
    line-height: 1.5
}

.dbt .s3-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px
}

.dbt .s3-col {
    padding: 16px;
    border-radius: 10px;
    background: #f4f2fb;
    box-shadow: 0 1px 3px -1px #3e308a12
}

.dbt .s3-col-label {
    font-size: 15px;
    font-weight: 700;
    color: #FCBF1A;
    background: #3E308A;
    border-radius: 5px;
    padding: 4px 8px;
    display: inline-block;
    margin-bottom: 8px;
    letter-spacing: .06em
}

.dbt .s3-col-text {
    font-size: 15px;
    line-height: 1.9;
    color: #2a2a2a
}

.dbt .div-c {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    background: #fff
}

.dbt .div-c .dline {
    width: 48px;
    height: 2px;
    background: #3E308A;
    border-radius: 3px
}

.dbt .div-c .dshape {
    width: 10px;
    height: 10px;
    border: 2px solid #FCBF1A;
    border-radius: 3px;
    transform: rotate(45deg)
}

.dbt .s4 {
    padding: 80px 40px;
    position: relative;
    overflow: hidden
}

.dbt .s4-bg {
    position: absolute;
    inset: 0;
    z-index: 0
}

.dbt .s4-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.dbt .s4-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(253deg, #3e308aed 0%, #3e308acc 60%, #fcbf1a40 100%)
}

.dbt .s4-bleed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(ellipse at 0% 100%, #fcbf1a2e 0%, #fcbf1a00 70%);
    animation: bleed-corner 7s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes bleed-corner {
    0% {
        opacity: .3;
        transform: scale(1)
    }

    100% {
        opacity: 1;
        transform: scale(1.4)
    }
}

.dbt .s4-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto
}

.dbt .s4-accent-line {
    width: 40px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 16px
}

.dbt .s4-head {
    font-size: 31px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 40px
}

.dbt .s4-cols {
    display: grid;
    grid-template-columns: 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
    gap: 16px;
    align-items: start
}

.dbt .s4-icon-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 16px
}

.dbt .s4-icon-wrap {
    width: 40px;
    height: 40px;
    background: #FCBF1A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3E308A;
    font-size: 19px
}

.dbt .s4-text-col {
    padding: 16px;
    background: #ffffff14;
    border-radius: 10px;
    border: 1px solid #ffffff26
}

.dbt .s4-text-label {
    font-size: 15px;
    font-weight: 700;
    color: #FCBF1A;
    display: block;
    margin-bottom: 8px;
    letter-spacing: .06em
}

.dbt .s4-text-body {
    font-size: 15px;
    line-height: 1.9;
    color: #e8e4ff
}

.dbt .div-d {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    background: #f4f2fb
}

.dbt .div-d .dline {
    width: 48px;
    height: 2px;
    background: #3E308A;
    border-radius: 3px
}

.dbt .div-d .dshape {
    width: 8px;
    height: 8px;
    background: #FCBF1A;
    border-radius: 50%
}

.dbt .s5 {
    padding: 80px 40px;
    background: #f4f2fb
}

.dbt .s5-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start
}

.dbt .s5-accent-line {
    width: 40px;
    height: 3px;
    background: #3E308A;
    border-radius: 3px;
    margin-bottom: 16px
}

.dbt .s5-head {
    font-size: 31px;
    line-height: 1.1;
    color: #3E308A;
    margin: 0 0 16px
}

.dbt .s5-body {
    font-size: 16px;
    line-height: 1.9;
    color: #2a2a2a;
    margin: 0 0 16px
}

.dbt .s5-gap-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px
}

.dbt .s5-gap-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 1px 3px -1px #3e308a12
}

.dbt .s5-gap-icon {
    color: #3E308A;
    font-size: 19px;
    flex-shrink: 0;
    margin-top: 2px
}

.dbt .s5-gap-text {
    font-size: 15px;
    line-height: 1.5;
    color: #2a2a2a
}

.dbt .s5-gap-text strong {
    color: #3E308A;
    display: block;
    margin-bottom: 4px
}

.dbt .s5-side {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt .s5-img-wrap {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 12px 60px -1px #3e308a1c
}

.dbt .s5-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block
}

.dbt .s5-corner-card {
    background: #3E308A;
    border-radius: 10px;
    padding: 16px;
    position: relative;
    overflow: hidden
}

.dbt .s5-corner-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #FCBF1A transparent transparent;
    border-radius: 0 10px 0 0
}

.dbt .s5-corner-card-text {
    font-size: 15px;
    line-height: 1.9;
    color: #e8e4ff;
    padding-right: 40px
}

.dbt .s5-corner-card-text strong {
    color: #FCBF1A;
    display: block;
    margin-bottom: 8px;
    font-size: 16px
}

.dbt .div-e {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    background: #f4f2fb
}

.dbt .div-e .dline {
    width: 48px;
    height: 2px;
    background: #FCBF1A;
    border-radius: 3px
}

.dbt .div-e .dshape {
    width: 10px;
    height: 10px;
    background: #3E308A;
    border-radius: 3px;
    transform: rotate(45deg)
}

.dbt .s6 {
    padding: 80px 40px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.dbt .s6-dots {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 80px;
    pointer-events: none
}

.dbt .s6-dots span {
    display: block;
    background: #3E308A;
    border-radius: 50%
}

.dbt .s6-dots .d-sm {
    width: 6px;
    height: 6px;
    opacity: .3
}

.dbt .s6-dots .d-md {
    width: 10px;
    height: 10px;
    opacity: .5
}

.dbt .s6-dots .d-lg {
    width: 16px;
    height: 16px;
    opacity: .7
}

.dbt .s6-inner {
    max-width: 1200px;
    margin: 0 auto
}

.dbt .s6-accent-line {
    width: 40px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 16px
}

.dbt .s6-head {
    font-size: 31px;
    line-height: 1.1;
    color: #3E308A;
    margin: 0 0 40px
}

.dbt .s6-layout {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 40px;
    align-items: start
}

.dbt .s6-img-wrap {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 12px 60px -1px #3e308a1c
}

.dbt .s6-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block
}

.dbt .s6-refs {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt .s6-ref-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
    background: #f4f2fb;
    box-shadow: 0 1px 3px -1px #3e308a12;
    transition: box-shadow .55s ease-out, background .45s ease-out
}

.dbt .s6-ref-item:hover {
    background: #edeaf8;
    box-shadow: 0 6px 14px -1px #3e308a17
}

.dbt .s6-ref-icon {
    width: 40px;
    height: 40px;
    background: #3E308A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCBF1A;
    font-size: 19px;
    flex-shrink: 0
}

.dbt .s6-ref-body {
    flex: 1
}

.dbt .s6-ref-title {
    font-size: 16px;
    font-weight: 700;
    color: #3E308A;
    display: block;
    margin-bottom: 4px
}

.dbt .s6-ref-text {
    font-size: 15px;
    line-height: 1.5;
    color: #2a2a2a
}

.dbt .div-f {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    background: #fff
}

.dbt .div-f .dline {
    width: 48px;
    height: 2px;
    background: #3E308A;
    border-radius: 3px
}

.dbt .div-f .dshape {
    width: 10px;
    height: 10px;
    background: #FCBF1A;
    border-radius: 50%
}

.dbt .s7 {
    padding: 80px 40px;
    background: #3E308A;
    position: relative;
    overflow: hidden
}

.dbt .s7-bleed {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: linear-gradient(253deg, #fcbf1a1f 0%, #fcbf1a00 70%);
    animation: bleed-corner 9s ease-in-out infinite alternate;
    pointer-events: none
}

.dbt .s7-inner {
    max-width: 1200px;
    margin: 0 auto
}

.dbt .s7-accent-line {
    width: 40px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 16px
}

.dbt .s7-head {
    font-size: 31px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px
}

.dbt .s7-sub {
    font-size: 16px;
    line-height: 1.9;
    color: #c8c2f0;
    margin: 0 0 40px;
    max-width: 640px
}

.dbt .s7-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.dbt .s7-card {
    background: #ffffff12;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #ffffff1f;
    transition: background .65s ease-out, border-color .45s ease-out
}

.dbt .s7-card:hover {
    background: #ffffff21;
    border-color: #fcbf1a59
}

.dbt .s7-card-icon {
    width: 40px;
    height: 40px;
    background: #FCBF1A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3E308A;
    font-size: 19px;
    margin-bottom: 16px
}

.dbt .s7-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #FCBF1A;
    display: block;
    margin-bottom: 8px
}

.dbt .s7-card-text {
    font-size: 15px;
    line-height: 1.9;
    color: #c8c2f0
}

.dbt .s7-cta-row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.dbt .s7-btn {
    display: inline-block;
    background: #FCBF1A;
    color: #3E308A;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    padding: 16px 40px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    letter-spacing: .04em;
    box-shadow: 0 6px 14px -1px #fcbf1a47;
    transition: background .55s ease-out, color .35s ease-out, box-shadow .55s ease-out;
    position: relative;
    overflow: hidden
}

.dbt .s7-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #3E308A;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .85s ease-out;
    border-radius: 5px;
    z-index: 0
}

.dbt .s7-btn:active::after {
    transform: scaleX(1)
}

.dbt .s7-btn span {
    position: relative;
    z-index: 1
}

.dbt .s7-btn:hover {
    background: #e6ac00;
    box-shadow: 0 12px 60px -1px #fcbf1a59
}

.dbt .s7-btn:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px
}

.dbt .s7-note {
    font-size: 15px;
    color: #c8c2f0;
    line-height: 1.5
}

@media (max-width: 1366px) {
    .dbt .s4-cols {
        grid-template-columns: 40px 1fr 40px 1fr
    }
}

@media (max-width: 768px) {
    .dbt .s1 {
        grid-template-columns: 1fr;
        padding: 40px 16px;
        gap: 16px
    }

    .dbt .s1-img-wrap img {
        height: 220px
    }

    .dbt .s1-head {
        font-size: 31px
    }

    .dbt .s1-num {
        font-size: 43px
    }

    .dbt .s2 {
        padding: 40px 16px
    }

    .dbt .s2-inner {
        grid-template-columns: 1fr
    }

    .dbt .s3 {
        padding: 40px 16px
    }

    .dbt .s3-grid {
        grid-template-columns: 1fr
    }

    .dbt .s3-details {
        grid-template-columns: 1fr 1fr
    }

    .dbt .s4 {
        padding: 40px 16px
    }

    .dbt .s4-cols {
        grid-template-columns: 40px 1fr
    }

    .dbt .s5 {
        padding: 40px 16px
    }

    .dbt .s5-inner {
        grid-template-columns: 1fr
    }

    .dbt .s6 {
        padding: 40px 16px
    }

    .dbt .s6-layout {
        grid-template-columns: 1fr
    }

    .dbt .s7 {
        padding: 40px 16px
    }

    .dbt .s7-grid {
        grid-template-columns: 1fr
    }

    .dbt .s7-cta-row {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 375px) {
    .dbt .s1-head {
        font-size: 23px
    }

    .dbt .s1-num {
        font-size: 31px
    }

    .dbt .s3-details {
        grid-template-columns: 1fr
    }

    .dbt .s7-btn {
        padding: 16px
    }
}

.ct-us {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

.ct-us .split-top {
    display: flex;
    flex-direction: row;
    min-height: 0
}

.ct-us .split-left {
    flex: 1 1 50%;
    background: #3E308A;
    padding: 80px 40px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.ct-us .split-right {
    flex: 1 1 50%;
    background: #FCBF1A;
    padding: 80px 80px 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.ct-us .split-right .img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 14px -1px #3e308a17 0 12px 60px -1px #3e308a1c
}

.ct-us .split-right .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(0px);
    display: block
}

.ct-us .split-right .img-wrap img.depth-blur {
    filter: blur(2px) brightness(0.92)
}

.ct-us .eyebrow {
    font-size: 15px;
    letter-spacing: .12em;
    color: #FCBF1A;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 700
}

.ct-us .split-left .pg-h1 {
    font-size: 43px;
    line-height: 1.1;
    color: #FFF;
    margin-bottom: 16px
}

.ct-us .split-left .pg-h1 .framed {
    display: inline;
    border: 2px solid #FCBF1A;
    padding: 0 8px;
    border-radius: 3px
}

.ct-us .split-left .sub-note {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffffd1;
    max-width: 340px
}

.ct-us .geo-bg {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 120px;
    height: 120px;
    border: 3px solid #fcbf1a2e;
    border-radius: 20px;
    transform: translateY(-50%) rotate(0deg);
    animation: geo-spin 18s linear infinite;
    pointer-events: none
}

@keyframes geo-spin {
    to {
        transform: translateY(-50%) rotate(360deg)
    }
}

.ct-us .divider-dash {
    border: none;
    border-top: 2px dashed #FCBF1A;
    margin: 0 80px
}

.ct-us .form-band {
    background: #FFF;
    padding: 80px;
    position: relative
}

.ct-us .form-band::before {
    content: '';
    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%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    border-radius: 0;
    opacity: .5
}

.ct-us .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 960px;
    margin: 0 auto;
    position: relative
}

.ct-us .form-col-label {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.ct-us .form-col-label .acc-line {
    width: 40px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 16px
}

.ct-us .form-col-label .form-h {
    font-size: 31px;
    line-height: 1.1;
    color: #3E308A;
    margin-bottom: 16px
}

.ct-us .form-col-label .form-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #3E308A;
    opacity: .75;
    max-width: 300px
}

.ct-us .form-col-label .timeline-chart {
    margin-top: 40px
}

.ct-us .form-col-label .chart-label {
    font-size: 15px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #3E308A;
    margin-bottom: 16px;
    font-weight: 700
}

.ct-us .bar-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px
}

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

.ct-us .bar-name {
    font-size: 15px;
    color: #3E308A;
    width: 80px;
    flex-shrink: 0
}

.ct-us .bar-track {
    flex: 1;
    height: 14px;
    background: #3e308a14;
    border-radius: 3px;
    overflow: hidden
}

.ct-us .bar-fill {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(253deg, #3E308A 0%, #FCBF1A 100%);
    transition: width .85s ease-out
}

.ct-us .bar-val {
    font-size: 15px;
    color: #3E308A;
    width: 32px;
    text-align: right;
    flex-shrink: 0
}

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

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

.ct-us .field-group label {
    font-size: 15px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #3E308A;
    font-weight: 700
}

.ct-us .field-group input,
.ct-us .field-group select {
    padding: 16px;
    border: 2px solid #3e308a33;
    border-radius: 5px;
    font-size: 16px;
    color: #3E308A;
    background: #FFF;
    outline: none;
    transition: border-color .55s ease-out, box-shadow .55s ease-out;
    box-shadow: inset 0 2px 6px #3e308a0d;
    border-right: 3px solid #FCBF1A
}

.ct-us .field-group input::placeholder {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .06em;
    color: #3e308a61
}

.ct-us .field-group input:focus,
.ct-us .field-group select:focus {
    border-color: #3E308A;
    box-shadow: inset 0 2px 6px #3e308a14 0 1px 3px -1px #3e308a12
}

.ct-us .field-group select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%233E308A' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

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

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

.ct-us .privacy-row .priv-text {
    font-size: 15px;
    line-height: 1.5;
    color: #3E308A
}

.ct-us .privacy-row .priv-text a {
    color: #3E308A;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .45s ease-out
}

.ct-us .privacy-row .priv-text a:hover {
    color: #FCBF1A
}

.ct-us .submit-btn {
    margin-top: 16px;
    padding: 16px 40px;
    background: #3E308A;
    color: #FFF;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: .04em;
    position: relative;
    overflow: hidden;
    transition: background .65s ease-out, box-shadow .65s ease-out;
    box-shadow: 0 6px 14px -1px #3e308a17;
    align-self: flex-start
}

.ct-us .submit-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #fcbf1a40;
    transition: width 0s
}

.ct-us .submit-btn:active::after {
    width: 100%;
    transition: width .75s ease-out
}

.ct-us .submit-btn:hover {
    background: #2e2270;
    box-shadow: 0 12px 60px -1px #3e308a1c
}

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

.ct-us .divider-dash-2 {
    border: none;
    border-top: 2px dashed #3e308a2e;
    margin: 0 80px
}

.ct-us .info-band {
    background: linear-gradient(253deg, #3E308A 0%, #2a2060 100%);
    padding: 80px;
    position: relative;
    overflow: hidden
}

.ct-us .info-band .geo-rot {
    position: absolute;
    top: -30px;
    right: 60px;
    width: 160px;
    height: 160px;
    border: 2px solid #fcbf1a1f;
    border-radius: 20px;
    animation: geo-spin 24s linear infinite;
    pointer-events: none
}

.ct-us .info-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.ct-us .info-txt {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column
}

.ct-us .info-txt .acc-line {
    width: 40px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 16px
}

.ct-us .info-txt .info-h {
    font-size: 31px;
    line-height: 1.1;
    color: #FFF;
    margin-bottom: 16px
}

.ct-us .info-txt .info-p {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffffc7;
    max-width: 400px
}

.ct-us .info-cards {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ct-us .info-card {
    background: #ffffff0f;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border-right: 3px solid #FCBF1A;
    box-shadow: 0 1px 3px -1px #3e308a12;
    transition: background .7s ease-out, transform .7s ease-out
}

.ct-us .info-cards:hover .info-card {
    opacity: .45;
    transition: opacity .55s ease-out
}

.ct-us .info-cards .info-card:hover {
    opacity: 1;
    background: #ffffff1f;
    transform: translateX(-4px);
    transition: opacity .35s ease-out, background .55s ease-out, transform .55s ease-out
}

.ct-us .info-card .ic-icon {
    width: 40px;
    height: 40px;
    background: #FCBF1A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #3E308A;
    font-size: 19px
}

.ct-us .info-card .ic-body {
    display: flex;
    flex-direction: column;
    gap: 0
}

.ct-us .info-card .ic-label {
    font-size: 15px;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #ffffff80;
    font-weight: 700
}

.ct-us .info-card .ic-val {
    font-size: 16px;
    color: #FFF;
    line-height: 1.5
}

.ct-us .info-img-wrap {
    flex: 0 0 200px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 14px -1px #3e308a17;
    align-self: center
}

.ct-us .info-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.ct-us .slide-left {
    animation: sl-left .85s ease-out both
}

.ct-us .slide-right {
    animation: sl-right .85s ease-out both
}

.ct-us .slide-up {
    animation: sl-up .75s ease-out both
}

.ct-us .delay-1 {
    animation-delay: .15s
}

.ct-us .delay-2 {
    animation-delay: .3s
}

.ct-us .delay-3 {
    animation-delay: .45s
}

@keyframes sl-left {
    from {
        opacity: 0;
        transform: translateX(-32px)
    }

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

@keyframes sl-right {
    from {
        opacity: 0;
        transform: translateX(32px)
    }

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

@keyframes sl-up {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

@media (max-width: 768px) {
    .ct-us .split-top {
        flex-direction: column
    }

    .ct-us .split-left {
        padding: 40px 16px
    }

    .ct-us .split-right {
        padding: 40px 16px
    }

    .ct-us .split-left .pg-h1 {
        font-size: 31px
    }

    .ct-us .divider-dash,
    .ct-us .divider-dash-2 {
        margin: 0 16px
    }

    .ct-us .form-band {
        padding: 40px 16px
    }

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

    .ct-us .info-band {
        padding: 40px 16px
    }

    .ct-us .info-inner {
        flex-direction: column;
        gap: 40px
    }

    .ct-us .info-img-wrap {
        width: 100%;
        height: 180px;
        flex: none
    }
}

@media (max-width: 375px) {
    .ct-us .split-left .pg-h1 {
        font-size: 23px
    }

    .ct-us .form-h {
        font-size: 23px
    }

    .ct-us .info-h {
        font-size: 23px
    }
}

@media (min-width: 1366px) {
    .ct-us .form-grid {
        max-width: 1100px
    }

    .ct-us .info-inner {
        max-width: 1100px
    }
}

.ab-us {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.ab-us .pix-row {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.ab-us .col-img {
    flex: 0 0 340px;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

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

.ab-us .col-txt {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 80px 80px 80px 40px
}

.ab-us .grid-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(#3e308a0a 1px, transparent 1px), linear-gradient(90deg, #3e308a0a 1px, transparent 1px);
    background-size: 32px 32px;
    z-index: 0
}

.ab-us .glow-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    flex: 0 0 340px
}

.ab-us .glow-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 20%, #fcbf1a38 0%, transparent 65%), linear-gradient(253deg, #3e308a14 0%, transparent 70%);
    pointer-events: none
}

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

.ab-us .intro-blk {
    padding: 80px 40px 40px;
    position: relative;
    background: linear-gradient(253deg, #3e308a0f 0%, #fcbf1a0a 60%, #fff 100%)
}

.ab-us .intro-blk::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 0%, #3e308a12 0%, transparent 55%);
    pointer-events: none
}

.ab-us .diag-lines {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.ab-us .diag-lines svg {
    width: 100%;
    height: 100%;
    opacity: .07
}

.ab-us .accent-line {
    display: block;
    width: 32px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 16px
}

.ab-us .h-main {
    font-size: 43px;
    line-height: 1.1;
    color: #3E308A;
    margin: 0 0 16px;
    font-weight: 900;
    position: relative;
    z-index: 1
}

.ab-us .h-main .framed {
    display: inline;
    border: 2px solid #FCBF1A;
    border-radius: 5px;
    padding: 0 8px
}

.ab-us .lead-txt {
    font-size: 19px;
    line-height: 1.5;
    color: #2a2060;
    margin: 0 0 16px;
    max-width: 560px;
    position: relative;
    z-index: 1
}

.ab-us .sub-txt {
    font-size: 16px;
    line-height: 1.9;
    color: #3a3060;
    margin: 0;
    max-width: 520px;
    position: relative;
    z-index: 1
}

.ab-us .circle-acc {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #FCBF1A;
    margin-right: 8px;
    vertical-align: middle;
    flex-shrink: 0
}

.ab-us .metrics-sec {
    background: #3E308A;
    padding: 40px;
    position: relative;
    overflow: hidden
}

.ab-us .metrics-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #FCBF1A
}

.ab-us .metrics-inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.ab-us .metrics-txt-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ab-us .metrics-h {
    font-size: 31px;
    line-height: 1.1;
    color: #FCBF1A;
    margin: 0 0 16px;
    font-weight: 900
}

.ab-us .metrics-p {
    font-size: 16px;
    line-height: 1.9;
    color: #ffffffd9;
    margin: 0
}

.ab-us .metrics-grid {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ab-us .met-card {
    background: #ffffff12;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 160px;
    box-shadow: 0 6px 14px -1px #3e308a17;
    transition: background .45s ease-out, box-shadow .6s ease-out
}

.ab-us .met-card:hover {
    background: #ffffff21;
    box-shadow: 0 12px 60px -1px #3e308a1c
}

.ab-us .met-before {
    font-size: 15px;
    color: #ffffff80;
    text-decoration: line-through
}

.ab-us .met-after {
    font-size: 31px;
    line-height: 1.1;
    font-weight: 900;
    color: #FCBF1A
}

.ab-us .met-label {
    font-size: 15px;
    color: #ffffffbf;
    line-height: 1.5
}

.ab-us .met-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #FCBF1A
}

.ab-us .met-arrow i {
    font-size: 15px
}

.ab-us .team-sec {
    padding: 80px 40px;
    background: #fff;
    position: relative
}

.ab-us .team-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #3e308a26, transparent)
}

.ab-us .team-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.ab-us .team-left {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ab-us .team-h {
    font-size: 31px;
    line-height: 1.1;
    color: #3E308A;
    font-weight: 900;
    margin: 0
}

.ab-us .team-p {
    font-size: 16px;
    line-height: 1.9;
    color: #2a2060;
    margin: 0
}

.ab-us .team-right {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ab-us .person-card {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    background: #f5f3ff;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 1px 3px -1px #3e308a12;
    transition: box-shadow .55s ease-out, transform .45s ease-out
}

.ab-us .person-card:hover {
    box-shadow: 0 12px 60px -1px #3e308a1c;
    transform: translateY(-2px)
}

.ab-us .port-wrap {
    flex-shrink: 0;
    width: 80px;
    height: 107px;
    border-radius: 20px;
    overflow: hidden
}

.ab-us .port-wrap img {
    width: 80px;
    height: 107px;
    object-fit: cover;
    object-position: center;
    display: block
}

.ab-us .person-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ab-us .person-name {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 700;
    color: #3E308A;
    margin: 0
}

.ab-us .person-role {
    font-size: 15px;
    color: #FCBF1A;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0
}

.ab-us .person-bio {
    font-size: 15px;
    line-height: 1.9;
    color: #2a2060;
    margin: 0
}

.ab-us .no-port-card {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    background: #fffbee;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 1px 3px -1px #fcbf1a12;
    transition: box-shadow .55s ease-out
}

.ab-us .no-port-card:hover {
    box-shadow: 0 12px 60px -1px #fcbf1a1c
}

.ab-us .port-placeholder {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(253deg, #3e308a1f 0%, #fcbf1a26 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.ab-us .port-placeholder i {
    font-size: 31px;
    color: #3E308A;
    opacity: .5
}

.ab-us .approach-sec {
    padding: 40px;
    background: linear-gradient(253deg, #fcbf1a14 0%, #fff 55%);
    position: relative
}

.ab-us .approach-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, #3e308a0a, transparent);
    pointer-events: none
}

.ab-us .approach-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1
}

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

.ab-us .approach-hcol {
    flex: 0 0 340px
}

.ab-us .approach-h {
    font-size: 31px;
    line-height: 1.1;
    font-weight: 900;
    color: #3E308A;
    margin: 0
}

.ab-us .approach-pcol {
    flex: 1 1 0
}

.ab-us .approach-p {
    font-size: 16px;
    line-height: 1.9;
    color: #2a2060;
    margin: 0
}

.ab-us .steps-row {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.ab-us .step-item {
    flex: 1 1 0;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 1px 3px -1px #3e308a12 0 6px 14px -1px #3e308a17;
    transition: box-shadow .7s ease-out, transform .6s ease-out
}

.ab-us .step-item:hover {
    box-shadow: 0 12px 60px -1px #3e308a1c;
    transform: translateY(-3px)
}

.ab-us .step-num {
    font-size: 43px;
    line-height: 1.1;
    font-weight: 900;
    color: #3e308a1a
}

.ab-us .step-h {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 700;
    color: #3E308A;
    margin: 0
}

.ab-us .step-p {
    font-size: 15px;
    line-height: 1.9;
    color: #2a2060;
    margin: 0
}

.ab-us .img-tex {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

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

.ab-us .intro-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
    padding-top: 80px;
    position: relative;
    z-index: 1
}

@keyframes shadowBuild {
    from {
        box-shadow: 0 0 0 0 #3e308a00
    }

    to {
        box-shadow: 0 12px 60px -1px #3e308a1c
    }
}

.ab-us .met-card {
    animation: shadowBuild .9s ease-out both
}

.ab-us .step-item {
    animation: shadowBuild .85s ease-out both
}

@media (max-width: 1366px) {
    .ab-us .col-txt {
        padding: 80px 40px 40px
    }

    .ab-us .glow-img {
        flex: 0 0 280px
    }
}

@media (max-width: 768px) {
    .ab-us .intro-inner {
        flex-direction: column;
        padding-top: 40px
    }

    .ab-us .glow-img {
        flex: 0 0 240px;
        height: 240px
    }

    .ab-us .col-txt {
        padding: 16px 16px 40px
    }

    .ab-us .h-main {
        font-size: 31px
    }

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

    .ab-us .metrics-grid {
        grid-template-columns: 1fr 1fr;
        width: 100%
    }

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

    .ab-us .team-left {
        flex: 0 0 auto;
        width: 100%
    }

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

    .ab-us .approach-hcol {
        flex: 0 0 auto
    }

    .ab-us .steps-row {
        flex-direction: column
    }

    .ab-us .metrics-sec {
        padding: 40px 16px
    }

    .ab-us .team-sec {
        padding: 40px 16px
    }

    .ab-us .approach-sec {
        padding: 40px 16px
    }

    .ab-us .intro-blk {
        padding: 40px 16px 16px
    }
}

@media (max-width: 375px) {
    .ab-us .h-main {
        font-size: 23px
    }

    .ab-us .metrics-grid {
        grid-template-columns: 1fr
    }

    .ab-us .met-card {
        min-width: 0
    }

    .ab-us .col-txt {
        padding: 16px
    }

    .ab-us .steps-row {
        flex-direction: column
    }
}

.stud-mat {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: clip
}

.stud-mat .top-band {
    background: #3E308A;
    height: 6px;
    width: 100%
}

.stud-mat .hero-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #f5f3ff;
    position: relative;
    padding: 80px 40px;
    gap: 40px
}

.stud-mat .hero-blobs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.stud-mat .hero-blobs::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: #3e308a1a;
    border-radius: 50%;
    top: -80px;
    left: -60px;
    filter: blur(60px)
}

.stud-mat .hero-blobs::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    background: #fcbf1a21;
    border-radius: 50%;
    bottom: -40px;
    right: 80px;
    filter: blur(50px)
}

.stud-mat .hero-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 1
}

.stud-mat .hero-label {
    font-size: 15px;
    letter-spacing: .12em;
    color: #3E308A;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.stud-mat .hero-accent-line {
    width: 40px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px;
    margin-bottom: 8px
}

.stud-mat .hero-h1 {
    font-size: 43px;
    line-height: 1.1;
    color: #1a0f5e;
    margin: 0;
    font-weight: 900
}

.stud-mat .hero-h1 .framed-word {
    display: inline;
    border: 2px solid #3E308A;
    border-radius: 5px;
    padding: 0 8px;
    color: #3E308A
}

.stud-mat .hero-desc {
    font-size: 16px;
    line-height: 1.9;
    color: #2d2060;
    margin: 0;
    max-width: 480px
}

.stud-mat .hero-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px
}

.stud-mat .btn-prim {
    background: #3E308A;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color .6s ease-out, box-shadow .7s ease-out;
    box-shadow: 0 1px 3px -1px #3e308a12 0 6px 14px -1px #3e308a17;
    position: relative;
    overflow: hidden
}

.stud-mat .btn-prim:hover {
    background: #2d2060;
    box-shadow: 0 1px 3px -1px #3e308a12 0 6px 14px -1px #3e308a17 0 12px 60px -1px #3e308a1c
}

.stud-mat .btn-prim:active {
    background: #1a0f5e
}

.stud-mat .btn-sec {
    background: transparent;
    color: #3E308A;
    border: 2px solid #3E308A;
    border-radius: 5px;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: border-color .65s ease-out, color .65s ease-out
}

.stud-mat .btn-sec:hover {
    border-color: #FCBF1A;
    color: #2d2060
}

.stud-mat .hero-mosaic {
    flex: 0 0 420px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
    position: relative;
    z-index: 1
}

.stud-mat .mosaic-main {
    grid-column: 1 / 3;
    border-radius: 10px;
    overflow: hidden;
    height: 220px;
    position: relative
}

.stud-mat .mosaic-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.stud-mat .mosaic-main::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to left, #3e308a8c, transparent);
    pointer-events: none
}

.stud-mat .mosaic-card {
    border-radius: 10px;
    background: #3E308A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 8px
}

.stud-mat .mosaic-card .mc-num {
    font-size: 31px;
    font-weight: 900;
    color: #FCBF1A;
    line-height: 1.1
}

.stud-mat .mosaic-card .mc-num span {
    color: #fff;
    font-size: 19px
}

.stud-mat .mosaic-card .mc-label {
    font-size: 15px;
    color: #ffffffd9;
    text-align: center;
    line-height: 1.5;
    margin: 0
}

.stud-mat .mosaic-card.alt {
    background: #FCBF1A
}

.stud-mat .mosaic-card.alt .mc-num {
    color: #3E308A
}

.stud-mat .mosaic-card.alt .mc-num span {
    color: #2d2060
}

.stud-mat .mosaic-card.alt .mc-label {
    color: #2d2060
}

.stud-mat .divider-stripe {
    height: 8px;
    background: linear-gradient(253deg, #3E308A 60%, #FCBF1A 100%);
    width: 100%
}

.stud-mat .materials-grid-wrap {
    padding: 80px 40px;
    background: #fff;
    position: relative
}

.stud-mat .materials-grid-wrap .sec-accent {
    width: 40px;
    height: 3px;
    background: #3E308A;
    border-radius: 3px;
    margin-bottom: 8px
}

.stud-mat .materials-grid-wrap .sec-h2 {
    font-size: 31px;
    font-weight: 900;
    color: #1a0f5e;
    margin: 0 0 8px;
    line-height: 1.1
}

.stud-mat .materials-grid-wrap .sec-sub {
    font-size: 16px;
    color: #3E308A;
    line-height: 1.5;
    margin: 0 0 40px;
    max-width: 560px
}

.stud-mat .mat-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px
}

.stud-mat .mat-card {
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    box-shadow: 0 1px 3px -1px #3e308a12 0 6px 14px -1px #3e308a17;
    transition: box-shadow .7s ease-out, transform .65s ease-out;
    cursor: default
}

.stud-mat .mat-card:hover {
    box-shadow: 0 1px 3px -1px #3e308a12 0 6px 14px -1px #3e308a17 0 12px 60px -1px #3e308a1c;
    transform: translateY(-2px)
}

.stud-mat .mat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #FCBF1A;
    border-radius: 10px 10px 0 0
}

.stud-mat .mat-card.wide {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background: #f5f3ff
}

.stud-mat .mat-card.med {
    background: #fff;
    border: 1.5px solid #3e308a1a
}

.stud-mat .mat-card.dark {
    background: #3E308A;
    color: #fff
}

.stud-mat .mat-card.dark::before {
    background: #FCBF1A
}

.stud-mat .mat-card.yellow {
    background: #FCBF1A
}

.stud-mat .mat-card.yellow::before {
    background: #3E308A
}

.stud-mat .card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #3e308a1a;
    color: #3E308A;
    font-size: 19px;
    flex-shrink: 0
}

.stud-mat .mat-card.dark .card-icon {
    background: #ffffff26;
    color: #FCBF1A
}

.stud-mat .mat-card.yellow .card-icon {
    background: #3e308a26;
    color: #3E308A
}

.stud-mat .card-h {
    font-size: 19px;
    font-weight: 800;
    color: #1a0f5e;
    margin: 0;
    line-height: 1.1
}

.stud-mat .mat-card.dark .card-h {
    color: #fff
}

.stud-mat .mat-card.yellow .card-h {
    color: #1a0f5e
}

.stud-mat .card-p {
    font-size: 15px;
    line-height: 1.9;
    color: #2d2060;
    margin: 0
}

.stud-mat .mat-card.dark .card-p {
    color: #ffffffd9
}

.stud-mat .mat-card.yellow .card-p {
    color: #2d2060
}

.stud-mat .card-tag-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none
}

.stud-mat .card-tag-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #2d2060
}

.stud-mat .card-tag-list li i {
    color: #FCBF1A;
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 15px
}

.stud-mat .card-wide-meta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px
}

.stud-mat .meta-pill {
    background: #3E308A;
    color: #fff;
    border-radius: 3px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 700
}

.stud-mat .meta-pill.light {
    background: #3e308a1a;
    color: #3E308A
}

.stud-mat .corner-bracket {
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none
}

.stud-mat .corner-bracket.tl {
    top: 8px;
    left: 8px;
    border-top: 2px solid #FCBF1A;
    border-left: 2px solid #FCBF1A
}

.stud-mat .corner-bracket.br {
    bottom: 8px;
    right: 8px;
    border-bottom: 2px solid #FCBF1A;
    border-right: 2px solid #FCBF1A
}

.stud-mat .divider-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
    background: #fff
}

.stud-mat .divider-dots span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3E308A;
    opacity: .18
}

.stud-mat .divider-dots span.active {
    background: #FCBF1A;
    opacity: 1;
    width: 24px;
    border-radius: 3px
}

.stud-mat .expert-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #1a0f5e;
    position: relative;
    overflow: hidden
}

.stud-mat .expert-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .13;
    animation: bg-drift 14s ease-in-out infinite alternate
}

@keyframes bg-drift {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-24px)
    }
}

.stud-mat .expert-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(253deg, #3e308ad1 0%, #1a0f5ef2 100%);
    pointer-events: none
}

.stud-mat .expert-sidebar {
    flex: 0 0 280px;
    background: #fcbf1a1a;
    border-right: 1.5px solid #fcbf1a38;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1
}

.stud-mat .expert-sidebar .side-accent {
    width: 40px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px
}

.stud-mat .expert-sidebar .side-h {
    font-size: 23px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.1
}

.stud-mat .expert-sidebar .side-p {
    font-size: 15px;
    line-height: 1.9;
    color: #ffffffbf;
    margin: 0
}

.stud-mat .stat-pair {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.stud-mat .stat-num {
    font-size: 43px;
    font-weight: 900;
    line-height: 1.1;
    color: #FCBF1A
}

.stud-mat .stat-num .stat-frac {
    font-size: 23px;
    color: #fcbf1aa6
}

.stud-mat .stat-label {
    font-size: 15px;
    color: #ffffffb3;
    line-height: 1.5;
    margin: 0
}

.stud-mat .expert-main {
    flex: 1 1 0;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 1
}

.stud-mat .expert-main .sec-accent-light {
    width: 40px;
    height: 3px;
    background: #FCBF1A;
    border-radius: 3px
}

.stud-mat .expert-main .main-h {
    font-size: 31px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    line-height: 1.1
}

.stud-mat .expert-main .main-p {
    font-size: 16px;
    line-height: 1.9;
    color: #fffc;
    margin: 0;
    max-width: 560px
}

.stud-mat .mentor-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap
}

.stud-mat .mentor-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #ffffff12;
    border-radius: 10px;
    padding: 16px;
    flex: 1 1 220px;
    border: 1px solid #ffffff1a;
    transition: background-color .7s ease-out, border-color .65s ease-out
}

.stud-mat .mentor-card:hover {
    background: #ffffff1f;
    border-color: #fcbf1a59
}

.stud-mat .mentor-portrait {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0
}

.stud-mat .mentor-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.stud-mat .mentor-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.stud-mat .mentor-name {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin: 0
}

.stud-mat .mentor-role {
    font-size: 15px;
    color: #fcbf1ad9;
    margin: 0;
    line-height: 1.5
}

.stud-mat .mentor-bio {
    font-size: 15px;
    color: #ffffffa6;
    margin: 0;
    line-height: 1.5
}

.stud-mat .resource-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.stud-mat .res-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #fcbf1a1f;
    border-radius: 5px;
    padding: 8px 16px;
    border: 1px solid #fcbf1a40;
    transition: background-color .6s ease-out
}

.stud-mat .res-item:hover {
    background: #fcbf1a38
}

.stud-mat .res-item i {
    color: #FCBF1A;
    font-size: 15px
}

.stud-mat .res-item span {
    font-size: 15px;
    color: #ffffffd9
}

@media (max-width: 1366px) {
    .stud-mat .hero-mosaic {
        flex: 0 0 340px
    }

    .stud-mat .mat-grid {
        grid-template-columns: 1fr 1fr
    }

    .stud-mat .mat-card.wide {
        grid-column: 1 / 3;
        grid-row: auto
    }
}

@media (max-width: 768px) {
    .stud-mat .hero-wrap {
        flex-direction: column;
        padding: 40px 16px
    }

    .stud-mat .hero-mosaic {
        flex: none;
        width: 100%
    }

    .stud-mat .hero-h1 {
        font-size: 31px
    }

    .stud-mat .materials-grid-wrap {
        padding: 40px 16px
    }

    .stud-mat .mat-grid {
        grid-template-columns: 1fr
    }

    .stud-mat .mat-card.wide {
        grid-column: 1 / 2
    }

    .stud-mat .expert-wrap {
        flex-direction: column
    }

    .stud-mat .expert-sidebar {
        flex: none;
        padding: 40px 16px;
        border-right: none;
        border-bottom: 1.5px solid #fcbf1a38
    }

    .stud-mat .expert-main {
        padding: 40px 16px
    }

    .stud-mat .hero-actions {
        flex-direction: column
    }
}

@media (max-width: 375px) {
    .stud-mat .hero-h1 {
        font-size: 23px
    }

    .stud-mat .mosaic-main {
        height: 160px
    }

    .stud-mat .mat-card {
        padding: 16px
    }

    .stud-mat .card-wide-meta {
        flex-direction: column
    }
}

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

.success-pg .card-wrap {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border: 4px solid #3E308A;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 1px 3px -1px #3e308a12 0 6px 14px -1px #3e308a17 0 12px 60px -1px #3e308a1c;
    text-align: center
}

.success-pg .card-wrap .icon-box {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: #FCBF1A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px
}

.success-pg .card-wrap .icon-box svg {
    width: 36px;
    height: 36px;
    display: block
}

.success-pg .card-wrap .top-line {
    width: 40px;
    height: 3px;
    background: #3E308A;
    border-radius: 3px;
    margin: 0 auto 16px
}

.success-pg .card-wrap .hdg {
    font-size: 31px;
    line-height: 1.1;
    color: #3E308A;
    margin: 0 0 16px;
    font-weight: 700
}

.success-pg .card-wrap .msg {
    font-size: 16px;
    line-height: 1.5;
    color: #2a2060;
    margin: 0 0 40px
}

.success-pg .card-wrap .back-btn {
    display: inline-block;
    background: #3E308A;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 16px 40px;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: .04em;
    border: 2px solid #3E308A;
    transition: background .6s ease-out, color .45s ease-out, border-color .6s ease-out
}

.success-pg .card-wrap .back-btn:hover,
.success-pg .card-wrap .back-btn:focus {
    background: #FCBF1A;
    color: #2a2060;
    border-color: #FCBF1A;
    outline: none
}

.success-pg .card-wrap .back-btn:focus-visible {
    outline: 3px solid #FCBF1A;
    outline-offset: 3px
}

@media (max-width: 375px) {
    .success-pg {
        padding: 40px 16px
    }

    .success-pg .card-wrap {
        padding: 40px 16px
    }

    .success-pg .card-wrap .hdg {
        font-size: 23px
    }
}