@import "https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;1,400;0,700;1,700&display=swap";

html {
    box-sizing: border-box
}

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

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

img {
    max-width: 100%
}

.site-head {
    background: linear-gradient(135deg, #fff 0%, #f5f0ef 60%, #e8d8da 100%);
    border-bottom: 2px solid #B42B37;
    position: relative
}

.site-head::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #B42B37 0%, #B6D7DE 60%, #D9D0CE 100%)
}

.head-top {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 48px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.head-notice {
    background: #B42B37;
    color: #fff;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding: 12px 48px;
    letter-spacing: .01em
}

.head-notice i {
    margin-right: 4px;
    opacity: .9
}

.head-contact-strip {
    display: flex;
    align-items: center;
    gap: 24px
}

.head-contact-strip a {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #3a1a1d;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.head-contact-strip a:focus {
    outline: 3px solid #B42B37;
    outline-offset: 2px
}

.head-contact-strip a:hover {
    color: #B42B37
}

.head-contact-strip i {
    font-size: 14px;
    color: #B42B37
}

.logo-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1.5px solid #D9D0CE;
    box-shadow: inset 1px 3px 3px -1px #b42b370f 0 1px 4px 0 #b42b371a;
    flex-shrink: 0
}

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

.brand-name {
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    font-weight: 700;
    color: #2a0d10;
    line-height: 1.2;
    letter-spacing: .02em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px
}

.brand-name:focus {
    outline: 3px solid #B42B37;
    outline-offset: 2px
}

.brand-name span {
    color: #B42B37
}

.head-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px
}

.head-nav {
    display: flex;
    align-items: center;
    gap: 4px
}

.head-nav a {
    font-family: 'Noto Serif', serif;
    font-size: 16px;
    color: #2a0d10;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 2px;
    display: inline-block;
    transition: background .25s ease-in-out, color .25s ease-in-out;
    white-space: nowrap;
    min-height: 44px;
    line-height: 1.5
}

.head-nav a:hover {
    background: #b42b3714;
    color: #B42B37
}

.head-nav a:focus {
    outline: 3px solid #B42B37;
    outline-offset: 2px
}

.head-nav a.active {
    color: #B42B37;
    font-weight: 700;
    border-bottom: 2px solid #B42B37
}

.head-nav-sep {
    width: 1px;
    height: 18px;
    background: #D9D0CE;
    display: inline-block;
    flex-shrink: 0
}

.head-bottom {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.head-tagline {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #7a4a50;
    font-style: italic;
    line-height: 1.5
}

.foot-outer {
    background: linear-gradient(180deg, #2a0d10 0%, #1e0a0d 100%);
    border-top: 3px solid #B42B37
}

.foot-top-bar {
    background: #B42B37;
    padding: 4px 0
}

.foot-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 48px 24px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 48px;
    align-items: start
}

.foot-col-left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.foot-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.foot-col-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px
}

.foot-logo-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #D9D0CE;
    box-shadow: inset 1px 3px 3px -1px #b6d7de1f 0 1px 8px 0 #b42b372e
}

.foot-logo-box img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block
}

.foot-brand {
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: .04em;
    line-height: 1.2
}

.foot-brand span {
    color: #B6D7DE
}

.foot-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.foot-contact-list li {
    display: flex;
    align-items: center;
    gap: 12px
}

.foot-contact-list i {
    color: #B6D7DE;
    font-size: 14px;
    flex-shrink: 0;
    width: 16px;
    text-align: center
}

.foot-contact-list a,
.foot-contact-list span {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #D9D0CE;
    text-decoration: none;
    line-height: 1.5;
    transition: color .28s ease-in-out
}

.foot-contact-list a:hover {
    color: #B6D7DE
}

.foot-contact-list a:focus {
    outline: 3px solid #B42B37;
    outline-offset: 2px
}

.foot-label {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #B6D7DE;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 4px
}

.foot-nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end
}

.foot-nav-links a {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #D9D0CE;
    text-decoration: none;
    line-height: 1.5;
    transition: color .28s ease-in-out;
    text-align: right;
    min-height: 44px;
    display: flex;
    align-items: center
}

.foot-nav-links a:hover {
    color: #B6D7DE
}

.foot-nav-links a:focus {
    outline: 3px solid #B42B37;
    outline-offset: 2px
}

.foot-nav-links .foot-nav-div {
    width: 100%;
    height: 1px;
    background: #b6d7de26;
    margin: 4px 0
}

.foot-bottom {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 48px;
    border-top: 1px solid #b6d7de26;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px
}

.foot-copy {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #d9d0ce99;
    line-height: 1.5
}

.foot-extra-link {
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    color: #b6d7deb3;
    text-decoration: none;
    line-height: 1.5;
    transition: color .28s ease-in-out
}

.foot-extra-link:hover {
    color: #B6D7DE
}

.foot-extra-link:focus {
    outline: 3px solid #B42B37;
    outline-offset: 2px
}

.ck-popup {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 320px;
    background: #fff;
    border: 1.5px solid #D9D0CE;
    border-radius: 14px;
    box-shadow: 1px 8px 44px -1px #b42b3721;
    z-index: 1000;
    padding: 24px;
    font-family: 'Noto Serif', serif;
    display: none
}

.ck-popup-desc {
    font-size: 14px;
    color: #2a0d10;
    line-height: 1.75;
    margin-bottom: 12px
}

.ck-popup-head {
    font-size: 16px;
    font-weight: 700;
    color: #2a0d10;
    line-height: 1.2;
    margin-bottom: 12px
}

.ck-cats {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    padding: 12px;
    background: #f5f0ef;
    border-radius: 14px
}

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

.ck-cat-label {
    font-size: 14px;
    color: #2a0d10;
    line-height: 1.5;
    flex: 1
}

.ck-cat-label span {
    font-size: 14px;
    color: #7a4a50;
    display: block;
    line-height: 1.5
}

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

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

.ck-toggle-track {
    position: absolute;
    inset: 0;
    background: #D9D0CE;
    border-radius: 26px;
    cursor: pointer;
    transition: background .25s ease-in-out
}

.ck-toggle input:checked+.ck-toggle-track {
    background: #B42B37
}

.ck-toggle-track::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 26px;
    top: 3px;
    left: 3px;
    transition: transform .25s ease-in-out
}

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

.ck-toggle input:focus+.ck-toggle-track {
    outline: 3px solid #B42B37;
    outline-offset: 2px
}

.ck-toggle-disabled .ck-toggle-track {
    background: #B42B37;
    cursor: not-allowed;
    opacity: .7
}

.ck-datasale {
    font-size: 14px;
    color: #7a4a50;
    line-height: 1.5;
    padding: 12px;
    background: #f5f0ef;
    border-radius: 14px;
    margin-bottom: 24px;
    border-left: 3px solid #B42B37;
    border-top: 1px solid #D9D0CE;
    border-right: 1px solid #D9D0CE;
    border-bottom: 1px solid #D9D0CE
}

.ck-datasale strong {
    display: block;
    color: #2a0d10;
    margin-bottom: 4px
}

.ck-datasale-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px
}

.ck-btns {
    display: flex;
    gap: 12px
}

.ck-btn {
    flex: 1;
    padding: 12px;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
    border: 2px solid #B42B37;
    cursor: pointer;
    min-height: 44px;
    transition: background .28s ease-in-out, color .28s ease-in-out;
    line-height: 1.2
}

.ck-btn:focus {
    outline: 3px solid #B42B37;
    outline-offset: 2px
}

.ck-btn-accept {
    background: #B42B37;
    color: #fff
}

.ck-btn-accept:hover {
    background: #8f2029
}

.ck-btn-reject {
    background: #fff;
    color: #B42B37
}

.ck-btn-reject:hover {
    background: #f5f0ef
}

.ck-manage-tab {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: none
}

.ck-manage-btn {
    background: #B42B37;
    color: #fff;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 0 2px 2px 0;
    padding: 12px 4px;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    min-height: 44px;
    min-width: 44px;
    transition: background .25s ease-in-out
}

.ck-manage-btn:hover {
    background: #8f2029
}

.ck-manage-btn:focus {
    outline: 3px solid #B42B37;
    outline-offset: 2px
}

@media (max-width: 900px) {
    .head-top {
        padding: 24px 24px 0;
        flex-wrap: wrap
    }

    .head-bottom {
        padding: 0 24px 24px;
        flex-wrap: wrap
    }

    .head-right {
        align-items: flex-start;
        width: 100%
    }

    .head-nav {
        flex-wrap: wrap
    }

    .foot-inner {
        grid-template-columns: 1fr 1fr;
        padding: 48px 24px 24px
    }

    .foot-col-center {
        grid-column: 1 / -1;
        order: -1
    }

    .foot-col-right {
        align-items: flex-start
    }

    .foot-nav-links {
        align-items: flex-start
    }

    .foot-nav-links a {
        text-align: left
    }

    .foot-bottom {
        padding: 24px;
        flex-direction: column;
        align-items: flex-start
    }

    .head-notice {
        padding: 12px 24px
    }
}

@media (max-width: 600px) {
    .head-top {
        padding: 12px 12px 0;
        gap: 12px
    }

    .head-bottom {
        padding: 0 12px 12px
    }

    .head-contact-strip {
        flex-wrap: wrap;
        gap: 12px
    }

    .head-nav a {
        padding: 12px;
        font-size: 14px
    }

    .foot-inner {
        grid-template-columns: 1fr;
        padding: 24px 12px;
        gap: 24px
    }

    .foot-col-right {
        align-items: flex-start
    }

    .foot-nav-links {
        align-items: flex-start
    }

    .foot-nav-links a {
        text-align: left
    }

    .foot-bottom {
        padding: 12px
    }

    .ck-popup {
        width: calc(100vw - 48px);
        left: 24px;
        right: 24px
    }

    .head-notice {
        padding: 12px;
        font-size: 14px
    }
}

.rules-section-coke {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 24px;
    color: #2a2a2e
}

.rules-section-coke p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 24px
}

.rules-section-coke ul,
.rules-section-coke ol {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px
}

.rules-section-coke ul {
    list-style-type: disc
}

.rules-section-coke ol {
    list-style-type: decimal
}

.rules-section-coke li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.75
}

.rules-section-coke li:last-child {
    margin-bottom: 0
}

.rules-section-coke ul ul,
.rules-section-coke ol ol,
.rules-section-coke ul ol,
.rules-section-coke ol ul {
    margin-top: 12px;
    margin-bottom: 12px
}

.rules-section-coke strong,
.rules-section-coke b {
    font-weight: 700;
    color: #1e1e22
}

.rules-section-coke em,
.rules-section-coke i {
    font-style: italic;
    color: #3a3a40
}

.rules-section-coke a {
    color: #B42B37;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .28s ease-in-out, text-decoration-color .28s ease-in-out;
    text-decoration-color: #b42b3773
}

.rules-section-coke a:hover {
    color: #8a1f29;
    text-decoration-color: #8a1f29cc
}

.rules-section-coke a:visited {
    color: #8a1f29
}

.rules-section-coke table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 48px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 4px 22px -1px #b42b3714
}

.rules-section-coke thead {
    background-color: #B42B37
}

.rules-section-coke thead th {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 12px 24px;
    letter-spacing: 0
}

.rules-section-coke tbody tr {
    border-bottom: 1px solid #D9D0CE;
    transition: background-color .25s ease-in-out
}

.rules-section-coke tbody tr:last-child {
    border-bottom: none
}

.rules-section-coke tbody tr:nth-child(even) {
    background-color: #b6d7de26
}

.rules-section-coke tbody tr:hover {
    background-color: #b6d7de52
}

.rules-section-coke th,
.rules-section-coke td {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: top;
    text-align: left
}

.rules-section-coke td {
    color: #2a2a2e
}

.rules-section-coke hr {
    border: none;
    border-top: 2px solid #D9D0CE;
    margin-top: 48px;
    margin-bottom: 48px;
    border-radius: 2px
}

@media (max-width: 900px) {
    .rules-section-coke {
        padding: 48px 24px
    }

    .rules-section-coke table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 600px) {
    .rules-section-coke {
        padding: 24px 12px
    }

    .rules-section-coke p,
    .rules-section-coke ul,
    .rules-section-coke ol,
    .rules-section-coke li {
        font-size: 16px
    }

    .rules-section-coke th,
    .rules-section-coke td {
        padding: 12px;
        font-size: 14px
    }

    .rules-section-coke thead th {
        font-size: 14px;
        padding: 12px
    }

    .rules-section-coke hr {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.spk-det {
    background: #fff;
    overflow-x: clip
}

.spk-det .art-lead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    position: relative
}

.spk-det .art-lead .txt-zone {
    background: #fff;
    padding: 96px 48px 96px 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1
}

.spk-det .art-lead .img-zone {
    position: relative;
    overflow: hidden
}

.spk-det .art-lead .img-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7) contrast(1.1) brightness(0.95) sepia(0.15);
    transition: filter .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.spk-det .art-lead .img-zone:hover img {
    filter: saturate(1) contrast(1.05) brightness(1) sepia(0)
}

.spk-det .art-lead .img-zone .circ-bg {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 42px;
    pointer-events: none;
    z-index: 2
}

.spk-det .art-lead .img-zone .circ-bg span {
    position: absolute;
    border-radius: 42px;
    border: 1px solid #b42b371f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.spk-det .art-lead .img-zone .circ-bg span:nth-child(1) {
    width: 120px;
    height: 120px
}

.spk-det .art-lead .img-zone .circ-bg span:nth-child(2) {
    width: 200px;
    height: 200px
}

.spk-det .art-lead .img-zone .circ-bg span:nth-child(3) {
    width: 280px;
    height: 280px
}

.spk-det .art-lead .meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap
}

.spk-det .art-lead .cat-tag {
    background: #B42B37;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 4px 12px;
    border-radius: 2px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.spk-det .art-lead .pub-date {
    color: #888;
    font-size: 14px;
    line-height: 1.2
}

.spk-det .art-lead .read-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #888;
    font-size: 14px;
    line-height: 1.2
}

.spk-det .art-lead .read-badge i {
    color: #B6D7DE;
    font-size: 14px
}

.spk-det .art-lead .sep-dot {
    width: 4px;
    height: 4px;
    border-radius: 42px;
    background: #D9D0CE;
    display: inline-block
}

.spk-det .art-lead h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1e1e1e;
    margin: 0 0 24px;
    font-weight: 700
}

.spk-det .art-lead .sub-line {
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    margin: 0 0 48px;
    max-width: 480px
}

.spk-det .art-lead .back-lnk {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #B42B37;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    border-bottom: 1px solid #b42b374d;
    padding-bottom: 4px;
    transition: border-color .27s ease-in-out, color .27s ease-in-out;
    align-self: flex-start
}

.spk-det .art-lead .back-lnk:hover {
    border-color: #B42B37;
    color: #8a1f28
}

.spk-det .art-lead .back-lnk i {
    font-size: 14px;
    transition: transform .27s ease-in-out
}

.spk-det .art-lead .back-lnk:hover i {
    transform: translateX(-4px)
}

.spk-det .art-lead .circ-accent {
    position: absolute;
    bottom: 48px;
    left: -24px;
    width: 12px;
    height: 12px;
    border-radius: 42px;
    background: #B6D7DE;
    z-index: 2
}

.spk-det .art-body-wrap {
    background: #f4f1ef;
    padding: 96px 48px;
    position: relative
}

.spk-det .art-body-wrap .bg-circles {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 280px;
    pointer-events: none;
    overflow: hidden
}

.spk-det .art-body-wrap .bg-circles span {
    position: absolute;
    border-radius: 42px;
    border: 1px solid #b6d7de40;
    bottom: -40px;
    right: -40px
}

.spk-det .art-body-wrap .bg-circles span:nth-child(1) {
    width: 100px;
    height: 100px
}

.spk-det .art-body-wrap .bg-circles span:nth-child(2) {
    width: 180px;
    height: 180px
}

.spk-det .art-body-wrap .bg-circles span:nth-child(3) {
    width: 260px;
    height: 260px
}

.spk-det .art-body-wrap .art-body {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 48px;
    position: relative;
    z-index: 1
}

.spk-det .art-body-wrap .art-body .side-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 12px
}

.spk-det .art-body-wrap .art-body .side-left .progress-track {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.spk-det .art-body-wrap .art-body .side-left .prog-label {
    font-size: 14px;
    color: #888;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .08em
}

.spk-det .art-body-wrap .art-body .side-left .prog-bar-outer {
    width: 4px;
    height: 120px;
    background: #D9D0CE;
    border-radius: 2px;
    overflow: hidden;
    margin-left: 4px
}

.spk-det .art-body-wrap .art-body .side-left .prog-bar-fill {
    width: 100%;
    background: #B42B37;
    border-radius: 2px;
    animation: prog-load 1.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    transform-origin: top
}

@keyframes prog-load {
    from {
        height: 0
    }

    to {
        height: 65%
    }
}

.spk-det .art-body-wrap .art-body .side-left .circ-sm {
    width: 10px;
    height: 10px;
    border-radius: 42px;
    background: #B6D7DE;
    margin-left: 2px
}

.spk-det .art-body-wrap .art-body .art-text {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.spk-det .art-body-wrap .art-body .art-text .body-shadow-in {
    animation: shadow-build 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    border-radius: 14px
}

@keyframes shadow-build {
    from {
        box-shadow: 1px 3px 3px -1px #b42b3700
    }

    to {
        box-shadow: 1px 8px 44px -1px #b42b3721
    }
}

.spk-det .art-body-wrap .art-body .art-text .body-p {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    margin: 0
}

.spk-det .art-body-wrap .art-body .art-text .body-h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #1e1e1e;
    font-weight: 600;
    margin: 24px 0 0;
    text-transform: uppercase;
    letter-spacing: .04em
}

.spk-det .art-body-wrap .art-body .art-text mark {
    background: #b6d7de66;
    color: inherit;
    padding: 2px 4px;
    border-radius: 2px
}

.spk-det .art-body-wrap .art-body .art-text details {
    border: 1px solid #D9D0CE;
    border-radius: 14px;
    padding: 0;
    background: #fff;
    box-shadow: 1px 4px 22px -1px #b42b3714;
    transition: box-shadow .35s ease-in-out
}

.spk-det .art-body-wrap .art-body .art-text details:hover {
    box-shadow: 1px 8px 44px -1px #b42b3721
}

.spk-det .art-body-wrap .art-body .art-text details[open] {
    box-shadow: 1px 8px 44px -1px #b42b3721
}

.spk-det .art-body-wrap .art-body .art-text details summary {
    font-size: 16px;
    line-height: 1.5;
    color: #B42B37;
    font-weight: 600;
    cursor: pointer;
    padding: 24px;
    border-radius: 14px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: color .27s ease-in-out;
    user-select: none
}

.spk-det .art-body-wrap .art-body .art-text details summary::-webkit-details-marker {
    display: none
}

.spk-det .art-body-wrap .art-body .art-text details summary .sum-icon {
    width: 20px;
    height: 20px;
    border-radius: 42px;
    background: #b42b371a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .27s ease-in-out, transform .27s ease-in-out
}

.spk-det .art-body-wrap .art-body .art-text details summary .sum-icon i {
    font-size: 14px;
    color: #B42B37;
    transition: transform .27s ease-in-out
}

.spk-det .art-body-wrap .art-body .art-text details[open] summary .sum-icon i {
    transform: rotate(90deg)
}

.spk-det .art-body-wrap .art-body .art-text details .det-body {
    padding: 0 24px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #444
}

.spk-det .art-body-wrap .art-body .art-text details .det-body p {
    margin: 0 0 12px
}

.spk-det .art-body-wrap .art-body .art-text details .det-body p:last-child {
    margin-bottom: 0
}

.spk-det .art-body-wrap .art-body .art-text .gloss-block {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 4px 22px -1px #b42b3714
}

.spk-det .art-body-wrap .art-body .art-text .gloss-block .gloss-head {
    font-size: 14px;
    line-height: 1.2;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 12px
}

.spk-det .art-body-wrap .art-body .art-text .gloss-block dl {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.spk-det .art-body-wrap .art-body .art-text .gloss-block dt {
    font-size: 14px;
    font-weight: 700;
    color: #B42B37;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05em
}

.spk-det .art-body-wrap .art-body .art-text .gloss-block dd {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    margin: 4px 0 0;
    padding-left: 12px
}

.spk-det .art-body-wrap .art-body .art-text .gloss-block .gloss-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    border-bottom: 1px solid #D9D0CE
}

.spk-det .art-body-wrap .art-body .art-text .gloss-block .gloss-item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.spk-det .art-body-wrap .art-body .side-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 12px
}

.spk-det .art-body-wrap .art-body .side-right .info-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 3px 3px -1px #b42b370f;
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.spk-det .art-body-wrap .art-body .side-right .info-card .card-label {
    font-size: 14px;
    line-height: 1.2;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .08em
}

.spk-det .art-body-wrap .art-body .side-right .info-card .stat-big {
    font-size: 52px;
    line-height: 1.2;
    color: #B42B37;
    font-weight: 700
}

.spk-det .art-body-wrap .art-body .side-right .info-card .stat-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin: 0
}

.spk-det .art-body-wrap .art-body .side-right .info-card .divider-thin {
    height: 1px;
    background: #D9D0CE;
    border-radius: 2px
}

.spk-det .art-body-wrap .art-body .side-right .info-card .tip-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #444
}

.spk-det .art-body-wrap .art-body .side-right .info-card .tip-item .tip-dot {
    width: 8px;
    height: 8px;
    border-radius: 42px;
    background: #B6D7DE;
    flex-shrink: 0;
    margin-top: 6px
}

.spk-det .art-body-wrap .art-body .side-right .cta-card {
    background: #B42B37;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 1px 8px 44px -1px #b42b3721
}

.spk-det .art-body-wrap .art-body .side-right .cta-card .cta-head {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    margin: 0
}

.spk-det .art-body-wrap .art-body .side-right .cta-card .cta-body {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffffd9;
    margin: 0
}

.spk-det .art-body-wrap .art-body .side-right .cta-card .cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: #B42B37;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 24px;
    border-radius: 26px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .28s ease-in-out, transform .28s ease-in-out, box-shadow .28s ease-in-out;
    align-self: flex-start;
    position: relative;
    overflow: hidden
}

.spk-det .art-body-wrap .art-body .side-right .cta-card .cta-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #B42B37;
    border-radius: 0 0 26px 26px;
    transition: width .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.spk-det .art-body-wrap .art-body .side-right .cta-card .cta-btn:active::after {
    width: 100%
}

.spk-det .art-body-wrap .art-body .side-right .cta-card .cta-btn:hover {
    background: #f4f1ef;
    transform: scale(1.04);
    box-shadow: 1px 4px 22px -1px #b42b3714
}

.spk-det .art-body-wrap .art-body .side-right .cta-card .cta-btn:focus {
    outline: 3px solid #fff;
    outline-offset: 2px
}

@media (max-width: 1200px) {
    .spk-det .art-lead .txt-zone {
        padding: 96px 48px
    }

    .spk-det .art-lead h1 {
        font-size: 52px
    }

    .spk-det .art-body-wrap .art-body {
        grid-template-columns: 1fr 4fr 1fr;
        gap: 24px
    }
}

@media (max-width: 900px) {
    .spk-det .art-lead {
        grid-template-columns: 1fr
    }

    .spk-det .art-lead .img-zone {
        height: 320px;
        order: -1
    }

    .spk-det .art-lead .txt-zone {
        padding: 48px
    }

    .spk-det .art-lead h1 {
        font-size: 52px
    }

    .spk-det .art-body-wrap {
        padding: 48px 24px
    }

    .spk-det .art-body-wrap .art-body {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .spk-det .art-body-wrap .art-body .side-left {
        display: none
    }

    .spk-det .art-body-wrap .art-body .side-right .info-card,
    .spk-det .art-body-wrap .art-body .side-right .cta-card {
        position: static
    }

    .spk-det .art-body-wrap .art-body .side-right {
        flex-direction: row;
        flex-wrap: wrap
    }

    .spk-det .art-body-wrap .art-body .side-right .info-card,
    .spk-det .art-body-wrap .art-body .side-right .cta-card {
        flex: 1 1 240px
    }
}

@media (max-width: 600px) {
    .spk-det .art-lead .txt-zone {
        padding: 48px 24px
    }

    .spk-det .art-lead h1 {
        font-size: 24px
    }

    .spk-det .art-lead .sub-line {
        font-size: 16px
    }

    .spk-det .art-body-wrap {
        padding: 48px 12px
    }

    .spk-det .art-body-wrap .art-body .art-text .body-p {
        font-size: 16px
    }

    .spk-det .art-body-wrap .art-body .side-right {
        flex-direction: column
    }
}

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

.spk-pg .pg-lead {
    padding: 96px 48px 48px;
    max-width: 1100px;
    margin: 0 auto
}

.spk-pg .pg-lead-inner {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.spk-pg .pg-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px
}

.spk-pg .pg-eyebrow-line {
    width: 48px;
    height: 1px;
    background: #B42B37
}

.spk-pg .pg-eyebrow-label {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #B42B37
}

.spk-pg .pg-head-h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1e1e1e;
    font-weight: 300;
    margin: 0;
    padding: 0
}

.spk-pg .pg-head-desc {
    font-size: 18px;
    line-height: 1.75;
    color: #3a3a3a;
    max-width: 520px;
    margin: 0
}

.spk-pg .divider-diamond {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px
}

.spk-pg .divider-diamond .dd-line {
    flex: 1;
    height: 1px;
    background: #D9D0CE
}

.spk-pg .divider-diamond .dd-shape {
    width: 8px;
    height: 8px;
    background: #B42B37;
    transform: rotate(45deg);
    border-radius: 2px
}

.spk-pg .posts-grid-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 48px 96px
}

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

.spk-pg .post-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 1px 4px 22px -1px #b42b3714;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: inherit
}

.spk-pg .post-card:hover {
    transform: scale(1.03);
    box-shadow: 1px 8px 44px -1px #b42b3721
}

.spk-pg .post-card:focus-visible {
    outline: 2px solid #B42B37;
    outline-offset: 3px
}

.spk-pg .card-img-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 14px 14px 0 0
}

.spk-pg .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.spk-pg .post-card:hover .card-img-wrap img {
    transform: scale(1.06)
}

.spk-pg .card-img-overlay {
    position: absolute;
    inset: 0;
    background: #b42b372e;
    pointer-events: none
}

.spk-pg .card-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #B42B37;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 4px 12px;
    border-radius: 2px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.spk-pg .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1
}

.spk-pg .card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    line-height: 1.2;
    color: #7a7a7a
}

.spk-pg .card-meta .cm-dot {
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background: #D9D0CE;
    display: inline-block
}

.spk-pg .card-h {
    font-size: 18px;
    line-height: 1.5;
    color: #1e1e1e;
    font-weight: 600;
    margin: 0
}

.spk-pg .card-sub {
    font-size: 14px;
    line-height: 1.5;
    color: #5a5a5a;
    font-style: italic;
    margin: 0
}

.spk-pg .card-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #3a3a3a;
    margin: 0
}

.spk-pg .card-read-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 1.2;
    color: #B42B37;
    text-decoration: none;
    font-weight: 600;
    margin-top: auto;
    transition: gap .25s ease-in-out
}

.spk-pg .card-read-link:hover {
    gap: 12px
}

.spk-pg .card-read-link .fa {
    font-size: 14px
}

.spk-pg .post-card.featured {
    grid-column: span 2;
    flex-direction: row
}

.spk-pg .post-card.featured .card-img-wrap {
    width: 48%;
    height: auto;
    min-height: 220px;
    border-radius: 14px 0 0 14px;
    flex-shrink: 0
}

.spk-pg .post-card.featured .card-body {
    padding: 24px
}

.spk-pg .post-card.featured .card-h {
    font-size: 24px
}

.spk-pg .divider-diamond-2 {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px
}

.spk-pg .divider-diamond-2 .dd2-line {
    flex: 1;
    height: 1px;
    background: #B6D7DE
}

.spk-pg .divider-diamond-2 .dd2-shape {
    width: 8px;
    height: 8px;
    background: #B6D7DE;
    transform: rotate(45deg);
    border-radius: 2px
}

.spk-pg .budget-tips {
    background: linear-gradient(160deg, #f5f0ef 0%, #e8f3f6 100%);
    padding: 96px 48px
}

.spk-pg .budget-tips-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.spk-pg .bt-left {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.spk-pg .bt-label {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #B42B37
}

.spk-pg .bt-heading {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    color: #1e1e1e;
    margin: 0
}

.spk-pg .bt-body {
    font-size: 16px;
    line-height: 1.75;
    color: #3a3a3a;
    margin: 0
}

.spk-pg .bt-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.spk-pg .tip-item {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    box-shadow: 1px 3px 3px -1px #b6d7de0f;
    transition: box-shadow .28s ease-in-out, transform .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.spk-pg .tip-item:hover {
    box-shadow: 1px 4px 22px -1px #b6d7de14;
    transform: scale(1.02)
}

.spk-pg .tip-num {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #D9D0CE;
    flex-shrink: 0;
    width: 48px;
    text-align: center
}

.spk-pg .tip-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.spk-pg .tip-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #1e1e1e;
    margin: 0
}

.spk-pg .tip-desc {
    font-size: 14px;
    line-height: 1.75;
    color: #5a5a5a;
    margin: 0
}

.spk-pg .quiz-promo {
    padding: 96px 48px;
    max-width: 1100px;
    margin: 0 auto
}

.spk-pg .quiz-promo-inner {
    background: #B42B37;
    border-radius: 26px;
    padding: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px;
    position: relative
}

.spk-pg .quiz-promo-deco {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 180px;
    border: 2px solid #ffffff26;
    border-radius: 42px;
    pointer-events: none
}

.spk-pg .quiz-promo-deco-inner {
    position: absolute;
    inset: 24px;
    border: 1px solid #ffffff1a;
    border-radius: 26px
}

.spk-pg .qp-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    max-width: 560px
}

.spk-pg .qp-label {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffffffa6
}

.spk-pg .qp-heading {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
    margin: 0
}

.spk-pg .qp-desc {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffffd1;
    margin: 0
}

.spk-pg .qp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #B42B37;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .27s ease-in-out, transform .25s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start
}

.spk-pg .qp-btn:hover {
    background: #f0e8e9;
    transform: scale(1.04)
}

.spk-pg .qp-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px
}

@keyframes wipe-in {
    from {
        clip-path: inset(0 100% 0 0)
    }

    to {
        clip-path: inset(0 0% 0 0)
    }
}

.spk-pg .pg-head-h1 {
    animation: wipe-in .7s cubic-bezier(0.4, 0, 0.2, 1) both
}

.spk-pg .pg-head-desc {
    animation: wipe-in .7s .18s cubic-bezier(0.4, 0, 0.2, 1) both
}

@media (max-width: 1200px) {
    .spk-pg .posts-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .spk-pg .post-card.featured {
        grid-column: span 2
    }
}

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

    .spk-pg .post-card.featured {
        grid-column: span 1;
        flex-direction: column
    }

    .spk-pg .post-card.featured .card-img-wrap {
        width: 100%;
        height: 200px;
        border-radius: 14px 14px 0 0
    }

    .spk-pg .budget-tips-inner {
        flex-direction: column
    }

    .spk-pg .bt-left {
        flex: none
    }

    .spk-pg .quiz-promo-inner {
        flex-direction: column;
        padding: 48px 24px
    }

    .spk-pg .quiz-promo-deco {
        display: none
    }

    .spk-pg .pg-head-h1 {
        font-size: 52px
    }
}

@media (max-width: 600px) {
    .spk-pg .pg-lead {
        padding: 48px 24px 24px
    }

    .spk-pg .posts-grid-wrap {
        padding: 48px 24px
    }

    .spk-pg .divider-diamond,
    .spk-pg .divider-diamond-2 {
        padding: 0 24px
    }

    .spk-pg .budget-tips {
        padding: 48px 24px
    }

    .spk-pg .quiz-promo {
        padding: 48px 24px
    }

    .spk-pg .pg-head-h1 {
        font-size: 24px
    }

    .spk-pg .tip-num {
        font-size: 24px;
        width: 24px
    }
}

.abt-us {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.abt-us .bg-drift {
    position: fixed;
    top: -120px;
    left: -80px;
    width: 480px;
    height: 480px;
    background: radial-gradient(ellipse at 50% 50%, #b42b3712 0%, #b6d7de0a 60%, transparent 100%);
    border-radius: 42px;
    pointer-events: none;
    z-index: 0;
    animation: driftShadow 9s ease-in-out infinite alternate
}

@keyframes driftShadow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: .7
    }

    50% {
        transform: translate(120px, 80px) scale(1.15);
        opacity: 1
    }

    100% {
        transform: translate(60px, 160px) scale(0.95);
        opacity: .5
    }
}

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

.abt-us .bento-block {
    padding: 48px 0 0;
    position: relative;
    z-index: 1
}

.abt-us .bento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 4px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 8px 44px -1px #b42b3721
}

.abt-us .bento-img-cell {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    position: relative;
    min-height: 340px
}

.abt-us .bento-img-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.abt-us .bento-img-overlay {
    position: absolute;
    inset: 0;
    background: #b42b3761
}

.abt-us .bento-edge-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #B42B37
}

.abt-us .bento-text-top {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    background: #fff;
    padding: 48px 48px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative
}

.abt-us .bento-text-top .eyebrow {
    font-size: 14px;
    line-height: 1.5;
    color: #B42B37;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
    font-weight: 600
}

.abt-us .bento-text-top h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1e1e1e;
    font-weight: 700;
    margin: 0
}

.abt-us .bento-text-top h1 span {
    display: block;
    color: #B42B37
}

.abt-us .bento-text-btm {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    background: #f5f2f1;
    padding: 24px 48px 48px;
    position: relative
}

.abt-us .bento-text-btm p {
    font-size: 18px;
    line-height: 1.75;
    color: #2a2a2a;
    margin: 0;
    max-width: 520px
}

.abt-us .bento-corners {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 60px;
    height: 60px;
    pointer-events: none
}

.abt-us .bento-corners span {
    display: block;
    position: absolute;
    border: 1px solid #b42b3740;
    border-radius: 2px
}

.abt-us .bento-corners span:nth-child(1) {
    inset: 0
}

.abt-us .bento-corners span:nth-child(2) {
    inset: 8px
}

.abt-us .bento-corners span:nth-child(3) {
    inset: 16px
}

.abt-us .bento-corners span:nth-child(4) {
    inset: 24px
}

@media (max-width: 900px) {
    .abt-us .bento-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 260px auto auto
    }

    .abt-us .bento-img-cell {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        min-height: 260px
    }

    .abt-us .bento-text-top {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        padding: 24px 24px 12px
    }

    .abt-us .bento-text-top h1 {
        font-size: 36px
    }

    .abt-us .bento-text-btm {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
        padding: 12px 24px 24px
    }

    .abt-us .bento-edge-line {
        display: none
    }
}

@media (max-width: 600px) {
    .abt-us .bento-text-top h1 {
        font-size: 24px
    }

    .abt-us .bento-text-btm p {
        font-size: 16px
    }
}

.abt-us .timeline-block {
    padding: 96px 0;
    background: #fff;
    position: relative;
    z-index: 1
}

.abt-us .timeline-block .tl-head {
    text-align: left;
    margin-bottom: 48px;
    padding: 0 24px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

.abt-us .timeline-block .tl-head h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #2a2a2a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 12px
}

.abt-us .timeline-block .tl-head p {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin: 0;
    max-width: 480px
}

.abt-us .tl-line-wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.abt-us .tl-axis {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #B42B37 0%, #B6D7DE 100%);
    transform: translateX(-50%)
}

.abt-us .tl-item {
    display: grid;
    grid-template-columns: 1fr 48px 1fr;
    align-items: start;
    margin-bottom: 48px;
    opacity: 0;
    transform: translateY(24px);
    animation: fadeUp .35s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.abt-us .tl-item:nth-child(1) {
    animation-delay: .1s
}

.abt-us .tl-item:nth-child(2) {
    animation-delay: .22s
}

.abt-us .tl-item:nth-child(3) {
    animation-delay: .34s
}

.abt-us .tl-item:nth-child(4) {
    animation-delay: .46s
}

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

.abt-us .tl-node {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-top: 4px
}

.abt-us .tl-dot {
    width: 16px;
    height: 16px;
    border-radius: 42px;
    background: #B42B37;
    border: 3px solid #fff;
    box-shadow: 1px 4px 22px -1px #b42b3714;
    flex-shrink: 0
}

.abt-us .tl-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 4px 22px -1px #b42b3714;
    transition: box-shadow .28s ease-in-out, transform .28s ease-in-out
}

.abt-us .tl-card:hover {
    box-shadow: 1px 8px 44px -1px #b42b3721;
    transform: scale(1.02)
}

.abt-us .tl-card .tl-year {
    font-size: 14px;
    font-weight: 700;
    color: #B42B37;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 4px
}

.abt-us .tl-card h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #1e1e1e;
    font-weight: 600;
    margin: 0 0 12px
}

.abt-us .tl-card p {
    font-size: 14px;
    line-height: 1.75;
    color: #444;
    margin: 0
}

.abt-us .tl-item.right .tl-card-col {
    grid-column: 3
}

.abt-us .tl-item.right .tl-empty-col {
    grid-column: 1
}

.abt-us .tl-item.left .tl-card {
    text-align: left
}

.abt-us .tl-item.right .tl-card {
    text-align: left
}

@media (max-width: 900px) {
    .abt-us .tl-axis {
        left: 20px
    }

    .abt-us .tl-item {
        grid-template-columns: 40px 1fr;
        grid-template-rows: auto
    }

    .abt-us .tl-item.right .tl-card-col,
    .abt-us .tl-item.left .tl-card-col {
        grid-column: 2;
        grid-row: 1
    }

    .abt-us .tl-item.right .tl-empty-col,
    .abt-us .tl-item.left .tl-empty-col {
        display: none
    }

    .abt-us .tl-node {
        grid-column: 1;
        grid-row: 1;
        justify-content: flex-start;
        padding-left: 12px
    }
}

@media (max-width: 600px) {
    .abt-us .tl-card h3 {
        font-size: 16px
    }
}

.abt-us .team-block {
    padding: 0 0 96px;
    position: relative;
    z-index: 1;
    background: #D9D0CE
}

.abt-us .team-block .team-bg-img {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden
}

.abt-us .team-block .team-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .18
}

.abt-us .team-block .team-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 96px 24px 0
}

.abt-us .team-block .team-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px
}

.abt-us .team-block .team-top h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0;
    align-self: end
}

.abt-us .team-block .team-top p {
    font-size: 16px;
    line-height: 1.75;
    color: #2a2a2a;
    margin: 0;
    align-self: start
}

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

.abt-us .person-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 3px 3px -1px #b42b370f;
    transition: box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1), transform .32s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    animation: fadeUp .35s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.abt-us .person-card:nth-child(1) {
    animation-delay: .08s
}

.abt-us .person-card:nth-child(2) {
    animation-delay: .18s
}

.abt-us .person-card:nth-child(3) {
    animation-delay: .28s
}

.abt-us .person-card:hover {
    box-shadow: 1px 8px 44px -1px #b42b3721;
    transform: scale(1.03)
}

.abt-us .person-img-wrap {
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden
}

.abt-us .person-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .person-card:hover .person-img-wrap img {
    transform: scale(1.06)
}

.abt-us .person-info {
    padding: 24px;
    position: relative
}

.abt-us .person-info .p-name {
    font-size: 18px;
    line-height: 1.5;
    color: #1e1e1e;
    font-weight: 700;
    margin: 0 0 4px
}

.abt-us .person-info .p-role {
    font-size: 14px;
    line-height: 1.5;
    color: #B42B37;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin: 0 0 12px
}

.abt-us .person-info p {
    font-size: 14px;
    line-height: 1.75;
    color: #444;
    margin: 0
}

.abt-us .person-info .inner-shadow-bar {
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: transparent;
    box-shadow: inset 0 6px 10px -4px #b42b371f
}

.abt-us .card-corner-deco {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    pointer-events: none
}

.abt-us .card-corner-deco span {
    display: block;
    position: absolute;
    border: 1px solid #b42b372e;
    border-radius: 2px
}

.abt-us .card-corner-deco span:nth-child(1) {
    inset: 0
}

.abt-us .card-corner-deco span:nth-child(2) {
    inset: 7px
}

.abt-us .card-corner-deco span:nth-child(3) {
    inset: 14px
}

@media (max-width: 900px) {
    .abt-us .cards-row {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .team-block .team-top {
        grid-template-columns: 1fr;
        gap: 12px
    }
}

@media (max-width: 600px) {
    .abt-us .cards-row {
        grid-template-columns: 1fr
    }

    .abt-us .team-block .team-inner {
        padding-top: 48px
    }
}

.ctc-us {
    background: #fff;
    overflow-x: clip
}

.ctc-us .pg-band {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px
}

.ctc-us .reach-block {
    padding: 96px 24px 48px;
    background: linear-gradient(160deg, #f5f0ef 0%, #e8d8da 40%, #B6D7DE22 100%);
    position: relative
}

.ctc-us .reach-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
    pointer-events: none
}

.ctc-us .reach-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    position: relative;
    z-index: 1
}

.ctc-us .reach-left {
    padding-right: 24px
}

.ctc-us .reach-eyebrow {
    font-size: 14px;
    line-height: 1.5;
    color: #B42B37;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
    font-weight: 600
}

.ctc-us .reach-heading {
    font-size: 52px;
    line-height: 1.2;
    color: #1e1214;
    font-weight: 300;
    margin-bottom: 24px
}

.ctc-us .reach-heading strong {
    font-weight: 700;
    color: #B42B37
}

.ctc-us .reach-desc {
    font-size: 18px;
    line-height: 1.75;
    color: #3a2e30;
    margin-bottom: 48px;
    max-width: 420px
}

.ctc-us .contact-details-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.ctc-us .cd-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
    background: #ffffffb8;
    border-radius: 14px;
    box-shadow: 1px 3px 3px -1px #b42b370f;
    transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden
}

.ctc-us .cd-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #B42B37 0%, transparent 100%);
    border-radius: 0 0 14px 14px;
    opacity: 0;
    transition: opacity .35s ease-in-out
}

.ctc-us .cd-item:hover {
    box-shadow: 1px 4px 22px -1px #b42b3714;
    transform: translateY(-2px)
}

.ctc-us .cd-item:hover::after {
    opacity: 1
}

.ctc-us .cd-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #B42B37 0%, #8a1f29 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ctc-us .cd-icon i {
    color: #fff;
    font-size: 16px
}

.ctc-us .cd-text {
    flex: 1
}

.ctc-us .cd-label {
    font-size: 14px;
    line-height: 1.5;
    color: #8a7a7c;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 4px
}

.ctc-us .cd-value {
    font-size: 16px;
    line-height: 1.5;
    color: #1e1214;
    font-weight: 500;
    text-decoration: none;
    transition: color .25s ease-in-out
}

.ctc-us .cd-value:hover {
    color: #B42B37
}

.ctc-us .reach-right {
    position: relative
}

.ctc-us .diamond-accent {
    position: absolute;
    top: -24px;
    right: -12px;
    width: 48px;
    height: 48px;
    background: #B42B37;
    opacity: .12;
    transform: rotate(45deg);
    border-radius: 2px;
    pointer-events: none
}

.ctc-us .form-card {
    background: #fff;
    border-radius: 26px;
    padding: 48px;
    box-shadow: 1px 8px 44px -1px #b42b3721;
    position: relative
}

.ctc-us .form-card-head {
    margin-bottom: 24px
}

.ctc-us .form-card-title {
    font-size: 24px;
    line-height: 1.2;
    color: #1e1214;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 12px
}

.ctc-us .form-card-sub {
    font-size: 14px;
    line-height: 1.75;
    color: #6a5a5c
}

.ctc-us .divider-asym {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px
}

.ctc-us .divider-asym .d-long {
    height: 2px;
    background: linear-gradient(90deg, #B42B37 0%, #B6D7DE 100%);
    border-radius: 2px;
    flex: 3
}

.ctc-us .divider-asym .d-short {
    height: 2px;
    background: #D9D0CE;
    border-radius: 2px;
    flex: 1
}

.ctc-us .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px
}

.ctc-us .form-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px
}

.ctc-us .form-field.full {
    grid-column: 1 / -1
}

.ctc-us .f-label {
    font-size: 14px;
    line-height: 1.5;
    color: #4a3a3c;
    font-weight: 500
}

.ctc-us .f-input {
    padding: 12px;
    border: 1.5px solid #D9D0CE;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.5;
    color: #1e1214;
    background: #faf8f7;
    outline: none;
    transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    box-sizing: border-box
}

.ctc-us .f-input::placeholder {
    color: #1e121459
}

.ctc-us .f-input:focus {
    border-color: #B42B37;
    box-shadow: inset 0 4px 8px #b42b370f;
    background: #fff
}

.ctc-us .f-select {
    padding: 12px;
    border: 1.5px solid #D9D0CE;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.5;
    color: #1e1214;
    background: #faf8f7;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23B42B37' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    cursor: pointer;
    transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    box-sizing: border-box
}

.ctc-us .f-select:focus {
    border-color: #B42B37;
    box-shadow: inset 0 4px 8px #b42b370f;
    background-color: #fff
}

.ctc-us .time-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px
}

.ctc-us .time-label-row {
    font-size: 14px;
    line-height: 1.5;
    color: #4a3a3c;
    font-weight: 500;
    margin-bottom: 4px
}

.ctc-us .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    padding: 12px;
    background: #f5f0ef;
    border-radius: 14px
}

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

.ctc-us .privacy-text {
    font-size: 14px;
    line-height: 1.75;
    color: #4a3a3c
}

.ctc-us .privacy-text a {
    color: #B42B37;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .25s ease-in-out
}

.ctc-us .privacy-text a:hover {
    color: #8a1f29
}

.ctc-us .submit-btn {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #B42B37 0%, #8a1f29 100%);
    color: #fff;
    border: none !important;
    border-radius: 14px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: transform .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s ease-in-out;
    box-shadow: 1px 4px 22px -1px #b42b3714;
    position: relative;
    overflow: hidden
}

.ctc-us .submit-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #ffffff26;
    transition: width .6s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctc-us .submit-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 1px 8px 44px -1px #b42b3721
}

.ctc-us .submit-btn:active {
    transform: scale(0.98)
}

.ctc-us .submit-btn:active::before {
    width: 100%;
    transition: width .6s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.ctc-us .float-icons-strip {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #D9D0CE
}

.ctc-us .float-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    animation: icon-float 3.2s ease-in-out infinite
}

.ctc-us .float-icon-item:nth-child(2) {
    animation-delay: .8s;
    animation-duration: 3.6s
}

.ctc-us .float-icon-item:nth-child(3) {
    animation-delay: 1.4s;
    animation-duration: 2.9s
}

@keyframes icon-float {

    0%,
    100% {
        transform: translateY(0)
    }

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

.ctc-us .float-icon-item i {
    font-size: 24px;
    color: #B42B37;
    opacity: .7
}

.ctc-us .float-icon-label {
    font-size: 14px;
    line-height: 1.5;
    color: #8a7a7c
}

.ctc-us .info-band {
    padding: 48px 24px 96px;
    background: #fff
}

.ctc-us .info-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: start
}

.ctc-us .info-main {
    padding-right: 24px
}

.ctc-us .info-eyebrow {
    font-size: 14px;
    line-height: 1.5;
    color: #8a7a7c;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px
}

.ctc-us .info-heading {
    font-size: 24px;
    line-height: 1.2;
    color: #1e1214;
    font-weight: 300;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.ctc-us .info-para {
    font-size: 16px;
    line-height: 1.75;
    color: #3a2e30;
    margin: 0 96px 24px
}

.ctc-us .info-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px
}

.ctc-us .info-divider .d-long {
    height: 1px;
    background: #D9D0CE;
    flex: 3;
    border-radius: 2px
}

.ctc-us .info-divider .d-short {
    height: 1px;
    background: #B42B37;
    flex: 1;
    border-radius: 2px;
    opacity: .4
}

.ctc-us .hours-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.ctc-us .hours-list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0ecea;
    font-size: 16px;
    line-height: 1.5;
    color: #3a2e30
}

.ctc-us .hours-list li:last-child {
    border-bottom: none
}

.ctc-us .hours-list .day {
    font-weight: 500;
    color: #1e1214
}

.ctc-us .hours-list .time {
    color: #6a5a5c;
    font-size: 14px
}

.ctc-us .hours-list .closed {
    color: #B42B37;
    font-size: 14px
}

.ctc-us .info-side {
    position: relative
}

.ctc-us .side-card {
    background: linear-gradient(160deg, #1e1214 0%, #2e1a1e 100%);
    border-radius: 26px;
    padding: 48px 24px;
    position: relative;
    overflow: hidden
}

.ctc-us .side-card::before {
    content: '';
    position: absolute;
    top: -24px;
    right: -24px;
    width: 96px;
    height: 96px;
    background: #B42B37;
    opacity: .18;
    border-radius: 42px;
    pointer-events: none
}

.ctc-us .side-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: linear-gradient(to top, #b42b371f, transparent);
    pointer-events: none
}

.ctc-us .side-card-title {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 24px
}

.ctc-us .side-metric-list {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ctc-us .side-metric {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.ctc-us .metric-dot {
    width: 8px;
    height: 8px;
    background: #B42B37;
    border-radius: 2px;
    flex-shrink: 0;
    transform: rotate(45deg);
    animation: icon-float 3.4s ease-in-out infinite
}

.ctc-us .side-metric:nth-child(2) .metric-dot {
    animation-delay: 1.1s;
    background: #B6D7DE
}

.ctc-us .side-metric:nth-child(3) .metric-dot {
    animation-delay: 2.1s
}

.ctc-us .metric-text {
    font-size: 14px;
    line-height: 1.75;
    color: #ffffffb8
}

.ctc-us .metric-text strong {
    color: #fff;
    font-weight: 600
}

@media (max-width: 900px) {
    .ctc-us .reach-inner {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .ctc-us .reach-left {
        padding-right: 0
    }

    .ctc-us .reach-heading {
        font-size: 52px
    }

    .ctc-us .info-inner {
        grid-template-columns: 1fr;
        gap: 48px
    }

    .ctc-us .info-main {
        padding-right: 0
    }

    .ctc-us .info-para {
        margin: 0 0 24px
    }

    .ctc-us .diamond-accent {
        display: none
    }
}

@media (max-width: 600px) {
    .ctc-us .reach-block {
        padding: 48px 12px 24px
    }

    .ctc-us .reach-heading {
        font-size: 24px
    }

    .ctc-us .form-card {
        padding: 24px 12px;
        border-radius: 14px
    }

    .ctc-us .form-row {
        grid-template-columns: 1fr
    }

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

    .ctc-us .float-icons-strip {
        gap: 12px
    }

    .ctc-us .info-band {
        padding: 24px 12px 48px
    }

    .ctc-us .info-para {
        margin: 0 0 24px
    }

    .ctc-us .info-heading {
        font-size: 18px
    }

    .ctc-us .contact-details-grid {
        gap: 12px
    }
}

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

.dbt * {
    box-sizing: border-box
}

.dbt img {
    max-width: 100%
}

@keyframes dbt-slide-in {
    from {
        opacity: 0;
        transform: translate(-32px, 32px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes dbt-slide-in-right {
    from {
        opacity: 0;
        transform: translate(32px, -24px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes dbt-fade-up {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

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

@keyframes dbt-btn-fill {
    from {
        background-size: 0 100%
    }

    to {
        background-size: 100% 100%
    }
}

.dbt ::selection {
    background: #B42B37;
    color: #fff
}

.dbt .t-block {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
    background: #fff;
    overflow: hidden
}

.dbt .t-block .dot-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: radial-gradient(ellipse at 60% 40%, #b6d7de2e 0%, transparent 65%), radial-gradient(circle, #b42b3712 1px, transparent 1px);
    background-size: auto, 28px 28px
}

.dbt .t-img-strip {
    position: relative;
    flex: 0 0 260px;
    min-height: 420px;
    overflow: hidden;
    z-index: 1
}

.dbt .t-img-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.dbt .t-img-strip .img-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #fff0 0%, #ffffffb8 60%, #fff 100%);
    pointer-events: none
}

.dbt .t-text {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 96px 96px 96px 48px;
    animation: dbt-slide-in .38s cubic-bezier(0.4, 0, 0.2, 1) both
}

.dbt .t-text .pre-head {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #B42B37;
    margin-bottom: 12px;
    font-weight: 600
}

.dbt .t-text h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #1e1a19;
    margin: 0 0 24px;
    font-weight: 700
}

.dbt .t-text .t-desc {
    font-size: 18px;
    line-height: 1.75;
    color: #3d3533;
    max-width: 520px;
    margin: 0 0 24px
}

.dbt .t-text .t-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #fff;
    background: #B42B37;
    padding: 12px 24px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color .28s ease-in-out, transform .25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 1px 4px 22px -1px #b42b3714;
    align-self: flex-start
}

.dbt .t-text .t-link:hover {
    background: #8f1f29;
    transform: scale(1.04)
}

.dbt .t-text .t-link:focus-visible {
    outline: 3px solid #B42B37;
    outline-offset: 3px
}

.dbt .hesit {
    background: #f5f1ef;
    padding: 96px 24px
}

.dbt .hesit-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px
}

.dbt .hesit-label {
    flex: 0 0 220px;
    padding-top: 4px
}

.dbt .hesit-label .sec-num {
    font-size: 70px;
    line-height: 1.2;
    color: #b42b371a;
    font-weight: 800;
    display: block
}

.dbt .hesit-label h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #1e1a19;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 4px 0 0
}

.dbt .hesit-body {
    flex: 1 1 0;
    animation: dbt-fade-up .36s cubic-bezier(0.4, 0, 0.2, 1) .1s both
}

.dbt .hesit-body p {
    font-size: 18px;
    line-height: 1.75;
    color: #3d3533;
    margin: 0 0 24px;
    max-width: 580px
}

.dbt .hesit-body p:last-child {
    margin-bottom: 0
}

.dbt .hesit-quote {
    border-top: 2px dashed #B42B37;
    padding-top: 24px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.75;
    color: #B42B37;
    font-style: italic;
    max-width: 540px
}

.dbt .proof {
    background: #B42B37;
    padding: 96px 24px
}

.dbt .proof-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px
}

.dbt .proof-img-wrap {
    flex: 0 0 340px;
    height: 300px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 8px 44px -1px #b42b3721;
    animation: dbt-slide-in-right .38s cubic-bezier(0.4, 0, 0.2, 1) .08s both
}

.dbt .proof-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.dbt .proof-text {
    flex: 1 1 0
}

.dbt .proof-text h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 24px
}

.dbt .proof-text p {
    font-size: 16px;
    line-height: 1.75;
    color: #ffffffe0;
    margin: 0 0 24px
}

.dbt .proof-text p:last-child {
    margin-bottom: 0
}

.dbt .proof-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px
}

.dbt .proof-tags .tag {
    font-size: 14px;
    line-height: 1.5;
    color: #B42B37;
    background: #fff;
    padding: 4px 12px;
    border-radius: 2px;
    font-weight: 600
}

.dbt .proof-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #B42B37;
    background: #fff;
    padding: 12px 24px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 24px;
    transition: background-color .27s ease-in-out, transform .25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 1px 3px 3px -1px #b42b370f
}

.dbt .proof-link:hover {
    background: #f0e8e9;
    transform: scale(1.03)
}

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

.dbt .fit {
    background: #fff;
    padding: 96px 24px
}

.dbt .fit-inner {
    max-width: 1100px;
    margin: 0 auto
}

.dbt .fit-head {
    margin-bottom: 48px
}

.dbt .fit-head h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #1e1a19;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 12px
}

.dbt .fit-head p {
    font-size: 18px;
    line-height: 1.75;
    color: #3d3533;
    max-width: 600px;
    margin: 0
}

.dbt .fit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.dbt .fit-card {
    border-radius: 14px;
    padding: 24px;
    box-shadow: 1px 4px 22px -1px #b6d7de14;
    animation: dbt-fade-up .35s cubic-bezier(0.4, 0, 0.2, 1) .12s both;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.dbt .fit-card:hover {
    transform: scale(1.03);
    box-shadow: 1px 8px 44px -1px #b42b3721
}

.dbt .fit-card.yes {
    background: #b6d7de2e;
    border: 1.5px solid #b6d7de80
}

.dbt .fit-card.no {
    background: #d9d0ce38;
    border: 1.5px solid #d9d0ce80
}

.dbt .fit-card .card-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.dbt .fit-card .card-icon {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    border: 1.5px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0
}

.dbt .fit-card.yes .card-icon {
    border-color: #b6d7decc;
    color: #2a7a8a
}

.dbt .fit-card.no .card-icon {
    border-color: #b42b374d;
    color: #B42B37
}

.dbt .fit-card h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    color: #1e1a19;
    text-transform: uppercase;
    letter-spacing: .04em
}

.dbt .fit-card ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.dbt .fit-card ul li {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3533;
    padding: 4px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.dbt .fit-card ul li::before {
    content: "–";
    color: #B42B37;
    flex-shrink: 0;
    font-weight: 700;
    margin-top: 1px
}

.dbt .cond {
    background: #f5f1ef;
    padding: 96px 24px
}

.dbt .cond-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.dbt .cond-text {
    flex: 0 0 320px
}

.dbt .cond-text h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #1e1a19;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 0 24px
}

.dbt .cond-text p {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3533;
    margin: 0 0 24px
}

.dbt .cond-text p:last-child {
    margin-bottom: 0
}

.dbt .cond-img {
    margin-top: 24px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 4px 22px -1px #b6d7de14
}

.dbt .cond-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block
}

.dbt .matrix {
    flex: 1 1 0
}

.dbt .matrix-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 4px 22px -1px #b6d7de14
}

.dbt .mx-cell {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.dbt .mx-cell:hover {
    transform: scale(1.02)
}

.dbt .mx-cell.a {
    background: #b6d7de59
}

.dbt .mx-cell.b {
    background: #b6d7de2e
}

.dbt .mx-cell.c {
    background: #d9d0ce47
}

.dbt .mx-cell.d {
    background: #d9d0ce26
}

.dbt .mx-cell h4 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #1e1a19;
    margin: 0
}

.dbt .mx-cell p {
    font-size: 14px;
    line-height: 1.75;
    color: #3d3533;
    margin: 0
}

.dbt .mx-axis {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4px;
    padding: 0 4px
}

.dbt .mx-axis span {
    font-size: 14px;
    line-height: 1.5;
    color: #B42B37;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em
}

.dbt .invest {
    background: #fff;
    padding: 96px 24px
}

.dbt .invest-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: stretch
}

.dbt .invest-img-col {
    flex: 0 0 380px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 1px 8px 44px -1px #b42b3721;
    animation: dbt-slide-in .38s cubic-bezier(0.4, 0, 0.2, 1) .06s both
}

.dbt .invest-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 360px
}

.dbt .invest-cards {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.dbt .invest-cards h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #1e1a19;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0 0 12px
}

.dbt .i-card {
    border-radius: 14px;
    padding: 24px;
    background: #f5f1ef;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    transition: box-shadow .27s ease-in-out, transform .27s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 1px 3px 3px -1px #b42b370f
}

.dbt .i-card:hover {
    box-shadow: 1px 4px 22px -1px #b42b3714;
    transform: scale(1.02)
}

.dbt .i-card .i-icon {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: 1.5px solid #b42b3740;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B42B37;
    font-size: 18px;
    flex-shrink: 0
}

.dbt .i-card-body h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e1a19;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.dbt .i-card-body p {
    font-size: 14px;
    line-height: 1.75;
    color: #3d3533;
    margin: 0
}

.dbt .approach {
    background: #b6d7de26;
    padding: 96px 24px
}

.dbt .approach-inner {
    max-width: 1100px;
    margin: 0 auto
}

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

.dbt .approach-top h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #1e1a19;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0;
    flex: 1 1 0
}

.dbt .approach-top p {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3533;
    margin: 0;
    flex: 1 1 0;
    max-width: 460px
}

.dbt .approach-steps {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative
}

.dbt .approach-steps::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: repeating-linear-gradient(to bottom, #B42B37 0px, #B42B37 8px, transparent 8px, transparent 16px);
    pointer-events: none
}

.dbt .ap-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 1px 3px 3px -1px #b6d7de0f;
    transition: box-shadow .28s ease-in-out, transform .28s cubic-bezier(0.4, 0, 0.2, 1);
    animation: dbt-fade-up .36s cubic-bezier(0.4, 0, 0.2, 1) both
}

.dbt .ap-step:nth-child(1) {
    animation-delay: .05s
}

.dbt .ap-step:nth-child(2) {
    animation-delay: .12s
}

.dbt .ap-step:nth-child(3) {
    animation-delay: .19s
}

.dbt .ap-step:nth-child(4) {
    animation-delay: .26s
}

.dbt .ap-step:hover {
    box-shadow: 1px 4px 22px -1px #b42b3714;
    transform: scale(1.02)
}

.dbt .ap-num {
    width: 56px;
    height: 56px;
    border-radius: 42px;
    background: #B42B37;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 1px 4px 22px -1px #b42b3714
}

.dbt .ap-content {
    flex: 1 1 0;
    padding-top: 4px
}

.dbt .ap-content h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e1a19;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.dbt .ap-content p {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3533;
    margin: 0
}

.dbt .approach-bottom {
    margin-top: 48px;
    border-top: 2px dashed #b42b374d;
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 48px
}

.dbt .approach-bottom .ab-img {
    flex: 0 0 260px;
    height: 200px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 1px 8px 44px -1px #b42b3721
}

.dbt .approach-bottom .ab-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.dbt .approach-bottom .ab-text {
    flex: 1 1 0
}

.dbt .approach-bottom .ab-text p {
    font-size: 18px;
    line-height: 1.75;
    color: #3d3533;
    margin: 0 0 24px
}

.dbt .approach-bottom .ab-text .ab-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #fff;
    background: #B42B37;
    padding: 12px 24px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color .28s ease-in-out, transform .25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 1px 4px 22px -1px #b42b3714
}

.dbt .approach-bottom .ab-text .ab-link:hover {
    background: #8f1f29;
    transform: scale(1.04)
}

.dbt .approach-bottom .ab-text .ab-link:focus-visible {
    outline: 3px solid #B42B37;
    outline-offset: 3px
}

@media (max-width: 1200px) {
    .dbt .t-text {
        padding: 96px 48px 96px 24px
    }

    .dbt .t-img-strip {
        flex: 0 0 200px
    }
}

@media (max-width: 900px) {
    .dbt .t-block {
        flex-direction: column
    }

    .dbt .t-img-strip {
        flex: 0 0 220px;
        min-height: 220px;
        width: 100%
    }

    .dbt .t-img-strip .img-fade {
        background: linear-gradient(to bottom, transparent 0%, #ffffffb8 60%, #fff 100%)
    }

    .dbt .t-text {
        padding: 48px 24px
    }

    .dbt .t-text h1 {
        font-size: 52px
    }

    .dbt .hesit-inner {
        flex-direction: column;
        gap: 24px
    }

    .dbt .hesit-label {
        flex: none
    }

    .dbt .proof-inner {
        flex-direction: column;
        gap: 24px
    }

    .dbt .proof-img-wrap {
        flex: none;
        width: 100%;
        height: 220px
    }

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

    .dbt .cond-inner {
        flex-direction: column;
        gap: 24px
    }

    .dbt .cond-text {
        flex: none
    }

    .dbt .invest-inner {
        flex-direction: column;
        gap: 24px
    }

    .dbt .invest-img-col {
        flex: none;
        width: 100%;
        height: 260px
    }

    .dbt .invest-img-col img {
        min-height: 260px
    }

    .dbt .approach-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .dbt .approach-bottom {
        flex-direction: column;
        gap: 24px
    }

    .dbt .approach-bottom .ab-img {
        flex: none;
        width: 100%;
        height: 200px
    }
}

@media (max-width: 600px) {
    .dbt .t-text h1 {
        font-size: 36px
    }

    .dbt .t-text {
        padding: 48px 12px
    }

    .dbt .hesit {
        padding: 48px 24px
    }

    .dbt .proof {
        padding: 48px 24px
    }

    .dbt .fit {
        padding: 48px 24px
    }

    .dbt .cond {
        padding: 48px 24px
    }

    .dbt .invest {
        padding: 48px 24px
    }

    .dbt .approach {
        padding: 48px 24px
    }

    .dbt .mx-axis {
        flex-direction: column;
        gap: 4px
    }

    .dbt .approach-steps::before {
        display: none
    }
}

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

.success-pg .inner-wrap {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.success-pg .icon-ring {
    width: 88px;
    height: 88px;
    border-radius: 42px;
    background: linear-gradient(135deg, #B6D7DE 0%, #D9D0CE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    box-shadow: 1px 8px 44px -1px #b42b3721;
    flex-shrink: 0
}

.success-pg .icon-ring svg {
    display: block
}

.success-pg .msg-head {
    font-size: 52px;
    line-height: 1.2;
    color: #1b1b1b;
    margin: 0 0 24px;
    font-weight: 700;
    letter-spacing: -.5px
}

.success-pg .msg-sub {
    font-size: 18px;
    line-height: 1.75;
    color: #3a3535;
    max-width: 480px;
    margin: 0 0 48px
}

.success-pg .divider-line {
    width: 56px;
    height: 3px;
    border-radius: 2px;
    background: #B42B37;
    margin: 0 auto 48px
}

.success-pg .action-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.success-pg .btn-home {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: #B42B37;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 1px 4px 22px -1px #b42b3714;
    transition: background .28s cubic-bezier(0.4, 0, 0.2, 1), transform .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s ease-in-out;
    position: relative;
    overflow: hidden
}

.success-pg .btn-home:hover {
    background: #921f29;
    transform: scale(1.04);
    box-shadow: 1px 8px 44px -1px #b42b3721
}

.success-pg .btn-home:focus-visible {
    outline: 3px solid #B42B37;
    outline-offset: 3px
}

.success-pg .btn-home:active {
    transform: scale(0.98)
}

.success-pg .btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: transparent;
    color: #B42B37;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    border: 2px solid #B42B37;
    border-radius: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: background .32s ease-in-out, color .32s ease-in-out, transform .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.success-pg .btn-contact:hover {
    background: #B42B37;
    color: #fff;
    transform: scale(1.03)
}

.success-pg .btn-contact:focus-visible {
    outline: 3px solid #B42B37;
    outline-offset: 3px
}

.success-pg .note-strip {
    margin-top: 48px;
    padding: 12px 24px;
    background: #f4f1f0;
    border-radius: 26px;
    font-size: 14px;
    line-height: 1.5;
    color: #5a5050;
    max-width: 420px;
    text-align: center
}

.success-pg .note-strip strong {
    color: #1b1b1b
}

@media (max-width: 600px) {
    .success-pg {
        padding: 48px 24px
    }

    .success-pg .msg-head {
        font-size: 24px
    }

    .success-pg .msg-sub {
        font-size: 16px
    }

    .success-pg .action-row {
        flex-direction: column;
        gap: 12px;
        width: 100%
    }

    .success-pg .btn-home,
    .success-pg .btn-contact {
        width: 100%;
        justify-content: center
    }
}