html,
body {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Fira Code', monospace;
    font-size: 14px;
    line-height: 1.5;
    color: #2a1a20;
    background: #fff;
    overflow-x: hidden
}

:focus-visible {
    outline: 2px solid #9D2744;
    outline-offset: 3px;
    transition: outline-offset .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.site-header {
    background: linear-gradient(135deg, #fff8f9 0%, #f0fbfd 60%, #fff4ec 100%);
    border-bottom: 1px solid #9d27441f;
    box-shadow: 2px 5px 14px 1px #9d274414;
    position: relative;
    z-index: 100
}

.header-top-bar {
    background: #9D2744;
    padding: 8px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px
}

.header-top-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .45s ease-in-out
}

.header-top-bar a:hover {
    color: #03ADCE
}

.header-top-bar i {
    font-size: 14px
}

.region-tag {
    color: #ffffffb3;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: auto
}

.region-tag i {
    color: #03ADCE
}

.header-body {
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.logo-pod {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 2px 2px 5px 1px #9d274414;
    border: 1px solid #9d274426
}

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

.brand-name {
    font-size: 20px;
    font-weight: 700;
    color: #9D2744;
    letter-spacing: -.03em;
    line-height: 1.2;
    margin-left: 8px
}

.logo-row {
    display: flex;
    align-items: center;
    text-decoration: none
}

.main-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px
}

.nav-link {
    font-family: 'Fira Code', monospace;
    font-size: 14px;
    font-weight: 700;
    color: #2a1a20;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 44px;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: color .4s ease-in-out, border-color .4s ease-in-out, background .45s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px
}

.nav-link:hover {
    color: #9D2744;
    border-color: #9d27444d;
    background: #9d27440d
}

.nav-link.active {
    color: #9D2744;
    background: #9d274414;
    border-color: #9d274433
}

.nav-link i {
    font-size: 16px;
    color: #03ADCE;
    transition: color .4s ease-in-out
}

.nav-link:hover i {
    color: #9D2744
}

.nav-divider {
    width: 4px;
    height: 4px;
    background: #E37705;
    border-radius: 4px;
    opacity: .5
}

@media (max-width: 768px) {
    .header-top-bar {
        padding: 8px 16px;
        flex-wrap: wrap;
        gap: 8px
    }

    .header-body {
        padding: 16px
    }

    .main-nav {
        gap: 8px
    }

    .nav-link {
        font-size: 13px;
        padding: 8px 12px
    }

    .nav-divider {
        display: none
    }
}

@media (max-width: 1280px) {
    .header-top-bar {
        padding: 8px 16px
    }

    .header-body {
        padding: 16px
    }
}

.site-footer {
    background: linear-gradient(160deg, #9D2744 0%, #6b1a2e 100%);
    color: #fff;
    padding: 80px 0 0
}

.footer-deck {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
}

.footer-brand-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer-logo-pod {
    display: inline-flex;
    align-items: center;
    padding: 8px;
    background: #ffffff1f;
    border-radius: 16px;
    border: 1px solid #fff3;
    box-shadow: 2px 2px 5px 1px #03adce14;
    width: fit-content
}

.footer-logo-pod img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block
}

.footer-brand-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1.2
}

.footer-tagline {
    font-size: 13px;
    line-height: 1.7;
    color: #ffffffbf
}

.footer-nav-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer-cell-label {
    font-size: 13px;
    font-weight: 700;
    color: #03ADCE;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2
}

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

.footer-nav-list li a {
    color: #fffc;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color .4s ease-in-out
}

.footer-nav-list li a:hover {
    color: #E37705
}

.footer-nav-list li a i {
    font-size: 14px;
    color: #E37705;
    transition: color .4s ease-in-out
}

.footer-nav-list li a:hover i {
    color: #fff
}

.footer-contact-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.7;
    color: #fffc
}

.contact-item i {
    font-size: 16px;
    color: #03ADCE;
    margin-top: 2px;
    flex-shrink: 0
}

.contact-item a {
    color: #fffc;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.contact-item a:hover {
    color: #E37705
}

.footer-rule-row {
    max-width: 1100px;
    margin: 40px auto 0;
    padding: 0 40px
}

.footer-rule {
    border: none;
    border-top: 1px solid #ffffff26;
    margin: 0
}

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

.footer-copy {
    font-size: 13px;
    color: #ffffff8c;
    line-height: 1.5
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 16px
}

.footer-legal-links a {
    font-size: 13px;
    color: #ffffff8c;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.footer-legal-links a:hover {
    color: #fff
}

@media (max-width: 768px) {
    .footer-deck {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 40px
    }

    .footer-rule-row {
        padding: 0 16px
    }

    .footer-bottom {
        padding: 16px 16px 40px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 1280px) {
    .footer-deck {
        padding: 0 16px
    }

    .footer-rule-row {
        padding: 0 16px
    }

    .footer-bottom {
        padding: 16px 16px 40px
    }
}

.cookie-tray {
    display: none;
    position: fixed;
    top: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 680px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 2px 9px 48px 1px #9d274421;
    border: 1px solid #9d27441f;
    z-index: 1500;
    font-family: 'Fira Code', monospace;
    overflow: hidden
}

.cookie-tray-body {
    padding: 40px
}

.cookie-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #2a1a20;
    margin: 0 0 16px
}

.cookie-desc a {
    color: #9D2744;
    text-decoration: underline
}

.cookie-headline {
    font-size: 20px;
    font-weight: 700;
    color: #9D2744;
    line-height: 1.2;
    margin: 0 0 16px
}

.cookie-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px
}

.cookie-btn-accept {
    font-family: 'Fira Code', monospace;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #9D2744;
    border: none;
    border-radius: 44px;
    padding: 8px 40px;
    cursor: pointer;
    min-height: 44px;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cookie-btn-accept:hover {
    background: #7a1d33
}

.cookie-btn-reject {
    font-family: 'Fira Code', monospace;
    font-size: 14px;
    font-weight: 700;
    color: #2a1a20;
    background: transparent;
    border: 1px solid #9d27444d;
    border-radius: 44px;
    padding: 8px 40px;
    cursor: pointer;
    min-height: 44px;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cookie-btn-reject:hover {
    border-color: #9D2744;
    color: #9D2744
}

.cookie-btn-manage {
    font-family: 'Fira Code', monospace;
    font-size: 13px;
    color: #2a1a20;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    min-height: 44px;
    transition: color .4s ease-in-out
}

.cookie-btn-manage:hover {
    color: #9D2744
}

.cookie-pref-panel {
    display: none;
    border-top: 1px solid #9d27441a;
    padding: 16px 40px 40px;
    background: #fff8f9
}

.cookie-category {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #9d274414
}

.cookie-cat-info {
    flex: 1
}

.cookie-cat-name {
    font-size: 14px;
    font-weight: 700;
    color: #2a1a20;
    line-height: 1.2;
    margin-bottom: 8px
}

.cookie-cat-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.5
}

.cookie-toggle-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.cookie-toggle-label {
    font-size: 13px;
    color: #555;
    line-height: 1.2;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px
}

.cookie-toggle-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #9D2744;
    cursor: pointer
}

.cookie-always-on {
    font-size: 13px;
    color: #03ADCE;
    font-weight: 700;
    line-height: 1.2
}

.terms-area {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #2a2a2a;
    line-height: 1.7;
    font-size: 14px
}

.terms-area h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #1b1b1b;
    margin-bottom: 40px;
    margin-top: 0
}

.terms-area h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1b1b;
    margin-top: 80px;
    margin-bottom: 16px
}

.terms-area h3 {
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #222;
    margin-top: 40px;
    margin-bottom: 16px
}

.terms-area h4 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -.01em;
    color: #222;
    margin-top: 40px;
    margin-bottom: 8px
}

.terms-area h5 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #9D2744;
    margin-top: 40px;
    margin-bottom: 8px
}

.terms-area h6 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #03ADCE;
    margin-top: 16px;
    margin-bottom: 8px
}

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

.terms-area em,
.terms-area i {
    font-style: italic;
    color: #3a3a3a
}

.terms-area hr {
    border: none;
    border-top: 2px solid #f0e8eb;
    margin: 80px 0
}

.terms-area div {
    margin-bottom: 16px
}

@media (max-width: 1280px) {
    .terms-area {
        padding: 80px 40px
    }

    .terms-area h1 {
        font-size: 37px
    }

    .terms-area h2 {
        font-size: 27px
    }
}

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

    .terms-area h1 {
        font-size: 27px;
        margin-bottom: 16px
    }

    .terms-area h2 {
        font-size: 20px;
        margin-top: 40px
    }

    .terms-area h3 {
        font-size: 20px;
        margin-top: 40px
    }

    .terms-area h4 {
        font-size: 14px;
        margin-top: 16px
    }

    .terms-area hr {
        margin: 40px 0
    }
}

.edu-detail {
    background: #fff;
    overflow-x: hidden
}

.edu-detail .top-anchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block
}

.edu-detail .db-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 40px;
    align-items: flex-start
}

.edu-detail .db-img-col {
    flex: 0 0 380px;
    max-width: 380px;
    position: relative
}

.edu-detail .db-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 9px 48px 1px #9d274421
}

.edu-detail .db-img-wrap img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    mask-image: linear-gradient(to bottom, #00000059 0%, #000f 38%);
    -webkit-mask-image: linear-gradient(to bottom, #00000059 0%, #000f 38%)
}

.edu-detail .db-meta-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px
}

.edu-detail .db-tag {
    background: #f3e8ec;
    color: #9D2744;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 16px;
    font-weight: 600;
    letter-spacing: .02em
}

.edu-detail .db-format {
    background: #e6f7fa;
    color: #0284a0;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 16px;
    font-weight: 600
}

.edu-detail .db-seats {
    background: #fff4e5;
    color: #b35c00;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 16px;
    font-weight: 600
}

.edu-detail .db-text-col {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    padding-left: 24px
}

.edu-detail .db-vbar {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: linear-gradient(to bottom, #9D2744, #03ADCE);
    border-radius: 4px
}

.edu-detail .db-overline {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .09em;
    color: #03ADCE;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px
}

.edu-detail .db-h1 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 16px;
    font-weight: 800
}

.edu-detail .db-quote-mark {
    font-size: 120px;
    line-height: 1;
    color: #9d274414;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: -24px;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.edu-detail .db-price-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
    margin: 16px 0 8px
}

.edu-detail .db-price {
    font-size: 37px;
    line-height: 1.2;
    font-weight: 800;
    color: #9D2744
}

.edu-detail .db-price-note {
    font-size: 14px;
    line-height: 1.5;
    color: #555
}

.edu-detail .db-date {
    font-size: 13px;
    line-height: 1.5;
    color: #888;
    margin-bottom: 16px
}

.edu-detail .db-cta {
    display: inline-block;
    background: #9D2744;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 44px;
    padding: 16px 40px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), color .35s ease-in-out;
    z-index: 1;
    margin-top: 8px
}

.edu-detail .db-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, #E37705 0%, #9D2744 60%);
    z-index: -1;
    transition: left .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.edu-detail .db-cta:hover::before {
    left: 0
}

.edu-detail .db-cta:hover {
    box-shadow: 2px 9px 48px 1px #9d274421
}

.edu-detail .db-cta:active {
    transform: translateY(2px) scale(0.98);
    transition: transform .12s ease-in-out
}

.edu-detail .db-divider {
    border: none;
    border-top: 2px dotted #03ADCE;
    max-width: 1100px;
    margin: 0 auto;
    opacity: .4
}

.edu-detail .db-lower {
    background: linear-gradient(160deg, #9d27440a 0%, #03adce0f 100%);
    padding: 80px 0
}

.edu-detail .db-lower-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.edu-detail .db-prog-col {
    position: relative
}

.edu-detail .db-prog-col-shifted {
    margin-top: 80px
}

.edu-detail .db-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 2px 5px 14px 1px #9d274414;
    padding: 40px;
    transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.edu-detail .db-card:hover {
    transform: scale(1.025);
    box-shadow: 2px 9px 48px 1px #9d274421
}

.edu-detail .db-card-overline {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .09em;
    color: #E37705;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px
}

.edu-detail .db-card-h {
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #1b1b2e;
    margin: 0 0 16px;
    font-weight: 700
}

.edu-detail .db-prog-body {
    font-size: 14px;
    line-height: 1.7;
    color: #333
}

.edu-detail .db-prog-body p {
    margin: 0 0 16px
}

.edu-detail .db-prog-body h2 {
    font-size: 20px;
    line-height: 1.2;
    color: #9D2744;
    margin: 16px 0 8px;
    font-weight: 700
}

.edu-detail .db-prog-body h3 {
    font-size: 14px;
    line-height: 1.5;
    color: #1b1b2e;
    font-weight: 700;
    margin: 16px 0 8px
}

.edu-detail .db-prog-body ul,
.edu-detail .db-prog-body ol {
    padding-left: 16px;
    margin: 0 0 16px
}

.edu-detail .db-prog-body li {
    margin-bottom: 8px;
    list-style: none;
    padding-left: 16px;
    position: relative
}

.edu-detail .db-prog-body li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #9D2744;
    font-weight: 700
}

.edu-detail .db-prog-body ol li {
    list-style: decimal;
    padding-left: 0
}

.edu-detail .db-prog-body ol li::before {
    display: none
}

.edu-detail .db-prog-body blockquote {
    border-left: none;
    border-top: 2px dotted #03ADCE;
    border-bottom: 2px dotted #03ADCE;
    padding: 16px 0;
    margin: 16px 0;
    font-size: 14px;
    color: #444;
    font-style: italic
}

.edu-detail .db-desc-col {
    font-size: 14px;
    line-height: 1.7;
    color: #333
}

.edu-detail .db-desc-col p {
    margin: 0 0 16px
}

.edu-detail .db-desc-col h2 {
    font-size: 20px;
    line-height: 1.2;
    color: #9D2744;
    margin: 16px 0 8px;
    font-weight: 700
}

.edu-detail .db-desc-col strong {
    color: #9D2744;
    font-weight: 700
}

.edu-detail .db-desc-col ul,
.edu-detail .db-desc-col ol {
    padding-left: 16px;
    margin: 0 0 16px
}

.edu-detail .db-desc-col li {
    margin-bottom: 8px;
    list-style: none;
    padding-left: 16px;
    position: relative
}

.edu-detail .db-desc-col li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #03ADCE;
    font-weight: 700
}

.edu-detail .db-desc-col ol li {
    list-style: decimal;
    padding-left: 0
}

.edu-detail .db-desc-col ol li::before {
    display: none
}

.edu-detail .db-desc-col blockquote {
    border-left: none;
    padding: 16px;
    background: #03adce0f;
    border-radius: 4px;
    margin: 16px 0;
    font-style: italic;
    color: #444
}

.edu-detail .db-desc-col details {
    border: 1px solid #03adce40;
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 8px
}

.edu-detail .db-desc-col summary {
    font-weight: 700;
    color: #1b1b2e;
    cursor: pointer;
    padding: 8px 0
}

.edu-detail .db-back-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 40px 40px 80px
}

.edu-detail .db-top-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #9D2744;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #9D2744;
    border-radius: 44px;
    padding: 8px 40px;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), color .35s ease-in-out
}

.edu-detail .db-top-link:hover {
    background: #9D2744;
    color: #fff
}

.edu-detail .db-top-link:active {
    transform: translateY(2px) scale(0.98);
    transition: transform .12s ease-in-out
}

@media (max-width: 1280px) {
    .edu-detail .db-row {
        padding: 80px 40px;
        gap: 40px
    }

    .edu-detail .db-img-col {
        flex: 0 0 300px;
        max-width: 300px
    }
}

@media (max-width: 768px) {
    .edu-detail .db-row {
        flex-direction: column;
        padding: 40px 16px;
        gap: 16px
    }

    .edu-detail .db-img-col {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%
    }

    .edu-detail .db-text-col {
        padding-left: 16px
    }

    .edu-detail .db-h1 {
        font-size: 27px
    }

    .edu-detail .db-lower-inner {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 16px
    }

    .edu-detail .db-prog-col-shifted {
        margin-top: 0
    }

    .edu-detail .db-lower {
        padding: 40px 0
    }

    .edu-detail .db-back-top {
        padding: 40px 16px
    }

    .edu-detail .db-quote-mark {
        font-size: 72px
    }
}

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

.edu-biz .page-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px
}

.edu-biz .lead-band {
    background: #fff7f9;
    padding: 80px 16px
}

.edu-biz .lead-band-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.edu-biz .lead-text-col {
    flex: 1 1 0;
    min-width: 0
}

.edu-biz .lead-overline {
    display: block;
    font-size: 13px;
    letter-spacing: .08em;
    color: #9D2744;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.edu-biz .lead-shape-prefix {
    display: inline-block;
    width: 18px;
    height: 4px;
    background: #9D2744;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 2px
}

.edu-biz .lead-h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 16px;
    font-weight: 800
}

.edu-biz .lead-sub {
    font-size: 20px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0 0 40px;
    max-width: 480px
}

.edu-biz .lead-sub strong {
    color: #9D2744
}

.edu-biz .lead-cta {
    display: inline-block;
    padding: 16px 40px;
    background: #9D2744;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1
}

.edu-biz .lead-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #03ADCE 0%, #9D2744 100%);
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1
}

.edu-biz .lead-cta:hover::before {
    opacity: 1
}

.edu-biz .lead-img-col {
    flex: 0 0 420px;
    position: relative
}

.edu-biz .lead-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 9px 48px 1px #9d274421
}

.edu-biz .lead-img-wrap img {
    width: 420px;
    height: 340px;
    object-fit: cover;
    display: block;
    max-width: 100%
}

.edu-biz .lead-deco {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: radial-gradient(circle at top left, #03adce2e 0%, transparent 70%);
    border: 2px dashed #03ADCE;
    pointer-events: none
}

.edu-biz .divider-mixed {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.edu-biz .divider-mixed span {
    display: inline-block;
    border-radius: 44px
}

.edu-biz .d-dot {
    width: 5px;
    height: 5px;
    background: #9D2744;
    opacity: .35
}

.edu-biz .d-dash {
    width: 14px;
    height: 2px;
    background: #9D2744;
    opacity: .25
}

.edu-biz .catalog-sec {
    padding: 80px 16px;
    background: #fff
}

.edu-biz .catalog-sec-inner {
    max-width: 1100px;
    margin: 0 auto
}

.edu-biz .sec-overline {
    display: block;
    font-size: 13px;
    letter-spacing: .08em;
    color: #03ADCE;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px
}

.edu-biz .sec-h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #1b1b2e;
    margin: 0 0 40px;
    font-weight: 700
}

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

.edu-biz .prog-card {
    border-radius: 16px;
    background: #fff;
    box-shadow: 2px 5px 14px 1px #9d274414;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.edu-biz .prog-card:hover {
    box-shadow: 2px 9px 48px 1px #9d274421;
    transform: translateY(-4px)
}

.edu-biz .card-img-wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f3e8ec;
    position: relative
}

.edu-biz .card-img-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block
}

.edu-biz .card-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #9D2744;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    padding: 4px 10px
}

.edu-biz .card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 8px
}

.edu-biz .card-title {
    font-size: 20px;
    line-height: 1.2;
    color: #1b1b2e;
    font-weight: 700;
    margin: 0
}

.edu-biz .card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.edu-biz .card-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 8px
}

.edu-biz .card-user {
    font-size: 13px;
    color: #03ADCE;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.edu-biz .card-date {
    font-size: 13px;
    color: #888;
    margin-left: auto
}

.edu-biz .card-seats {
    font-size: 13px;
    color: #E37705;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.edu-biz .card-footer {
    padding: 16px;
    border-top: 1px solid #f0e5e8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.edu-biz .card-price-block {
    display: flex;
    flex-direction: column;
    gap: 0
}

.edu-biz .card-price {
    font-size: 27px;
    font-weight: 800;
    color: #9D2744;
    line-height: 1.2
}

.edu-biz .card-price-note {
    font-size: 13px;
    color: #888;
    line-height: 1.5
}

.edu-biz .card-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #9D2744;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1
}

.edu-biz .card-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #E37705 0%, #9D2744 100%);
    opacity: 0;
    transition: opacity .4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1
}

.edu-biz .card-btn:hover::before {
    opacity: 1
}

.edu-biz .metrics-sec {
    background: #fff7f9;
    padding: 80px 16px
}

.edu-biz .metrics-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 80px
}

.edu-biz .metrics-text {
    flex: 1 1 0;
    min-width: 0
}

.edu-biz .metrics-h3 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #1b1b2e;
    font-weight: 700;
    margin: 0 0 16px
}

.edu-biz .metrics-p {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0 0 40px
}

.edu-biz .metrics-p strong {
    color: #9D2744
}

.edu-biz .metrics-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.edu-biz .metrics-list li {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.edu-biz .metrics-list li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #9D2744;
    margin-top: 11px;
    flex-shrink: 0
}

.edu-biz .metrics-stats {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.edu-biz .stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 2px 5px 14px 1px #9d274414;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1.5px dashed #9D2744;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.edu-biz .stat-card:hover {
    box-shadow: 2px 9px 48px 1px #9d274421
}

.edu-biz .stat-num {
    font-size: 52px;
    font-weight: 800;
    color: #9D2744;
    line-height: 1.2;
    letter-spacing: -.03em
}

.edu-biz .stat-num span {
    color: #03ADCE
}

.edu-biz .stat-label {
    font-size: 14px;
    color: #3a3a4a;
    line-height: 1.5
}

.edu-biz .divider-mixed-2 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.edu-biz .divider-mixed-2 span {
    display: inline-block;
    border-radius: 44px
}

.edu-biz .process-sec {
    padding: 80px 16px;
    background: #fff
}

.edu-biz .process-inner {
    max-width: 1100px;
    margin: 0 auto
}

.edu-biz .process-h3 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #1b1b2e;
    font-weight: 700;
    margin: 0 0 8px
}

.edu-biz .process-sub {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0 0 40px;
    max-width: 560px
}

.edu-biz .process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

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

.edu-biz .proc-num {
    font-size: 37px;
    font-weight: 800;
    color: #E37705;
    line-height: 1.2;
    flex-shrink: 0;
    width: 48px
}

.edu-biz .proc-text {
    flex: 1 1 0
}

.edu-biz .proc-h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1b1b2e;
    line-height: 1.2;
    margin: 0 0 8px
}

.edu-biz .proc-p {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.edu-biz .contact-sec {
    background: #fff7f9;
    padding: 80px 16px
}

.edu-biz .contact-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.edu-biz .contact-form-col {
    flex: 1 1 0;
    min-width: 0
}

.edu-biz .contact-h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b1b2e;
    margin: 0 0 8px;
    letter-spacing: -.015em
}

.edu-biz .contact-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0 0 40px
}

.edu-biz .contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.edu-biz .form-field {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.edu-biz .form-field label {
    font-size: 13px;
    font-weight: 700;
    color: #1b1b2e
}

.edu-biz .form-field input,
.edu-biz .form-field textarea {
    border: 1.5px solid #e0c8cf;
    border-radius: 4px;
    padding: 16px;
    font-size: 14px;
    color: #1b1b2e;
    background: #fff;
    outline: none;
    transition: border-color .45s ease-in-out;
    resize: none
}

.edu-biz .form-field input::placeholder,
.edu-biz .form-field textarea::placeholder {
    color: #3a3a4a73
}

.edu-biz .form-field input:focus,
.edu-biz .form-field textarea:focus {
    border-color: #9D2744
}

.edu-biz .form-submit {
    display: inline-block;
    padding: 16px 40px;
    background: #9D2744;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
    align-self: flex-start
}

.edu-biz .form-submit::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #03ADCE 0%, #9D2744 100%);
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1
}

.edu-biz .form-submit:hover::before {
    opacity: 1
}

.edu-biz .contact-info-col {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.edu-biz .contact-detail {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.edu-biz .contact-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px 1px #9d274414;
    flex-shrink: 0;
    color: #9D2744;
    font-size: 20px
}

.edu-biz .contact-detail-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.edu-biz .contact-detail-label {
    font-size: 13px;
    font-weight: 700;
    color: #9D2744;
    text-transform: uppercase;
    letter-spacing: .06em
}

.edu-biz .contact-detail-val {
    font-size: 14px;
    color: #1b1b2e;
    line-height: 1.5
}

.edu-biz .contact-detail-val a {
    color: #1b1b2e;
    text-decoration: none;
    transition: color .4s ease-in-out
}

.edu-biz .contact-detail-val a:hover {
    color: #9D2744
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(32px)
    }

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

.edu-biz .lead-text-col {
    animation: slideUp .55s cubic-bezier(0.16, 1, 0.3, 1) both
}

.edu-biz .lead-img-col {
    animation: slideUp .55s .15s cubic-bezier(0.16, 1, 0.3, 1) both
}

.edu-biz .stat-card:nth-child(1) {
    animation: slideUp .5s .1s cubic-bezier(0.16, 1, 0.3, 1) both
}

.edu-biz .stat-card:nth-child(2) {
    animation: slideUp .5s .22s cubic-bezier(0.16, 1, 0.3, 1) both
}

.edu-biz .prog-card:nth-child(1) {
    animation: slideUp .5s .05s cubic-bezier(0.16, 1, 0.3, 1) both
}

.edu-biz .prog-card:nth-child(2) {
    animation: slideUp .5s .15s cubic-bezier(0.16, 1, 0.3, 1) both
}

.edu-biz .prog-card:nth-child(3) {
    animation: slideUp .5s .25s cubic-bezier(0.16, 1, 0.3, 1) both
}

@media (max-width: 1280px) {
    .edu-biz .lead-img-wrap img {
        width: 320px;
        height: 260px
    }

    .edu-biz .lead-img-col {
        flex: 0 0 320px
    }

    .edu-biz .card-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .edu-biz .lead-band-inner {
        flex-direction: column;
        gap: 40px
    }

    .edu-biz .lead-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .edu-biz .lead-img-wrap img {
        width: 100%;
        height: 220px
    }

    .edu-biz .lead-h1 {
        font-size: 37px
    }

    .edu-biz .card-grid {
        grid-template-columns: 1fr
    }

    .edu-biz .metrics-inner {
        flex-direction: column;
        gap: 40px
    }

    .edu-biz .metrics-stats {
        flex: 0 0 auto;
        width: 100%
    }

    .edu-biz .process-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .edu-biz .contact-inner {
        flex-direction: column;
        gap: 40px
    }

    .edu-biz .contact-info-col {
        flex: 0 0 auto;
        width: 100%
    }

    .edu-biz .sec-h2 {
        font-size: 27px
    }

    .edu-biz .metrics-h3,
    .edu-biz .process-h3,
    .edu-biz .contact-h3 {
        font-size: 27px
    }
}

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

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

.cont-us .reach-block {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, #fff8f0 55%, #e8f7fb 100%)
}

.cont-us .reach-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 100%;
    background: linear-gradient(160deg, #9d274412 0%, transparent 80%);
    pointer-events: none
}

.cont-us .reach-inner {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    position: relative
}

.cont-us .reach-text {
    flex: 1 1 340px;
    min-width: 0
}

.cont-us .reach-overline {
    display: block;
    font-size: 13px;
    letter-spacing: .09em;
    color: #9D2744;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    border-top: 2px solid #9D2744;
    padding-top: 8px;
    width: 56px
}

.cont-us .reach-h1 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 16px
}

.cont-us .reach-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0 0 40px
}

.cont-us .reach-img-wrap {
    flex: 0 0 320px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.cont-us .reach-img-deco {
    position: absolute;
    inset: -16px;
    border-radius: 16px;
    background: radial-gradient(circle at top left, #03adce2e 0%, transparent 70%);
    pointer-events: none
}

.cont-us .reach-img {
    width: 320px;
    height: 260px;
    object-fit: contain;
    border-radius: 16px;
    opacity: .88;
    display: block;
    position: relative
}

.cont-us .info-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cont-us .info-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 2px 5px 14px 1px #9d274414;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cont-us .info-card:hover {
    box-shadow: 2px 9px 48px 1px #9d274421
}

.cont-us .ic-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9d274414
}

.cont-us .ic-icon i {
    font-size: 20px;
    color: #9D2744
}

.cont-us .ic-label {
    font-size: 13px;
    color: #888;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px
}

.cont-us .ic-val {
    font-size: 14px;
    color: #1b1b2e;
    line-height: 1.5;
    text-decoration: none;
    display: block
}

.cont-us .ic-val:hover {
    color: #9D2744;
    transition: color .35s cubic-bezier(0.16, 1, 0.3, 1)
}

.cont-us .form-block {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.cont-us .form-block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: radial-gradient(circle at center, #03adce80 0%, transparent 70%)
}

.cont-us .form-head {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 40px
}

.cont-us .fh-label {
    display: block;
    font-size: 13px;
    letter-spacing: .09em;
    color: #03ADCE;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 2px solid #03ADCE;
    padding-top: 8px;
    width: 56px;
    margin-bottom: 16px
}

.cont-us .form-h2 {
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #1b1b2e;
    margin: 0 0 8px;
    flex: 1 1 300px
}

.cont-us .form-sub {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0;
    flex: 1 1 300px;
    padding-top: 8px
}

.cont-us .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.cont-us .fg-full {
    grid-column: 1 / -1
}

.cont-us .field-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont-us .field-lbl {
    font-size: 13px;
    font-weight: 600;
    color: #1b1b2e;
    letter-spacing: .03em
}

.cont-us .field-req {
    color: #9D2744;
    margin-left: 2px
}

.cont-us .field-inp {
    padding: 16px;
    border: 1.5px solid #dde0e8;
    border-radius: 4px;
    font-size: 14px;
    color: #1b1b2e;
    background: #f7f8fc;
    outline: none;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    box-sizing: border-box
}

.cont-us .field-inp::placeholder {
    color: #1b1b2e59
}

.cont-us .field-inp:focus {
    border-color: #03ADCE;
    box-shadow: 2px 2px 5px 1px #03adce14;
    background: #fff
}

.cont-us .field-sel {
    padding: 16px;
    border: 1.5px solid #dde0e8;
    border-radius: 4px;
    font-size: 14px;
    color: #1b1b2e;
    background: #f7f8fc;
    outline: none;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    cursor: pointer
}

.cont-us .field-sel:focus {
    border-color: #03ADCE;
    background: #fff
}

.cont-us .field-ta {
    padding: 16px;
    border: 1.5px solid #dde0e8;
    border-radius: 4px;
    font-size: 14px;
    color: #1b1b2e;
    background: #f7f8fc;
    outline: none;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    min-height: 120px
}

.cont-us .field-ta::placeholder {
    color: #1b1b2e59
}

.cont-us .field-ta:focus {
    border-color: #03ADCE;
    box-shadow: 2px 2px 5px 1px #03adce14;
    background: #fff
}

.cont-us .check-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0 8px
}

.cont-us .check-inp {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #9D2744;
    cursor: pointer
}

.cont-us .check-lbl {
    font-size: 13px;
    color: #3a3a4a;
    line-height: 1.7
}

.cont-us .check-lbl a {
    color: #9D2744;
    text-decoration: underline;
    transition: color .35s ease-in-out
}

.cont-us .check-lbl a:hover {
    color: #03ADCE
}

.cont-us .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 40px;
    background: #9D2744;
    color: #fff;
    border: none;
    border-radius: 44px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.cont-us .submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #03ADCE 0%, #9D2744 100%);
    transition: left .45s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0
}

.cont-us .submit-btn:hover::before {
    left: 0
}

.cont-us .submit-btn span,
.cont-us .submit-btn i {
    position: relative;
    z-index: 1
}

.cont-us .submit-btn:focus {
    outline: 2px solid #03ADCE;
    outline-offset: 3px
}

.cont-us .faq-block {
    padding: 80px 0;
    background: linear-gradient(160deg, #e377050f 0%, #03adce0f 100%);
    position: relative
}

.cont-us .faq-inner {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start
}

.cont-us .faq-aside {
    flex: 0 0 280px
}

.cont-us .faq-overline {
    display: block;
    font-size: 13px;
    letter-spacing: .09em;
    color: #E37705;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 2px solid #E37705;
    padding-top: 8px;
    width: 56px;
    margin-bottom: 16px
}

.cont-us .faq-h2 {
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #1b1b2e;
    margin: 0 0 16px
}

.cont-us .faq-note {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.cont-us .faq-list {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.cont-us .faq-item {
    background: #fff;
    border-radius: 16px;
    padding: 16px 40px 16px 16px;
    box-shadow: 2px 2px 5px 1px #9d274414;
    position: relative
}

.cont-us .faq-item::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 4px;
    height: calc(100% - 32px);
    background: #E37705;
    border-radius: 4px
}

.cont-us .faq-q {
    font-size: 14px;
    font-weight: 700;
    color: #1b1b2e;
    line-height: 1.5;
    margin: 0 0 8px 16px
}

.cont-us .faq-a {
    font-size: 13px;
    color: #3a3a4a;
    line-height: 1.7;
    margin: 0 0 0 16px
}

.cont-us .sel-wrap {
    position: relative
}

.cont-us .sel-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #9D2744;
    font-size: 14px
}

@keyframes grad-breathe {

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

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

@media (max-width: 1280px) {
    .cont-us .reach-inner {
        gap: 40px
    }

    .cont-us .faq-inner {
        gap: 40px
    }

    .cont-us .form-head {
        gap: 40px
    }
}

@media (max-width: 768px) {
    .cont-us .pg-wrap {
        padding: 0 16px
    }

    .cont-us .reach-block {
        padding: 40px 0
    }

    .cont-us .reach-inner {
        flex-direction: column;
        gap: 40px
    }

    .cont-us .reach-img-wrap {
        flex: 0 0 auto;
        width: 100%
    }

    .cont-us .reach-img {
        width: 100%;
        height: 200px
    }

    .cont-us .form-block {
        padding: 40px 0
    }

    .cont-us .form-head {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 16px
    }

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

    .cont-us .fg-full {
        grid-column: 1
    }

    .cont-us .faq-block {
        padding: 40px 0
    }

    .cont-us .faq-inner {
        flex-direction: column;
        gap: 40px
    }

    .cont-us .faq-aside {
        flex: 0 0 auto
    }
}

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

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

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

.frt .divider {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #9D2744 30%, #03ADCE 70%, transparent 100%);
    border: none;
    margin: 0
}

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

.frt .title-left {
    background: #f5eaed;
    padding: 80px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative
}

.frt .title-right {
    background: #e8f7fa;
    padding: 80px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden
}

.frt .title-right-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .18
}

.frt .title-overline {
    display: block;
    font-size: 13px;
    letter-spacing: .08em;
    color: #9D2744;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.frt .title-h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1e1214;
    margin: 0 0 16px;
    font-weight: 800
}

.frt .title-h1 em {
    font-style: normal;
    color: #9D2744
}

.frt .title-sub {
    font-size: 20px;
    line-height: 1.5;
    color: #3a2028;
    margin: 0 0 40px;
    max-width: 420px
}

.frt .title-deco {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 80px;
    height: 80px;
    border-top: 3px solid #9D2744;
    border-right: 3px solid #9D2744;
    opacity: .18;
    border-radius: 0 4px 0 0
}

.frt .title-right-text {
    position: relative;
    z-index: 1
}

.frt .title-metric {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px
}

.frt .metric-num {
    font-size: 52px;
    font-weight: 800;
    color: #03ADCE;
    line-height: 1.2
}

.frt .metric-arrow {
    display: flex;
    flex-direction: column;
    align-items: center
}

.frt .metric-arrow svg {
    width: 28px;
    height: 28px
}

.frt .metric-label {
    font-size: 14px;
    line-height: 1.5;
    color: #1a3a42;
    max-width: 200px
}

.frt .title-cta {
    display: inline-block;
    background: #9D2744;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 2px 5px 14px 1px #9d274414;
    background-image: linear-gradient(135deg, transparent 0%, transparent 50%, #7a1d35 50%, #7a1d35 100%);
    background-size: 250% 250%;
    background-position: 0 0
}

.frt .title-cta:hover {
    background-position: 100% 100%;
    box-shadow: 2px 9px 48px 1px #9d274421
}

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

.frt .value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.frt .value-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 9px 48px 1px #9d274421
}

.frt .value-img-wrap img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block
}

.frt .value-text {
    padding: 40px
}

.frt .sec-overline {
    display: block;
    font-size: 13px;
    letter-spacing: .08em;
    color: #03ADCE;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px
}

.frt .value-h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #1e1214;
    margin: 0 0 16px;
    font-weight: 700
}

.frt .value-body {
    font-size: 14px;
    line-height: 1.7;
    color: #2c1a20;
    margin: 0 0 16px
}

.frt .value-body strong {
    color: #9D2744
}

.frt .value-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px
}

.frt .value-list li {
    font-size: 14px;
    line-height: 1.7;
    color: #2c1a20;
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px
}

.frt .value-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #E37705
}

.frt .fit-sec {
    padding: 80px 0;
    background: linear-gradient(180deg, #f5eaed 0%, #e8f7fa 100%)
}

.frt .fit-top {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center
}

.frt .fit-h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #1e1214;
    margin: 0 0 16px;
    font-weight: 700
}

.frt .fit-intro {
    font-size: 14px;
    line-height: 1.7;
    color: #2c1a20;
    margin: 0
}

.frt .fit-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.frt .fit-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 2px 5px 14px 1px #03adce14;
    position: relative
}

.frt .fit-card-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px
}

.frt .fit-card-label.yes {
    color: #9D2744
}

.frt .fit-card-label.no {
    color: #888
}

.frt .fit-items {
    list-style: none;
    padding: 0;
    margin: 0
}

.frt .fit-items li {
    font-size: 14px;
    line-height: 1.7;
    color: #2c1a20;
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px
}

.frt .fit-items li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #E37705
}

.frt .fit-card-corner {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
    border-top: 2px solid #9D2744;
    border-right: 2px solid #9D2744;
    border-radius: 0 4px 0 0;
    opacity: .3
}

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

.frt .moment-inner {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 40px;
    align-items: start
}

.frt .moment-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 5px 14px 1px #9d274414
}

.frt .moment-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block
}

.frt .moment-quote-wrap {
    padding: 40px;
    background: #f5eaed;
    border-radius: 16px;
    position: relative
}

.frt .moment-h3 {
    font-size: 27px;
    line-height: 1.2;
    color: #1e1214;
    margin: 0 0 16px;
    font-weight: 700;
    letter-spacing: -.01em
}

.frt .moment-quote {
    font-size: 20px;
    line-height: 1.5;
    color: #9D2744;
    font-style: italic;
    margin: 0 0 16px
}

.frt .moment-attr {
    font-size: 13px;
    color: #5a3040;
    font-weight: 600
}

.frt .moment-body {
    font-size: 14px;
    line-height: 1.7;
    color: #2c1a20;
    margin: 16px 0 0
}

.frt .approach-sec {
    padding: 80px 0;
    background: #1e1214
}

.frt .approach-h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #fff;
    margin: 0 0 40px;
    font-weight: 700;
    max-width: 600px
}

.frt .approach-overline {
    display: block;
    font-size: 13px;
    letter-spacing: .08em;
    color: #03ADCE;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px
}

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

.frt .approach-item {
    background: #ffffff0a;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #ffffff14;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), background .45s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.frt .approach-item:hover {
    border-color: #03adce66;
    background: #03adce0d
}

.frt .approach-num {
    font-size: 37px;
    font-weight: 800;
    color: #E37705;
    line-height: 1.2;
    margin-bottom: 8px
}

.frt .approach-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.5
}

.frt .approach-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #ffffffa6;
    margin: 0
}

.frt .approach-img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 40px
}

.frt .approach-img-wrap {
    border-radius: 16px;
    overflow: hidden
}

.frt .approach-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    opacity: .8
}

.frt .exp-sec {
    padding: 80px 0;
    background: #e8f7fa
}

.frt .exp-h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #1e1214;
    margin: 0 0 40px;
    font-weight: 700;
    max-width: 560px
}

.frt .exp-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.frt .exp-phases {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frt .exp-phase {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 2px 2px 5px 1px #03adce14;
    transition: box-shadow .5s ease-in-out
}

.frt .exp-phase:hover {
    box-shadow: 2px 9px 48px 1px #03adce21
}

.frt .exp-phase-tag {
    font-size: 13px;
    font-weight: 700;
    color: #E37705;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px
}

.frt .exp-phase-h {
    font-size: 20px;
    font-weight: 700;
    color: #1e1214;
    margin: 0 0 8px;
    line-height: 1.2
}

.frt .exp-phase-body {
    font-size: 13px;
    line-height: 1.7;
    color: #2c3a3f;
    margin: 0
}

.frt .exp-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frt .exp-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 5px 14px 1px #03adce14
}

.frt .exp-img-wrap img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block
}

.frt .exp-note {
    background: #9D2744;
    border-radius: 16px;
    padding: 40px;
    color: #fff
}

.frt .exp-note-h {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.2
}

.frt .exp-note-body {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    opacity: .9
}

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

.frt .grad-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center
}

.frt .grad-text {
    padding: 0 40px 0 0
}

.frt .grad-h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.015em;
    color: #1e1214;
    margin: 0 0 16px;
    font-weight: 700
}

.frt .grad-body {
    font-size: 14px;
    line-height: 1.7;
    color: #2c1a20;
    margin: 0 0 16px
}

.frt .grad-body strong {
    color: #9D2744
}

.frt .grad-sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px
}

.frt .grad-sub-item {
    background: #f5eaed;
    border-radius: 16px;
    padding: 16px;
    position: relative
}

.frt .grad-sub-num {
    font-size: 27px;
    font-weight: 800;
    color: #9D2744;
    line-height: 1.2
}

.frt .grad-sub-label {
    font-size: 13px;
    line-height: 1.5;
    color: #3a1a22;
    margin-top: 8px
}

.frt .grad-img-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.frt .grad-img-main {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 9px 48px 1px #9d274421
}

.frt .grad-img-main img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block
}

.frt .grad-link {
    display: inline-block;
    background: #03ADCE;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 4px;
    text-decoration: none;
    transition: background .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 2px 5px 14px 1px #03adce14;
    background-image: linear-gradient(135deg, transparent 0%, transparent 50%, #027a91 50%, #027a91 100%);
    background-size: 250% 250%;
    background-position: 0 0;
    align-self: flex-start;
    margin-top: 8px
}

.frt .grad-link:hover {
    background-position: 100% 100%;
    box-shadow: 2px 9px 48px 1px #03adce21
}

@keyframes shadow-pulse {
    0% {
        text-shadow: 0 0 0 #03adce00
    }

    50% {
        text-shadow: 0 0 18px #03adce59
    }

    100% {
        text-shadow: 0 0 0 #03adce00
    }
}

.frt .metric-num {
    animation: shadow-pulse 3.5s ease-in-out infinite
}

@media (max-width: 1280px) {
    .frt .approach-grid {
        grid-template-columns: 1fr 1fr
    }
}

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

    .frt .title-left,
    .frt .title-right {
        padding: 40px 16px
    }

    .frt .title-h1 {
        font-size: 37px
    }

    .frt .pg-wrap {
        padding: 0 16px
    }

    .frt .value-grid,
    .frt .fit-cols,
    .frt .moment-inner,
    .frt .exp-layout,
    .frt .grad-layout {
        grid-template-columns: 1fr
    }

    .frt .approach-grid {
        grid-template-columns: 1fr
    }

    .frt .approach-img-row {
        grid-template-columns: 1fr
    }

    .frt .grad-text {
        padding: 0
    }

    .frt .grad-sub-grid {
        grid-template-columns: 1fr 1fr
    }

    .frt .value-sec,
    .frt .fit-sec,
    .frt .moment-sec,
    .frt .approach-sec,
    .frt .exp-sec,
    .frt .grad-sec {
        padding: 40px 0
    }
}

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

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

@keyframes border-glow {
    from {
        box-shadow: 0 0 0 0 #9d274400
    }

    to {
        box-shadow: 2px 9px 48px 1px #9d274421
    }
}

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

    to {
        transform: scale(1.06)
    }
}

@keyframes circle-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: .07
    }
}

.abt-us .intro-blk {
    padding: 80px 0;
    position: relative
}

.abt-us .intro-blk .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.abt-us .intro-text {
    position: relative;
    z-index: 1
}

.abt-us .overline {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #9D2744;
    text-transform: uppercase;
    margin-bottom: 16px
}

.abt-us .intro-text h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 16px
}

.abt-us .intro-text h1 mark {
    background: linear-gradient(120deg, #9d27442e 0%, #03adce1f 100%);
    color: #9D2744;
    padding: 0 4px;
    border-radius: 4px;
    font-style: normal
}

.abt-us .intro-lead {
    font-size: 20px;
    line-height: 1.5;
    color: #2e2e3a;
    margin: 0 0 16px
}

.abt-us .intro-body {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.abt-us .intro-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.abt-us .intro-img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, #9d27442e, transparent 70%);
    z-index: 1;
    pointer-events: none
}

.abt-us .intro-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    opacity: .82;
    animation: slow-zoom 12s ease-in-out infinite alternate;
    border-radius: 16px
}

.abt-us .deco-circle {
    position: absolute;
    border-radius: 44px;
    pointer-events: none;
    animation: circle-fade-in 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0
}

.abt-us .deco-c1 {
    width: 320px;
    height: 320px;
    background: #9D2744;
    top: -60px;
    left: -80px;
    border-radius: 44px
}

.abt-us .deco-c2 {
    width: 180px;
    height: 180px;
    background: #03ADCE;
    bottom: 40px;
    right: -40px;
    border-radius: 44px;
    animation-delay: .3s
}

.abt-us .double-border {
    position: absolute;
    top: 16px;
    left: 16px;
    right: -16px;
    bottom: -16px;
    border: 2px solid #03adce4d;
    border-radius: 16px;
    pointer-events: none;
    z-index: 0
}

.abt-us .img-outer {
    position: relative;
    padding: 0 16px 16px 0
}

.abt-us .detail-blk {
    background: #fff7f0;
    padding: 80px 0;
    position: relative
}

.abt-us .detail-blk::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    height: 64px;
    background: #fff7f0;
    clip-path: ellipse(55% 100% at 50% 100%);
    pointer-events: none
}

.abt-us .detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.abt-us .detail-visual {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .detail-img-frame {
    border-radius: 16px;
    overflow: hidden;
    animation: border-glow 1.4s cubic-bezier(0.16, 1, 0.3, 1) .5s forwards;
    box-shadow: 0 0 0 0 #9d274400
}

.abt-us .detail-img-frame img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    animation: slow-zoom 14s ease-in-out infinite alternate
}

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

.abt-us .stat-item {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    box-shadow: 2px 5px 14px 1px #9d274414;
    transition: box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1), transform .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-us .stat-item:hover {
    box-shadow: 2px 9px 48px 1px #9d274421;
    transform: translateY(-4px)
}

.abt-us .stat-num {
    font-size: 37px;
    font-weight: 800;
    line-height: 1.2;
    color: #9D2744;
    display: block
}

.abt-us .stat-lbl {
    font-size: 13px;
    line-height: 1.5;
    color: #3a3a4a;
    margin-top: 8px;
    display: block
}

.abt-us .detail-text {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.abt-us .text-unit h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0 0 16px
}

.abt-us .lead-label {
    font-size: 13px;
    font-weight: 700;
    color: #E37705;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 8px
}

.abt-us .text-unit p {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0 0 16px
}

.abt-us .dash-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .dash-list li {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    padding-left: 16px;
    position: relative
}

.abt-us .dash-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #9D2744;
    font-weight: 700
}

.abt-us .num-accent {
    color: #9D2744;
    font-weight: 800
}

.abt-us .num-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #9D2744;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border-radius: 44px;
    margin-right: 8px;
    vertical-align: middle;
    flex-shrink: 0
}

.abt-us .team-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 16px
}

.abt-us .team-card {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    flex: 1;
    box-shadow: 2px 2px 5px 1px #9d274414;
    transition: box-shadow .5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative
}

.abt-us .team-card:hover {
    box-shadow: 2px 9px 48px 1px #9d274421
}

.abt-us .team-card:focus-within .tc-tooltip {
    opacity: 1;
    transform: translateY(0)
}

.abt-us .team-card:hover .tc-tooltip {
    opacity: 1;
    transform: translateY(0)
}

.abt-us .tc-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: #1b1b2e;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    padding: 8px 16px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out;
    z-index: 10
}

.abt-us .tc-name {
    font-size: 14px;
    font-weight: 700;
    color: #1b1b2e;
    display: block;
    margin-bottom: 8px
}

.abt-us .tc-role {
    font-size: 13px;
    color: #9D2744;
    display: block;
    margin-bottom: 8px
}

.abt-us .tc-quote {
    font-size: 13px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

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

.abt-us .subscribe-blk::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    height: 64px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
    pointer-events: none
}

.abt-us .sub-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.abt-us .sub-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 9px 48px 1px #03adce21
}

.abt-us .sub-img-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    animation: slow-zoom 16s ease-in-out infinite alternate
}

.abt-us .sub-form-area {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .sub-form-area h2 {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0
}

.abt-us .sub-form-area p {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.abt-us .sub-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .field-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .field-grp label {
    font-size: 13px;
    font-weight: 700;
    color: #1b1b2e;
    letter-spacing: .05em
}

.abt-us .field-grp input {
    border: 2px solid #9d274433;
    border-radius: 4px;
    padding: 16px;
    font-size: 14px;
    color: #1b1b2e;
    background: #faf8f9;
    outline: none;
    transition: border-color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1)
}

.abt-us .field-grp input::placeholder {
    color: #3b3b4a66
}

.abt-us .field-grp input:focus {
    border-color: #9D2744;
    box-shadow: 2px 5px 14px 1px #9d274414
}

.abt-us .sub-btn {
    background: #9D2744;
    color: #fff;
    border: none;
    border-radius: 44px;
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
    transition: color .45s ease-in-out, box-shadow .45s ease-in-out;
    box-shadow: 2px 5px 14px 1px #9d274414
}

.abt-us .sub-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 220%;
    height: 220%;
    background: linear-gradient(135deg, #E37705 0%, #9D2744 60%);
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none
}

.abt-us .sub-btn:hover::before {
    opacity: 1
}

.abt-us .sub-btn:hover {
    box-shadow: 2px 9px 48px 1px #9d274421
}

.abt-us .sub-btn span {
    position: relative;
    z-index: 1
}

.abt-us .sub-hint {
    font-size: 13px;
    line-height: 1.5;
    color: #03ADCE;
    font-weight: 600
}

@media (max-width: 1280px) {
    .abt-us .intro-blk .pg-wrap {
        gap: 40px
    }

    .abt-us .intro-text h1 {
        font-size: 37px
    }

    .abt-us .sub-layout {
        gap: 40px
    }
}

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

    .abt-us .intro-blk {
        padding: 40px 0
    }

    .abt-us .intro-blk .pg-wrap {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .abt-us .intro-text h1 {
        font-size: 37px
    }

    .abt-us .deco-c1,
    .abt-us .deco-c2 {
        display: none
    }

    .abt-us .detail-blk {
        padding: 40px 0
    }

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

    .abt-us .stat-row {
        grid-template-columns: repeat(3, 1fr)
    }

    .abt-us .team-row {
        flex-direction: column
    }

    .abt-us .subscribe-blk {
        padding: 40px 0
    }

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

    .abt-us .sub-img-wrap {
        display: none
    }

    .abt-us .text-unit h2 {
        font-size: 27px
    }

    .abt-us .sub-form-area h2 {
        font-size: 27px
    }
}

.success-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 16px;
    background: linear-gradient(circle at 0% 0%, #03adce14 0%, transparent 60%)
}

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

.success-page .success-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 2px 9px 48px 1px #9d274421;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 620px;
    width: 100%;
    text-align: center
}

.success-page .success-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 44px;
    background: linear-gradient(circle at 0% 0%, #03adce1f 0%, transparent 70%);
    border: 2px solid #03adce4d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

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

.success-page .success-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #03ADCE;
    text-transform: uppercase;
    line-height: 1.2
}

.success-page .success-heading {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1b1b2e;
    margin: 0
}

.success-page .success-body {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.success-page .success-text {
    font-size: 14px;
    line-height: 1.7;
    color: #3a3a4a;
    margin: 0
}

.success-page .success-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #9D2744, #03ADCE);
    border-radius: 4px;
    flex-shrink: 0
}

.success-page .success-meta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    background: #e377050f;
    border-radius: 4px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box
}

.success-page .success-meta-icon {
    flex-shrink: 0;
    color: #E37705;
    font-size: 20px;
    line-height: 1
}

.success-page .success-meta-text {
    font-size: 13px;
    line-height: 1.5;
    color: #3a3a4a;
    margin: 0
}

.success-page .success-meta-text strong {
    color: #1b1b2e
}

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

.success-page .btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #9D2744;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 2px 5px 14px 1px #9d274414
}

.success-page .btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #03ADCE 0%, #9D2744 100%);
    opacity: 0;
    transition: opacity .45s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 4px
}

.success-page .btn-primary:hover::before {
    opacity: 1
}

.success-page .btn-primary:hover {
    box-shadow: 2px 9px 48px 1px #9d274421
}

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

.success-page .btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    background: transparent;
    color: #3a3a4a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 4px;
    text-decoration: none;
    border: 1.5px solid #3a3a4a40;
    cursor: pointer;
    transition: border-color .5s ease-in-out, color .5s ease-in-out, box-shadow .5s ease-in-out;
    box-shadow: 2px 2px 5px 1px #03adce14
}

.success-page .btn-secondary:hover {
    border-color: #03ADCE;
    color: #03ADCE;
    box-shadow: 2px 5px 14px 1px #03adce14
}

@media (max-width: 768px) {
    .success-page .success-card {
        padding: 40px 16px
    }

    .success-page .success-heading {
        font-size: 27px
    }

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

    .success-page .btn-primary,
    .success-page .btn-secondary {
        text-align: center
    }
}