@import "https://cdn.jsdelivr.net/npm/@fontsource/merriweather@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/merriweather@latest/700.css";

html {
    font-size: 100%
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: break-word
}

:focus-visible {
    outline: 2px solid #664CA9;
    outline-offset: 4px;
    border-radius: 0
}

.site-header {
    position: relative;
    background: #141224;
    z-index: 100;
    border-bottom: 2px solid #664CA9;
    box-shadow: -1px 10px 36px 0 #1412241f
}

.site-header__top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 24px 12px
}

.site-header__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 4px;
    padding: 8px;
    box-shadow: -1px 3px 4px 0 #664ca914 -1px 5px 28px 0 #664ca91c;
    width: 56px;
    height: 56px
}

.logo-wrap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    display: block
}

.brand-name {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #FFF;
    font-weight: 700;
    margin: 0
}

.brand-accent {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #664CA9;
    border-radius: 2px;
    margin-left: 2px;
    vertical-align: middle;
    position: relative;
    top: -3px
}

.header-rule {
    border: none;
    border-top: 1px solid #664ca94d;
    margin: 0 24px
}

.site-header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px 24px;
    gap: 4px;
    flex-wrap: wrap
}

.nav-item {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #ffffffbf;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
    display: inline-block;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1), background-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.nav-item:hover,
.nav-item:focus-visible {
    color: #FFF;
    border-color: #664ca999;
    background-color: #664ca91f;
    text-decoration: none
}

.nav-item[data-current="true"] {
    color: #FFF;
    border-color: #664CA9;
    background-color: #664ca933
}

.nav-sep {
    width: 1px;
    height: 16px;
    background: #664ca959;
    display: inline-block;
    margin: 0 4px;
    align-self: center
}

.site-footer {
    background: #141224;
    border-top: 2px solid #664CA9
}

.footer-upper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 36px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 0 0 auto
}

.footer-brand-name {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: #fff9;
    font-weight: 400
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    flex: 1 1 auto
}

.footer-links-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center
}

.footer-link {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #ffffffa6;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color .4s ease-in-out, border-color .4s ease-in-out;
    padding: 4px 0
}

.footer-link:hover,
.footer-link:focus-visible {
    color: #FFF;
    border-bottom-color: #664CA9;
    text-decoration: none
}

.footer-contact {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end
}

.footer-contact-label {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #ffffff73;
    display: flex;
    align-items: center;
    gap: 8px
}

.footer-contact-label .typcn {
    color: #664CA9;
    font-size: 16px
}

.footer-email {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #ffffffbf;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.footer-email:hover,
.footer-email:focus-visible {
    color: #FFF;
    text-decoration: none
}

.footer-divider {
    border: none;
    border-top: 1px solid #664ca940;
    margin: 0
}

.footer-lower {
    max-width: 1140px;
    margin: 0 auto;
    padding: 24px 24px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

.footer-copy {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #fff6
}

.footer-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 4px;
    padding: 8px;
    box-shadow: -1px 3px 4px 0 #664ca914;
    width: 48px;
    height: 48px
}

.footer-logo-wrap img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    object-position: center;
    display: block
}

.consent-popup {
    position: fixed;
    top: 24px;
    left: 24px;
    z-index: 8000;
    background: #FFF;
    border-radius: 6px;
    box-shadow: -1px 10px 36px 0 #1412241f -1px 5px 28px 0 #664ca91c;
    max-width: 340px;
    width: calc(100vw - 48px);
    display: none;
    transform: translateX(-120%);
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid #664ca933
}

.consent-popup[data-visible="true"] {
    transform: translateX(0)
}

.consent-popup__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.consent-desc {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #141224;
    margin: 0
}

.consent-policy-link {
    color: #664CA9;
    text-decoration: underline;
    transition: color .35s ease-in-out
}

.consent-policy-link:hover,
.consent-policy-link:focus-visible {
    color: #141224
}

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

.toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.toggle-label {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #141224
}

.toggle-switch {
    position: relative;
    width: 40px;
    height: 22px;
    flex-shrink: 0
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.toggle-track {
    position: absolute;
    inset: 0;
    background: #14122426;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color .4s ease-in-out
}

.toggle-track::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #FFF;
    border-radius: 10px;
    top: 3px;
    left: 3px;
    transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -1px 3px 4px 0 #14122414
}

.toggle-switch input:checked+.toggle-track {
    background: #664CA9
}

.toggle-switch input:checked+.toggle-track::after {
    transform: translateX(18px)
}

.toggle-switch input:focus-visible+.toggle-track {
    outline: 2px solid #664CA9;
    outline-offset: 2px
}

.data-sale-row {
    border-top: 1px solid #1412241a;
    padding-top: 8px;
    margin-top: 4px
}

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

.btn-accept {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #FFF;
    background: #664CA9;
    border: 2px solid #664CA9;
    border-radius: 4px;
    padding: 8px 24px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: background-color .4s ease-in-out, border-color .4s ease-in-out, color .4s ease-in-out;
    min-height: 44px
}

.btn-accept:hover,
.btn-accept:focus-visible {
    background: #141224;
    border-color: #141224;
    color: #FFF
}

.btn-decline {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #664CA9;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
    padding: 4px 0;
    width: 100%;
    min-height: 44px;
    transition: color .35s ease-in-out
}

.btn-decline:hover,
.btn-decline:focus-visible {
    color: #141224
}

@media (max-width: 600px) {
    .footer-upper {
        flex-direction: column;
        align-items: flex-start
    }

    .footer-contact {
        align-items: flex-start
    }

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

    .site-header__nav {
        gap: 4px
    }

    .nav-sep {
        display: none
    }
}

.text-ih-legal {
    max-width: 1140px;
    margin: 0 auto;
    padding: 72px 24px
}

.text-ih-legal h1 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin-bottom: 36px;
    margin-top: 0
}

.text-ih-legal h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin-top: 72px;
    margin-bottom: 24px
}

.text-ih-legal h3 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: #664CA9;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 12px
}

.text-ih-legal h4 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: #141224;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 8px
}

.text-ih-legal h5 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: #141224;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 8px
}

.text-ih-legal h6 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: #664CA9;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 8px
}

.text-ih-legal p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #2a2640;
    margin-top: 0;
    margin-bottom: 24px
}

.text-ih-legal ul {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    list-style: none
}

.text-ih-legal ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    list-style: none;
    counter-reset: policy-counter
}

.text-ih-legal ul li {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #2a2640;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative
}

.text-ih-legal ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #664CA9;
    position: absolute;
    left: 0;
    top: 10px
}

.text-ih-legal ol li {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #2a2640;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
    counter-increment: policy-counter
}

.text-ih-legal ol li::before {
    content: counter(policy-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #664CA9;
    font-weight: 600;
    transform: translateX(-100%)
}

.text-ih-legal ul ul,
.text-ih-legal ol ol,
.text-ih-legal ul ol,
.text-ih-legal ol ul {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 24px
}

.text-ih-legal strong,
.text-ih-legal b {
    font-weight: 700;
    color: #141224
}

.text-ih-legal em,
.text-ih-legal i {
    font-style: italic;
    color: #2a2640
}

.text-ih-legal a {
    color: #664CA9;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), text-decoration-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.text-ih-legal a:hover {
    color: #141224;
    text-decoration-color: #664CA9
}

.text-ih-legal table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 1.75;
    box-shadow: -1px 5px 28px 0 #1412241c;
    border-radius: 6px;
    overflow: hidden
}

.text-ih-legal thead {
    background-color: #141224
}

.text-ih-legal thead tr {
    border-bottom: none
}

.text-ih-legal thead th {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
    font-weight: 700;
    color: #FFF;
    text-align: left
}

.text-ih-legal tbody tr {
    border-bottom: 1px solid #664ca91f;
    transition: background-color .35s ease-in-out
}

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

.text-ih-legal tbody tr:hover {
    background-color: #664ca90d
}

.text-ih-legal td {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #2a2640;
    vertical-align: top
}

.text-ih-legal th {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: #2a2640;
    font-weight: 700;
    text-align: left;
    vertical-align: top
}

.text-ih-legal hr {
    border: none;
    border-top: 1px solid #664ca92e;
    margin-top: 36px;
    margin-bottom: 36px;
    height: 0
}

@media (max-width: 768px) {
    .text-ih-legal {
        padding: 36px 24px
    }

    .text-ih-legal h1 {
        font-size: 30px;
        margin-bottom: 24px
    }

    .text-ih-legal h2 {
        font-size: 16px;
        margin-top: 36px;
        margin-bottom: 12px
    }

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

    .text-ih-legal thead th,
    .text-ih-legal td,
    .text-ih-legal th {
        padding: 8px 12px
    }
}

.bld {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px
}

.bld .art-header {
    padding: 72px 0 36px;
    background: linear-gradient(135deg, #141224 0%, #664CA9 100%);
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative
}

.bld .art-header::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 48px;
    background: #f5f4fa;
    clip-path: ellipse(55% 100% at 50% 100%)
}

.bld .art-tag {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .02em;
    color: #ffffffb3;
    border: 1px solid #ffffff40;
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 24px;
    line-height: 1.75
}

.bld .art-sub {
    font-size: 16px;
    color: #ffffffa6;
    line-height: 1.75;
    letter-spacing: .01em;
    margin-bottom: 12px;
    margin-top: 0
}

.bld .art-h1 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #fff;
    margin: 0 0 24px;
    max-width: 760px
}

.bld .art-h1.revealed {
    opacity: 1;
    transform: translateY(0)
}

.bld .art-h1 {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.bld .img-wrap {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 6px;
    margin: 36px 0;
    box-shadow: -1px 10px 36px 0 #1412241f
}

.bld .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(0px);
    transition: filter .55s ease-in-out
}

.bld .img-wrap:hover img {
    filter: blur(1.5px)
}

.bld .art-body {
    background: #f5f4fa;
    margin: 0 -24px;
    padding: 72px 24px
}

.bld .art-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 72px;
    align-items: start;
    max-width: 1140px;
    margin: 0 auto
}

.bld .art-aside {
    position: sticky;
    top: 24px
}

.bld .aside-card {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: -1px 5px 28px 0 #664ca91c;
    box-shadow: inset 0 2px 6px 0 #1412240f -1px 5px 28px 0 #664ca91c;
    margin-bottom: 24px
}

.bld .aside-label {
    font-size: 16px;
    letter-spacing: .02em;
    color: #664CA9;
    text-transform: uppercase;
    margin: 0 0 12px;
    line-height: 1.1
}

.bld .aside-label::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #664CA9;
    border-radius: 2px;
    margin-bottom: 8px
}

.bld .poll-opt {
    display: block;
    margin-bottom: 8px
}

.bld .poll-opt input[type="radio"] {
    display: none
}

.bld .poll-face {
    display: block;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #664ca940;
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    cursor: pointer;
    transition: background .35s cubic-bezier(0.16, 1, 0.3, 1), border-color .35s cubic-bezier(0.16, 1, 0.3, 1), color .35s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: .01em
}

.bld .poll-opt input[type="radio"]:checked+.poll-face {
    background: #664CA9;
    border-color: #664CA9;
    color: #fff
}

.bld .poll-face:hover {
    border-color: #664CA9;
    background: #664ca90f
}

.bld .reactions-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.bld .react-opt {
    display: block
}

.bld .react-opt input[type="radio"] {
    display: none
}

.bld .react-face {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #1412241f;
    cursor: pointer;
    transition: background .4s cubic-bezier(0.16, 1, 0.3, 1), border-color .4s cubic-bezier(0.16, 1, 0.3, 1), transform .35s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 16px;
    line-height: 1.1;
    color: #141224;
    letter-spacing: .01em
}

.bld .react-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bld .react-icon svg {
    width: 22px;
    height: 22px
}

.bld .react-opt input[type="radio"]:checked+.react-face {
    background: #664ca91f;
    border-color: #664CA9;
    transform: scale(1.06)
}

.bld .react-face:hover {
    border-color: #664ca980;
    background: #664ca90d
}

.bld .art-text {
    min-width: 0
}

.bld .art-text p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #141224;
    margin-bottom: 24px
}

.bld .art-text h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin: 36px 0 12px
}

.bld .art-text h2::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #664CA9;
    border-radius: 2px;
    margin-bottom: 8px
}

.bld .art-text h4 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: #664CA9;
    margin: 24px 0 8px;
    text-transform: uppercase
}

.bld .art-text blockquote,
.bld .art-text cite {
    display: block;
    border-radius: 4px;
    background: #664ca912;
    padding: 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    font-style: normal;
    margin: 24px 0;
    box-shadow: inset -1px 3px 4px 0 #14122414
}

.bld .art-text code {
    font-size: 16px;
    background: #1412240f;
    border-radius: 4px;
    padding: 2px 8px;
    color: #664CA9;
    letter-spacing: .01em
}

.bld .art-text ul,
.bld .art-text ol {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    padding-left: 24px;
    margin-bottom: 24px;
    letter-spacing: .01em
}

.bld .art-text li {
    margin-bottom: 8px
}

.bld .art-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 16px;
    line-height: 1.75;
    color: #141224
}

.bld .art-text th {
    background: #141224;
    color: #fff;
    padding: 12px;
    text-align: left;
    letter-spacing: .02em;
    font-size: 16px
}

.bld .art-text td {
    padding: 12px;
    border-bottom: 1px solid #1412241a;
    letter-spacing: .01em
}

.bld .art-text tr:nth-child(even) td {
    background: #664ca90a
}

.bld .art-text caption {
    font-size: 16px;
    color: #1412248c;
    text-align: left;
    padding: 8px 0;
    letter-spacing: .01em;
    line-height: 1.75
}

.bld .art-text tfoot td {
    background: #664ca914;
    font-size: 16px;
    padding: 12px;
    letter-spacing: .01em
}

.bld .subscribe-strip {
    margin: 36px 0 0;
    padding: 36px 24px;
    background: #141224;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    box-shadow: -1px 10px 36px 0 #1412241f
}

.bld .subscribe-strip p {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffffbf;
    margin: 0;
    flex: 1;
    letter-spacing: .01em
}

.bld .sub-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: #fff;
    border: 1px solid #ffffff80;
    border-radius: 4px;
    padding: 8px 24px;
    text-decoration: none;
    background: transparent;
    transition: border-color .4s cubic-bezier(0.16, 1, 0.3, 1), background .4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap
}

.bld .sub-btn:hover {
    border-color: #fff;
    background: #ffffff14;
    box-shadow: 0 0 0 3px #ffffff1f
}

.bld .sub-btn:focus {
    outline: 2px solid #fff;
    outline-offset: 3px
}

@media (max-width: 768px) {
    .bld .art-grid {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .bld .art-aside {
        position: static
    }

    .bld .art-h1 {
        font-size: 30px
    }

    .bld .img-wrap {
        height: 240px
    }

    .bld .subscribe-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

.sub-pg {
    background: #fff;
    overflow-x: clip
}

.sub-pg .strip-top {
    max-width: 1140px;
    margin: 0 auto;
    padding: 72px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.sub-pg .mosaic-col {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.sub-pg .img-frame {
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 4px;
    position: relative
}

.sub-pg .img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: sepia(0.25) saturate(1.1) brightness(0.92);
    transition: filter .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.sub-pg .img-frame:hover img {
    filter: sepia(0.1) saturate(1.2) brightness(0.97)
}

.sub-pg .img-caption {
    font-size: 16px;
    line-height: 1.75;
    color: #664CA9;
    letter-spacing: .02em;
    padding: 4px 0
}

.sub-pg .dot-field {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.sub-pg .dot-field svg {
    width: 100%;
    height: 100%
}

.sub-pg .text-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.sub-pg .accent-line {
    width: 36px;
    height: 2px;
    background: #664CA9;
    border-radius: 2px;
    display: block
}

.sub-pg .pg-h1 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin: 0
}

.sub-pg .pg-slogan {
    font-size: 16px;
    line-height: 1.75;
    color: #664CA9;
    letter-spacing: .02em;
    border-left: none;
    padding: 12px 16px;
    background: #f4f0fb;
    border-radius: 4px;
    margin: 0
}

.sub-pg .pg-body {
    font-size: 16px;
    line-height: 1.75;
    color: #3a3550;
    letter-spacing: .01em;
    margin: 0
}

.sub-pg .cta-link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #141224;
    border: 1.5px solid #141224;
    border-radius: 4px;
    padding: 12px 24px;
    text-decoration: none;
    background: transparent;
    transition: border-color .4s cubic-bezier(0.16, 1, 0.3, 1), color .4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1);
    align-self: flex-start;
    outline-offset: 3px
}

.sub-pg .cta-link:hover,
.sub-pg .cta-link:focus {
    color: #664CA9;
    border-color: #664CA9;
    box-shadow: -1px 5px 28px 0 #664ca91c;
    outline: none
}

.sub-pg .cta-link:active {
    box-shadow: -1px 3px 4px 0 #664ca914
}

.sub-pg .divider-mono {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 0;
    position: relative
}

.sub-pg .divider-mono::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #e8e3f5
}

.sub-pg .mono-sym {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1.5px solid #e8e3f5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    color: #664CA9;
    font-size: 16px;
    letter-spacing: .02em;
    font-weight: 600
}

.sub-pg .detail-band {
    background: #141224;
    position: relative;
    overflow: hidden
}

.sub-pg .band-texture {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='80' height='80' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none
}

.sub-pg .band-anim {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #141224 0%, #1e1740 40%, #2a1f5a 70%, #141224 100%);
    background-size: 300% 300%;
    animation: wash 9s ease-in-out infinite;
    pointer-events: none
}

@keyframes wash {
    0% {
        background-position: 0 50%
    }

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

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

.sub-pg .band-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 72px 24px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start
}

.sub-pg .band-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.sub-pg .band-accent-line {
    width: 36px;
    height: 2px;
    background: #664CA9;
    border-radius: 2px;
    display: block
}

.sub-pg .band-h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #fff;
    margin: 0
}

.sub-pg .band-body {
    font-size: 16px;
    line-height: 1.75;
    color: #c5bde8;
    letter-spacing: .01em;
    margin: 0
}

.sub-pg .band-quote {
    font-size: 16px;
    line-height: 1.75;
    color: #a99dd4;
    letter-spacing: .02em;
    padding: 12px 16px;
    background: #664ca92e;
    border-radius: 4px;
    margin: 0
}

.sub-pg .band-right {
    display: flex;
    flex-direction: column;
    gap: 36px
}

.sub-pg .steps-track {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative
}

.sub-pg .step-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    position: relative;
    padding-bottom: 24px
}

.sub-pg .step-item:last-child {
    padding-bottom: 0
}

.sub-pg .step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0
}

.sub-pg .step-num {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #664ca940;
    border: 1.5px solid #664ca980;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.1;
    color: #c5bde8;
    letter-spacing: .02em;
    flex-shrink: 0;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.sub-pg .step-item:hover .step-num {
    background: #664ca973;
    border-color: #664CA9
}

.sub-pg .step-line {
    width: 1px;
    flex: 1;
    min-height: 24px;
    background: #664ca940;
    margin-top: 4px
}

.sub-pg .step-item:last-child .step-line {
    display: none
}

.sub-pg .step-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 8px
}

.sub-pg .step-label {
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: .02em;
    margin: 0
}

.sub-pg .step-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #9b8fc4;
    letter-spacing: .01em;
    margin: 0
}

.sub-pg .step-icon {
    color: #664CA9;
    font-size: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle
}

.sub-pg .metric-row {
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: flex-start
}

.sub-pg .metric-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.sub-pg .metric-num {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #664CA9
}

.sub-pg .metric-label {
    font-size: 16px;
    line-height: 1.75;
    color: #9b8fc4;
    letter-spacing: .02em;
    max-width: 120px
}

.sub-pg .dash-connector {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 1px;
    height: 36px;
    border-left: 1.5px dashed #c5bde8;
    pointer-events: none
}

@media (max-width: 900px) {
    .sub-pg .strip-top {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 36px 24px
    }

    .sub-pg .mosaic-col {
        order: 2
    }

    .sub-pg .text-col {
        order: 1
    }

    .sub-pg .band-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 36px 24px
    }

    .sub-pg .metric-row {
        gap: 24px
    }
}

@media (max-width: 600px) {
    .sub-pg .pg-h1 {
        font-size: 30px
    }

    .sub-pg .band-h2 {
        font-size: 30px
    }

    .sub-pg .metric-num {
        font-size: 30px
    }

    .sub-pg .metric-row {
        flex-direction: column;
        gap: 12px
    }

    .sub-pg .strip-top {
        padding: 24px 16px
    }

    .sub-pg .band-inner {
        padding: 24px 16px
    }
}

.bse {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    overflow: hidden
}

.bse .pg-open {
    padding: 72px 0 36px;
    text-align: center;
    position: relative
}

.bse .pg-open .open-img-wrap {
    width: 280px;
    height: 180px;
    margin: 0 auto 36px;
    border-radius: 6px;
    overflow: hidden;
    filter: grayscale(1) contrast(1.15);
    position: relative
}

.bse .pg-open .open-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: slowzoom 8s ease-in-out infinite alternate
}

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

    to {
        transform: scale(1.06)
    }
}

.bse .pg-open .open-shapes {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 200px;
    pointer-events: none;
    z-index: 0
}

.bse .pg-open .open-shapes svg {
    width: 100%;
    height: 100%
}

.bse .pg-open .open-img-wrap {
    position: relative;
    z-index: 1
}

.bse .pg-open .open-label {
    font-size: 16px;
    color: #664CA9;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-bottom: 8px;
    display: block
}

.bse .pg-open h1 {
    font-size: 58px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin-bottom: 24px;
    position: relative;
    z-index: 1
}

.bse .pg-open h1 .acc {
    color: #664CA9
}

.bse .pg-open .open-sub {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    max-width: 560px;
    margin: 0 auto 36px;
    letter-spacing: .01em
}

.bse .pg-open .open-sub strong {
    color: #664CA9
}

.bse .pg-open .open-action {
    display: inline-block;
    padding: 12px 36px;
    border: 2px solid #664CA9;
    border-radius: 4px;
    color: #664CA9;
    font-size: 16px;
    letter-spacing: .02em;
    text-decoration: none;
    transition: border-width .45s cubic-bezier(0.16, 1, 0.3, 1), padding .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 1
}

.bse .pg-open .open-action:hover {
    border-width: 3px;
    padding: 11px 35px;
    background: #664CA9;
    color: #FFF
}

.bse .pg-open .open-action:focus {
    outline: 2px solid #141224;
    outline-offset: 4px
}

.bse .divider-dots {
    border: none;
    height: 4px;
    background-image: radial-gradient(circle, #664CA9 1px, transparent 1px);
    background-size: 8px 4px;
    margin: 36px 0;
    opacity: .3
}

.bse .posts-belt {
    padding: 36px 0 72px
}

.bse .posts-belt .belt-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 36px
}

.bse .posts-belt .belt-head-left {
    max-width: 480px
}

.bse .posts-belt .belt-head-left .acc-line {
    display: block;
    width: 32px;
    height: 2px;
    background: #664CA9;
    margin-bottom: 12px;
    border-radius: 2px
}

.bse .posts-belt .belt-head-left h2 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin-bottom: 8px
}

.bse .posts-belt .belt-head-left h2 .acc {
    color: #664CA9
}

.bse .posts-belt .belt-head-left p {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    letter-spacing: .01em
}

.bse .posts-belt .belt-all-link {
    font-size: 16px;
    color: #664CA9;
    text-decoration: none;
    border-bottom: 1px solid #664ca94d;
    padding-bottom: 2px;
    letter-spacing: .01em;
    transition: border-color .4s ease-in-out, color .4s ease-in-out;
    white-space: nowrap
}

.bse .posts-belt .belt-all-link:hover {
    border-color: #664CA9;
    color: #141224
}

.bse .posts-belt .belt-all-link:focus {
    outline: 2px solid #141224;
    outline-offset: 3px
}

.bse .posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px
}

.bse .post-card {
    border-radius: 6px;
    background: #FFF;
    box-shadow: -1px 5px 28px 0 #1412241c;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1), transform .5s cubic-bezier(0.16, 1, 0.3, 1);
    animation: cardreveal .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

@keyframes cardreveal {
    from {
        opacity: 0;
        transform: rotate(-1.5deg) translateY(16px)
    }

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

.bse .post-card:hover {
    box-shadow: -1px 10px 36px 0 #664ca91f;
    transform: translateY(-4px)
}

.bse .post-card .card-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    flex-shrink: 0
}

.bse .post-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.bse .post-card:hover .card-img img {
    transform: scale(1.04)
}

.bse .post-card .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.bse .post-card .card-tag {
    display: inline-block;
    font-size: 16px;
    color: #664CA9;
    background: #664ca914;
    border-radius: 2px;
    padding: 4px 8px;
    letter-spacing: .02em;
    margin-bottom: 12px;
    line-height: 1.1
}

.bse .post-card h3 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #141224;
    margin-bottom: 8px;
    font-weight: 700
}

.bse .post-card .card-sub {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    opacity: .7;
    margin-bottom: 8px;
    letter-spacing: .01em
}

.bse .post-card .card-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    letter-spacing: .01em;
    flex: 1;
    margin-bottom: 24px
}

.bse .post-card .card-link {
    display: inline-block;
    font-size: 16px;
    color: #664CA9;
    text-decoration: none;
    border: 1px solid #664CA9;
    border-radius: 4px;
    padding: 8px 24px;
    letter-spacing: .01em;
    align-self: flex-start;
    transition: background .4s ease-in-out, color .4s ease-in-out, border-width .4s ease-in-out, padding .4s ease-in-out
}

.bse .post-card .card-link:hover {
    background: #664CA9;
    color: #FFF;
    border-width: 2px;
    padding: 7px 23px
}

.bse .post-card .card-link:focus {
    outline: 2px solid #141224;
    outline-offset: 3px
}

.bse .divider-wave {
    width: 100%;
    height: 12px;
    margin: 0;
    overflow: hidden;
    line-height: 0
}

.bse .divider-wave svg {
    width: 100%;
    height: 100%
}

.bse .editorial-picks {
    padding: 72px 0 36px;
    background: linear-gradient(160deg, #141224 0%, #664CA9 100%);
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.bse .editorial-picks .ep-vignette {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 50%, #ffffff0a 0%, transparent 70%);
    pointer-events: none;
    border-radius: 10px
}

.bse .editorial-picks .ep-inner {
    padding: 0 36px
}

.bse .editorial-picks .ep-head {
    text-align: center;
    margin-bottom: 36px
}

.bse .editorial-picks .ep-head .acc-line {
    display: block;
    width: 32px;
    height: 2px;
    background: #ffffff80;
    margin: 0 auto 12px;
    border-radius: 2px
}

.bse .editorial-picks .ep-head h2 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #FFF;
    margin-bottom: 12px
}

.bse .editorial-picks .ep-head h2 .acc {
    color: #fff9
}

.bse .editorial-picks .ep-head p {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffffbf;
    max-width: 480px;
    margin: 0 auto;
    letter-spacing: .01em
}

.bse .ep-list {
    display: grid;
    grid-template-columns: 48px 1fr 48px 1fr;
    gap: 24px;
    align-items: start
}

.bse .ep-list .ep-icon {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #ffffff1a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.bse .ep-list .ep-icon svg {
    width: 24px;
    height: 24px
}

.bse .ep-list .ep-txt h4 {
    font-size: 16px;
    line-height: 1.75;
    color: #FFF;
    letter-spacing: .01em;
    margin-bottom: 4px;
    font-weight: 700
}

.bse .ep-list .ep-txt p {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffffb3;
    letter-spacing: .01em;
    margin-bottom: 8px
}

.bse .ep-list .ep-txt a {
    font-size: 16px;
    color: #ffffffd9;
    text-decoration: none;
    border-bottom: 1px solid #ffffff4d;
    padding-bottom: 1px;
    letter-spacing: .01em;
    transition: border-color .4s ease-in-out, color .4s ease-in-out
}

.bse .ep-list .ep-txt a:hover {
    color: #FFF;
    border-color: #fffc
}

.bse .ep-list .ep-txt a:focus {
    outline: 2px solid #FFF;
    outline-offset: 3px
}

.bse .divider-dots-light {
    border: none;
    height: 4px;
    background-image: radial-gradient(circle, #664ca940 1px, transparent 1px);
    background-size: 8px 4px;
    margin: 36px 0
}

.bse .author-band {
    padding: 72px 0;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 72px;
    align-items: center
}

.bse .author-band .auth-portrait {
    width: 220px;
    height: 308px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: -1px 5px 28px 0 #664ca91c;
    flex-shrink: 0
}

.bse .author-band .auth-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.bse .author-band .auth-portrait:hover img {
    transform: scale(1.04)
}

.bse .author-band .auth-copy .acc-line {
    display: block;
    width: 32px;
    height: 2px;
    background: #664CA9;
    margin-bottom: 12px;
    border-radius: 2px
}

.bse .author-band .auth-copy h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin-bottom: 12px
}

.bse .author-band .auth-copy .auth-name {
    font-size: 16px;
    color: #664CA9;
    letter-spacing: .02em;
    margin-bottom: 12px;
    display: block;
    font-weight: 700
}

.bse .author-band .auth-copy blockquote {
    border: none;
    margin: 0 0 24px;
    padding: 12px 24px;
    background: #664ca90f;
    border-radius: 4px;
    box-shadow: inset -1px 3px 4px 0 #14122414
}

.bse .author-band .auth-copy blockquote p {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    letter-spacing: .01em;
    font-style: italic
}

.bse .author-band .auth-copy .auth-bio {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    letter-spacing: .01em;
    margin-bottom: 24px
}

.bse .author-band .auth-copy .auth-link {
    display: inline-block;
    font-size: 16px;
    color: #664CA9;
    text-decoration: none;
    border: 1px solid #664CA9;
    border-radius: 4px;
    padding: 8px 24px;
    letter-spacing: .01em;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), border-width .45s cubic-bezier(0.16, 1, 0.3, 1), padding .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.bse .author-band .auth-copy .auth-link:hover {
    background: #664CA9;
    color: #FFF;
    border-width: 2px;
    padding: 7px 23px
}

.bse .author-band .auth-copy .auth-link:focus {
    outline: 2px solid #141224;
    outline-offset: 3px
}

.bse .divider-line {
    border: none;
    border-top: 1px solid #1412241a;
    margin: 0
}

.bse .depth-band {
    padding: 72px 0;
    background: #f5f3fb;
    border-radius: 10px
}

.bse .depth-band .db-inner {
    padding: 0 36px
}

.bse .depth-band .db-head {
    margin-bottom: 36px
}

.bse .depth-band .db-head .acc-line {
    display: block;
    width: 32px;
    height: 2px;
    background: #664CA9;
    margin-bottom: 12px;
    border-radius: 2px
}

.bse .depth-band .db-head h2 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin-bottom: 12px
}

.bse .depth-band .db-head h2 .acc {
    color: #664CA9
}

.bse .depth-band .db-head p {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    max-width: 560px;
    letter-spacing: .01em
}

.bse .depth-band .db-cols {
    display: grid;
    grid-template-columns: 48px 1fr 48px 1fr;
    gap: 24px;
    align-items: start;
    margin-bottom: 36px
}

.bse .depth-band .db-cols .db-icon {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #664ca91a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.bse .depth-band .db-cols .db-icon svg {
    width: 24px;
    height: 24px
}

.bse .depth-band .db-cols .db-txt h4 {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 4px
}

.bse .depth-band .db-cols .db-txt p {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    letter-spacing: .01em
}

.bse .depth-band .db-bar-wrap {
    margin-top: 36px;
    padding: 24px;
    background: #FFF;
    border-radius: 6px;
    box-shadow: -1px 3px 4px 0 #14122414
}

.bse .depth-band .db-bar-wrap .bar-label-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8px
}

.bse .depth-band .db-bar-wrap .bar-label-row span {
    font-size: 16px;
    color: #141224;
    letter-spacing: .01em;
    opacity: .7
}

.bse .depth-band .db-bar-wrap .bar-caption {
    font-size: 16px;
    line-height: 1.75;
    color: #664CA9;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 12px;
    text-align: center
}

.bse .depth-band .db-bar-wrap .bar-track {
    width: 100%;
    height: 10px;
    background: #1412241a;
    border-radius: 4px;
    position: relative;
    overflow: hidden
}

.bse .depth-band .db-bar-wrap .bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 68%;
    background: linear-gradient(90deg, #141224 0%, #664CA9 100%);
    border-radius: 4px;
    animation: barslide 1.2s cubic-bezier(0.16, 1, 0.3, 1) both
}

@keyframes barslide {
    from {
        width: 0
    }

    to {
        width: 68%
    }
}

.bse .depth-band .db-bar-wrap .bar-marker {
    position: absolute;
    top: -4px;
    left: 68%;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    background: #664CA9;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: -1px 3px 4px 0 #664ca92e
}

.bse .depth-band .db-bar-wrap .bar-note {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    letter-spacing: .01em;
    margin-top: 12px;
    opacity: .7
}

.bse .next-step {
    padding: 72px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.bse .next-step .ns-img-wrap {
    width: 100%;
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: -1px 5px 28px 0 #664ca91c
}

.bse .next-step .ns-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.bse .next-step .ns-img-wrap:hover img {
    transform: scale(1.04)
}

.bse .next-step .ns-copy .acc-line {
    display: block;
    width: 32px;
    height: 2px;
    background: #664CA9;
    margin-bottom: 12px;
    border-radius: 2px
}

.bse .next-step .ns-copy h2 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin-bottom: 12px
}

.bse .next-step .ns-copy h2 .acc {
    color: #664CA9
}

.bse .next-step .ns-copy p {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    letter-spacing: .01em;
    margin-bottom: 24px
}

.bse .next-step .ns-copy .ns-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.bse .next-step .ns-copy .ns-btn {
    display: inline-block;
    font-size: 16px;
    color: #664CA9;
    text-decoration: none;
    border: 2px solid #664CA9;
    border-radius: 4px;
    padding: 8px 24px;
    letter-spacing: .01em;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), border-width .45s cubic-bezier(0.16, 1, 0.3, 1), padding .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.bse .next-step .ns-copy .ns-btn:hover {
    background: #664CA9;
    color: #FFF;
    border-width: 3px;
    padding: 7px 23px
}

.bse .next-step .ns-copy .ns-btn:focus {
    outline: 2px solid #141224;
    outline-offset: 3px
}

.bse .next-step .ns-copy .ns-btn-sec {
    display: inline-block;
    font-size: 16px;
    color: #141224;
    text-decoration: none;
    border: 2px solid #14122440;
    border-radius: 4px;
    padding: 8px 24px;
    letter-spacing: .01em;
    transition: border-color .4s ease-in-out, color .4s ease-in-out, border-width .4s ease-in-out, padding .4s ease-in-out
}

.bse .next-step .ns-copy .ns-btn-sec:hover {
    border-color: #141224;
    color: #141224;
    border-width: 3px;
    padding: 7px 23px
}

.bse .next-step .ns-copy .ns-btn-sec:focus {
    outline: 2px solid #141224;
    outline-offset: 3px
}

.bse .subscribe-strip {
    padding: 72px 0;
    text-align: center;
    position: relative
}

.bse .subscribe-strip .ss-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, #664ca912 0%, transparent 70%);
    pointer-events: none;
    border-radius: 10px
}

.bse .subscribe-strip .acc-line {
    display: block;
    width: 32px;
    height: 2px;
    background: #664CA9;
    margin: 0 auto 12px;
    border-radius: 2px
}

.bse .subscribe-strip h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin-bottom: 12px;
    position: relative;
    z-index: 1
}

.bse .subscribe-strip h2 .acc {
    color: #664CA9
}

.bse .subscribe-strip .ss-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    max-width: 480px;
    margin: 0 auto 36px;
    letter-spacing: .01em;
    position: relative;
    z-index: 1
}

.bse .subscribe-strip form {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    flex-wrap: wrap
}

.bse .subscribe-strip form input[type="email"] {
    flex: 1;
    min-width: 220px;
    padding: 12px 24px;
    border: 2px solid #664ca94d;
    border-radius: 4px;
    font-size: 16px;
    color: #141224;
    background: #FFF;
    letter-spacing: .02em;
    outline: none;
    transition: border-color .4s ease-in-out
}

.bse .subscribe-strip form input[type="email"]::placeholder {
    text-transform: uppercase;
    font-size: 16px;
    color: #14122466;
    letter-spacing: .05em
}

.bse .subscribe-strip form input[type="email"]:focus {
    border-color: #664CA9
}

.bse .subscribe-strip form button[type="submit"] {
    padding: 12px 36px;
    background: transparent;
    border: 2px solid #664CA9;
    border-radius: 4px;
    font-size: 16px;
    color: #664CA9;
    letter-spacing: .02em;
    cursor: pointer;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1), border-width .45s cubic-bezier(0.16, 1, 0.3, 1), padding .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.bse .subscribe-strip form button[type="submit"]:hover {
    background: #664CA9;
    color: #FFF;
    border-width: 3px;
    padding: 11px 35px
}

.bse .subscribe-strip form button[type="submit"]:focus {
    outline: 2px solid #141224;
    outline-offset: 3px
}

.bse .cycle-bg {
    animation: bgcycle 6s ease-in-out infinite alternate
}

@keyframes bgcycle {
    from {
        background-color: #664ca90f
    }

    to {
        background-color: #1412240a
    }
}

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

    .bse .ep-list {
        grid-template-columns: 48px 1fr
    }

    .bse .depth-band .db-cols {
        grid-template-columns: 48px 1fr
    }

    .bse .author-band {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .bse .author-band .auth-portrait {
        width: 180px;
        height: 252px
    }

    .bse .next-step {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .bse .posts-belt .belt-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }
}

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

    .bse .pg-open h1 {
        font-size: 42px
    }

    .bse .editorial-picks .ep-inner {
        padding: 0 12px
    }

    .bse .depth-band .db-inner {
        padding: 0 12px
    }

    .bse .ep-list {
        grid-template-columns: 48px 1fr
    }

    .bse .depth-band .db-cols {
        grid-template-columns: 48px 1fr
    }

    .bse .posts-belt .belt-head-left h2 {
        font-size: 30px
    }

    .bse .next-step .ns-copy h2 {
        font-size: 30px
    }

    .bse .depth-band .db-head h2 {
        font-size: 30px
    }
}

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

.ab-auth .pg-frame {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px
}

.ab-auth .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 4px;
    padding: 72px 24px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.ab-auth .bento-grid::before {
    content: "";
    position: absolute;
    top: 48px;
    left: 24px;
    right: 24px;
    bottom: 48px;
    border: 1px solid #664ca92e;
    pointer-events: none;
    z-index: 0
}

.ab-auth .bento-grid::after {
    content: "";
    position: absolute;
    top: 52px;
    left: 28px;
    right: 28px;
    bottom: 52px;
    border: 1px solid #664ca912;
    pointer-events: none;
    z-index: 0
}

.ab-auth .cell-img {
    grid-column: 1;
    grid-row: 1 / 3;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 2px
}

.ab-auth .cell-img img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: top;
    display: block
}

.ab-auth .cell-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #1412248c 0%, #664ca92e 100%);
    pointer-events: none
}

.ab-auth .cell-label {
    grid-column: 2;
    grid-row: 1;
    padding: 36px 24px 12px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.ab-auth .cell-label .acc-line {
    width: 36px;
    height: 2px;
    background: #664CA9;
    display: block;
    margin-bottom: 12px
}

.ab-auth .cell-label .auth-role {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .02em;
    color: #664CA9;
    text-transform: uppercase
}

.ab-auth .cell-heading {
    grid-column: 3;
    grid-row: 1;
    padding: 36px 24px 12px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.ab-auth .auth-name {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin: 0
}

.ab-auth .cell-desc {
    grid-column: 2 / 4;
    grid-row: 2;
    padding: 12px 24px 36px;
    position: relative;
    z-index: 1
}

.ab-auth .auth-desc {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #3d3650;
    max-width: 520px;
    margin: 0
}

.ab-auth .deco-quote {
    position: absolute;
    bottom: 56px;
    right: 36px;
    font-size: 72px;
    line-height: 1.1;
    color: #664ca914;
    pointer-events: none;
    z-index: 0;
    font-style: normal;
    letter-spacing: -.02em
}

.ab-auth .divider-asym {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 8px
}

.ab-auth .divider-asym .line-long {
    height: 1px;
    background: #664ca933;
    flex: 3
}

.ab-auth .divider-asym .line-short {
    height: 1px;
    background: #664ca933;
    flex: 1
}

.ab-auth .depth-band {
    position: relative;
    overflow: hidden;
    background: #141224
}

.ab-auth .depth-band .bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .22
}

.ab-auth .depth-band .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #141224 0%, #664ca9b8 100%);
    pointer-events: none
}

.ab-auth .depth-inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 72px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start
}

.ab-auth .depth-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ab-auth .depth-left .acc-line-light {
    width: 36px;
    height: 2px;
    background: #ffffff73;
    display: block
}

.ab-auth .depth-left .sec-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #fff;
    margin: 0
}

.ab-auth .depth-left .pullquote {
    border-top: 1px solid #ffffff26;
    border-bottom: 1px solid #ffffff26;
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #ffffffd9;
    font-style: italic;
    margin: 0
}

.ab-auth .depth-left .bio-para {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #ffffffb3;
    margin: 0
}

.ab-auth .depth-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ab-auth .depth-right .sec-heading-r {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #fff;
    margin: 0
}

.ab-auth .depth-right .acc-line-light {
    width: 36px;
    height: 2px;
    background: #ffffff73;
    display: block
}

.ab-auth .focus-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0
}

.ab-auth .focus-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #ffffff0d;
    border-radius: 4px;
    box-shadow: inset -1px 3px 4px 0 #14122414;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ab-auth .focus-list li:hover {
    background: #ffffff1a
}

.ab-auth .focus-list .fi-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.ab-auth .focus-list .fi-icon svg {
    width: 20px;
    height: 20px
}

.ab-auth .focus-list .fi-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ab-auth .focus-list .fi-label {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #fff
}

.ab-auth .focus-list .fi-sub {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #ffffff8c
}

.ab-auth .metrics-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 8px
}

.ab-auth .metric-cell {
    flex: 1;
    background: #664ca938;
    border-radius: 4px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: inset -1px 5px 28px 0 #664ca91c
}

.ab-auth .metric-num {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #fff
}

.ab-auth .metric-desc {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #ffffff8c
}

.ab-auth .deco-ring {
    position: absolute;
    top: 36px;
    right: 24px;
    width: 80px;
    height: 80px;
    border-radius: 0;
    pointer-events: none;
    z-index: 0;
    animation: ring-spin 18s linear infinite
}

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

    to {
        transform: rotate(360deg)
    }
}

.ab-auth .img-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px
}

.ab-auth .img-pair figure {
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: -1px 5px 28px 0 #1412241c
}

.ab-auth .img-pair figure img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.ab-auth .img-pair figure:hover img {
    transform: scale(1.04)
}

.ab-auth .cta-strip {
    max-width: 1140px;
    margin: 0 auto;
    padding: 36px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.ab-auth .cta-strip .strip-text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #3d3650
}

.ab-auth .cta-strip .strip-link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #664CA9;
    border: 1.5px solid #664CA9;
    border-radius: 4px;
    padding: 8px 24px;
    text-decoration: none;
    white-space: nowrap;
    transition: border-width .4s cubic-bezier(0.16, 1, 0.3, 1), padding .4s cubic-bezier(0.16, 1, 0.3, 1), background .4s cubic-bezier(0.16, 1, 0.3, 1), color .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.ab-auth .cta-strip .strip-link:hover {
    border-width: 2.5px;
    padding: 7px 23px;
    background: #664ca90f;
    color: #141224
}

.ab-auth .flip-cards {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 8px
}

.ab-auth .fc {
    flex: 1;
    height: 160px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    cursor: default
}

.ab-auth .fc-face {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #664ca91a;
    border-radius: 4px;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 12px
}

.ab-auth .fc-back {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
    background: #664CA9;
    border-radius: 4px;
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.ab-auth .fc:hover .fc-face {
    opacity: 0
}

.ab-auth .fc:hover .fc-back {
    opacity: 1
}

.ab-auth .fc-face .fc-label {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #141224;
    text-align: center
}

.ab-auth .fc-back .fc-detail {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #fff
}

@media (max-width: 900px) {
    .ab-auth .bento-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        padding: 36px 12px
    }

    .ab-auth .cell-img {
        grid-column: 1 / 3;
        grid-row: 1;
        height: 260px;
        min-height: unset
    }

    .ab-auth .cell-img img {
        min-height: unset;
        height: 260px
    }

    .ab-auth .cell-label {
        grid-column: 1;
        grid-row: 2;
        padding: 12px 12px 4px
    }

    .ab-auth .cell-heading {
        grid-column: 2;
        grid-row: 2;
        padding: 12px 12px 4px
    }

    .ab-auth .auth-name {
        font-size: 30px
    }

    .ab-auth .cell-desc {
        grid-column: 1 / 3;
        grid-row: 3;
        padding: 4px 12px 24px
    }

    .ab-auth .depth-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 36px 12px
    }

    .ab-auth .metrics-row {
        flex-direction: column
    }

    .ab-auth .flip-cards {
        flex-direction: column
    }

    .ab-auth .cta-strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 12px
    }

    .ab-auth .img-pair {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {
    .ab-auth .bento-grid {
        grid-template-columns: 1fr;
        padding: 24px 12px
    }

    .ab-auth .cell-img {
        grid-column: 1
    }

    .ab-auth .cell-label {
        grid-column: 1;
        grid-row: 2
    }

    .ab-auth .cell-heading {
        grid-column: 1;
        grid-row: 3
    }

    .ab-auth .cell-desc {
        grid-column: 1;
        grid-row: 4
    }
}

.blg-root {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px
}

.blg-root .accent-line {
    display: block;
    width: 36px;
    height: 3px;
    background: #664CA9;
    margin-bottom: 12px;
    border-radius: 2px
}

.blg-root .divider-dots {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    padding: 36px 0
}

.blg-root .divider-dots span {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.blg-root .divider-dots span i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #664CA9;
    opacity: .4;
    display: block
}

.blg-root .divider-dots span i.alt {
    opacity: .15
}

.blg-root .pg-band {
    background: #141224;
    border-radius: 6px;
    padding: 72px 36px;
    margin: 36px 0;
    position: relative;
    overflow: hidden;
    text-align: center
}

.blg-root .pg-band::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #664CA9;
    opacity: .08;
    pointer-events: none
}

.blg-root .pg-band::after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #664CA9;
    opacity: .06;
    pointer-events: none
}

.blg-root .pg-band .quote-mark {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 72px;
    line-height: 1.1;
    color: #664CA9;
    opacity: .12;
    pointer-events: none;
    user-select: none
}

.blg-root .band-tag {
    display: inline-block;
    border: 1px solid #664ca980;
    color: #664CA9;
    font-size: 16px;
    letter-spacing: .02em;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 24px
}

.blg-root .band-h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #FFF;
    letter-spacing: .01em;
    margin: 0 0 12px
}

.blg-root .band-h1 .punct {
    color: #664CA9
}

.blg-root .band-sub {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffffa6;
    max-width: 520px;
    margin: 0 auto;
    letter-spacing: .01em
}

.blg-root .posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 36px 0
}

.blg-root .post-card {
    border-radius: 6px;
    background: #FFF;
    box-shadow: -1px 5px 28px 0 #1412241c;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.blg-root .post-card:hover {
    box-shadow: -1px 10px 36px 0 #1412241f;
    transform: translateY(-4px)
}

.blg-root .post-card .card-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative
}

.blg-root .post-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg-root .post-card:hover .card-img-wrap img {
    transform: scale(1.04)
}

.blg-root .post-card .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    box-shadow: inset 0 2px 8px 0 #664ca90f
}

.blg-root .post-card .card-tag {
    font-size: 16px;
    letter-spacing: .02em;
    color: #664CA9;
    background: #664ca914;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 12px;
    align-self: flex-start
}

.blg-root .post-card .card-title {
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 0 0 8px
}

.blg-root .post-card .card-sub {
    font-size: 16px;
    line-height: 1.75;
    color: #1412248c;
    letter-spacing: .01em;
    margin: 0 0 12px
}

.blg-root .post-card .card-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #141224b3;
    letter-spacing: .01em;
    margin: 0 0 24px;
    flex: 1
}

.blg-root .post-card .card-link {
    display: inline-block;
    border: 1.5px solid #664CA9;
    color: #664CA9;
    font-size: 16px;
    letter-spacing: .02em;
    padding: 8px 24px;
    border-radius: 4px;
    text-decoration: none;
    align-self: flex-start;
    transition: background .35s cubic-bezier(0.16, 1, 0.3, 1), color .35s cubic-bezier(0.16, 1, 0.3, 1), border-width .35s cubic-bezier(0.16, 1, 0.3, 1), padding .35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.blg-root .post-card .card-link:hover {
    background: #664CA9;
    color: #FFF;
    border-width: 2.5px;
    padding: 7px 23px
}

.blg-root .post-card .card-link:focus-visible {
    outline: 3px solid #664CA9 !important;
    outline-offset: 3px !important
}

.blg-root .metrics-strip {
    background: linear-gradient(135deg, #141224 0%, #664CA9 100%);
    border-radius: 6px;
    padding: 36px;
    margin: 36px 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: stretch;
    justify-content: space-around;
    flex-wrap: wrap
}

.blg-root .metric-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 140px
}

.blg-root .metric-nums {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 12px
}

.blg-root .metric-before {
    font-size: 30px;
    line-height: 1.1;
    color: #ffffff59;
    letter-spacing: .01em;
    text-decoration: line-through;
    text-decoration-color: #fff3
}

.blg-root .metric-after {
    font-size: 42px;
    line-height: 1.1;
    color: #FFF;
    letter-spacing: .01em;
    font-weight: 700;
    animation: pulse-scale 3s ease-in-out infinite
}

@keyframes pulse-scale {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.02)
    }
}

.blg-root .metric-label {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffffa6;
    letter-spacing: .02em;
    text-align: center
}

.blg-root .metric-sep {
    width: 1px;
    background: #ffffff26;
    align-self: stretch;
    min-height: 60px
}

.blg-root .topics-row {
    padding: 36px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center
}

.blg-root .topics-img-col {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 480px
}

.blg-root .topics-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg-root .topics-img-col:hover img {
    transform: scale(1.03)
}

.blg-root .topics-img-col .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, #1412248c 0%, #14122400 100%);
    pointer-events: none
}

.blg-root .topics-text-col {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.blg-root .topics-h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #141224;
    letter-spacing: .01em;
    margin: 0
}

.blg-root .topics-body {
    font-size: 16px;
    line-height: 1.75;
    color: #141224b3;
    letter-spacing: .01em;
    margin: 0
}

.blg-root .topics-quote {
    border-top: 2px solid #664CA9;
    border-bottom: 2px solid #664ca933;
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.75;
    color: #141224;
    letter-spacing: .01em;
    font-style: italic
}

.blg-root .topic-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.blg-root .topic-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.75;
    color: #141224bf;
    letter-spacing: .01em
}

.blg-root .topic-list li .tl-dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #664CA9;
    flex-shrink: 0;
    margin-top: 8px
}

.blg-root .corner-box {
    position: relative;
    padding: 36px;
    margin: 36px 0
}

.blg-root .corner-box::before,
.blg-root .corner-box::after {
    content: '';
    position: absolute;
    pointer-events: none
}

.blg-root .corner-box::before {
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-top: 2px solid #664ca959;
    border-left: 2px solid #664ca959;
    border-radius: 4px 0 0 0
}

.blg-root .corner-box::after {
    bottom: 0;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-bottom: 2px solid #664ca959;
    border-right: 2px solid #664ca959;
    border-radius: 0 0 4px 0
}

.blg-root .corner-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center
}

.blg-root .corner-h3 {
    font-size: 30px;
    line-height: 1.1;
    color: #141224;
    letter-spacing: .01em;
    margin: 0
}

.blg-root .corner-text {
    font-size: 16px;
    line-height: 1.75;
    color: #141224a6;
    letter-spacing: .01em;
    max-width: 560px;
    margin: 0
}

.blg-root .corner-cta {
    display: inline-block;
    border: 1.5px solid #141224;
    color: #141224;
    font-size: 16px;
    letter-spacing: .02em;
    padding: 8px 36px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 12px;
    transition: background .4s cubic-bezier(0.16, 1, 0.3, 1), color .4s cubic-bezier(0.16, 1, 0.3, 1), border-color .4s cubic-bezier(0.16, 1, 0.3, 1), border-width .4s cubic-bezier(0.16, 1, 0.3, 1), padding .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg-root .corner-cta:hover {
    background: #141224;
    color: #FFF;
    border-color: #141224;
    border-width: 2.5px;
    padding: 7px 35px
}

.blg-root .corner-cta:focus-visible {
    outline: 3px solid #664CA9 !important;
    outline-offset: 3px !important
}

.blg-root .sub-strip {
    background: #664ca90f;
    border-radius: 6px;
    padding: 36px;
    margin: 36px 0;
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: center;
    box-shadow: inset -1px 3px 4px 0 #664ca914
}

.blg-root .sub-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.blg-root .sub-h4 {
    font-size: 30px;
    line-height: 1.1;
    color: #141224;
    letter-spacing: .01em;
    margin: 0
}

.blg-root .sub-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #141224a6;
    letter-spacing: .01em;
    margin: 0
}

.blg-root .sub-form {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-shrink: 0
}

.blg-root .sub-input {
    border: 1.5px solid #664ca94d;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 16px;
    letter-spacing: .02em;
    color: #141224;
    background: #FFF;
    outline: none;
    width: 240px;
    transition: border-color .35s ease-in-out
}

.blg-root .sub-input::placeholder {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .02em;
    color: #14122459
}

.blg-root .sub-input:focus {
    border-color: #664CA9
}

.blg-root .sub-input:focus-visible {
    outline: 3px solid #664CA9 !important;
    outline-offset: 2px !important
}

.blg-root .sub-btn {
    border: 1.5px solid #664CA9;
    background: transparent;
    color: #664CA9;
    font-size: 16px;
    letter-spacing: .02em;
    padding: 8px 24px;
    border-radius: 4px;
    cursor: pointer;
    transition: background .4s cubic-bezier(0.16, 1, 0.3, 1), color .4s cubic-bezier(0.16, 1, 0.3, 1), border-width .4s cubic-bezier(0.16, 1, 0.3, 1), padding .4s cubic-bezier(0.16, 1, 0.3, 1)
}

.blg-root .sub-btn:hover {
    background: #664CA9;
    color: #FFF;
    border-width: 2.5px;
    padding: 7px 23px
}

.blg-root .sub-btn:focus-visible {
    outline: 3px solid #664CA9 !important;
    outline-offset: 3px !important
}

@media (max-width: 900px) {
    .blg-root .posts-grid {
        grid-template-columns: 1fr 1fr
    }

    .blg-root .topics-row {
        grid-template-columns: 1fr
    }

    .blg-root .topics-img-col {
        height: 300px
    }

    .blg-root .metric-sep {
        display: none
    }
}

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

    .blg-root .band-h1 {
        font-size: 42px
    }

    .blg-root .metrics-strip {
        flex-direction: column;
        align-items: center
    }

    .blg-root .sub-strip {
        flex-direction: column;
        gap: 24px
    }

    .blg-root .sub-form {
        flex-direction: column;
        width: 100%
    }

    .blg-root .sub-input {
        width: 100%
    }

    .blg-root .corner-box {
        padding: 24px
    }
}

.success-pg {
    background: #f4f3fa;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 72px 24px
}

.success-pg .success-card {
    background: #fff;
    max-width: 560px;
    width: 100%;
    border-radius: 6px;
    box-shadow: -1px 5px 28px 0 #1412241c;
    padding: 72px 36px;
    text-align: center;
    position: relative
}

.success-pg .success-card .card-accent {
    display: block;
    width: 36px;
    height: 3px;
    background: #664CA9;
    border-radius: 2px;
    margin: 0 auto 36px
}

.success-pg .success-card .icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background: #f4f3fa;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: inset -1px 3px 4px 0 #664ca914
}

.success-pg .success-card .icon-wrap svg {
    display: block
}

.success-pg .success-card .success-heading {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: .01em;
    color: #141224;
    margin: 0 0 12px
}

.success-pg .success-card .success-body {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #3d3757;
    margin: 0 0 36px
}

.success-pg .success-card .success-body strong {
    color: #141224;
    font-weight: 600
}

.success-pg .success-card .divider-rule {
    border: none;
    border-top: 1px solid #e8e5f4;
    margin: 0 0 36px
}

.success-pg .success-card .action-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.success-pg .success-card .btn-primary {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #664CA9;
    background: transparent;
    border: 2px solid #664CA9;
    border-radius: 4px;
    padding: 12px 24px;
    text-decoration: none;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1), border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer
}

.success-pg .success-card .btn-primary:hover,
.success-pg .success-card .btn-primary:focus {
    background: #664CA9;
    color: #fff;
    box-shadow: -1px 5px 28px 0 #664ca91c;
    outline: none
}

.success-pg .success-card .btn-secondary {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: .02em;
    color: #141224;
    background: transparent;
    border: 2px solid #ccc8e0;
    border-radius: 4px;
    padding: 12px 24px;
    text-decoration: none;
    transition: color .38s ease-in-out, border-color .38s ease-in-out;
    cursor: pointer
}

.success-pg .success-card .btn-secondary:hover,
.success-pg .success-card .btn-secondary:focus {
    border-color: #664CA9;
    color: #664CA9;
    outline: none
}

.success-pg .success-card .meta-note {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .01em;
    color: #7a7494;
    margin: 36px 0 0
}

.success-pg .success-card .meta-note a {
    color: #664CA9;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .35s ease-in-out
}

.success-pg .success-card .meta-note a:hover {
    color: #141224
}