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

html {
    box-sizing: border-box
}

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

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

.site_header {
    background: linear-gradient(135deg, #fff 0%, #EEE2E8 60%, #DBA8C6 100%);
    border-bottom: 2px solid #DBA8C6;
    box-shadow: 1px 5px 18px 1px #c35a7517;
    position: relative;
    z-index: 100
}

.hdr_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.hdr_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 32px;
    flex-wrap: wrap
}

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

.logo_frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #fff;
    border: 2px solid #DBA8C6;
    border-radius: 22px 2px 22px 2px;
    box-shadow: 1px 3px 3px 1px #c35a7512 0 0 0 3px #dba8c62e;
    padding: 8px
}

.logo_frame img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block
}

.brand_text {
    display: flex;
    flex-direction: column;
    gap: 0
}

.brand_name {
    font-family: 'Inconsolata', monospace;
    font-size: 21px;
    font-weight: 700;
    color: #2d1a22;
    line-height: 1.1;
    letter-spacing: -.3px
}

.brand_sub {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #C35A75;
    line-height: 1.35;
    letter-spacing: .5px;
    text-transform: uppercase
}

.hdr_nav_strip {
    background: #c35a7512;
    border-top: 1px solid #dba8c680
}

.hdr_nav_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.site_nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 8px 0
}

.nav_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2d1a22;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 2px;
    border: 1.5px solid transparent;
    transition: color .1s ease-out, background-color .1s ease-out, border-color .12s ease-out;
    min-height: 44px;
    line-height: 1.35;
    position: relative
}

.nav_item:hover {
    color: #C35A75;
    background: #ffffffb3;
    border-color: #DBA8C6
}

.nav_item:focus-visible {
    outline: 2px solid #C35A75;
    outline-offset: 3px
}

.nav_icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block
}

.nav_divider {
    width: 1px;
    height: 24px;
    background: #DBA8C6;
    margin: 0 8px;
    flex-shrink: 0
}

.nav_item.active_pg {
    color: #C35A75;
    background: #fff;
    border-color: #C35A75;
    box-shadow: 1px 3px 3px 1px #c35a7512
}

.site_footer {
    background: linear-gradient(160deg, #2d1a22 0%, #3e2230 60%, #4a2438 100%);
    color: #EEE2E8;
    margin-top: auto
}

.ftr_main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 64px 32px 32px
}

.ftr_grid {
    display: flex;
    gap: 64px;
    flex-wrap: wrap;
    align-items: flex-start
}

.ftr_brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 0 0 auto
}

.ftr_logo_frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background: #fff;
    border: 2px solid #DBA8C6;
    border-radius: 2px 22px 2px 22px;
    box-shadow: 1px 5px 18px 1px #c35a7517;
    padding: 8px
}

.ftr_logo_frame img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block
}

.ftr_brand_name {
    font-family: 'Inconsolata', monospace;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1
}

.ftr_brand_tagline {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #DBA8C6;
    line-height: 1.6;
    max-width: 200px
}

.ftr_links_col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 200px
}

.ftr_col_label {
    font-family: 'Inconsolata', monospace;
    font-size: 13px;
    font-weight: 700;
    color: #C35A75;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.35
}

.ftr_link {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #EEE2E8;
    text-decoration: none;
    line-height: 1.6;
    padding: 4px 0;
    border-bottom: 1px solid transparent;
    transition: color .08s linear, border-color .1s ease-out;
    display: inline-block
}

.ftr_link:hover {
    color: #DBA8C6;
    border-bottom-color: #DBA8C6
}

.ftr_link:focus-visible {
    outline: 2px solid #DBA8C6;
    outline-offset: 2px
}

.ftr_contact_col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 200px
}

.ftr_contact_item {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #EEE2E8;
    line-height: 1.6
}

.ftr_contact_link {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #DBA8C6;
    text-decoration: none;
    transition: color .08s linear
}

.ftr_contact_link:hover {
    color: #fff
}

.ftr_contact_link:focus-visible {
    outline: 2px solid #DBA8C6;
    outline-offset: 2px
}

.ftr_hours {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #c35a751f;
    border: 1px solid #dba8c640;
    border-radius: 2px;
    box-shadow: inset 0 2px 6px #c35a7514
}

.ftr_hours_label {
    font-family: 'Inconsolata', monospace;
    font-size: 13px;
    font-weight: 700;
    color: #C35A75;
    letter-spacing: .8px;
    text-transform: uppercase;
    line-height: 1.35
}

.ftr_hours_row {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #EEE2E8;
    line-height: 1.6
}

.ftr_bottom {
    max-width: 1140px;
    margin: 0 auto;
    padding: 16px 32px 32px;
    border-top: 1px solid #dba8c633;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.ftr_copy {
    font-family: 'Inconsolata', monospace;
    font-size: 13px;
    font-weight: 400;
    color: #eee2e88c;
    line-height: 1.6
}

.ftr_domain {
    font-family: 'Inconsolata', monospace;
    font-size: 13px;
    font-weight: 600;
    color: #dba8c6b3;
    line-height: 1.6
}

.ck_bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #2d1a22;
    border-bottom: 2px solid #C35A75;
    box-shadow: 1px 5px 18px 1px #c35a7521
}

.ck_bar_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    flex-wrap: wrap
}

.ck_text {
    flex: 1 1 300px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #EEE2E8;
    line-height: 1.6
}

.ck_uses {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.ck_uses li {
    font-family: 'Inconsolata', monospace;
    font-size: 13px;
    color: #DBA8C6;
    line-height: 1.35
}

.ck_uses li::before {
    content: '—';
    margin-right: 4px;
    color: #C35A75
}

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

.ck_btn {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #EEE2E8;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 8px 0;
    line-height: 1.35;
    transition: color .08s linear;
    min-height: 44px
}

.ck_btn:hover {
    color: #DBA8C6
}

.ck_btn:focus-visible {
    outline: 2px solid #DBA8C6;
    outline-offset: 2px
}

.ck_prefs_panel {
    display: none;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid #dba8c633;
    margin-top: 8px
}

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

.ck_toggle_label {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #EEE2E8;
    line-height: 1.35;
    flex: 1
}

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

.ck_switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.ck_slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dba8c640;
    border-radius: 22px;
    cursor: pointer;
    transition: background-color .1s ease-out
}

.ck_slider::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 3px;
    background: #EEE2E8;
    border-radius: 22px;
    transition: transform .1s ease-out
}

.ck_switch input:checked+.ck_slider {
    background: #C35A75
}

.ck_switch input:checked+.ck_slider::after {
    transform: translateX(18px)
}

.ck_switch input:focus-visible+.ck_slider {
    outline: 2px solid #DBA8C6;
    outline-offset: 2px
}

.pref_btn {
    position: fixed;
    bottom: 32px;
    left: 32px;
    z-index: 999;
    display: none;
    width: 44px;
    height: 44px;
    background: #2d1a22;
    border: 2px solid #C35A75;
    border-radius: 2px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 5px 18px 1px #c35a7521;
    transition: background-color .1s ease-out
}

.pref_btn:hover {
    background: #3e2230
}

.pref_btn:focus-visible {
    outline: 2px solid #DBA8C6;
    outline-offset: 3px
}

.pref_btn svg {
    width: 20px;
    height: 20px;
    fill: #DBA8C6;
    pointer-events: none
}

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

    .hdr_nav_inner {
        padding: 0 16px
    }

    .ftr_main {
        padding: 32px 16px 16px
    }

    .ftr_grid {
        gap: 32px
    }

    .ftr_bottom {
        padding: 16px
    }

    .ck_bar_inner {
        padding: 16px
    }

    .pref_btn {
        bottom: 16px;
        left: 16px
    }
}

@media (max-width: 480px) {
    .hdr_top {
        gap: 16px
    }

    .brand_name {
        font-size: 16px
    }

    .ftr_grid {
        flex-direction: column;
        gap: 32px
    }

    .nav_divider {
        display: none
    }
}

@media (min-width: 1280px) {
    .hdr_inner {
        padding: 0 64px
    }

    .hdr_nav_inner {
        padding: 0 64px
    }

    .ftr_main {
        padding: 64px 64px 32px
    }

    .ftr_bottom {
        padding: 16px 64px 32px
    }
}

.doc-area-k {
    max-width: 1140px;
    margin: 0 auto;
    padding: 64px 32px
}

.doc-area-k p {
    font-size: 16px;
    line-height: 1.8;
    color: #2a1a22;
    margin-bottom: 16px;
    letter-spacing: .01em
}

.doc-area-k strong,
.doc-area-k b {
    font-weight: 700;
    color: #1e1018
}

.doc-area-k a {
    color: #C35A75;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .1s ease-out, text-decoration-color .08s linear
}

.doc-area-k a:hover {
    color: #9e3a57;
    text-decoration-color: #DBA8C6
}

.doc-area-k table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    margin-bottom: 32px;
    box-shadow: 1px 3px 3px 1px #c35a7512;
    border-radius: 2px;
    overflow: hidden
}

.doc-area-k thead {
    background: #C35A75
}

.doc-area-k thead th {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 16px;
    text-align: left
}

.doc-area-k tbody tr {
    border-bottom: 1px solid #EEE2E8;
    transition: background .08s ease-out
}

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

.doc-area-k tbody tr:nth-child(even) {
    background: #f9f0f4
}

.doc-area-k tbody tr:hover {
    background: #EEE2E8
}

.doc-area-k td {
    padding: 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #2a1a22;
    vertical-align: top
}

.doc-area-k th {
    padding: 16px
}

.doc-area-k hr {
    border: none;
    border-top: 2px solid #EEE2E8;
    margin: 32px 0
}

.doc-area-k div {
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .doc-area-k {
        padding: 32px 16px
    }

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

    .doc-area-k p {
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .doc-area-k {
        padding: 32px 8px
    }

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

.bdet {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.bdet .art_head {
    padding: 64px 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.bdet .art_head::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 40%, #EEE2E8 0%, #DBA8C6 40%, transparent 70%);
    opacity: .18;
    pointer-events: none;
    border-radius: 22px;
    z-index: 0
}

.bdet .art_meta_col {
    position: relative;
    z-index: 1
}

.bdet .art_tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    background: #C35A75;
    padding: 8px 16px;
    border-radius: 2px;
    margin-bottom: 16px;
    font-weight: 600
}

.bdet .art_shape_prefix {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #C35A75;
    border-radius: 2px;
    transform: rotate(45deg);
    margin-right: 8px;
    vertical-align: middle;
    flex-shrink: 0
}

.bdet .art_title_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px
}

.bdet .art_h1 {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2a1520;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300
}

.bdet .art_readtime {
    font-size: 13px;
    color: #C35A75;
    letter-spacing: .08em;
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.bdet .art_readtime_dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C35A75;
    display: inline-block
}

.bdet .art_img_col {
    position: relative;
    z-index: 1
}

.bdet .art_img_wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 1px 10px 40px 1px #c35a7521;
    position: relative
}

.bdet .art_img_wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 22px;
    filter: brightness(0.92);
    transition: filter .12s ease-out
}

.bdet .art_img_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, transparent, #2a152061);
    border-radius: 0 0 22px 22px;
    pointer-events: none
}

.bdet .art_img_wrap img:hover {
    filter: brightness(1)
}

.bdet .art_bg_num {
    position: absolute;
    right: -16px;
    bottom: -16px;
    font-size: 120px;
    line-height: 1.1;
    font-weight: 700;
    color: #DBA8C6;
    opacity: .12;
    letter-spacing: -.05em;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.bdet .art_body_grid {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 64px;
    padding: 64px 0;
    align-items: start;
    position: relative
}

.bdet .art_body_grid::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #C35A75 0%, transparent 30%, transparent 70%, #DBA8C6 100%);
    opacity: .04;
    pointer-events: none;
    border-radius: 22px
}

.bdet .art_prose {
    min-width: 0
}

.bdet .art_prose p {
    font-size: 16px;
    line-height: 1.8;
    color: #2a1520;
    margin: 0 0 16px
}

.bdet .art_prose h2 {
    font-size: 28px;
    line-height: 1.35;
    color: #2a1520;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 32px 0 16px;
    padding-left: 16px;
    border-left: 3px solid #C35A75;
    border-bottom: 1px solid #EEE2E8;
    padding-bottom: 8px
}

.bdet .art_prose h3 {
    font-size: 21px;
    line-height: 1.35;
    color: #2a1520;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 32px 0 8px
}

.bdet .art_prose mark {
    background: #EEE2E8;
    color: #2a1520;
    padding: 2px 6px;
    border-radius: 2px
}

.bdet .art_prose blockquote {
    margin: 32px 0;
    padding: 16px 32px;
    border-left: 4px solid #C35A75;
    border-right: 1px solid #EEE2E8;
    background: #EEE2E8;
    border-radius: 2px;
    font-size: 16px;
    line-height: 1.6;
    color: #2a1520;
    position: relative
}

.bdet .art_prose blockquote::before {
    content: "\201C";
    font-size: 52px;
    line-height: 1.1;
    color: #C35A75;
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: Georgia, serif
}

.bdet .art_prose blockquote::after {
    content: "\201D";
    font-size: 52px;
    line-height: 1.1;
    color: #C35A75;
    position: absolute;
    bottom: -8px;
    right: 8px;
    font-family: Georgia, serif
}

.bdet .art_prose ul {
    list-style: none;
    padding: 0;
    margin: 16px 0
}

.bdet .art_prose ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #2a1520;
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px
}

.bdet .art_prose ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #C35A75;
    transform: rotate(45deg)
}

.bdet .art_prose ol {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    counter-reset: art_counter
}

.bdet .art_prose ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #2a1520;
    padding-left: 48px;
    position: relative;
    margin-bottom: 8px;
    counter-increment: art_counter
}

.bdet .art_prose ol li::before {
    content: counter(art_counter);
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 28px;
    font-weight: 700;
    color: #DBA8C6;
    line-height: 1.35;
    width: 36px;
    text-align: right
}

.bdet .art_prose details {
    margin: 16px 0;
    border: 1px solid #DBA8C6;
    border-left: 4px solid #C35A75;
    border-radius: 2px;
    overflow: hidden
}

.bdet .art_prose summary {
    font-size: 16px;
    font-weight: 600;
    color: #2a1520;
    padding: 16px;
    cursor: pointer;
    background: #EEE2E8;
    letter-spacing: .03em;
    list-style: none;
    transition: background .1s ease-out
}

.bdet .art_prose summary:hover {
    background: #DBA8C6
}

.bdet .art_prose details[open] summary {
    border-bottom: 1px solid #DBA8C6
}

.bdet .art_prose details p {
    padding: 16px;
    margin: 0
}

.bdet .art_aside {
    position: sticky;
    top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.bdet .art_sidenote {
    background: #EEE2E8;
    border-radius: 22px;
    padding: 16px;
    box-shadow: 1px 5px 18px 1px #c35a7517;
    position: relative;
    overflow: hidden
}

.bdet .art_sidenote::before {
    content: "";
    position: absolute;
    top: -16px;
    right: -16px;
    width: 64px;
    height: 64px;
    border: 2px solid #C35A75;
    border-radius: 22px;
    opacity: .2;
    pointer-events: none
}

.bdet .art_sidenote::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    border: 2px solid #DBA8C6;
    border-radius: 22px;
    opacity: .3;
    pointer-events: none
}

.bdet .art_sidenote_label {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #C35A75;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}

.bdet .art_sidenote p {
    font-size: 13px;
    line-height: 1.6;
    color: #2a1520;
    margin: 0
}

.bdet .react_block {
    background: #fff;
    border: 1px solid #EEE2E8;
    border-radius: 22px;
    padding: 16px;
    box-shadow: 1px 3px 3px 1px #c35a7512
}

.bdet .react_label_top {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #C35A75;
    font-weight: 600;
    margin-bottom: 16px;
    display: block
}

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

.bdet .react_options input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.bdet .react_options label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #2a1520;
    cursor: pointer;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: background .1s ease-out, border-color .08s linear
}

.bdet .react_options label:hover {
    background: #EEE2E8;
    border-color: #DBA8C6
}

.bdet .react_emoji {
    font-size: 21px;
    line-height: 1.1
}

.bdet .react_options input[type="radio"]:checked+label {
    background: #EEE2E8;
    border-color: #C35A75;
    color: #C35A75;
    font-weight: 600;
    box-shadow: inset 0 2px 6px #c35a751a
}

.bdet .art_toc {
    background: #fff;
    border: 1px solid #EEE2E8;
    border-left: 4px solid #C35A75;
    border-radius: 2px;
    padding: 16px;
    box-shadow: 1px 3px 3px 1px #c35a7512
}

.bdet .art_toc_label {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #C35A75;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}

.bdet .art_toc a {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #2a1520;
    text-decoration: none;
    padding: 4px 0;
    border-bottom: 1px solid #EEE2E8;
    transition: color .1s ease-out
}

.bdet .art_toc a:last-child {
    border-bottom: none
}

.bdet .art_toc a:hover {
    color: #C35A75
}

@keyframes bdet_row_in {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

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

.bdet .art_head {
    animation: bdet_row_in .15s ease-out both
}

.bdet .art_body_grid {
    animation: bdet_row_in .12s .08s ease-out both
}

@media (max-width: 1280px) {
    .bdet .art_body_grid {
        grid-template-columns: 1fr 220px;
        gap: 32px
    }
}

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

    .bdet .art_head {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px 0
    }

    .bdet .art_img_col {
        order: -1
    }

    .bdet .art_h1 {
        font-size: 28px
    }

    .bdet .art_body_grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px 0
    }

    .bdet .art_aside {
        position: static
    }

    .bdet .art_bg_num {
        font-size: 80px
    }
}

@media (max-width: 480px) {
    .bdet .art_h1 {
        font-size: 21px
    }

    .bdet .art_prose h2 {
        font-size: 21px
    }

    .bdet .art_prose h3 {
        font-size: 16px
    }
}

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

.abt_auth .pg_wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

.abt_auth .letter-drop span {
    display: inline-block;
    opacity: 0;
    transform: translateY(-18px);
    animation: ldrop .12s ease-out forwards
}

.abt_auth .letter-drop span:nth-child(1) {
    animation-delay: .04s
}

.abt_auth .letter-drop span:nth-child(2) {
    animation-delay: .08s
}

.abt_auth .letter-drop span:nth-child(3) {
    animation-delay: .12s
}

.abt_auth .letter-drop span:nth-child(4) {
    animation-delay: .16s
}

.abt_auth .letter-drop span:nth-child(5) {
    animation-delay: .2s
}

.abt_auth .letter-drop span:nth-child(6) {
    animation-delay: .24s
}

.abt_auth .letter-drop span:nth-child(7) {
    animation-delay: .28s
}

.abt_auth .letter-drop span:nth-child(8) {
    animation-delay: .32s
}

.abt_auth .letter-drop span:nth-child(9) {
    animation-delay: .36s
}

.abt_auth .letter-drop span:nth-child(10) {
    animation-delay: .4s
}

.abt_auth .letter-drop span:nth-child(11) {
    animation-delay: .44s
}

.abt_auth .letter-drop span:nth-child(12) {
    animation-delay: .48s
}

.abt_auth .letter-drop span:nth-child(13) {
    animation-delay: .52s
}

.abt_auth .letter-drop span:nth-child(14) {
    animation-delay: .56s
}

.abt_auth .letter-drop span:nth-child(15) {
    animation-delay: .6s
}

.abt_auth .letter-drop span:nth-child(16) {
    animation-delay: .64s
}

.abt_auth .letter-drop span:nth-child(17) {
    animation-delay: .68s
}

.abt_auth .letter-drop span:nth-child(18) {
    animation-delay: .72s
}

.abt_auth .letter-drop span:nth-child(19) {
    animation-delay: .76s
}

.abt_auth .letter-drop span:nth-child(20) {
    animation-delay: .8s
}

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

.abt_auth .title_row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: linear-gradient(247deg, #C35A75 0%, #EEE2E8 38%, #fff 60%, #fff 100%);
    position: relative;
    padding: 64px 0 0
}

.abt_auth .title_row .geo_shape {
    position: absolute;
    top: 16px;
    left: 64px;
    width: 80px;
    height: 80px;
    border: 1.5px solid #DBA8C6;
    border-radius: 22px;
    opacity: .18;
    pointer-events: none
}

.abt_auth .title_row .geo_circle {
    position: absolute;
    bottom: 32px;
    left: 200px;
    width: 40px;
    height: 40px;
    border: 1.5px solid #C35A75;
    border-radius: 22px;
    opacity: .12;
    pointer-events: none
}

.abt_auth .title_left {
    flex: 1 1 0;
    padding: 64px 32px 64px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.abt_auth .title_left .sub_label {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #C35A75;
    margin-bottom: 16px;
    font-weight: 600
}

.abt_auth .title_left h1 {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1e1016;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: 300
}

.abt_auth .title_left h2 {
    font-size: 21px;
    line-height: 1.35;
    letter-spacing: .01em;
    color: #5a2a3a;
    font-weight: 400;
    margin: 0 0 16px
}

.abt_auth .title_left .desc {
    font-size: 16px;
    line-height: 1.6;
    color: #3d1f28;
    max-width: 520px
}

.abt_auth .title_img_col {
    flex: 0 0 300px;
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

.abt_auth .title_img_col img {
    width: 300px;
    height: 100%;
    object-fit: cover;
    display: block
}

.abt_auth .title_img_col .img_grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, transparent 40%, #EEE2E8 85%, #fff 100%);
    pointer-events: none
}

.abt_auth .divider_accent {
    height: 2px;
    background: #C35A75;
    max-width: 1140px;
    margin: 0 auto
}

.abt_auth .bio_strip {
    background: #fff;
    padding: 64px 0
}

.abt_auth .bio_strip .pg_wrap {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start
}

.abt_auth .bio_main {
    flex: 1 1 0
}

.abt_auth .bio_main h3 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 300;
    color: #1e1016;
    margin: 0 0 16px
}

.abt_auth .bio_main .bio_txt {
    font-size: 16px;
    line-height: 1.6;
    color: #2e1520;
    margin: 0 0 16px
}

.abt_auth .bio_main .quote_phrase {
    font-size: 21px;
    line-height: 1.35;
    color: #C35A75;
    margin: 32px 0;
    padding-left: 16px;
    border-left: 2px solid #DBA8C6;
    border-bottom: 1px solid #EEE2E8;
    padding-bottom: 16px
}

.abt_auth .bio_main .quote_phrase::before {
    content: '\201C';
    color: #C35A75;
    font-size: 28px;
    line-height: 1;
    vertical-align: -4px;
    margin-right: 4px
}

.abt_auth .bio_main .quote_phrase::after {
    content: '\201D';
    color: #C35A75;
    font-size: 28px;
    line-height: 1;
    vertical-align: -4px;
    margin-left: 4px
}

.abt_auth .bio_aside {
    flex: 0 0 220px;
    padding-top: 8px
}

.abt_auth .bio_aside .aside_note {
    font-size: 13px;
    line-height: 1.8;
    color: #7a4555;
    background: #EEE2E8;
    border-radius: 22px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 1px 3px 3px 1px #c35a7512
}

.abt_auth .bio_aside .aside_note strong {
    display: block;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #C35A75;
    margin-bottom: 8px
}

.abt_auth .bio_aside .stat_row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt_auth .bio_aside .stat_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #EEE2E8;
    border-top: 2px solid #DBA8C6
}

.abt_auth .bio_aside .stat_num {
    font-size: 28px;
    line-height: 1.1;
    color: #C35A75;
    font-weight: 700;
    flex: 0 0 auto
}

.abt_auth .bio_aside .stat_lbl {
    font-size: 13px;
    line-height: 1.35;
    color: #3d1f28
}

.abt_auth .bio_img_mid {
    width: 100%;
    max-width: 480px;
    height: 240px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    margin: 32px 0;
    box-shadow: 1px 5px 18px 1px #c35a7517;
    transition: box-shadow .12s ease-out
}

.abt_auth .bio_img_mid:hover {
    box-shadow: 1px 10px 40px 1px #c35a7521
}

.abt_auth .skill_divider {
    border: none;
    height: 2px;
    background: linear-gradient(247deg, #C35A75 0%, transparent 60%);
    max-width: 1140px;
    margin: 0 auto
}

.abt_auth .approach_sect {
    background: linear-gradient(247deg, #EEE2E8 0%, #DBA8C6 18%, transparent 55%, #fff 100%);
    padding: 64px 0;
    position: relative
}

.abt_auth .approach_sect .blur_bg {
    position: absolute;
    inset: 0;
    background-image: url(./assets_gallery/fiile_picture.jpg);
    background-size: cover;
    background-position: center;
    filter: blur(6px) brightness(0.92);
    opacity: .13;
    pointer-events: none;
    border-radius: 2px
}

.abt_auth .approach_sect .pg_wrap {
    position: relative
}

.abt_auth .approach_sect h3 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 300;
    color: #1e1016;
    margin: 0 0 32px
}

.abt_auth .method_table_wrap {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start
}

.abt_auth .method_narr {
    flex: 1 1 0;
    font-size: 16px;
    line-height: 1.6;
    color: #2e1520
}

.abt_auth .method_narr p {
    margin: 0 0 16px
}

.abt_auth .method_narr .narr_img {
    width: 100%;
    max-width: 360px;
    height: 200px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    margin: 16px 0;
    box-shadow: 1px 5px 18px 1px #c35a7517;
    transition: box-shadow .1s ease-out
}

.abt_auth .method_narr .narr_img:hover {
    box-shadow: 1px 10px 40px 1px #c35a7521
}

.abt_auth .method_tbl {
    flex: 0 0 380px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 1px 5px 18px 1px #c35a7517;
    overflow: hidden
}

.abt_auth .method_tbl table {
    width: 100%;
    border-collapse: collapse
}

.abt_auth .method_tbl table caption {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background: #C35A75;
    padding: 8px 16px;
    text-align: left
}

.abt_auth .method_tbl table th {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #C35A75;
    background: #EEE2E8;
    padding: 8px 16px;
    text-align: left;
    font-weight: 600
}

.abt_auth .method_tbl table td {
    font-size: 13px;
    line-height: 1.6;
    color: #2e1520;
    padding: 8px 16px;
    border-bottom: 1px solid #EEE2E8;
    vertical-align: top
}

.abt_auth .method_tbl table tr:last-child td {
    border-bottom: none
}

.abt_auth .method_tbl table tr {
    transition: background .08s linear
}

.abt_auth .method_tbl table tr:hover td {
    background: #EEE2E8;
    color: #1e1016
}

.abt_auth .method_tbl .tbl_tag {
    display: inline-block;
    font-size: 13px;
    background: #EEE2E8;
    color: #C35A75;
    border-radius: 2px;
    padding: 2px 8px;
    font-weight: 600
}

.abt_auth .method_tbl .tbl_tag.adv {
    background: #C35A75;
    color: #fff
}

.abt_auth .list_custom {
    list-style: none;
    padding: 0;
    margin: 16px 0
}

.abt_auth .list_custom li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #2e1520;
    margin-bottom: 8px
}

.abt_auth .list_custom li .li_icon {
    flex: 0 0 16px;
    margin-top: 4px
}

.abt_auth .list_custom li .li_icon svg {
    display: block
}

.abt_auth .btn_contact {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .04em;
    color: #1e1016;
    background: #fff;
    border: 2px solid #C35A75;
    border-radius: 2px;
    padding: 16px 32px;
    text-decoration: none;
    margin-top: 32px;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out, background .1s ease-out
}

.abt_auth .btn_contact::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid #C35A75;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .13s ease-out
}

.abt_auth .btn_contact:hover::before {
    transform: scaleX(1)
}

.abt_auth .btn_contact:hover {
    background: #C35A75;
    color: #fff
}

.abt_auth .btn_contact:focus {
    outline: 2px solid #C35A75;
    outline-offset: 2px
}

@media (max-width: 1280px) {
    .abt_auth .title_left h1 {
        font-size: 38px
    }

    .abt_auth .method_tbl {
        flex: 0 0 320px
    }
}

@media (max-width: 768px) {
    .abt_auth .title_row {
        flex-direction: column;
        padding: 32px 0 0
    }

    .abt_auth .title_left {
        padding: 32px 0
    }

    .abt_auth .title_img_col {
        flex: 0 0 220px;
        width: 100%
    }

    .abt_auth .title_img_col img {
        width: 100%;
        height: 220px
    }

    .abt_auth .bio_strip .pg_wrap {
        flex-direction: column;
        gap: 32px
    }

    .abt_auth .bio_aside {
        flex: 0 0 auto;
        width: 100%
    }

    .abt_auth .method_table_wrap {
        flex-direction: column
    }

    .abt_auth .method_tbl {
        flex: 0 0 auto;
        width: 100%
    }

    .abt_auth .title_left h1 {
        font-size: 28px
    }
}

@media (max-width: 480px) {
    .abt_auth .pg_wrap {
        padding: 0 16px
    }

    .abt_auth .bio_strip {
        padding: 32px 0
    }

    .abt_auth .approach_sect {
        padding: 32px 0
    }

    .abt_auth .title_left h1 {
        font-size: 21px
    }

    .abt_auth .bio_aside .stat_row {
        flex-direction: row;
        flex-wrap: wrap
    }

    .abt_auth .bio_aside .stat_item {
        flex: 1 1 120px
    }
}

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

.rt .pg-wrap {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.rt .title-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px
}

.rt .title-text {
    padding: 64px 64px 64px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.rt .title-text::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 60px;
    height: 60px;
    border-top: 1px solid #C35A75;
    border-left: 1px solid #C35A75;
    opacity: .35;
    pointer-events: none
}

.rt .title-text::after {
    content: "";
    position: absolute;
    bottom: 16px;
    right: 64px;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #DBA8C6;
    border-right: 1px solid #DBA8C6;
    opacity: .3;
    pointer-events: none
}

.rt .tag-label {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #C35A75;
    margin-bottom: 16px;
    font-weight: 600
}

.rt .h1-main {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin-bottom: 16px
}

.rt .h1-main em {
    font-style: normal;
    color: #C35A75
}

.rt .sub-deck {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3248;
    margin-bottom: 32px;
    max-width: 400px
}

.rt .btn-primary {
    display: inline-block;
    background: #1b1b2e;
    color: #fff;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 2px;
    text-decoration: none;
    border: 2px solid #1b1b2e;
    position: relative;
    overflow: hidden;
    transition: color .12s ease-out
}

.rt .btn-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #C35A75;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .15s ease-out;
    z-index: 0
}

.rt .btn-primary:hover::before {
    transform: scaleX(1)
}

.rt .btn-primary:hover {
    color: #fff;
    border-color: #C35A75
}

.rt .btn-primary span {
    position: relative;
    z-index: 1
}

.rt .title-img-wrap {
    position: relative;
    overflow: hidden
}

.rt .title-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-shadow: 1px 10px 40px 1px #c35a7521
}

.rt .wave-div {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.rt .wave-div svg {
    display: block;
    width: 100%
}

.rt .vals-band {
    background: linear-gradient(247deg, #C35A75 0%, #fff 35%, #fff 70%, #EEE2E8 100%);
    padding: 64px 0
}

.rt .vals-inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.rt .vals-head {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 32px
}

.rt .vals-label {
    flex: 0 0 220px
}

.rt .vals-label h2 {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #1b1b2e;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0
}

.rt .vals-desc {
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
    color: #3a3248
}

.rt .vals-desc p {
    margin: 0 0 16px
}

.rt .vals-desc p:last-child {
    margin-bottom: 0
}

.rt .vals-aside {
    font-size: 13px;
    line-height: 1.6;
    color: #C35A75;
    border-left: 2px solid #DBA8C6;
    padding-left: 16px;
    margin-top: 8px
}

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

.rt .val-item {
    background: #fff;
    border-radius: 2px;
    padding: 32px;
    box-shadow: 1px 5px 18px 1px #c35a7517;
    position: relative;
    overflow: hidden
}

.rt .val-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #C35A75;
    transition: width .15s ease-out
}

.rt .val-item:hover::after {
    width: 100%
}

.rt .val-num {
    font-size: 52px;
    line-height: 1.1;
    color: #EEE2E8;
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 8px
}

.rt .val-item h4 {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #1b1b2e;
    font-weight: 600;
    margin: 0 0 8px
}

.rt .val-item p {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3248;
    margin: 0
}

.rt .convo-band {
    background: #1b1b2e;
    padding: 64px 0;
    position: relative
}

.rt .diag-lines {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    pointer-events: none;
    overflow: hidden
}

.rt .diag-lines svg {
    width: 100%;
    height: 100%;
    opacity: .08
}

.rt .convo-inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
    align-items: center
}

.rt .convo-text h2 {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 16px
}

.rt .convo-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #DBA8C6;
    margin: 0 0 16px
}

.rt .convo-text p:last-of-type {
    margin-bottom: 32px
}

.rt .quote-pull {
    font-size: 21px;
    line-height: 1.35;
    color: #fff;
    font-style: italic;
    margin: 0 0 32px;
    padding: 16px 32px;
    border-left: 3px solid #C35A75
}

.rt .quote-pull::before {
    content: "\201C";
    color: #C35A75;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    display: block;
    margin-bottom: 8px
}

.rt .quote-pull::after {
    content: "\201D";
    color: #C35A75;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    display: block;
    margin-top: 8px
}

.rt .btn-light {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 2px;
    text-decoration: none;
    border: 2px solid #DBA8C6;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out
}

.rt .btn-light::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #C35A75;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .12s ease-out;
    z-index: 0
}

.rt .btn-light:hover::before {
    transform: scaleX(1)
}

.rt .btn-light:hover {
    border-color: #C35A75
}

.rt .btn-light span {
    position: relative;
    z-index: 1
}

.rt .convo-img-wrap {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 1px 10px 40px 1px #c35a7521
}

.rt .convo-img-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block
}

.rt .nav-band {
    background: #fff;
    padding: 64px 0
}

.rt .nav-inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.rt .nav-head {
    margin-bottom: 32px
}

.rt .nav-head h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 300;
    color: #1b1b2e;
    margin: 0 0 8px
}

.rt .nav-head p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3248;
    margin: 0;
    max-width: 560px
}

.rt .nav-paths {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.rt .path-card {
    border: 1px solid #EEE2E8;
    border-radius: 22px;
    padding: 32px 16px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: border-color .1s ease-out, box-shadow .1s ease-out;
    background: #fff
}

.rt .path-card:hover {
    border-color: #C35A75;
    box-shadow: 1px 5px 18px 1px #c35a7517
}

.rt .path-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEE2E8;
    border-radius: 2px;
    margin-bottom: 8px
}

.rt .path-icon svg {
    width: 20px;
    height: 20px
}

.rt .path-card h4 {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1b1b2e;
    font-weight: 600;
    margin: 0
}

.rt .path-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3248;
    margin: 0
}

.rt .diff-band {
    background: linear-gradient(247deg, #EEE2E8 0%, #fff 40%, #fff 65%, #DBA8C6 100%);
    padding: 64px 0;
    position: relative
}

.rt .diff-diag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 180px;
    pointer-events: none;
    overflow: hidden
}

.rt .diff-diag svg {
    width: 100%;
    height: 100%;
    opacity: .1
}

.rt .diff-inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.rt .diff-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.rt .diff-side h2 {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.01em;
    text-transform: uppercase;
    font-weight: 300;
    color: #1b1b2e;
    margin: 0 0 16px
}

.rt .diff-side p {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3248;
    margin: 0
}

.rt .diff-img-wrap {
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 1px 10px 40px 1px #c35a7521;
    margin-bottom: 32px
}

.rt .diff-img-wrap img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block
}

.rt .diff-rows {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .diff-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.rt .diff-col {
    padding: 16px;
    border-radius: 2px
}

.rt .diff-col.elsewhere {
    background: #f5f5f5;
    border: 1px solid #e8e8e8
}

.rt .diff-col.here {
    background: #1b1b2e;
    border: 1px solid #1b1b2e
}

.rt .diff-col h5 {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-weight: 600
}

.rt .diff-col.elsewhere h5 {
    color: #888
}

.rt .diff-col.here h5 {
    color: #DBA8C6
}

.rt .diff-col p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0
}

.rt .diff-col.elsewhere p {
    color: #555
}

.rt .diff-col.here p {
    color: #EEE2E8
}

.rt .partners-band {
    background: #EEE2E8;
    padding: 64px 0
}

.rt .partners-inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.rt .partners-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    gap: 64px
}

.rt .partners-top h2 {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 300;
    color: #1b1b2e;
    margin: 0;
    flex: 0 0 auto
}

.rt .partners-top p {
    font-size: 16px;
    line-height: 1.6;
    color: #3a3248;
    margin: 0;
    max-width: 560px
}

.rt .src-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 0 32px
}

.rt .src-item {
    background: #fff;
    border-radius: 22px;
    padding: 32px;
    box-shadow: 1px 3px 3px 1px #c35a7512;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.rt .src-item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.rt .src-item h5 {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #1b1b2e;
    font-weight: 600;
    margin: 0
}

.rt .src-item p {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3248;
    margin: 0
}

.rt .char-hover-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0
}

.rt .ch {
    display: inline-block;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.01em;
    font-weight: 300;
    color: #1b1b2e;
    text-transform: uppercase;
    transition: color .08s linear
}

.rt .ch:hover {
    color: #C35A75
}

.rt .ch.sp {
    width: 16px
}

.rt .src-note {
    font-size: 13px;
    line-height: 1.6;
    color: #3a3248;
    border-top: 1px solid #DBA8C6;
    padding-top: 16px
}

.rt .custom-li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.rt .custom-li li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #3a3248
}

.rt .custom-li li svg {
    flex-shrink: 0;
    margin-top: 4px;
    width: 14px;
    height: 14px
}

@media (max-width: 1280px) {
    .rt .nav-paths {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .rt .title-grid {
        grid-template-columns: 1fr
    }

    .rt .title-img-wrap {
        height: 280px;
        order: -1
    }

    .rt .title-text {
        padding: 32px
    }

    .rt .h1-main {
        font-size: 38px
    }

    .rt .vals-head {
        flex-direction: column;
        gap: 16px
    }

    .rt .vals-grid {
        grid-template-columns: 1fr
    }

    .rt .convo-inner {
        grid-template-columns: 1fr
    }

    .rt .nav-paths {
        grid-template-columns: 1fr 1fr
    }

    .rt .diff-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .rt .diff-row {
        grid-template-columns: 1fr
    }

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

    .rt .src-list {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .rt .pg-wrap {
        padding-left: 16px;
        padding-right: 16px
    }

    .rt .nav-paths {
        grid-template-columns: 1fr
    }

    .rt .h1-main {
        font-size: 28px
    }

    .rt .vals-label h2 {
        font-size: 28px
    }

    .rt .convo-text h2 {
        font-size: 28px
    }
}

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

.blg .pg_wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px
}

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

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

.blg .anim_1 {
    animation: slideFromLeft .5s ease-out both;
    animation-delay: .05s
}

.blg .anim_2 {
    animation: slideFromLeft .5s ease-out both;
    animation-delay: .15s
}

.blg .anim_3 {
    animation: slideFromLeft .55s ease-out both;
    animation-delay: .25s
}

.blg .anim_4 {
    animation: slideFromLeft .6s ease-out both;
    animation-delay: .35s
}

.blg .top_band {
    background: #EEE2E8;
    padding: 32px 0;
    position: relative
}

.blg .top_band_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    position: relative;
    z-index: 1
}

.blg .top_dot_grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-image: radial-gradient(circle, #C35A75 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: .13;
    pointer-events: none
}

.blg .top_text_col {
    flex: 1 1 0;
    min-width: 0
}

.blg .top_label {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #C35A75;
    font-weight: 600;
    margin-bottom: 8px
}

.blg .top_h1 {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #2a1520;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: 300
}

.blg .top_h1 em {
    font-style: normal;
    background: #C35A75;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px
}

.blg .top_desc {
    font-size: 16px;
    line-height: 1.6;
    color: #4a2535;
    max-width: 520px;
    margin: 0
}

.blg .top_img_col {
    flex: 0 0 260px;
    position: relative
}

.blg .top_img_wrap {
    width: 260px;
    height: 180px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 1px 5px 18px 1px #c35a7517;
    position: relative
}

.blg .top_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    mix-blend-mode: multiply;
    filter: saturate(0.7);
    transition: filter .12s ease-out
}

.blg .top_img_wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #c35a7561 0%, #c35a7500 55%, #dba8c638 100%);
    pointer-events: none;
    border-radius: 2px
}

.blg .top_img_wrap:hover img {
    filter: saturate(1.1) brightness(0.88)
}

.blg .div_line {
    height: 2px;
    background: #C35A75;
    max-width: 1140px;
    margin: 0 auto
}

.blg .posts_area {
    background: #fff;
    padding: 64px 0
}

.blg .posts_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.blg .post_card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 1px 3px 3px 1px #c35a7512;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .12s ease-out, transform .1s ease-out;
    border: 1px solid #EEE2E8
}

.blg .post_card:hover {
    box-shadow: 1px 10px 40px 1px #c35a7521;
    transform: translateY(-2px)
}

.blg .card_img_wrap {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    flex-shrink: 0
}

.blg .card_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter .12s linear;
    filter: saturate(0.9)
}

.blg .card_img_wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #c35a7500 30%, #dba8c673 100%);
    opacity: 0;
    transition: opacity .1s ease-out;
    pointer-events: none
}

.blg .post_card:hover .card_img_wrap::after {
    opacity: 1
}

.blg .post_card:hover .card_img_wrap img {
    filter: saturate(1.15) brightness(0.9)
}

.blg .card_body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto
}

.blg .card_tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #C35A75;
    background: #EEE2E8;
    border-radius: 2px;
    padding: 2px 8px;
    font-weight: 600;
    align-self: flex-start
}

.blg .card_title {
    font-size: 16px;
    line-height: 1.35;
    color: #2a1520;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .04em
}

.blg .card_desc {
    font-size: 13px;
    line-height: 1.6;
    color: #5a3545;
    margin: 0;
    flex: 1 1 auto
}

.blg .card_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px
}

.blg .card_readtime {
    font-size: 13px;
    color: #9a6070;
    letter-spacing: .04em
}

.blg .card_link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #2a1520;
    border-radius: 2px;
    padding: 6px 16px;
    text-decoration: none;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: 2px solid #2a1520;
    transition: color .1s ease-out, background .1s ease-out;
    position: relative;
    overflow: hidden
}

.blg .card_link::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #C35A75;
    border-radius: 2px;
    opacity: 0;
    transition: opacity .08s ease-out;
    pointer-events: none
}

.blg .card_link:hover {
    background: #fff;
    color: #2a1520
}

.blg .card_link:hover::before {
    opacity: 1
}

.blg .div_dots {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0 32px
}

.blg .div_dots span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #DBA8C6
}

.blg .div_dots span.big {
    width: 10px;
    height: 10px;
    background: #C35A75
}

.blg .div_dots_line {
    flex: 1 1 auto;
    height: 2px;
    background: #EEE2E8
}

.blg .about_strip {
    position: relative;
    padding: 64px 0;
    background: #2a1520;
    overflow: hidden
}

.blg .about_strip_bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(247deg, #c35a758c 0%, #2a152000 60%, #2a1520d9 100%);
    pointer-events: none;
    z-index: 1
}

.blg .about_strip_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center
}

.blg .about_text_col {
    flex: 1 1 0;
    min-width: 0
}

.blg .about_eyebrow {
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #DBA8C6;
    font-weight: 600;
    margin-bottom: 8px
}

.blg .about_h2 {
    font-size: 38px;
    line-height: 1.1;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0 0 16px
}

.blg .about_body {
    font-size: 16px;
    line-height: 1.6;
    color: #EEE2E8;
    margin: 0 0 16px
}

.blg .about_body .hl {
    background: #C35A75;
    color: #fff;
    padding: 0 4px;
    border-radius: 2px
}

.blg .about_quote {
    font-size: 21px;
    line-height: 1.35;
    color: #DBA8C6;
    font-weight: 300;
    font-style: italic;
    margin: 0;
    padding: 16px;
    border-left: 3px solid #C35A75;
    border-bottom: 1px solid #c35a754d;
    border-radius: 2px;
    background: #c35a7514
}

.blg .about_quote::before {
    content: "\201C";
    color: #C35A75;
    font-size: 28px;
    font-style: normal;
    line-height: 1;
    display: inline;
    margin-right: 4px
}

.blg .about_quote::after {
    content: "\201D";
    color: #C35A75;
    font-size: 28px;
    font-style: normal;
    line-height: 1;
    display: inline;
    margin-left: 4px
}

.blg .about_card_col {
    flex: 0 0 280px
}

.blg .detail_card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 1px 10px 40px 1px #c35a7521;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.blg .detail_card_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #EEE2E8
}

.blg .detail_card_title {
    font-size: 13px;
    font-weight: 700;
    color: #2a1520;
    text-transform: uppercase;
    letter-spacing: .08em
}

.blg .status_dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4caf50;
    box-shadow: 0 0 0 2px #4caf5040;
    flex-shrink: 0
}

.blg .detail_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px
}

.blg .detail_row_label {
    color: #9a6070;
    letter-spacing: .04em
}

.blg .detail_row_val {
    color: #2a1520;
    font-weight: 600
}

.blg .detail_row_val.accent {
    color: #C35A75
}

.blg .topics_strip {
    background: #EEE2E8;
    padding: 32px 0;
    position: relative;
    overflow: hidden
}

.blg .topics_curl {
    position: absolute;
    top: 8px;
    right: 32px;
    width: 80px;
    height: 80px;
    border: 3px solid #DBA8C6;
    border-radius: 50%;
    opacity: .18;
    pointer-events: none
}

.blg .topics_curl::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 2px solid #C35A75;
    border-radius: 50%;
    opacity: .6
}

.blg .topics_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px
}

.blg .topics_label_col {
    flex: 0 0 200px
}

.blg .topics_h3 {
    font-size: 28px;
    line-height: 1.1;
    color: #2a1520;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 8px
}

.blg .topics_sub {
    font-size: 13px;
    line-height: 1.6;
    color: #6a3848;
    margin: 0
}

.blg .topics_list_col {
    flex: 1 1 0;
    min-width: 0
}

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

.blg .topics_list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #2a1520
}

.blg .topic_icon {
    flex-shrink: 0;
    margin-top: 4px;
    width: 16px;
    height: 16px
}

.blg .topics_aside {
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.blg .aside_note {
    font-size: 13px;
    line-height: 1.6;
    color: #6a3848;
    background: #fff;
    border-radius: 2px;
    padding: 8px;
    box-shadow: 1px 3px 3px 1px #c35a7512;
    border-top: 2px solid #C35A75;
    border-left: 1px solid #DBA8C6
}

.blg .cta_strip {
    background: #fff;
    padding: 64px 0;
    position: relative;
    overflow: hidden
}

.blg .cta_strip_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px
}

.blg .cta_text_col {
    flex: 1 1 0;
    min-width: 0
}

.blg .cta_h3 {
    font-size: 28px;
    line-height: 1.1;
    color: #2a1520;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .05em;
    margin: 0 0 8px
}

.blg .cta_body {
    font-size: 16px;
    line-height: 1.6;
    color: #4a2535;
    margin: 0 0 16px
}

.blg .cta_body .hl {
    background: #EEE2E8;
    color: #C35A75;
    padding: 0 4px;
    border-radius: 2px;
    font-weight: 700
}

.blg .cta_form_col {
    flex: 0 0 340px
}

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

.blg .cta_form input[type="email"] {
    width: 100%;
    font-size: 16px;
    padding: 12px 16px;
    border: 1.5px solid #DBA8C6;
    border-radius: 2px;
    color: #2a1520;
    background: #fff;
    box-shadow: inset 2px 3px 6px #c35a750f;
    outline: none;
    transition: border-color .1s ease-out;
    box-sizing: border-box;
    text-overflow: ellipsis
}

.blg .cta_form input[type="email"]:focus {
    border-color: #C35A75
}

.blg .cta_form input[type="email"]::placeholder {
    color: #c0a0b0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.blg .cta_form button[type="submit"] {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background: #2a1520;
    border: 2px solid #2a1520;
    border-radius: 2px;
    padding: 12px 32px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .1s ease-out, background .1s ease-out
}

.blg .cta_form button[type="submit"]::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #C35A75;
    border-radius: 2px;
    opacity: 0;
    transition: opacity .08s ease-out;
    pointer-events: none
}

.blg .cta_form button[type="submit"]:hover {
    background: #C35A75;
    border-color: #C35A75;
    color: #fff
}

.blg .cta_form button[type="submit"]:hover::before {
    opacity: 1
}

.blg .cta_form button[type="submit"]:focus {
    outline: 2px solid #C35A75;
    outline-offset: 2px
}

.blg .cta_aside {
    flex: 0 0 180px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: flex-start
}

.blg .cta_aside_note {
    font-size: 13px;
    line-height: 1.6;
    color: #6a3848;
    border-top: 2px solid #DBA8C6;
    padding-top: 8px
}

@media (max-width: 1280px) {
    .blg .posts_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px
    }

    .blg .about_strip_inner {
        gap: 32px
    }

    .blg .topics_inner {
        gap: 32px
    }
}

@media (max-width: 768px) {
    .blg .top_band_inner {
        flex-direction: column;
        gap: 16px
    }

    .blg .top_img_col {
        flex: 0 0 auto;
        width: 100%
    }

    .blg .top_img_wrap {
        width: 100%;
        height: 160px
    }

    .blg .top_h1 {
        font-size: 38px
    }

    .blg .posts_grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .blg .about_strip_inner {
        flex-direction: column;
        gap: 32px
    }

    .blg .about_card_col {
        flex: 0 0 auto;
        width: 100%
    }

    .blg .topics_inner {
        flex-direction: column;
        gap: 16px
    }

    .blg .topics_label_col {
        flex: 0 0 auto
    }

    .blg .topics_aside {
        flex: 0 0 auto;
        width: 100%
    }

    .blg .cta_strip_inner {
        flex-direction: column;
        gap: 32px
    }

    .blg .cta_form_col {
        flex: 0 0 auto;
        width: 100%
    }

    .blg .cta_aside {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width: 480px) {
    .blg .pg_wrap {
        padding: 0 16px
    }

    .blg .top_band_inner {
        padding: 0 16px
    }

    .blg .top_h1 {
        font-size: 28px
    }

    .blg .about_h2 {
        font-size: 28px
    }

    .blg .posts_area {
        padding: 32px 0
    }

    .blg .posts_area .pg_wrap {
        padding: 0 16px
    }

    .blg .about_strip_inner {
        padding: 0 16px
    }

    .blg .topics_inner {
        padding: 0 16px
    }

    .blg .cta_strip_inner {
        padding: 0 16px
    }
}

.success_page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 32px;
    background: linear-gradient(247deg, #EEE2E8 0%, #fff 38%, #fff 62%, #DBA8C6 100%)
}

.success_page .confirm_wrap {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 22px;
    padding: 64px 32px;
    box-shadow: 1px 10px 40px 1px #c35a7521;
    text-align: center
}

.success_page .confirm_wrap .icon_mark {
    width: 56px;
    height: 56px;
    margin: 0 auto 32px;
    display: block
}

.success_page .confirm_wrap .success_heading {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #1b1020;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: 300
}

.success_page .confirm_wrap .success_msg {
    font-size: 16px;
    line-height: 1.6;
    color: #3d2535;
    margin: 0 0 32px
}

.success_page .confirm_wrap .divider_line {
    width: 48px;
    height: 2px;
    background: #C35A75;
    border-radius: 2px;
    margin: 0 auto 32px
}

.success_page .confirm_wrap .detail_note {
    font-size: 13px;
    line-height: 1.8;
    color: #7a5068;
    margin: 0 0 32px
}

.success_page .confirm_wrap .detail_note strong {
    color: #C35A75;
    font-weight: 600
}

.success_page .confirm_wrap .back_link {
    display: inline-block;
    padding: 16px 32px;
    background: #1b1020;
    color: #EEE2E8;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 2px;
    border: 2px solid #1b1020;
    transition: background .1s ease-out, color .08s ease-out, border-color .1s ease-out;
    position: relative
}

.success_page .confirm_wrap .back_link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 2px;
    border: 2px solid #C35A75;
    opacity: 0;
    transition: opacity .12s linear
}

.success_page .confirm_wrap .back_link:hover {
    background: #fff;
    color: #1b1020;
    border-color: #C35A75
}

.success_page .confirm_wrap .back_link:hover::before {
    opacity: 1
}

.success_page .confirm_wrap .back_link:focus {
    outline: 2px solid #C35A75;
    outline-offset: 4px
}

@media (max-width: 480px) {
    .success_page {
        padding: 32px 16px
    }

    .success_page .confirm_wrap {
        padding: 32px 16px
    }

    .success_page .confirm_wrap .success_heading {
        font-size: 28px
    }
}