* {
    box-sizing: border-box
}

html {
    scroll-behavior: auto
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%
}

.hd-bar {
    background: linear-gradient(135deg, #1a0204 0%, #2d0508 40%, #0e1f1e 100%);
    border-bottom: 2px solid #BB0F19;
    position: relative
}

.hd-bar::after {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #BB0F19 0%, #43D5CB 50%, #FFF4D2 100%)
}

.hd-plate {
    max-width: 1024px;
    margin: 0 auto;
    padding: 28px 28px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.hd-brand-pod {
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.hd-brand-pod a {
    display: flex;
    align-items: center;
    text-decoration: none
}

.hd-logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 60px;
    border: 1px solid #ffffffb3;
    border-radius: 10px;
    background: #ffffff14;
    box-shadow: inset 0 0 12px #43d5cb26 2px 4px 28px 1px #bb0f1917;
    padding: 6px 14px
}

.hd-logo-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block
}

.hd-menu-pod {
    flex: 1;
    display: flex;
    justify-content: center
}

.hd-menu-pod ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center
}

.hd-menu-pod ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFF4D2;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: color .15s ease-out, border-color .15s ease-out, background .2s ease;
    white-space: nowrap
}

.hd-menu-pod ul li a i {
    font-size: 13px;
    color: #43D5CB;
    transition: color .15s ease-out
}

.hd-menu-pod ul li a:hover {
    color: #43D5CB;
    border-color: #43d5cb4d;
    background: #43d5cb12
}

.hd-menu-pod ul li a:hover i {
    color: #FFF4D2
}

.hd-menu-pod ul li a:focus {
    outline: none;
    transform: scale(1.02);
    color: #43D5CB;
    border-color: #43D5CB
}

.hd-action-pod {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px
}

.hd-cert-mark {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: #fff4d20f;
    border: 1px solid #fff4d233;
    border-radius: 18px;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFF4D2;
    letter-spacing: .04em
}

.hd-cert-mark i {
    color: #43D5CB;
    font-size: 13px
}

.hd-contact-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    background: #BB0F19;
    border: 1px solid #BB0F19;
    border-radius: 6px;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    letter-spacing: .03em;
    box-shadow: 2px 4px 28px 1px #bb0f1917;
    transition: background .18s ease-out, border-color .18s ease-out, transform .12s ease
}

.hd-contact-link i {
    font-size: 13px
}

.hd-contact-link:hover {
    background: #8f0b12;
    border-color: #8f0b12
}

.hd-contact-link:focus {
    outline: none;
    transform: scale(1.02)
}

.ft-root {
    background: linear-gradient(180deg, #0e1f1e 0%, #1a0204 60%, #0a1212 100%);
    border-top: 2px solid #BB0F19;
    font-family: 'Rubik', sans-serif
}

.ft-top-strip {
    max-width: 1024px;
    margin: 0 auto;
    padding: 56px 28px 28px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px
}

.ft-col-pod {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.ft-col-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #43D5CB;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid #43d5cb33
}

.ft-col-pod ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ft-col-pod ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff4d2bf;
    text-decoration: none;
    border-radius: 6px;
    padding: 6px;
    transition: color .15s ease-out, background .18s ease
}

.ft-col-pod ul li a i {
    font-size: 13px;
    color: #BB0F19;
    flex-shrink: 0
}

.ft-col-pod ul li a:hover {
    color: #FFF4D2;
    background: #fff4d20d
}

.ft-col-pod ul li a:focus {
    outline: none;
    transform: scale(1.02);
    color: #43D5CB
}

.ft-contact-cell {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.ft-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff4d2bf
}

.ft-contact-item i {
    font-size: 13px;
    color: #43D5CB;
    margin-top: 4px;
    flex-shrink: 0
}

.ft-contact-item a {
    color: #fff4d2bf;
    text-decoration: none;
    transition: color .15s ease-out
}

.ft-contact-item a:hover {
    color: #43D5CB
}

.ft-contact-item a:focus {
    outline: none;
    transform: scale(1.02);
    color: #43D5CB
}

.ft-mid-strip {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 28px 28px;
    border-top: 1px solid #43d5cb1a;
    padding-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap
}

.ft-wa-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    background: #43d5cb1a;
    border: 1px solid #43D5CB;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #43D5CB;
    text-decoration: none;
    transition: background .18s ease-out, color .15s ease-out;
    box-shadow: 2px 1px 5px 1px #43d5cb14
}

.ft-wa-btn i {
    font-size: 17px
}

.ft-wa-btn:hover {
    background: #43d5cb33;
    color: #FFF4D2
}

.ft-wa-btn:focus {
    outline: none;
    transform: scale(1.02)
}

.ft-policy-deck {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap
}

.ft-policy-deck a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff4d280;
    text-decoration: none;
    letter-spacing: .03em;
    transition: color .15s ease-out
}

.ft-policy-deck a:hover {
    color: #FFF4D2
}

.ft-policy-deck a:focus {
    outline: none;
    transform: scale(1.02);
    color: #43D5CB
}

.ft-policy-deck span {
    color: #fff4d233;
    font-size: 13px
}

.ft-bottom-strip {
    background: #0000004d;
    border-top: 1px solid #bb0f1940
}

.ft-bottom-cell {
    max-width: 1024px;
    margin: 0 auto;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px
}

.ft-logo-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 60px;
    border: 1px solid #ffffff80;
    border-radius: 10px;
    background: #ffffff0f;
    box-shadow: inset 0 0 10px #43d5cb1a 2px 1px 5px 1px #bb0f1914;
    padding: 6px 14px
}

.ft-logo-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block
}

.ft-copy {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff4d266;
    letter-spacing: .03em;
    text-align: center
}

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

    .hd-action-pod {
        align-items: flex-start
    }

    .ft-top-strip {
        grid-template-columns: 1fr 1fr;
        padding: 28px 14px 14px
    }

    .ft-mid-strip {
        padding: 14px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 480px) {
    .ft-top-strip {
        grid-template-columns: 1fr
    }

    .hd-cert-mark {
        display: none
    }
}

.agreement-content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 56px 28px;
    color: #2a2a2a
}

.agreement-content h1 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -.5px;
    color: #BB0F19;
    margin-bottom: 28px;
    margin-top: 0
}

.agreement-content h2 {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: .04em;
    color: #1b1b1b;
    margin-top: 56px;
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 2px solid #FFF4D2
}

.agreement-content h3 {
    font-size: 17px;
    line-height: 1.6;
    color: #BB0F19;
    margin-top: 28px;
    margin-bottom: 14px
}

.agreement-content h4,
.agreement-content h5,
.agreement-content h6 {
    font-size: 15px;
    line-height: 1.6;
    color: #1b1b1b;
    margin-top: 28px;
    margin-bottom: 6px
}

.agreement-content p {
    font-size: 15px;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 14px;
    color: #2a2a2a
}

.agreement-content strong,
.agreement-content b {
    font-weight: 700;
    color: #1b1b1b
}

.agreement-content a {
    color: #BB0F19;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .15s ease-out, text-decoration-color .15s ease-out
}

.agreement-content a:hover {
    color: #43D5CB;
    text-decoration-color: #43D5CB
}

.agreement-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 1.6;
    box-shadow: 2px 4px 28px 1px #bb0f1917;
    border-radius: 10px;
    overflow: hidden
}

.agreement-content thead {
    background-color: #BB0F19;
    color: #fff
}

.agreement-content thead th {
    padding: 14px 28px;
    font-size: 13px;
    letter-spacing: .06em;
    text-align: left;
    font-weight: 700;
    color: #fff
}

.agreement-content tbody tr {
    border-bottom: 1px solid #FFF4D2;
    transition: background-color .1s ease-out
}

.agreement-content tbody tr:last-child {
    border-bottom: none
}

.agreement-content tbody tr:nth-child(even) {
    background-color: #fffdf5
}

.agreement-content tbody tr:hover {
    background-color: #fff4d2
}

.agreement-content td {
    padding: 14px 28px;
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a;
    vertical-align: top
}

.agreement-content th {
    padding: 14px 28px;
    text-align: left
}

.agreement-content div {
    font-size: 15px;
    line-height: 1.6
}

@media (max-width: 680px) {
    .agreement-content {
        padding: 28px 14px
    }

    .agreement-content h1 {
        font-size: 17px;
        line-height: 1.2
    }

    .agreement-content h2 {
        margin-top: 28px
    }

    .agreement-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 6px
    }

    .agreement-content thead th,
    .agreement-content td {
        padding: 14px;
        white-space: nowrap
    }
}

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

.ptf .pg-wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 28px
}

.ptf .grad-txt {
    background: linear-gradient(to top, #43D5CB, #BB0F19);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ptf .split-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 120px
}

.ptf .split-band__red {
    background: #BB0F19;
    padding: 28px 28px 28px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.ptf .split-band__red::after {
    content: '';
    position: absolute;
    right: -28px;
    top: 0;
    width: 56px;
    height: 100%;
    background: #BB0F19;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 2
}

.ptf .split-band__teal {
    background: #43D5CB;
    padding: 28px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: relative
}

.ptf .band-heading {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -1px;
    margin: 0
}

.ptf .band-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 700;
    color: #BB0F19;
    background: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .15s ease-out, color .15s ease-out;
    border: 2px solid #BB0F19
}

.ptf .band-link:hover {
    background: #BB0F19;
    color: #fff
}

.ptf .band-link:focus {
    outline: 2px solid #BB0F19;
    outline-offset: 2px
}

.ptf .band-img-wrap {
    width: 180px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 28px 1px #bb0f1917;
    position: relative
}

.ptf .band-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(0px)
}

.ptf .band-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 18px 6px #43d5cb38;
    border-radius: 10px;
    pointer-events: none
}

.ptf .dir-arrow {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px
}

.ptf .dir-arrow span {
    display: block;
    height: 2px;
    background: #ffffff80;
    border-radius: 0;
    transition: width .2s ease-out
}

.ptf .dir-arrow span:nth-child(1) {
    width: 14px
}

.ptf .dir-arrow span:nth-child(2) {
    width: 28px
}

.ptf .dir-arrow span:nth-child(3) {
    width: 56px
}

.ptf .split-band__red:hover .dir-arrow span:nth-child(1) {
    width: 28px
}

.ptf .split-band__red:hover .dir-arrow span:nth-child(2) {
    width: 42px
}

.ptf .split-band__red:hover .dir-arrow span:nth-child(3) {
    width: 70px
}

.ptf .timeline-sec {
    background: #fff;
    padding: 56px 0;
    border-top: 3px solid #FFF4D2
}

.ptf .timeline-sec__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 28px
}

.ptf .sec-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #BB0F19;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block
}

.ptf .sec-head {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 28px
}

.ptf .timeline-track {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    overflow: visible
}

.ptf .timeline-track::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #43D5CB 0%, #BB0F19 100%);
    border-radius: 0;
    z-index: 0
}

.ptf .tl-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1
}

.ptf .tl-dot {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    border: 3px solid #BB0F19;
    background: #fff;
    margin-bottom: 14px;
    flex-shrink: 0;
    transition: background .15s ease-out, border-color .15s ease-out;
    box-shadow: 2px 1px 5px 1px #bb0f1914
}

.ptf .tl-item:hover .tl-dot {
    background: #BB0F19;
    border-color: #43D5CB
}

.ptf .tl-body {
    text-align: center;
    padding: 0 6px
}

.ptf .tl-year {
    font-size: 13px;
    font-weight: 700;
    color: #43D5CB;
    letter-spacing: .08em;
    display: block;
    margin-bottom: 6px
}

.ptf .tl-event {
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a;
    font-weight: 600;
    display: block;
    margin-bottom: 6px
}

.ptf .tl-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #555
}

.ptf .img-sec {
    background: #f5f0e8;
    padding: 56px 0;
    border-top: 1px solid #FFF4D2;
    border-bottom: 4px solid #BB0F19
}

.ptf .img-sec__grid {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start
}

.ptf .img-frame {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 2px 8px 48px 1px #bb0f1921
}

.ptf .img-frame img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block
}

.ptf .img-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #bb0f1914, transparent 60%);
    z-index: 1;
    pointer-events: none
}

.ptf .txt-col {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.ptf .txt-col .sec-head {
    margin-bottom: 6px
}

.ptf .para-block {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ptf .para-label {
    font-size: 13px;
    font-weight: 700;
    color: #BB0F19;
    letter-spacing: .06em
}

.ptf .para-body {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.ptf .para-body em {
    color: #BB0F19;
    font-style: italic
}

.ptf .table-sec {
    background: #fff;
    padding: 56px 0;
    border-top: 2px solid #43D5CB
}

.ptf .table-sec__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.ptf .narr-col {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.ptf .narr-col .sec-head {
    margin-bottom: 6px
}

.ptf .narr-para {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.ptf .narr-para em {
    color: #43D5CB;
    font-style: italic
}

.ptf .prog-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 28px 1px #43d5cb17
}

.ptf .prog-table thead tr {
    background: #BB0F19
}

.ptf .prog-table thead th {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 14px;
    text-align: left;
    letter-spacing: .06em
}

.ptf .prog-table tbody tr {
    border-bottom: 1px solid #FFF4D2;
    transition: background .12s ease-out
}

.ptf .prog-table tbody tr:last-child {
    border-bottom: none !important
}

.ptf .prog-table tbody tr:hover {
    background: #FFF4D2
}

.ptf .prog-table tbody td {
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a;
    padding: 14px;
    vertical-align: top
}

.ptf .prog-table tbody td:first-child {
    font-weight: 700;
    color: #BB0F19
}

.ptf .prog-table tbody td .tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #43D5CB;
    background: #43d5cb1a;
    border-radius: 6px;
    padding: 2px 6px
}

.ptf .trace-box {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 14px;
    margin-top: 14px;
    position: relative;
    animation: border-trace 1.8s ease-out forwards
}

@keyframes border-trace {
    0% {
        border-color: transparent;
        box-shadow: none
    }

    30% {
        border-color: #43D5CB;
        box-shadow: inset 0 0 8px 2px #43d5cb1f
    }

    100% {
        border-color: #43D5CB;
        box-shadow: inset 0 0 8px 2px #43d5cb1f
    }
}

.ptf .trace-box .trace-label {
    font-size: 13px;
    font-weight: 700;
    color: #43D5CB;
    letter-spacing: .08em;
    display: block;
    margin-bottom: 6px
}

.ptf .trace-box .trace-text {
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a
}

@media (max-width: 768px) {
    .ptf .split-band {
        grid-template-columns: 1fr
    }

    .ptf .split-band__red::after {
        display: none
    }

    .ptf .split-band__teal {
        align-items: flex-start;
        padding: 28px
    }

    .ptf .band-heading {
        font-size: 17px
    }

    .ptf .timeline-track {
        flex-direction: column;
        gap: 28px
    }

    .ptf .timeline-track::before {
        top: 0;
        bottom: 0;
        left: 8px;
        right: auto;
        width: 3px;
        height: auto
    }

    .ptf .tl-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 14px
    }

    .ptf .tl-dot {
        margin-bottom: 0;
        flex-shrink: 0;
        margin-top: 2px
    }

    .ptf .tl-body {
        text-align: left;
        padding: 0
    }

    .ptf .img-sec__grid {
        grid-template-columns: 1fr
    }

    .ptf .table-sec__inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .ptf .prog-table thead th,
    .ptf .prog-table tbody td {
        padding: 6px;
        font-size: 13px
    }
}

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

.ctus .pg-wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 28px
}

.ctus .reveal-child {
    opacity: 0;
    transform: translateY(14px);
    animation: ctus-reveal .18s ease-out forwards
}

.ctus .reveal-child:nth-child(1) {
    animation-delay: .05s
}

.ctus .reveal-child:nth-child(2) {
    animation-delay: .12s
}

.ctus .reveal-child:nth-child(3) {
    animation-delay: .19s
}

.ctus .reveal-child:nth-child(4) {
    animation-delay: .26s
}

.ctus .reveal-child:nth-child(5) {
    animation-delay: .33s
}

.ctus .reveal-child:nth-child(6) {
    animation-delay: .4s
}

@keyframes ctus-reveal {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.ctus .top-band {
    border-top: 4px solid #BB0F19;
    border-bottom: 4px solid #43D5CB;
    background: #FFF4D2;
    padding: 56px 0;
    position: relative
}

.ctus .top-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #bb0f1912 1px, transparent 1px);
    background-size: 22px 22px;
    pointer-events: none
}

.ctus .top-band .pg-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 56px
}

.ctus .band-left {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.ctus .band-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.ctus .pg-label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #BB0F19;
    font-weight: 700;
    text-transform: uppercase
}

.ctus .pg-heading {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 900;
    background: linear-gradient(to top, #43D5CB, #BB0F19);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0
}

.ctus .pg-sub {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.ctus .metric-pair {
    display: flex;
    flex-direction: row;
    gap: 28px
}

.ctus .metric-item {
    flex: 1;
    border: 2px solid #43D5CB;
    border-radius: 10px;
    padding: 14px;
    background: #fff;
    box-shadow: 2px 1px 5px 1px #43d5cb14
}

.ctus .metric-num {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 900;
    color: #BB0F19
}

.ctus .metric-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a
}

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

.ctus .contact-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a
}

.ctus .contact-list li .ico {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #BB0F19;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px
}

.ctus .contact-list li a {
    color: #2a2a2a;
    text-decoration: none;
    transition: background .15s ease-out, color .15s ease-out;
    border-radius: 6px;
    padding: 0 6px
}

.ctus .contact-list li a:hover {
    background: #FFF4D2;
    color: #BB0F19
}

.ctus .form-blk {
    background: #fff;
    border-top: 4px solid #43D5CB;
    border-bottom: 4px solid #BB0F19;
    padding: 56px 0
}

.ctus .form-blk .pg-wrap {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.ctus .form-side {
    flex: 1
}

.ctus .form-note {
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.ctus .note-card {
    border-radius: 18px;
    background: linear-gradient(to top, #43d5cb1f, transparent);
    border: 1px solid #43D5CB;
    padding: 28px;
    box-shadow: 2px 4px 28px 1px #43d5cb17
}

.ctus .note-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #BB0F19;
    margin: 0 0 14px;
    line-height: 1.2
}

.ctus .note-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.ctus .form-heading {
    font-size: 17px;
    font-weight: 700;
    color: #BB0F19;
    margin: 0 0 28px;
    line-height: 1.2
}

.ctus form {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.ctus .field-row {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ctus .field-row label {
    font-size: 13px;
    font-weight: 700;
    color: #2a2a2a;
    letter-spacing: .06em
}

.ctus .field-row input[type="text"],
.ctus .field-row input[type="tel"],
.ctus .field-row select {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    line-height: 1.6;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
    color: #2a2a2a;
    box-sizing: border-box;
    transition: border-color .15s ease-out, box-shadow .18s ease;
    outline: none;
    appearance: none;
    -webkit-appearance: none
}

.ctus .field-row input[type="text"]:focus,
.ctus .field-row input[type="tel"]:focus,
.ctus .field-row select:focus {
    border-color: #BB0F19;
    box-shadow: inset 0 0 0 3px #bb0f1912
}

.ctus .field-row input::placeholder {
    color: #aaa;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ctus .select-wrap {
    position: relative
}

.ctus .select-wrap select {
    width: 100%;
    padding-right: 40px;
    cursor: pointer
}

.ctus .select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #BB0F19;
    pointer-events: none
}

.ctus .slot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px
}

.ctus .slot-opt {
    position: relative
}

.ctus .slot-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.ctus .slot-opt label {
    display: block;
    padding: 6px 14px;
    font-size: 13px;
    line-height: 1.6;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    color: #2a2a2a;
    background: #fff;
    transition: border-color .12s ease-out, background .12s ease-out, color .12s ease-out;
    font-weight: 400;
    letter-spacing: 0
}

.ctus .slot-opt input[type="radio"]:checked+label {
    border-color: #BB0F19;
    background: #BB0F19;
    color: #fff
}

.ctus .slot-opt label:hover {
    border-color: #43D5CB
}

.ctus .slot-opt input[type="radio"]:focus+label {
    outline: 2px solid #43D5CB;
    outline-offset: 2px
}

.ctus .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px
}

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

.ctus .privacy-row span {
    font-size: 13px;
    line-height: 1.6;
    color: #2a2a2a
}

.ctus .privacy-row span a {
    color: #BB0F19;
    text-decoration: underline;
    border-radius: 6px;
    padding: 0 6px;
    transition: background .12s ease-out
}

.ctus .privacy-row span a:hover {
    background: #FFF4D2
}

.ctus .submit-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #BB0F19;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 4px 28px 1px #bb0f1917;
    transition: background .15s ease-out, box-shadow .18s ease
}

.ctus .submit-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #ffffff2e;
    border-radius: 10px
}

.ctus .submit-btn:active::after {
    width: 100%;
    transition: width .6s ease
}

.ctus .submit-btn:hover {
    background: #8f0b12;
    box-shadow: 2px 8px 48px 1px #bb0f1921
}

.ctus .submit-btn:focus {
    outline: 2px solid #43D5CB;
    outline-offset: 3px
}

.ctus .submit-btn i {
    font-size: 15px
}

.ctus .field-section-label {
    font-size: 13px;
    font-weight: 700;
    color: #2a2a2a;
    letter-spacing: .06em;
    margin-bottom: 6px;
    display: block
}

@media (max-width: 768px) {
    .ctus .top-band .pg-wrap {
        flex-direction: column;
        gap: 28px
    }

    .ctus .band-left {
        flex: none
    }

    .ctus .form-blk .pg-wrap {
        flex-direction: column;
        gap: 28px
    }

    .ctus .form-note {
        flex: none;
        width: 100%
    }

    .ctus .pg-heading {
        font-size: 50px
    }

    .ctus .slot-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 480px) {
    .ctus .metric-pair {
        flex-direction: column;
        gap: 14px
    }

    .ctus .slot-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ctus .top-band {
        padding: 28px 0
    }

    .ctus .form-blk {
        padding: 28px 0
    }
}

.frnt {
    background: #fff;
    overflow-x: hidden;
    position: relative
}

.frnt .dot-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0
}

.frnt .dot-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #BB0F19 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .045
}

.frnt .geo-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none
}

.frnt .t-blk {
    position: relative;
    padding: 96px 28px;
    overflow: hidden
}

.frnt .t-blk .dot-bg {
    position: absolute;
    inset: 0
}

.frnt .t-blk-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 56px;
    position: relative;
    z-index: 1
}

.frnt .t-img-col {
    flex: 0 0 420px;
    position: relative;
    border-radius: 18px;
    overflow: hidden
}

.frnt .t-img-col img {
    width: 420px;
    height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
    animation: slow-zoom 12s ease-in-out infinite alternate
}

@keyframes slow-zoom {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.06)
    }
}

.frnt .t-img-col .img-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #ffffffeb 0%, #fff6 55%, transparent 100%);
    pointer-events: none
}

.frnt .t-txt-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px
}

.frnt .t-label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #BB0F19;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2
}

.frnt .t-h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    background: linear-gradient(0deg, #43D5CB 0%, #BB0F19 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0
}

.frnt .t-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.frnt .t-desc strong {
    color: #BB0F19;
    font-style: italic
}

.frnt .t-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #BB0F19;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    transition: background .15s ease-out, transform .12s ease-out;
    align-self: flex-start;
    line-height: 1.2
}

.frnt .t-link:hover {
    background: #8f0b12;
    transform: translateY(-2px)
}

.frnt .t-link:focus {
    outline: 2px solid #43D5CB;
    outline-offset: 3px
}

.frnt .t-link i {
    font-size: 13px
}

.frnt .diff-sec {
    background: #FFF4D2;
    padding: 96px 28px;
    position: relative
}

.frnt .diff-sec-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.frnt .diff-hd {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: sticky;
    top: 28px
}

.frnt .diff-hd h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    background: linear-gradient(0deg, #43D5CB 0%, #BB0F19 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frnt .diff-hd .rule-line {
    width: 56px;
    height: 3px;
    background: #43D5CB;
    border-radius: 0
}

.frnt .diff-hd p {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.frnt .diff-matrix {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 28px 1px #bb0f1917
}

.frnt .mx-row {
    display: grid;
    grid-template-columns: 1fr 56px 56px;
    align-items: center;
    padding: 14px 28px;
    gap: 14px;
    background: #fff;
    border-bottom: 1px solid #FFF4D2;
    transition: background .15s ease-out
}

.frnt .mx-row:hover {
    background: #fff8ec
}

.frnt .mx-row.mx-head {
    background: #BB0F19;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.frnt .mx-row.mx-head .mx-col-lbl {
    color: #fff
}

.frnt .mx-feat {
    font-size: 15px;
    color: #2a2a2a;
    line-height: 1.6;
    font-weight: 600
}

.frnt .mx-col-lbl {
    font-size: 13px;
    color: #888;
    text-align: center
}

.frnt .mx-ind {
    display: flex;
    align-items: center;
    justify-content: center
}

.frnt .ind-yes {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #43D5CB;
    display: flex;
    align-items: center;
    justify-content: center
}

.frnt .ind-yes i {
    font-size: 11px;
    color: #fff
}

.frnt .ind-no {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center
}

.frnt .ind-no i {
    font-size: 11px;
    color: #bbb
}

.frnt .exp-sec {
    background: #fff;
    padding: 96px 28px;
    position: relative
}

.frnt .exp-sec-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px
}

.frnt .exp-sec-hd {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 560px
}

.frnt .exp-sec-hd h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    background: linear-gradient(0deg, #43D5CB 0%, #BB0F19 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frnt .exp-sec-hd .rule-line {
    width: 56px;
    height: 3px;
    background: #BB0F19;
    border-radius: 0
}

.frnt .exp-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px
}

.frnt .exp-card {
    border-radius: 18px;
    overflow: hidden;
    background: #FFF4D2;
    display: flex;
    flex-direction: column;
    transition: transform .18s ease-out, box-shadow .18s ease-out;
    box-shadow: 2px 1px 5px 1px #bb0f1914
}

.frnt .exp-card:hover {
    transform: translateY(-6px);
    box-shadow: 2px 8px 48px 1px #bb0f1921
}

.frnt .exp-card-img {
    width: 100%;
    height: 220px;
    overflow: hidden
}

.frnt .exp-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s ease-out
}

.frnt .exp-card:hover .exp-card-img img {
    transform: scale(1.05)
}

.frnt .exp-card-body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1
}

.frnt .exp-person {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px
}

.frnt .exp-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #BB0F19;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.frnt .exp-avatar i {
    font-size: 17px;
    color: #fff
}

.frnt .exp-name {
    font-size: 15px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 1.2
}

.frnt .exp-role {
    font-size: 13px;
    color: #BB0F19;
    font-style: italic;
    line-height: 1.2
}

.frnt .exp-quote {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.frnt .exp-quote em {
    color: #BB0F19;
    font-style: italic
}

.frnt .exp-card-wide {
    grid-column: 1 / -1;
    flex-direction: row;
    gap: 0
}

.frnt .exp-card-wide .exp-card-img {
    width: 320px;
    height: auto;
    flex-shrink: 0
}

.frnt .exp-card-wide .exp-card-img img {
    width: 320px;
    height: 100%;
    min-height: 200px
}

.frnt .rep-sec {
    background: linear-gradient(0deg, #43D5CB 0%, transparent 100%), #FFF4D2;
    padding: 96px 28px;
    position: relative
}

.frnt .rep-sec-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px
}

.frnt .rep-hd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px
}

.frnt .rep-hd h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    background: linear-gradient(0deg, #fff 0%, #BB0F19 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 480px
}

.frnt .rep-hd p {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0;
    max-width: 320px
}

.frnt .rep-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.frnt .rep-item {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 2px 1px 5px 1px #43d5cb14;
    transition: transform .12s ease-out, box-shadow .14s ease-out;
    position: relative;
    overflow: hidden
}

.frnt .rep-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #BB0F19, #43D5CB)
}

.frnt .rep-item:hover {
    transform: translateY(-4px);
    box-shadow: 2px 8px 48px 1px #43d5cb21
}

.frnt .rep-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #FFF4D2;
    display: flex;
    align-items: center;
    justify-content: center
}

.frnt .rep-icon i {
    font-size: 17px;
    color: #BB0F19
}

.frnt .rep-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 1.2;
    margin: 0
}

.frnt .rep-item p {
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    margin: 0
}

.frnt .shape-sec {
    background: #fff;
    padding: 96px 28px;
    position: relative
}

.frnt .shape-sec-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px
}

.frnt .shape-hd {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 600px
}

.frnt .shape-hd h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    background: linear-gradient(0deg, #43D5CB 0%, #BB0F19 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frnt .shape-hd .rule-line {
    width: 56px;
    height: 3px;
    background: #43D5CB
}

.frnt .shape-hd p {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.frnt .shape-track {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative
}

.frnt .shape-track::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(0deg, #43D5CB 0%, #BB0F19 100%)
}

.frnt .trk-item {
    display: flex;
    flex-direction: row;
    gap: 28px;
    padding: 28px 0;
    position: relative;
    cursor: default
}

.frnt .trk-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #BB0F19;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: background .15s ease-out, border-color .15s ease-out
}

.frnt .trk-item:hover .trk-dot {
    background: #BB0F19
}

.frnt .trk-item:hover .trk-dot i {
    color: #fff
}

.frnt .trk-dot i {
    font-size: 15px;
    color: #BB0F19;
    transition: color .15s ease-out
}

.frnt .trk-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 6px
}

.frnt .trk-body h4 {
    font-size: 15px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 1.2;
    margin: 0
}

.frnt .trk-body p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0
}

.frnt .trk-body em {
    color: #BB0F19;
    font-style: italic
}

.frnt .trk-item:hover .trk-body h4 {
    color: #BB0F19
}

.frnt .shape-img-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: stretch
}

.frnt .shape-img-wrap {
    flex: 1;
    border-radius: 18px;
    overflow: hidden;
    height: 280px
}

.frnt .shape-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    animation: slow-pan 14s ease-in-out infinite alternate
}

@keyframes slow-pan {
    from {
        object-position: center top
    }

    to {
        object-position: center bottom
    }
}

.frnt .shape-aside {
    flex: 0 0 320px;
    background: #FFF4D2;
    border-radius: 18px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center
}

.frnt .shape-aside h5 {
    font-size: 15px;
    font-weight: 700;
    color: #BB0F19;
    line-height: 1.2;
    margin: 0
}

.frnt .shape-aside p {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.frnt .shape-aside a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #BB0F19;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 6px 0;
    transition: color .12s ease-out
}

.frnt .shape-aside a:hover {
    color: #43D5CB
}

.frnt .shape-aside a i {
    font-size: 13px
}

@media (max-width: 768px) {
    .frnt .t-blk-inner {
        flex-direction: column;
        gap: 28px
    }

    .frnt .t-img-col {
        flex: none;
        width: 100%
    }

    .frnt .t-img-col img {
        width: 100%;
        height: 300px
    }

    .frnt .t-h1 {
        font-size: 50px
    }

    .frnt .diff-sec-inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .frnt .diff-hd {
        position: static
    }

    .frnt .exp-cards {
        grid-template-columns: 1fr
    }

    .frnt .exp-card-wide {
        flex-direction: column
    }

    .frnt .exp-card-wide .exp-card-img {
        width: 100%;
        height: 220px
    }

    .frnt .exp-card-wide .exp-card-img img {
        width: 100%;
        height: 220px
    }

    .frnt .rep-hd {
        flex-direction: column;
        align-items: flex-start
    }

    .frnt .rep-grid {
        grid-template-columns: 1fr
    }

    .frnt .shape-img-row {
        flex-direction: column
    }

    .frnt .shape-aside {
        flex: none
    }
}

@media (max-width: 480px) {
    .frnt .t-blk {
        padding: 56px 14px
    }

    .frnt .diff-sec,
    .frnt .exp-sec,
    .frnt .rep-sec,
    .frnt .shape-sec {
        padding: 56px 14px
    }
}

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

.ab-us__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 28px
}

.ab-us .grad-text {
    background: linear-gradient(to top, #43D5CB, #BB0F19);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.ab-us .accent-it {
    color: #BB0F19;
    font-style: italic
}

.ab-us .lead-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #BB0F19;
    display: block;
    margin-bottom: 6px
}

.ab-us__title-block {
    padding: 96px 0 56px;
    background: #fff;
    position: relative
}

.ab-us__title-block::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #BB0F19 0%, #43D5CB 60%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.ab-us__title-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 56px;
    align-items: center
}

.ab-us__img-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    width: 320px;
    height: 380px;
    box-shadow: 2px 8px 48px 1px #bb0f1921;
    flex-shrink: 0
}

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

.ab-us__img-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #bb0f1959 0%, #43d5cb1f 60%, transparent 100%);
    z-index: 1;
    border-radius: 18px
}

.ab-us__img-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #BB0F19;
    z-index: 2;
    border-radius: 18px 18px 0 0
}

.ab-us__title-text {
    padding-left: 28px;
    border-left: 3px solid #43D5CB
}

.ab-us__title-text h1 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 900;
    margin: 0 0 28px
}

.ab-us__thesis {
    font-size: 17px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 14px
}

.ab-us__thesis:last-child {
    margin-bottom: 0
}

.ab-us__since {
    display: inline-block;
    margin-top: 28px;
    font-size: 13px;
    letter-spacing: .1em;
    color: #555;
    border: 1.5px dashed #43D5CB;
    border-radius: 6px;
    padding: 6px 14px
}

.ab-us__approach {
    padding: 56px 0;
    background: #f5f0f0;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 38px, #bb0f190a 38px, #bb0f190a 40px)
}

.ab-us__approach-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.ab-us__approach-left h2 {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 28px
}

.ab-us__approach-left p {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0 0 14px
}

.ab-us__approach-img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 28px 1px #43d5cb17
}

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

.ab-us__steps {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.ab-us__step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 2px 1px 5px 1px #bb0f1914;
    transition: box-shadow .15s ease-out
}

.ab-us__step:hover {
    box-shadow: 2px 4px 28px 1px #bb0f1917
}

.ab-us__step-num {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #BB0F19;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ab-us__step-body {
    flex: 1
}

.ab-us__step-body strong {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    display: block;
    margin-bottom: 6px
}

.ab-us__step-body span {
    font-size: 13px;
    line-height: 1.6;
    color: #444
}

.ab-us__team {
    padding: 96px 0 56px;
    background: #fff
}

.ab-us__team-hd {
    text-align: center;
    margin-bottom: 56px
}

.ab-us__team-hd h2 {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    margin: 6px 0 14px
}

.ab-us__team-hd p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    max-width: 560px;
    margin: 0 auto
}

.ab-us__team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.ab-us__person {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 2px 1px 5px 1px #bb0f1914;
    background: #fff;
    transition: box-shadow .18s ease;
    animation: shadow-build .5s ease-out both
}

.ab-us__person:hover {
    box-shadow: 2px 8px 48px 1px #bb0f1921
}

@keyframes shadow-build {
    from {
        box-shadow: 2px 1px 5px 1px #bb0f1900
    }

    to {
        box-shadow: 2px 1px 5px 1px #bb0f1914
    }
}

.ab-us__person-img {
    width: 100%;
    height: 220px;
    overflow: hidden
}

.ab-us__person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .2s ease-out
}

.ab-us__person:hover .ab-us__person-img img {
    transform: scale(1.04)
}

.ab-us__person-info {
    padding: 14px
}

.ab-us__person-info h4 {
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 6px;
    color: #111
}

.ab-us__person-info .role-tag {
    font-size: 13px;
    color: #BB0F19;
    font-weight: 600;
    letter-spacing: .06em;
    display: block;
    margin-bottom: 6px
}

.ab-us__person-info p {
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    margin: 0
}

.ab-us__faq {
    padding: 56px 0 96px;
    background: #FFF4D2;
    position: relative
}

.ab-us__faq::before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, transparent 0%, #43D5CB 40%, #BB0F19 100%);
    position: absolute;
    top: 0;
    left: 0
}

.ab-us__faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 28px
}

.ab-us__faq-hd {
    margin-bottom: 28px
}

.ab-us__faq-hd h2 {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    margin: 6px 0 0
}

.ab-us__qa-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 2px 1px 5px 1px #bb0f1914;
    position: relative;
    transition: box-shadow .15s ease-out
}

.ab-us__qa-card:hover {
    box-shadow: 2px 4px 28px 1px #bb0f1917
}

.ab-us__qa-card.featured {
    border: 2px dashed #BB0F19;
    grid-column: span 2
}

.ab-us__qa-card .q-mark {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #FFF4D2;
    border: 1.5px solid #BB0F19;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0
}

.ab-us__qa-card .q-mark i {
    font-size: 13px;
    color: #BB0F19
}

.ab-us__qa-card h5 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0 0 14px;
    line-height: 1.2
}

.ab-us__qa-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    margin: 0
}

.ab-us__qa-card.featured h5 {
    font-size: 17px
}

.ab-us__qa-card.featured p {
    font-size: 15px
}

.ab-us__progress-bar {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ab-us__prog-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px
}

.ab-us__prog-label {
    font-size: 13px;
    color: #444;
    width: 140px;
    flex-shrink: 0
}

.ab-us__prog-track {
    flex: 1;
    height: 6px;
    background: #f0e8e8;
    border-radius: 32px;
    overflow: hidden
}

.ab-us__prog-fill {
    height: 100%;
    border-radius: 32px;
    background: linear-gradient(to right, #BB0F19, #43D5CB);
    animation: prog-in .7s ease-out both
}

@keyframes prog-in {
    from {
        width: 0 !important
    }
}

.ab-us__prog-pct {
    font-size: 13px;
    font-weight: 700;
    color: #BB0F19;
    width: 36px;
    text-align: right;
    flex-shrink: 0
}

.ab-us__cta-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    flex-wrap: wrap
}

.ab-us__btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: background .15s ease-out, color .15s ease-out;
    position: relative;
    overflow: hidden
}

.ab-us__btn.primary {
    background: #BB0F19;
    color: #fff
}

.ab-us__btn.primary:hover {
    background: #8f0b12
}

.ab-us__btn.secondary {
    background: transparent;
    color: #BB0F19;
    border: 2px solid #BB0F19
}

.ab-us__btn.secondary:hover {
    background: #BB0F19;
    color: #fff
}

@media (max-width: 768px) {
    .ab-us__title-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .ab-us__img-card {
        width: 100%;
        height: 260px
    }

    .ab-us__title-text {
        padding-left: 14px
    }

    .ab-us__title-text h1 {
        font-size: 50px
    }

    .ab-us__approach-wrap {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .ab-us__team-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px
    }

    .ab-us__faq-grid {
        grid-template-columns: 1fr
    }

    .ab-us__qa-card.featured {
        grid-column: span 1
    }
}

@media (max-width: 480px) {
    .ab-us__team-grid {
        grid-template-columns: 1fr
    }

    .ab-us__title-block {
        padding: 56px 0 28px
    }

    .ab-us__prog-label {
        width: 100px
    }
}

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

.success-pg .success-wrap {
    max-width: 1024px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px
}

.success-pg .success-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(to top, #43D5CB, transparent);
    border: 2px solid #43D5CB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 2px 4px 28px 1px #43d5cb17 inset 0 2px 8px #43d5cb21
}

.success-pg .success-icon svg {
    width: 36px;
    height: 36px
}

.success-pg .success-heading {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.5px;
    background: linear-gradient(to top, #43D5CB, #BB0F19);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin: 0
}

.success-pg .success-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: 560px;
    text-align: center
}

.success-pg .success-body .msg-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #BB0F19;
    text-transform: uppercase
}

.success-pg .success-body .msg-text {
    font-size: 17px;
    line-height: 1.6;
    color: #2a2a2a;
    margin: 0
}

.success-pg .success-divider {
    width: 56px;
    height: 3px;
    border-radius: 6px;
    background: linear-gradient(to top, #43D5CB, transparent)
}

.success-pg .success-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 14px
}

.success-pg .success-actions .btn-primary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    background: #BB0F19;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
    transition: background-color .15s ease-out, box-shadow .2s ease;
    box-shadow: 2px 1px 5px 1px #bb0f1914
}

.success-pg .success-actions .btn-primary:hover {
    background: #960c14;
    box-shadow: 2px 4px 28px 1px #bb0f1917
}

.success-pg .success-actions .btn-primary:focus {
    outline: 2px solid #BB0F19;
    outline-offset: 3px
}

.success-pg .success-actions .btn-primary:active {
    background: #7a090f
}

.success-pg .success-actions .btn-secondary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 14px 28px;
    background: #fff;
    color: #BB0F19;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #BB0F19;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
    transition: background-color .15s ease-out, color .15s ease-out
}

.success-pg .success-actions .btn-secondary:hover {
    background: #FFF4D2;
    color: #960c14
}

.success-pg .success-actions .btn-secondary:focus {
    outline: 2px solid #BB0F19;
    outline-offset: 3px
}

.success-pg .success-note {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    text-align: center;
    max-width: 420px;
    border-radius: 10px;
    border: 1px solid #43D5CB;
    padding: 14px 28px;
    background: #FFF4D2
}

.success-pg .success-note i {
    color: #43D5CB;
    margin-right: 6px
}

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

    .success-pg .success-heading {
        font-size: 50px
    }

    .success-pg .success-actions {
        flex-direction: column;
        align-items: stretch
    }

    .success-pg .success-actions .btn-primary,
    .success-pg .success-actions .btn-secondary {
        justify-content: center
    }
}