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

html {
    font-size: 100%
}

body {
    margin: 0;
    min-height: 100vh
}

.pg-head {
    background: linear-gradient(160deg, #fff 0%, #BECCE6 60%, #4680CF 100%);
    padding-top: 40px;
    padding-bottom: 0;
    position: relative
}

.pg-head__top {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

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

.brand-box__logo-wrap {
    border-right: 2px solid #4680CF;
    padding-right: 16px;
    box-shadow: 0 3px 6px 0 #4680cf0d;
    background: #ffffffb8;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 70px
}

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

.brand-box__name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #1a2a4a;
    letter-spacing: 0;
    margin: 0
}

.pg-head__action {
    position: absolute;
    top: 40px;
    right: 40px
}

.pg-head__action a {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #4680CF;
    border: 2px solid #4680CF;
    border-radius: 42px;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 6px 28px 0 #4680cf14;
    transition: background-color .2s ease-out, color .18s ease-out, border-color .2s ease-out;
    min-height: 44px;
    line-height: 1.6
}

.pg-head__action a:hover {
    background: transparent;
    color: #1a2a4a;
    border-color: #1a2a4a
}

.pg-head__action a:focus {
    outline: none;
    filter: invert(1)
}

.pg-head__rule {
    max-width: 1100px;
    margin: 40px auto 0;
    padding: 0 40px;
    border: none;
    border-top: 1px solid #4680cf2e
}

.pg-menu {
    background: #ffffff26;
    backdrop-filter: blur(4px);
    border-top: 1px solid #becce666
}

.pg-menu__list {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0
}

.pg-menu__item {
    display: flex
}

.pg-menu__item a {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    font-weight: 400;
    color: #1a2a4a;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 16px;
    min-height: 52px;
    line-height: 1.35;
    border-bottom: 2px solid transparent;
    transition: color .15s ease-out, border-color .22s ease-out
}

.pg-menu__item a:hover {
    color: #4680CF;
    border-bottom-color: #4680CF
}

.pg-menu__item a:focus {
    outline: none;
    filter: invert(1)
}

.pg-foot {
    background: linear-gradient(180deg, #E0E2EA 0%, #BECCE6 40%, #4680CF 100%);
    padding-top: 80px;
    padding-bottom: 40px
}

.pg-foot__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px
}

.pg-foot__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 40px;
    border-bottom: 1px solid #4680cf40
}

.pg-foot__brand {
    display: flex;
    align-items: center;
    gap: 16px
}

.pg-foot__logo-wrap {
    background: #fffc;
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 #4680cf0d;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px
}

.pg-foot__logo-wrap img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    display: block
}

.pg-foot__brand-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 0
}

.pg-foot__tagline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    color: #ffffffd1;
    line-height: 1.6;
    margin: 0;
    max-width: 320px;
    text-align: right
}

.pg-foot__links {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px
}

.pg-foot__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.pg-foot__nav a {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    color: #ffffffd9;
    text-decoration: none;
    line-height: 1.6;
    transition: color .18s ease-out
}

.pg-foot__nav a:hover {
    color: #fff
}

.pg-foot__nav a:focus {
    outline: none;
    filter: invert(1)
}

.pg-foot__copy {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    color: #ffffffb3;
    line-height: 1.6;
    margin: 0
}

.ck-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1200;
    display: none;
    transform: translateX(100%);
    transition: transform .26s ease-out
}

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

.ck-bar__tile {
    background: #fff;
    border-radius: 2px 2px 0 0;
    box-shadow: 0 10px 36px 0 #4680cf1c;
    max-width: 480px;
    margin-left: auto;
    padding: 16px;
    border-top: 2px solid #4680CF
}

.ck-bar__desc {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    color: #1a2a4a;
    line-height: 1.6;
    margin: 0 0 8px
}

.ck-bar__headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a2a4a;
    line-height: 1.35;
    margin: 0 0 16px
}

.ck-bar__btns {
    display: flex;
    gap: 8px
}

.ck-bar__btn {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    font-weight: 700;
    border-radius: 42px;
    padding: 8px 16px;
    min-height: 44px;
    cursor: pointer;
    border: 2px solid #4680CF;
    flex: 1;
    line-height: 1.35;
    transition: background-color .2s ease-out, color .18s ease-out
}

.ck-bar__btn--accept {
    background: #4680CF;
    color: #fff
}

.ck-bar__btn--accept:hover {
    background: #2a5baa;
    border-color: #2a5baa
}

.ck-bar__btn--accept:focus {
    outline: none;
    filter: invert(1)
}

.ck-bar__btn--decline {
    background: transparent;
    color: #4680CF
}

.ck-bar__btn--decline:hover {
    background: #E0E2EA
}

.ck-bar__btn--decline:focus {
    outline: none;
    filter: invert(1)
}

.doc-text {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2a2d3a
}

.doc-text ul,
.doc-text ol {
    margin: 16px 0 16px 40px;
    padding: 0
}

.doc-text ul {
    list-style-type: disc
}

.doc-text ol {
    list-style-type: decimal
}

.doc-text li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 8px;
    color: #2a2d3a
}

.doc-text li::marker {
    color: #4680CF
}

.doc-text strong,
.doc-text b {
    font-weight: 700;
    color: #1e2235
}

.doc-text em,
.doc-text i {
    font-style: italic;
    color: #3a3f55
}

.doc-text a {
    color: #4680CF;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .2s ease-out, text-decoration-color .15s ease-out
}

.doc-text a:hover {
    color: #2a5aad;
    text-decoration-color: #BECCE6
}

.doc-text a:visited {
    color: #6a5aad
}

.doc-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 16px;
    box-shadow: 0 3px 6px 0 #4680cf0d;
    border-radius: 2px;
    overflow: hidden
}

.doc-text thead {
    background: linear-gradient(135deg, #4680CF 0%, #6a9fd8 100%)
}

.doc-text thead th {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    padding: 16px;
    text-align: left
}

.doc-text tbody tr {
    border-bottom: 1px solid #E0E2EA;
    transition: background-color .18s ease-out
}

.doc-text tbody tr:last-child {
    border-bottom: none
}

.doc-text tbody tr:hover {
    background-color: #f4f6fb
}

.doc-text tbody tr:nth-child(even) {
    background-color: #f9fafc
}

.doc-text tbody tr:nth-child(even):hover {
    background-color: #f0f3f9
}

.doc-text th,
.doc-text td {
    padding: 16px;
    line-height: 1.6;
    vertical-align: top
}

.doc-text td {
    font-size: 16px;
    color: #2a2d3a
}

.doc-text hr {
    border: none;
    border-top: 1px solid #E0E2EA;
    margin: 40px 0;
    position: relative
}

.doc-text div {
    font-size: 16px;
    line-height: 1.8;
    color: #2a2d3a
}

.doc-text div+div {
    margin-top: 16px
}

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

    .doc-text ul,
    .doc-text ol {
        margin-left: 16px
    }

    .doc-text table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .doc-text th,
    .doc-text td {
        padding: 8px;
        font-size: 13px
    }

    .doc-text thead th {
        font-size: 13px;
        padding: 8px
    }
}

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

.spkdet .pg-strip {
    height: 4px;
    background: linear-gradient(23deg, #2a4a8a, #4680CF);
    width: 100%
}

.spkdet .art-lead {
    background: linear-gradient(23deg, #2a3a5e 0%, #4680CF 100%);
    padding: 80px 40px;
    position: relative
}

.spkdet .art-lead__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px
}

.spkdet .art-lead__text {
    flex: 0 0 520px;
    max-width: 520px
}

.spkdet .art-lead__label {
    display: inline-block;
    font-size: 13px;
    line-height: 1.35;
    color: #BECCE6;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px;
    padding: 8px 16px;
    border: 1px solid #becce659;
    border-radius: 2px
}

.spkdet .art-lead__h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: 300;
    background: linear-gradient(90deg, #fff 0%, #BECCE6 40%, #fff 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: txt-sweep 2.2s ease-out forwards
}

@keyframes txt-sweep {
    0% {
        background-position: 200% center
    }

    100% {
        background-position: 0 center
    }
}

.spkdet .art-lead__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffd1;
    margin: 0
}

.spkdet .art-lead__img-col {
    flex: 1 1 auto;
    position: relative
}

.spkdet .art-lead__img-wrap {
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 10px 36px 0 #4680cf1c
}

.spkdet .art-lead__img-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    filter: saturate(0.88);
    transition: filter .25s ease-out
}

.spkdet .art-lead__img-wrap:hover img {
    filter: saturate(0)
}

.spkdet .art-lead__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(23deg, #4680cf2e 0%, transparent 60%);
    pointer-events: none
}

.spkdet .art-lead__deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #BECCE6 50%, transparent);
    pointer-events: none
}

.spkdet .divider-a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    gap: 16px
}

.spkdet .divider-a__line {
    flex: 1 1 auto;
    height: 1px;
    background: #E0E2EA;
    max-width: 480px
}

.spkdet .divider-a__shape {
    width: 10px;
    height: 10px;
    border: 2px solid #4680CF;
    border-radius: 2px;
    transform: rotate(45deg);
    flex-shrink: 0
}

.spkdet .art-body {
    padding: 80px 40px;
    background: #fff
}

.spkdet .art-body__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.spkdet .art-body__aside {
    flex: 0 0 220px;
    position: sticky;
    top: 40px
}

.spkdet .art-body__aside-label {
    font-size: 13px;
    line-height: 1.35;
    color: #4680CF;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 16px;
    display: block
}

.spkdet .art-body__aside-divider {
    width: 40px;
    height: 2px;
    background: linear-gradient(23deg, #2a4a8a, #4680CF);
    margin-bottom: 16px;
    border-radius: 2px
}

.spkdet .art-body__aside-note {
    font-size: 13px;
    line-height: 1.6;
    color: #555e6e;
    margin: 0 0 40px
}

.spkdet .art-body__aside-cta {
    display: inline-block;
    padding: 8px 16px;
    background: #4680CF;
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    border-radius: 2px;
    text-decoration: none;
    border: 2px solid #4680CF;
    transition: background .2s ease-out, color .18s ease-out;
    box-shadow: 0 6px 28px 0 #4680cf14
}

.spkdet .art-body__aside-cta:hover {
    background: transparent;
    color: #4680CF
}

.spkdet .art-body__main {
    flex: 1 1 auto;
    min-width: 0
}

.spkdet .art-body__main p {
    font-size: 16px;
    line-height: 1.8;
    color: #2c3345;
    margin: 0 0 16px
}

.spkdet .art-body__main h2 {
    font-size: 28px;
    line-height: 1.35;
    color: #1e2740;
    text-transform: uppercase;
    font-weight: 300;
    margin: 40px 0 16px
}

.spkdet .art-body__main strong {
    color: #1e2740;
    font-weight: 600
}

.spkdet .art-body__main abbr {
    text-decoration: underline dotted #4680CF;
    cursor: help
}

.spkdet .art-body__main ul {
    padding-left: 16px;
    margin: 0 0 16px
}

.spkdet .art-body__main ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #2c3345;
    margin-bottom: 8px
}

.spkdet .art-body__main figure {
    margin: 40px 0;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 6px 28px 0 #4680cf14
}

.spkdet .art-body__main figure img {
    width: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.9);
    transition: filter .22s ease-out
}

.spkdet .art-body__main figure:hover img {
    filter: saturate(0)
}

.spkdet .art-body__main figcaption {
    font-size: 13px;
    line-height: 1.35;
    color: #7a8499;
    padding: 8px 16px;
    background: #f5f6f9;
    border-top: 1px solid #E0E2EA
}

.spkdet .art-body__main a {
    color: #4680CF;
    text-decoration: underline wavy #BECCE6;
    transition: color .15s ease-out
}

.spkdet .art-body__main a:hover {
    color: #2a4a8a
}

.spkdet .divider-b {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 40px
}

.spkdet .divider-b__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.spkdet .divider-b__dot {
    width: 6px;
    height: 6px;
    border-radius: 42px;
    background: #BECCE6
}

.spkdet .divider-b__dot--mid {
    background: #4680CF;
    width: 8px;
    height: 8px
}

.spkdet .art-seminar {
    padding: 80px 40px;
    background: linear-gradient(23deg, #eef2f9 0%, #f6f8fc 100%);
    position: relative
}

.spkdet .art-seminar__deco-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.spkdet .art-seminar__deco-line::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 10%;
    width: 1px;
    height: 140%;
    background: linear-gradient(180deg, transparent, #4680cf1f 50%, transparent);
    transform: rotate(18deg)
}

.spkdet .art-seminar__inner {
    max-width: 1100px;
    margin: 0 auto
}

.spkdet .art-seminar__tag {
    font-size: 13px;
    line-height: 1.35;
    color: #4680CF;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}

.spkdet .art-seminar__heading {
    font-size: 38px;
    line-height: 1.1;
    color: #1e2740;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 40px;
    max-width: 600px
}

.spkdet .art-seminar__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px
}

.spkdet .sem-card {
    background: #fff;
    border-radius: 2px;
    padding: 40px 16px 16px;
    box-shadow: 0 3px 6px 0 #4680cf0d;
    border-top: 2px solid #E0E2EA;
    transition: box-shadow .2s ease-out, border-color .18s ease-out;
    position: relative
}

.spkdet .sem-card:hover {
    box-shadow: 0 10px 36px 0 #4680cf1c;
    border-color: #4680CF
}

.spkdet .sem-card__num {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 13px;
    line-height: 1.35;
    color: #BECCE6;
    font-weight: 700
}

.spkdet .sem-card__title {
    font-size: 16px;
    line-height: 1.35;
    color: #1e2740;
    font-weight: 600;
    margin: 0 0 8px;
    text-transform: uppercase
}

.spkdet .sem-card__text {
    font-size: 13px;
    line-height: 1.6;
    color: #555e6e;
    margin: 0
}

.spkdet .art-seminar__cta-row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.spkdet .btn-prim {
    display: inline-block;
    padding: 16px 40px;
    background: #4680CF;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    border-radius: 2px;
    text-decoration: none;
    border: 2px solid #4680CF;
    box-shadow: 0 6px 28px 0 #4680cf14;
    transition: background .2s ease-out, color .18s ease-out, box-shadow .22s ease-out;
    position: relative;
    overflow: hidden
}

.spkdet .btn-prim:hover {
    background: #2a4a8a;
    border-color: #2a4a8a;
    box-shadow: 0 10px 36px 0 #4680cf1c;
    color: #fff
}

.spkdet .btn-prim:active {
    background: #1e3668;
    border-color: #1e3668
}

.spkdet .btn-sec {
    display: inline-block;
    padding: 16px 40px;
    background: transparent;
    color: #4680CF;
    font-size: 16px;
    line-height: 1.35;
    border-radius: 2px;
    text-decoration: none;
    border: 2px solid #4680CF;
    transition: background .18s ease-out, color .15s ease-out
}

.spkdet .btn-sec:hover {
    background: #4680CF;
    color: #fff
}

@media (max-width: 900px) {
    .spkdet .art-lead__inner {
        flex-direction: column
    }

    .spkdet .art-lead__text {
        flex: none;
        max-width: 100%
    }

    .spkdet .art-body__inner {
        flex-direction: column;
        gap: 40px
    }

    .spkdet .art-body__aside {
        flex: none;
        position: static;
        width: 100%
    }

    .spkdet .art-seminar__grid {
        grid-template-columns: 1fr 1fr
    }

    .spkdet .art-lead__h1 {
        font-size: 38px
    }
}

@media (max-width: 600px) {
    .spkdet .art-lead {
        padding: 40px 16px
    }

    .spkdet .art-body {
        padding: 40px 16px
    }

    .spkdet .art-seminar {
        padding: 40px 16px
    }

    .spkdet .art-seminar__grid {
        grid-template-columns: 1fr
    }

    .spkdet .art-lead__h1 {
        font-size: 28px
    }

    .spkdet .art-seminar__heading {
        font-size: 28px
    }

    .spkdet .art-seminar__cta-row {
        flex-direction: column;
        align-items: flex-start
    }
}

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

.dbt__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px
}

.dbt__title-band {
    padding: 40px 0;
    position: relative;
    background: #fff
}

.dbt__title-band::before {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1px solid #BECCE6;
    pointer-events: none;
    z-index: 0
}

.dbt__title-band::after {
    content: '';
    position: absolute;
    inset: 2px;
    border: 1px solid #E0E2EA;
    pointer-events: none;
    z-index: 0
}

.dbt__title-stripe {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.dbt__title-stripe::before {
    content: '';
    position: absolute;
    top: -60px;
    left: -60px;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(23deg, transparent, transparent 28px, #4680cf08 28px, #4680cf08 30px)
}

.dbt__title-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1
}

.dbt__title-space {
    flex: 1
}

.dbt__title-text {
    flex: 2;
    padding: 16px 0
}

.dbt__title-img-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.dbt__title-img-wrap {
    width: 100%;
    max-width: 280px;
    height: 200px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 10px 36px 0 #4680cf1c;
    position: relative
}

.dbt__title-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter .25s ease-out
}

.dbt__title-img-wrap:hover img {
    filter: saturate(0)
}

.dbt__eyebrow {
    font-size: 13px;
    line-height: 1.35;
    color: #4680CF;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    margin-bottom: 16px
}

.dbt__h1 {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 300;
    color: #1a2540;
    text-transform: uppercase;
    margin: 0 0 16px
}

.dbt__h1 strong {
    font-weight: 700;
    color: #4680CF;
    display: block
}

.dbt__lead {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4460;
    max-width: 420px
}

.dbt__divider-arrows {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px
}

.dbt__arrow-unit {
    width: 12px;
    height: 12px;
    border-top: 2px solid #BECCE6;
    border-right: 2px solid #BECCE6;
    transform: rotate(45deg);
    flex-shrink: 0
}

.dbt__practical-sec {
    padding: 80px 0;
    background: linear-gradient(23deg, #2a3a5c, #4680CF);
    position: relative
}

.dbt__practical-layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.dbt__practical-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt__practical-img-wrap {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 10px 36px 0 #4680cf1c
}

.dbt__practical-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter .2s ease-out
}

.dbt__practical-img-wrap:hover img {
    filter: saturate(0)
}

.dbt__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff26;
    border: 1px solid #ffffff4d;
    border-radius: 42px;
    padding: 8px 16px;
    font-size: 13px;
    color: #fff;
    align-self: flex-start
}

.dbt__badge-count {
    background: #fff;
    color: #4680CF;
    border-radius: 42px;
    font-size: 13px;
    font-weight: 700;
    padding: 0 8px;
    line-height: 1.6
}

.dbt__practical-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.dbt__sec-label {
    font-size: 13px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    color: #fff9;
    margin-bottom: 8px
}

.dbt__h2-light {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 16px
}

.dbt__body-light {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffd9
}

.dbt__outcomes {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt__outcome-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.dbt__outcome-dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #BECCE6;
    flex-shrink: 0;
    margin-top: 6px
}

.dbt__outcome-text {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffd9
}

.dbt__divider-plain {
    height: 1px;
    background: #E0E2EA
}

.dbt__offer-sec {
    padding: 80px 0;
    background: #fff
}

.dbt__offer-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px
}

.dbt__h2-dark {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 300;
    color: #1a2540;
    text-transform: uppercase;
    margin: 0
}

.dbt__offer-note {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4460;
    max-width: 340px
}

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

.dbt__offer-card {
    border: 1px solid #E0E2EA;
    border-radius: 2px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: box-shadow .2s ease-out
}

.dbt__offer-card:hover {
    box-shadow: 0 6px 28px 0 #4680cf14
}

.dbt__offer-card--accent {
    background: #BECCE6;
    border-color: #BECCE6
}

.dbt__offer-card--wide {
    grid-column: span 2;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

.dbt__offer-num {
    font-size: 66px;
    line-height: 1.1;
    font-weight: 700;
    color: #E0E2EA;
    position: absolute;
    top: 8px;
    right: 16px;
    pointer-events: none
}

.dbt__offer-card--accent .dbt__offer-num {
    color: #4680cf26
}

.dbt__offer-h {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #1a2540;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 8px
}

.dbt__offer-card--accent .dbt__offer-h {
    color: #1a2540
}

.dbt__offer-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4460;
    position: relative;
    z-index: 1
}

.dbt__offer-img-wrap {
    width: 220px;
    height: 160px;
    flex-shrink: 0;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 6px 28px 0 #4680cf14
}

.dbt__offer-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter .25s ease-out
}

.dbt__offer-img-wrap:hover img {
    filter: saturate(0)
}

.dbt__offer-wide-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.dbt__divider-thick {
    height: 2px;
    background: linear-gradient(23deg, #4680CF, #BECCE6)
}

.dbt__approach-sec {
    padding: 80px 0;
    background: #BECCE6;
    position: relative
}

.dbt__approach-layout {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.dbt__approach-top {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.dbt__approach-head {
    flex: 1
}

.dbt__approach-intro {
    flex: 1;
    padding-top: 16px
}

.dbt__sec-label-dark {
    font-size: 13px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    color: #4680CF;
    margin-bottom: 8px
}

.dbt__h2-mid {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 300;
    color: #1a2540;
    text-transform: uppercase;
    margin: 0
}

.dbt__body-dark {
    font-size: 16px;
    line-height: 1.6;
    color: #2a3450
}

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

.dbt__pillar {
    background: #fff;
    border-radius: 2px;
    padding: 40px;
    box-shadow: 0 3px 6px 0 #4680cf0d;
    transition: box-shadow .18s ease-out
}

.dbt__pillar:hover {
    box-shadow: 0 6px 28px 0 #4680cf14
}

.dbt__pillar-num {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #4680CF;
    margin-bottom: 8px
}

.dbt__pillar-h {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #1a2540;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 8px
}

.dbt__pillar-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4460
}

.dbt__divider-dashes {
    border: none;
    border-top: 2px dashed #BECCE6
}

.dbt__fit-sec {
    padding: 80px 0;
    background: #fff
}

.dbt__fit-layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.dbt__fit-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.dbt__fit-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.dbt__fit-group {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt__fit-group-label {
    font-size: 13px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    color: #4680CF;
    padding-bottom: 8px;
    border-bottom: 1px solid #E0E2EA
}

.dbt__fit-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.dbt__fit-marker {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 7px
}

.dbt__fit-marker--yes {
    background: #4680CF
}

.dbt__fit-marker--no {
    background: #E0E2EA
}

.dbt__fit-text {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4460
}

.dbt__fit-closing {
    background: linear-gradient(23deg, #2a3a5c, #4680CF);
    border-radius: 2px;
    padding: 40px
}

.dbt__fit-closing-h {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 16px
}

.dbt__fit-closing-body {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffffd9;
    margin: 0 0 16px
}

.dbt__btn-primary {
    display: inline-block;
    background: #fff;
    color: #4680CF;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 2px;
    padding: 16px 40px;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow .2s ease-out, background .15s ease-out;
    position: relative;
    overflow: hidden
}

.dbt__btn-primary:hover {
    box-shadow: 0 6px 28px 0 #4680cf14;
    background: #E0E2EA;
    color: #4680CF
}

.dbt__shake-group {
    animation: dbt-shake 6s 2s infinite
}

@keyframes dbt-shake {

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

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

    94% {
        transform: translateX(4px)
    }

    96% {
        transform: translateX(-3px)
    }

    98% {
        transform: translateX(3px)
    }
}

.dbt__reveal-h {
    animation: dbt-reveal .45s ease-out both
}

@keyframes dbt-reveal {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

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

@media (max-width: 900px) {
    .dbt__title-layout {
        flex-direction: column
    }

    .dbt__title-space {
        display: none
    }

    .dbt__title-img-col {
        align-items: flex-start;
        width: 100%
    }

    .dbt__title-img-wrap {
        max-width: 100%
    }

    .dbt__practical-layout {
        flex-direction: column;
        gap: 40px
    }

    .dbt__offer-grid {
        grid-template-columns: 1fr
    }

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

    .dbt__offer-img-wrap {
        width: 100%;
        height: 200px
    }

    .dbt__approach-top {
        flex-direction: column;
        gap: 16px
    }

    .dbt__pillars {
        grid-template-columns: 1fr
    }

    .dbt__fit-layout {
        flex-direction: column
    }

    .dbt__h1 {
        font-size: 38px
    }

    .dbt__h2-light,
    .dbt__h2-dark,
    .dbt__h2-mid {
        font-size: 28px
    }
}

@media (max-width: 600px) {
    .dbt__inner {
        padding: 0 16px
    }

    .dbt__offer-card {
        padding: 16px
    }

    .dbt__pillar {
        padding: 16px
    }

    .dbt__fit-closing {
        padding: 16px
    }
}

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

.spk .spk__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px
}

.spk .spk-lead {
    padding: 80px 16px 40px;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.spk .spk-lead__text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .spk-lead__eyebrow {
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    text-transform: uppercase;
    letter-spacing: .08em
}

.spk .spk-lead__h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #1b2845;
    font-weight: 700;
    margin: 0
}

.spk .spk-lead__h1 span {
    display: block;
    font-weight: 300;
    font-size: 38px;
    color: #4680CF
}

.spk .spk-lead__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #2c3a52;
    margin: 0;
    max-width: 480px
}

.spk .spk-lead__img-wrap {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 10px 36px 0 #4680cf1c
}

.spk .spk-lead__img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(23deg, #4680cf2e 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
    transition: opacity .25s ease-out
}

.spk .spk-lead__img-wrap:hover::before {
    opacity: 0
}

.spk .spk-lead__img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    filter: saturate(0.7);
    transition: filter .2s ease-out
}

.spk .spk-lead__img-wrap:hover .spk-lead__img {
    filter: saturate(0)
}

.spk .spk-lead__deco {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 80px;
    height: 80px;
    border-radius: 2px;
    background: #4680cf14;
    z-index: 0;
    pointer-events: none
}

.spk .divider-double {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px
}

.spk .divider-double__lines {
    border: none;
    border-top: 1px solid #BECCE6;
    margin-bottom: 3px
}

.spk .divider-double__lines+.divider-double__lines {
    border-top: 1px solid #E0E2EA;
    margin-bottom: 0
}

.spk .posts-grid-area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 16px 80px
}

.spk .posts-grid-area__label {
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px;
    display: block
}

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

.spk .post-card {
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 6px 28px 0 #4680cf14;
    background: #fff;
    border-top: 3px solid #4680CF;
    transition: box-shadow .2s ease-out, transform .15s ease-out;
    text-decoration: none;
    color: inherit
}

.spk .post-card:hover {
    box-shadow: 0 10px 36px 0 #4680cf24;
    transform: translateY(-3px)
}

.spk .post-card__img-wrap {
    overflow: hidden;
    position: relative
}

.spk .post-card__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 70%, #4680cf00 40%, #1b284547 100%);
    opacity: 0;
    transition: opacity .25s ease-out;
    pointer-events: none
}

.spk .post-card:hover .post-card__img-wrap::after {
    opacity: 1
}

.spk .post-card__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    filter: saturate(0.85);
    transition: filter .22s ease-out, transform .2s ease-out
}

.spk .post-card:hover .post-card__img {
    filter: saturate(0);
    transform: scale(1.03)
}

.spk .post-card__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.spk .post-card__title {
    font-size: 16px;
    line-height: 1.35;
    color: #1b2845;
    font-weight: 600;
    margin: 0
}

.spk .post-card__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #3a4a65;
    margin: 0;
    flex: 1
}

.spk .post-card__link {
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    text-decoration: underline wavy #BECCE6;
    text-underline-offset: 3px;
    margin-top: 8px;
    display: inline-block;
    transition: color .15s ease-out
}

.spk .post-card:hover .post-card__link {
    color: #1b2845
}

.spk .quote-area {
    background: #4680CF;
    padding: 80px 16px;
    position: relative;
    overflow: hidden
}

.spk .quote-area__spot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 42px;
    background: #becce621;
    animation: spotpulse 4s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes spotpulse {
    from {
        transform: translate(-50%, -50%) scale(0.85)
    }

    to {
        transform: translate(-50%, -50%) scale(1.15)
    }
}

.spk .quote-area__inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 40px;
    align-items: start
}

.spk .quote-area__mark {
    font-size: 66px;
    line-height: 1.1;
    color: #ffffff38;
    font-weight: 700;
    user-select: none;
    pointer-events: none;
    margin-top: -16px
}

.spk .quote-area__text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .quote-area__q {
    font-size: 28px;
    line-height: 1.35;
    color: #fff;
    font-weight: 400;
    margin: 0
}

.spk .quote-area__attr {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffffb3;
    margin: 0
}

.spk .method-area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 16px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start
}

.spk .method-area__aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 40px
}

.spk .method-area__h2 {
    font-size: 38px;
    line-height: 1.1;
    color: #1b2845;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .04em
}

.spk .method-area__sub {
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    margin: 0
}

.spk .method-area__items {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .method-item {
    background: #fff;
    border-radius: 2px;
    padding: 16px;
    box-shadow: 0 3px 6px 0 #4680cf0d;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: start;
    transition: box-shadow .18s ease-out;
    border-top: 2px solid #BECCE6
}

.spk .method-item:hover {
    box-shadow: 0 6px 28px 0 #4680cf1a
}

.spk .method-item__num {
    font-size: 28px;
    line-height: 1.1;
    color: #E0E2EA;
    font-weight: 700;
    text-align: center
}

.spk .method-item__h {
    font-size: 16px;
    line-height: 1.35;
    color: #1b2845;
    font-weight: 600;
    margin: 0 0 8px
}

.spk .method-item__p {
    font-size: 13px;
    line-height: 1.6;
    color: #3a4a65;
    margin: 0
}

.spk .featured-area {
    background: #f4f6fb;
    padding: 80px 16px
}

.spk .featured-area__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 40px;
    align-items: stretch
}

.spk .feat-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .feat-col__h3 {
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0
}

.spk .feat-col__val {
    font-size: 52px;
    line-height: 1.1;
    color: #1b2845;
    font-weight: 700;
    margin: 0
}

.spk .feat-col__desc {
    font-size: 13px;
    line-height: 1.6;
    color: #3a4a65;
    margin: 0
}

.spk .feat-col__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.spk .feat-col__list li {
    font-size: 13px;
    line-height: 1.6;
    color: #3a4a65;
    padding-left: 16px;
    position: relative
}

.spk .feat-col__list li::before {
    content: "/";
    position: absolute;
    left: 0;
    color: #4680CF
}

.spk .feat-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-radius: 2px;
    padding: 40px;
    box-shadow: 0 6px 28px 0 #4680cf14;
    border-top: 3px solid #4680CF
}

.spk .feat-main__h2 {
    font-size: 28px;
    line-height: 1.35;
    color: #1b2845;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 300
}

.spk .feat-main__p {
    font-size: 16px;
    line-height: 1.6;
    color: #2c3a52;
    margin: 0
}

.spk .feat-main__btn {
    display: inline-block;
    padding: 8px 40px;
    background: #4680CF;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 42px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    transition: background .2s ease-out, box-shadow .18s ease-out
}

.spk .feat-main__btn:hover {
    background: #1b2845;
    box-shadow: 0 6px 28px 0 #4680cf2e
}

.spk .feat-main__btn:active::after {
    content: "";
    position: absolute;
    border-radius: 42px;
    background: #ffffff4d;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: ripple-btn .4s ease-out forwards;
    pointer-events: none
}

@keyframes ripple-btn {
    to {
        transform: translate(-50%, -50%) scale(12);
        opacity: 0
    }
}

.spk .form-area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.spk .form-area__text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .form-area__h2 {
    font-size: 38px;
    line-height: 1.1;
    color: #1b2845;
    font-weight: 700;
    margin: 0
}

.spk .form-area__p {
    font-size: 16px;
    line-height: 1.6;
    color: #2c3a52;
    margin: 0
}

.spk .form-area__note {
    font-size: 13px;
    line-height: 1.6;
    color: #3a4a65;
    margin: 0;
    padding: 16px;
    background: #f4f6fb;
    border-radius: 2px;
    box-shadow: inset 0 4px 10px 0 #4680cf0f
}

.spk .spk-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.spk .spk-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.spk .spk-form label {
    font-size: 13px;
    line-height: 1.6;
    color: #1b2845;
    font-weight: 600
}

.spk .spk-form input,
.spk .spk-form textarea {
    border: 1px solid #BECCE6;
    border-radius: 2px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #1b2845;
    background: #fff;
    outline: none;
    transition: border-color .15s ease-out, box-shadow .18s ease-out;
    width: 100%;
    box-sizing: border-box
}

.spk .spk-form input::placeholder,
.spk .spk-form textarea::placeholder {
    color: #BECCE6
}

.spk .spk-form input:focus,
.spk .spk-form textarea:focus {
    border-color: #4680CF;
    box-shadow: 0 3px 6px 0 #4680cf14
}

.spk .spk-form textarea {
    min-height: 120px;
    resize: vertical
}

.spk .spk-form__submit {
    padding: 8px 40px;
    background: #4680CF;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 42px;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    transition: background .2s ease-out, box-shadow .18s ease-out
}

.spk .spk-form__submit:hover {
    background: #1b2845;
    box-shadow: 0 6px 28px 0 #4680cf2e
}

.spk .spk-form__submit:active::after {
    content: "";
    position: absolute;
    border-radius: 42px;
    background: #ffffff4d;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: ripple-btn .4s ease-out forwards;
    pointer-events: none
}

@media (max-width: 900px) {
    .spk .spk-lead {
        grid-template-columns: 1fr;
        padding: 40px 16px
    }

    .spk .posts-grid {
        grid-template-columns: 1fr 1fr
    }

    .spk .method-area {
        grid-template-columns: 1fr
    }

    .spk .featured-area__inner {
        grid-template-columns: 1fr 1fr
    }

    .spk .feat-main {
        grid-column: 1 / -1
    }

    .spk .form-area {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .spk .quote-area__inner {
        grid-template-columns: 40px 1fr
    }
}

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

    .spk .featured-area__inner {
        grid-template-columns: 1fr
    }

    .spk .spk-lead__h1 {
        font-size: 38px
    }

    .spk .feat-col__val {
        font-size: 38px
    }
}

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

.abt-us .pg-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px
}

.abt-us .seg--origin {
    position: relative;
    padding: 80px 0 0;
    background: #fff
}

.abt-us .seg--origin .two-col {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0
}

.abt-us .seg--origin .col-img {
    flex: 0 0 52%;
    position: relative;
    padding: 0 40px 80px 0
}

.abt-us .seg--origin .col-txt {
    flex: 0 0 48%;
    padding: 40px 0 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.abt-us .img-frame {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    height: 520px
}

.abt-us .img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1);
    transition: filter .25s ease-out
}

.abt-us .img-frame img:hover {
    filter: saturate(0)
}

.abt-us .img-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #4680cf73 0%, transparent 45%, transparent 65%, #0000004d 100%);
    pointer-events: none;
    border-radius: 2px
}

.abt-us .bg-num {
    position: absolute;
    right: -16px;
    bottom: 40px;
    font-size: 180px;
    line-height: 1.1;
    font-weight: 900;
    color: #BECCE6;
    opacity: .18;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    letter-spacing: -8px
}

.abt-us .col-txt {
    position: relative;
    z-index: 1
}

.abt-us .tag-label {
    display: inline-block;
    font-size: 13px;
    line-height: 1.35;
    color: #4680CF;
    border: 1px solid #BECCE6;
    border-radius: 42px;
    padding: 8px 16px;
    margin-bottom: 16px;
    background: #fff
}

.abt-us .origin-head {
    font-size: 52px;
    line-height: 1.1;
    color: #1b2740;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px
}

.abt-us .divider-accent {
    width: 48px;
    height: 3px;
    background: linear-gradient(23deg, #1b2740, #4680CF);
    border-radius: 2px;
    margin-bottom: 40px
}

.abt-us .origin-body {
    font-size: 16px;
    line-height: 1.6;
    color: #2c3a52;
    margin-bottom: 16px
}

.abt-us .origin-body:last-child {
    margin-bottom: 0
}

.abt-us .curve-div {
    display: block;
    width: 100%;
    margin-top: -2px;
    line-height: 0
}

.abt-us .seg--depth {
    position: relative;
    background: #E0E2EA;
    padding: 80px 0;
    overflow: hidden
}

.abt-us .seg--depth .bg-pan {
    position: absolute;
    inset: 0;
    background-image: url(./artwork/media-11.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(0.3) brightness(0.55);
    animation: panBg 18s linear infinite alternate;
    z-index: 0
}

@keyframes panBg {
    from {
        background-position: 0 50%
    }

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

.abt-us .seg--depth .bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(23deg, #1b2740d1 0%, #4680cfa6 100%);
    z-index: 1;
    pointer-events: none
}

.abt-us .seg--depth .depth-inner {
    position: relative;
    z-index: 2
}

.abt-us .depth-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start
}

.abt-us .depth-sidebar {
    padding-top: 8px
}

.abt-us .depth-side-head {
    font-size: 38px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.abt-us .depth-side-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #BECCE6;
    margin-bottom: 40px
}

.abt-us .metric-stack {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .metric-item {
    background: #ffffff12;
    border: 1px solid #becce640;
    border-radius: 2px;
    padding: 16px;
    transition: background .2s ease-out, border-color .2s ease-out
}

.abt-us .metric-item:hover {
    background: #ffffff21;
    border-color: #becce680
}

.abt-us .metric-num {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 800;
    color: #fff
}

.abt-us .metric-desc {
    font-size: 13px;
    line-height: 1.35;
    color: #BECCE6;
    margin-top: 8px
}

.abt-us .depth-right {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.abt-us .detail-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    transition: transform .2s ease-out
}

.abt-us .detail-row:hover {
    transform: translateX(6px)
}

.abt-us .detail-row:hover~.detail-row {
    transform: translateY(4px)
}

.abt-us .det-img {
    flex: 0 0 200px;
    height: 140px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 6px 28px 0 #4680cf14
}

.abt-us .det-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1);
    transition: filter .35s ease-out
}

.abt-us .det-img img:hover {
    filter: saturate(0)
}

.abt-us .det-txt {
    flex: 1;
    padding-top: 8px
}

.abt-us .det-head {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px
}

.abt-us .det-body {
    font-size: 13px;
    line-height: 1.6;
    color: #BECCE6
}

.abt-us .curve-div--up {
    display: block;
    width: 100%;
    line-height: 0;
    margin-bottom: -2px
}

.abt-us .team-strip {
    background: #fff;
    padding: 80px 0
}

.abt-us .team-head-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px
}

.abt-us .team-heading {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b2740;
    text-transform: uppercase
}

.abt-us .team-note {
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    max-width: 320px;
    text-align: right
}

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

.abt-us .person-card {
    border: 1px solid #E0E2EA;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 #4680cf0d;
    transition: box-shadow .2s ease-out, border-color .2s ease-out
}

.abt-us .person-card:hover {
    box-shadow: 0 10px 36px 0 #4680cf1c;
    border-color: #BECCE6
}

.abt-us .person-photo {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative
}

.abt-us .person-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1);
    transition: filter .4s ease-out
}

.abt-us .person-photo img:hover {
    filter: saturate(0)
}

.abt-us .person-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 55%, #1b274066 100%);
    pointer-events: none
}

.abt-us .person-info {
    padding: 16px
}

.abt-us .person-name {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #1b2740;
    margin-bottom: 8px
}

.abt-us .person-role {
    font-size: 13px;
    line-height: 1.35;
    color: #4680CF;
    margin-bottom: 8px
}

.abt-us .person-quote {
    font-size: 13px;
    line-height: 1.6;
    color: #4a5568;
    border-top: 1px solid #E0E2EA;
    padding-top: 8px;
    margin-top: 8px
}

.abt-us .diag-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.abt-us .diag-line svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 900px) {
    .abt-us .seg--origin .two-col {
        flex-direction: column
    }

    .abt-us .seg--origin .col-img {
        flex: none;
        padding: 0 0 40px
    }

    .abt-us .seg--origin .col-txt {
        flex: none;
        padding: 0 0 80px
    }

    .abt-us .img-frame {
        height: 320px
    }

    .abt-us .depth-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .abt-us .team-row {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .team-head-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .abt-us .team-note {
        text-align: left;
        max-width: 100%
    }

    .abt-us .origin-head {
        font-size: 38px
    }
}

@media (max-width: 600px) {
    .abt-us .pg-body {
        padding: 0 16px
    }

    .abt-us .origin-head {
        font-size: 28px
    }

    .abt-us .team-row {
        grid-template-columns: 1fr
    }

    .abt-us .det-img {
        flex: 0 0 120px;
        height: 100px
    }

    .abt-us .depth-side-head {
        font-size: 28px
    }
}

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

.ctus__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px
}

.ctus__split {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: stretch;
    padding: 80px 0
}

.ctus__img-col {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column
}

.ctus__img-wrap {
    width: 100%;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 10px 36px 0 #4680cf1c
}

.ctus__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.85) contrast(1.05);
    transition: filter .25s ease-out
}

.ctus__img-wrap img:hover {
    filter: saturate(0) contrast(1.05)
}

.ctus__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.ctus__label {
    font-size: 13px;
    line-height: 1.35;
    color: #4680CF;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
    margin-bottom: 8px
}

.ctus__heading {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 300;
    color: #1b2340;
    text-transform: uppercase;
    margin: 0 0 16px
}

.ctus__quote {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4260;
    margin: 0;
    padding: 16px 0 16px 16px;
    border-top: 2px solid #BECCE6;
    border-bottom: 1px solid #E0E2EA;
    font-style: italic
}

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

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

.ctus__coord-key {
    font-weight: 600;
    color: #4680CF;
    min-width: 72px;
    font-size: 13px;
    text-transform: uppercase
}

.ctus__coord-val a {
    color: #3a4260;
    text-decoration: underline wavy #BECCE6;
    text-underline-offset: 3px;
    transition: color .2s ease-out
}

.ctus__coord-val a:hover {
    color: #4680CF
}

.ctus__form-panel {
    position: relative;
    background: #fff;
    border-radius: 2px;
    padding: 80px 0;
    overflow: hidden
}

.ctus__form-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(23deg, #1b2340, #4680CF);
    border-radius: 0 2px 2px 0
}

.ctus__form-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(ellipse 600px 400px at 20% 60%, #4680cf0f 0%, transparent 70%);
    animation: spotdrift 8s ease-in-out infinite alternate
}

@keyframes spotdrift {
    0% {
        background-position-x: 20%
    }

    100% {
        background: radial-gradient(ellipse 600px 400px at 75% 40%, #4680cf12 0%, transparent 70%)
    }
}

.ctus__form-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1
}

.ctus__form-layout {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.ctus__form-meta {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.ctus__form-heading {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 300;
    color: #1b2340;
    text-transform: uppercase;
    margin: 0
}

.ctus__form-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4260;
    margin: 0
}

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

.ctus__step {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.ctus__step-num {
    width: 28px;
    height: 28px;
    border-radius: 42px;
    background: #E0E2EA;
    color: #4680CF;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s ease-out, color .15s ease-out
}

.ctus__step:hover .ctus__step-num {
    background: #4680CF;
    color: #fff
}

.ctus__step-text {
    font-size: 13px;
    line-height: 1.6;
    color: #3a4260;
    padding-top: 4px
}

.ctus__form-area {
    flex: 1
}

.ctus__form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

.ctus__field label {
    font-size: 13px;
    line-height: 1.35;
    color: #4680CF;
    font-weight: 600;
    text-transform: uppercase
}

.ctus__field input[type="text"],
.ctus__field input[type="tel"],
.ctus__field select,
.ctus__field textarea {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    line-height: 1.35;
    color: #1b2340;
    background: #fff;
    border: 1.5px solid #E0E2EA;
    border-radius: 2px;
    outline: none;
    box-shadow: inset 0 4px 8px 0 #4680cf0d;
    transition: border-color .2s ease-out, box-shadow .25s ease-out;
    appearance: none
}

.ctus__field input::placeholder,
.ctus__field textarea::placeholder {
    color: #BECCE6
}

.ctus__field input:focus,
.ctus__field select:focus,
.ctus__field textarea:focus {
    border-color: #4680CF;
    box-shadow: inset 0 6px 10px 0 #4680cf14 0 3px 6px 0 #4680cf0d
}

.ctus__field select {
    cursor: pointer;
    color: #1b2340
}

.ctus__field textarea {
    min-height: 120px;
    resize: vertical
}

.ctus__cond-toggle {
    display: none
}

.ctus__cond-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.6;
    color: #3a4260;
    padding: 16px;
    background: #f4f6fb;
    border-radius: 2px;
    border: 1.5px solid #E0E2EA;
    transition: border-color .2s ease-out;
    user-select: none
}

.ctus__cond-label:hover {
    border-color: #BECCE6
}

.ctus__cond-box {
    width: 18px;
    height: 18px;
    border: 2px solid #BECCE6;
    border-radius: 2px;
    flex-shrink: 0;
    background: #fff;
    position: relative;
    transition: border-color .15s ease-out, background .15s ease-out
}

.ctus__cond-toggle:checked+.ctus__cond-label .ctus__cond-box {
    background: #4680CF;
    border-color: #4680CF
}

.ctus__cond-toggle:checked+.ctus__cond-label .ctus__cond-box::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 1px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg)
}

.ctus__cond-extra {
    display: none;
    flex-direction: column;
    gap: 16px
}

.ctus__cond-toggle:checked~.ctus__cond-extra {
    display: flex
}

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

.ctus__privacy-check {
    width: 18px;
    height: 18px;
    border: 2px solid #BECCE6;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #4680CF;
    cursor: pointer
}

.ctus__privacy-text {
    font-size: 13px;
    line-height: 1.6;
    color: #3a4260
}

.ctus__privacy-text a {
    color: #4680CF;
    text-decoration: underline wavy #BECCE6;
    text-underline-offset: 3px;
    transition: color .2s ease-out
}

.ctus__privacy-text a:hover {
    color: #1b2340
}

.ctus__submit-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding-top: 8px
}

.ctus__btn-submit {
    position: relative;
    overflow: hidden;
    background: #4680CF;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease-out, box-shadow .2s ease-out;
    box-shadow: 0 6px 28px 0 #4680cf14
}

.ctus__btn-submit:hover {
    background: #3568b5;
    box-shadow: 0 10px 36px 0 #4680cf1c
}

.ctus__btn-submit:active {
    background: #2a5499;
    box-shadow: inset 0 4px 8px 0 #4680cf1c
}

.ctus__btn-submit:focus {
    outline: 2px solid #4680CF;
    outline-offset: 3px
}

.ctus__btn-note {
    font-size: 13px;
    line-height: 1.6;
    color: #8a95b0
}

.ctus__corner-bracket {
    position: absolute;
    width: 24px;
    height: 24px;
    pointer-events: none
}

.ctus__corner-bracket--tl {
    top: 40px;
    left: 40px;
    border-top: 2px solid #BECCE6;
    border-left: 2px solid #BECCE6
}

.ctus__corner-bracket--br {
    bottom: 40px;
    right: 56px;
    border-bottom: 2px solid #BECCE6;
    border-right: 2px solid #BECCE6
}

@media (max-width: 900px) {
    .ctus__split {
        flex-direction: column;
        gap: 40px;
        padding: 40px 0
    }

    .ctus__img-col {
        flex: none
    }

    .ctus__img-wrap {
        min-height: 240px
    }

    .ctus__heading {
        font-size: 38px
    }

    .ctus__form-layout {
        flex-direction: column;
        gap: 40px
    }

    .ctus__form-meta {
        flex: none
    }

    .ctus__form-heading {
        font-size: 28px
    }

    .ctus__inner {
        padding: 0 16px
    }

    .ctus__form-inner {
        padding: 0 16px
    }

    .ctus__form-panel {
        padding: 40px 0
    }

    .ctus__corner-bracket--tl {
        top: 16px;
        left: 16px
    }

    .ctus__corner-bracket--br {
        bottom: 16px;
        right: 24px
    }
}

@media (max-width: 600px) {
    .ctus__heading {
        font-size: 28px
    }

    .ctus__submit-row {
        flex-direction: column;
        align-items: flex-start
    }
}

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

.exp-op .page-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px
}

.exp-op .char-reveal span {
    display: inline-block;
    opacity: 0;
    animation: charIn .25s ease-out forwards
}

@keyframes charIn {
    from {
        opacity: 0;
        transform: translateY(6px)
    }

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

.exp-op .edge-glow {
    animation: edgePulse 3.5s ease-out infinite alternate
}

@keyframes edgePulse {
    from {
        box-shadow: 0 0 0 0 #4680cf0a
    }

    to {
        box-shadow: 0 0 32px 8px #4680cf21
    }
}

.exp-op .pg-top {
    background: linear-gradient(23deg, #2a3d5c 0%, #4680CF 100%);
    padding: 80px 0 40px;
    position: relative
}

.exp-op .pg-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 38px, #becce612 38px, #becce612 39px), repeating-linear-gradient(90deg, transparent, transparent 38px, #becce612 38px, #becce612 39px);
    pointer-events: none
}

.exp-op .pg-top .frame-deco {
    position: absolute;
    top: 16px;
    left: 40px;
    right: 40px;
    bottom: 16px;
    border: 1px solid #becce640;
    border-radius: 2px;
    pointer-events: none
}

.exp-op .pg-top .frame-deco::before,
.exp-op .pg-top .frame-deco::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #becce680;
    border-style: solid
}

.exp-op .pg-top .frame-deco::before {
    top: -1px;
    left: -1px;
    border-width: 2px 0 0 2px
}

.exp-op .pg-top .frame-deco::after {
    bottom: -1px;
    right: -1px;
    border-width: 0 2px 2px 0
}

.exp-op .pg-top .top-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 80px;
    position: relative;
    z-index: 1
}

.exp-op .pg-top .pg-label {
    font-size: 13px;
    line-height: 1.6;
    color: #becce6cc;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 16px
}

.exp-op .pg-top .pg-heading {
    font-size: 52px;
    line-height: 1.1;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 16px;
    max-width: 680px
}

.exp-op .pg-top .pg-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #e0e2eae6;
    max-width: 520px;
    margin-bottom: 0
}

.exp-op .divider-dots {
    text-align: center;
    padding: 16px 0;
    position: relative
}

.exp-op .divider-dots::before {
    content: "";
    display: block;
    border-top: 2px dotted #BECCE6;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

.exp-op .divider-dots .dot-center {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0 16px
}

.exp-op .divider-dots .dot-center svg {
    display: block
}

.exp-op .divider-alt {
    text-align: center;
    padding: 8px 0;
    position: relative
}

.exp-op .divider-alt::before {
    content: "";
    display: block;
    border-top: 1px dotted #BECCE6;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

.exp-op .divider-alt .dot-mid {
    display: inline-block;
    position: relative;
    background: #E0E2EA;
    padding: 0 16px
}

.exp-op .divider-alt .dot-mid svg {
    display: block
}

.exp-op .op-grid {
    padding: 80px 0;
    background: #fff
}

.exp-op .op-grid .grid-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px
}

.exp-op .op-grid .sec-label {
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 8px
}

.exp-op .op-grid .sec-heading {
    font-size: 38px;
    line-height: 1.1;
    color: #1e2d42;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 560px
}

.exp-op .op-grid .opinions-list {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.exp-op .op-grid .op-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: start;
    padding-bottom: 40px;
    border-bottom: 1px dotted #BECCE6
}

.exp-op .op-grid .op-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.exp-op .op-grid .op-item--rev {
    grid-template-columns: 2fr 1fr
}

.exp-op .op-grid .op-item--rev .op-meta {
    order: 2
}

.exp-op .op-grid .op-item--rev .op-body {
    order: 1
}

.exp-op .op-grid .op-meta {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.exp-op .op-grid .expert-name {
    font-size: 16px;
    line-height: 1.35;
    color: #1e2d42;
    font-weight: 600
}

.exp-op .op-grid .expert-role {
    font-size: 13px;
    line-height: 1.6;
    color: #5a6a80
}

.exp-op .op-grid .expert-tag {
    display: inline-block;
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    background: #4680cf14;
    padding: 4px 12px;
    border-radius: 42px;
    margin-top: 8px;
    align-self: flex-start
}

.exp-op .op-grid .op-body .op-quote {
    font-size: 16px;
    line-height: 1.8;
    color: #2c3a4e;
    margin-bottom: 16px;
    padding-top: 8px;
    border-top: 2px solid #4680CF
}

.exp-op .op-grid .op-body .op-text {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568
}

.exp-op .img-analysis {
    background: #E0E2EA;
    padding: 80px 0;
    position: relative
}

.exp-op .img-analysis .analysis-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.exp-op .img-analysis .img-wrap {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 10px 36px 0 #4680cf1c
}

.exp-op .img-analysis .img-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    transition: filter .22s ease-out
}

.exp-op .img-analysis .img-wrap:hover img {
    filter: saturate(0)
}

.exp-op .img-analysis .img-wrap .light-leak {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle at top right, #becce68c 0%, transparent 70%);
    pointer-events: none
}

.exp-op .img-analysis .analysis-text .sec-label {
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 8px
}

.exp-op .img-analysis .analysis-text .sec-heading {
    font-size: 28px;
    line-height: 1.35;
    color: #1e2d42;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 16px
}

.exp-op .img-analysis .analysis-text .analysis-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4a5e;
    margin-bottom: 16px
}

.exp-op .img-analysis .metrics-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 40px
}

.exp-op .img-analysis .metric-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.exp-op .img-analysis .metric-num {
    font-size: 38px;
    line-height: 1.1;
    color: #4680CF;
    font-weight: 300
}

.exp-op .img-analysis .metric-desc {
    font-size: 13px;
    line-height: 1.35;
    color: #5a6a80;
    max-width: 120px
}

.exp-op .perspectives {
    background: #f0f3f8;
    padding: 80px 0;
    position: relative
}

.exp-op .perspectives.edge-glow {
    animation: edgePulse 3.5s ease-out infinite alternate
}

.exp-op .perspectives .persp-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px
}

.exp-op .perspectives .sec-label {
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 8px
}

.exp-op .perspectives .sec-heading {
    font-size: 38px;
    line-height: 1.1;
    color: #1e2d42;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px
}

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

.exp-op .perspectives .persp-card {
    background: #fff;
    border-radius: 2px;
    padding: 40px;
    box-shadow: 0 6px 28px 0 #4680cf14;
    transition: box-shadow .2s ease-out, transform .18s ease-out;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.exp-op .perspectives .persp-card:hover {
    box-shadow: 0 10px 36px 0 #4680cf1c;
    transform: translateY(-3px)
}

.exp-op .perspectives .card-topic {
    font-size: 13px;
    line-height: 1.6;
    color: #4680CF;
    text-transform: uppercase;
    letter-spacing: .08em
}

.exp-op .perspectives .card-stmt {
    font-size: 16px;
    line-height: 1.35;
    color: #1e2d42;
    font-weight: 600
}

.exp-op .perspectives .card-body {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568
}

.exp-op .perspectives .card-author {
    font-size: 13px;
    line-height: 1.6;
    color: #7a8a9e;
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px dotted #BECCE6
}

@media (max-width: 900px) {
    .exp-op .pg-top .pg-heading {
        font-size: 38px
    }

    .exp-op .op-grid .op-item {
        grid-template-columns: 1fr
    }

    .exp-op .op-grid .op-item--rev .op-meta {
        order: 0
    }

    .exp-op .op-grid .op-item--rev .op-body {
        order: 0
    }

    .exp-op .img-analysis .analysis-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .exp-op .perspectives .persp-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {
    .exp-op .pg-top .top-inner {
        padding: 0 40px
    }

    .exp-op .pg-top .pg-heading {
        font-size: 28px
    }

    .exp-op .op-grid .sec-heading {
        font-size: 28px
    }

    .exp-op .img-analysis .metrics-row {
        flex-direction: column;
        gap: 16px
    }

    .exp-op .perspectives .persp-card {
        padding: 16px
    }
}

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

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

.success-page .confirm-icon {
    width: 72px;
    height: 72px;
    border-radius: 42px;
    background: #BECCE6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 28px 0 #4680cf14;
    flex-shrink: 0
}

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

.success-page .confirm-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: left;
    max-width: 560px;
    width: 100%
}

.success-page .confirm-heading {
    font-size: 38px;
    line-height: 1.1;
    color: #1b2640;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .04em
}

.success-page .confirm-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #2d3a52;
    margin: 0;
    text-align: center
}

.success-page .confirm-divider {
    width: 48px;
    height: 2px;
    background: linear-gradient(23deg, #2d3a52, #4680CF);
    border-radius: 2px;
    border: none;
    margin: 0
}

.success-page .confirm-detail {
    font-size: 13px;
    line-height: 1.8;
    color: #4a5570;
    text-align: center;
    margin: 0
}

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

.success-page .action-btn--primary {
    display: inline-block;
    padding: 16px 40px;
    background: #4680CF;
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
    border-radius: 2px;
    border: 2px solid #4680CF;
    box-shadow: 0 3px 6px 0 #4680cf0d 0 6px 28px 0 #4680cf14;
    transition: background-color .2s ease-out, border-color .2s ease-out, box-shadow .25s ease-out;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600
}

.success-page .action-btn--primary:hover {
    background: #3568b5;
    border-color: #3568b5;
    box-shadow: 0 10px 36px 0 #4680cf1c
}

.success-page .action-btn--primary:focus {
    outline: 3px solid #BECCE6;
    outline-offset: 3px
}

.success-page .action-btn--secondary {
    display: inline-block;
    padding: 16px 40px;
    background: transparent;
    color: #4680CF;
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
    border-radius: 2px;
    border: 2px solid #BECCE6;
    transition: border-color .15s ease-out, color .18s ease-out;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 600
}

.success-page .action-btn--secondary:hover {
    border-color: #4680CF;
    color: #2d55a0
}

.success-page .action-btn--secondary:focus {
    outline: 3px solid #BECCE6;
    outline-offset: 3px
}

.success-page .confirm-note {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #E0E2EA;
    border-radius: 2px;
    padding: 16px 40px;
    max-width: 560px;
    width: 100%;
    box-shadow: 0 3px 6px 0 #4680cf0d
}

.success-page .confirm-note__icon {
    flex-shrink: 0;
    margin-top: 2px
}

.success-page .confirm-note__text {
    font-size: 13px;
    line-height: 1.8;
    color: #2d3a52;
    margin: 0
}

.success-page .confirm-note__text strong {
    color: #1b2640;
    font-weight: 600
}

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

    .success-page .confirm-heading {
        font-size: 28px
    }

    .success-page .action-btn--primary,
    .success-page .action-btn--secondary {
        width: 100%;
        text-align: center;
        padding: 16px
    }

    .success-page .confirm-note {
        padding: 16px
    }
}