@font-face {
    font-family: "GTWalsheimPro";
    src: url("/assets/newfonts/GTWalsheimPro-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GTWalsheimPro-Medium";
    src: url("/assets/newfonts/GTWalsheimPro-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

html, body {
    font-family: "GTWalsheimPro",Arial,sans-serif
}

.hm-page {
    position: relative;
    isolation: isolate;
    overflow-x: clip;
    font-family: "GTWalsheimPro",Arial,sans-serif;
    color: #093148
}

footer {
    margin: 0 !important
}

.hm-page *, .hm-page *::before, .hm-page *::after {
    box-sizing: border-box
}

.hm-page p {
    margin: 0
}

.hm-page h1, .hm-page h2, .hm-page h3, .hm-page h4 {
    margin: 0 !important;
    font-weight: 700
}

.hm-page a {
    text-decoration: none;
    color: inherit
}

.hm-page button {
    font-family: inherit
}

.hm-page img {
    max-width: 100%
}

.hm-page ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.hm-sec {
    position: relative;
    overflow: hidden;
    padding: 20px 16px
}

@media (min-width:640px) {
    .hm-sec {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

@media (min-width:768px) {
    .hm-sec {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (min-width:1024px) {
    .hm-sec {
        padding-left: 50px;
        padding-right: 50px
    }
}

.hm-container {
    max-width: 1280px;
    margin: 0 auto
}

.hm-badge {
    display: inline-block;
    border-radius: 9999px;
    background: rgba(6,148,209,0.10);
    color: #0694D1;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 6px 16px;
    margin-bottom: 12px
}

.hm-badge-d {
    background: rgba(6,148,209,0.15);
    border: 1px solid rgba(6,148,209,0.30);
    color: #fff
}

.hm-badge-blue {
    color: #0694D1;
    border-color: rgba(6,148,209,0.25);
    background: rgba(6,148,209,0.15)
}

.hm-h2 {
    font-weight: 700;
    color: #093148;
    line-height: 1.25 !important;
    margin: 0 0 12px !important;
    font-size: clamp(20px,3vw,32px)
}

    .hm-h2.on-dark {
        color: #fff
    }

.hm-h2-sm {
    font-size: clamp(18px,3vw,32px)
}

.hm-grad {
    background: linear-gradient(90deg,#0694D1,#22d3ee);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.hm-lead {
    font-size: clamp(14px,1.6vw,16px) !important;
    color: #7a8c96 !important;
    line-height: 1.6 !important;
    margin: 0 !important
}

    .hm-lead.on-dark {
        color: rgba(255,255,255,0.55) !important
    }

.hm-lead-sm {
    font-size: 14px !important
}

.hm-center {
    text-align: center
}

.hm-mb35 {
    margin-bottom: 35px
}

.hm-cbadge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 9999px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
    color: #fff
}

    .hm-cbadge svg {
        display: block
    }

.hm-cbadge-fund {
    background: linear-gradient(135deg,#4DBFEF,#0694D1)
}

.hm-cbadge-assoc {
    background: linear-gradient(135deg,#0694D1,#076D9D)
}

.hm-cbadge-pro {
    background: linear-gradient(135deg,#22d3ee,#0891b2)
}

.hm-cbadge-expert {
    background: linear-gradient(135deg,#076D9D,#062238)
}

.hm-cbadge-new {
    background: linear-gradient(135deg,#0694D1,#22d3ee)
}

.hm-hot {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    border-radius: 0 0.75rem 0 0.75rem;
    padding: 4px 10px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #fff;
    background: linear-gradient(135deg,#0694D1,#22d3ee);
    box-shadow: -2px 2px 8px rgba(6,148,209,0.28)
}

.hm-cc, .hm-sc {
    position: relative;
    border-radius: 12px;
    padding: 20px;
    transition: transform .3s,box-shadow .3s;
    cursor: pointer
}

    .hm-cc:hover, .hm-sc:hover {
        transform: translateY(-8px)
    }

.hm-cc-dark {
    background: rgba(8,24,42,0.60);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(6,148,209,0.20);
    box-shadow: 0 4px 16px rgba(0,0,0,0.30)
}

.hm-sc {
    background: #fff;
    border: 1px solid #CAEFFF;
    box-shadow: 0 4px 16px rgba(0,164,239,0.10)
}

    .hm-sc:hover {
        box-shadow: 0 18px 40px rgba(0,164,239,0.18)
    }

.hm-cc-badgerow, .hm-sc-r1 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px
}

.hm-cc-name-wrap {
    position: relative;
    margin: 0 0 12px
}

.hm-cc-name {
    font-size: 14px !important;
    font-weight: 600;
    color: #fff;
    line-height: 20px !important;
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.hm-cc:hover .hm-cc-name {
    color: #3AB6EB
}

.hm-cc-name-tip {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 8px;
    width: 256px;
    max-width: 100%;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(5,18,38,0.97);
    border: 1px solid rgba(6,148,209,0.35);
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.6 !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5),0 0 0 1px rgba(6,148,209,0.15) inset;
    opacity: 0;
    transform: translateY(4px);
    pointer-events: none;
    transition: opacity .2s,transform .2s;
    z-index: 50
}

    .hm-cc-name-tip::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 20px;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        background: rgba(5,18,38,0.97);
        border-right: 1px solid rgba(6,148,209,0.35);
        border-bottom: 1px solid rgba(6,148,209,0.35)
    }

.hm-cc-name-wrap.is-clamped:hover .hm-cc-name-tip {
    opacity: 1;
    transform: translateY(0)
}

.hm-sc-name {
    font-size: 15px !important;
    font-weight: 600;
    color: #093148;
    line-height: 1.3 !important;
    margin: 0 0 12px !important
}

.hm-sc:hover .hm-sc-name {
    color: #0694D1
}

.hm-cc-meta, .hm-sc-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 14px !important
}

.hm-cc-meta {
    color: rgba(255,255,255,0.5)
}

.hm-sc-meta {
    color: #465058
}

    .hm-cc-meta span, .hm-sc-meta span {
        display: inline-flex;
        align-items: center;
        gap: 4px
    }

    .hm-cc-meta svg, .hm-sc-meta svg {
        flex-shrink: 0
    }

.hm-cc-tech {
    color: rgba(255,255,255,0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hm-sc-tech {
    color: rgba(70,80,88,0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hm-cc-meta2, .hm-sc-meta2 {
    margin-bottom: 16px
}

.hm-cc-syl, .hm-sc-syl {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px !important;
    font-weight: 600;
    padding: 0
}

.hm-cc-syl {
    color: #3AB6EB
}

.hm-sc-syl {
    color: #0694D1
}

.hm-cc-vendor {
    color: rgba(255,255,255,0.4)
}

.hm-sc-vendor {
    color: rgba(91,115,134,0.75)
}

.hm-cc-foot {
    border-top: 1px solid rgba(6,148,209,0.15);
    padding-top: 14px
}

.hm-sc-foot {
    border-top: 1px solid #CAEFFF;
    padding-top: 14px
}

.hm-cc-priceline, .hm-sc-priceline {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px
}

.hm-cc-enr, .hm-sc-enr {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px !important
}

.hm-cc-enr {
    color: rgba(255,255,255,0.5)
}

.hm-sc-enr {
    color: #465058
}

.hm-star {
    margin-left: 4px
}

.hm-rate {
    color: rgba(245,158,11,0.75);
    font-weight: 500
}

.hm-rate-d {
    color: rgba(217,158,11,0.85);
    font-weight: 500
}

.hm-cc-price, .hm-sc-price {
    font-size: 16px !important;
    font-weight: 700;
    color: #0694D1
}

.hm-cc-actions, .hm-sc-actions {
    display: flex;
    align-items: center;
    gap: 8px
}

.hm-btn-ghost, .hm-btn-ghost-b, .hm-btn-fill {
    flex: 1;
    border-radius: 8px;
    padding: 6px 0;
    text-align: center;
    font-size: 14px !important;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s
}

.hm-btn-ghost {
    border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.7) !important;
    background: transparent;
    text-decoration: none !important
}

    .hm-btn-ghost:hover, .hm-btn-ghost:focus, .hm-btn-ghost:active {
        background: rgba(255,255,255,0.05);
        color: rgba(255,255,255,0.7) !important;
        text-decoration: none !important
    }

.hm-btn-ghost-b {
    border: 1px solid #0694D1;
    color: #0694D1 !important;
    background: transparent;
    text-decoration: none !important
}

    .hm-btn-ghost-b:hover, .hm-btn-ghost-b:focus, .hm-btn-ghost-b:active {
        background: rgba(6,148,209,0.05);
        color: #0694D1 !important;
        text-decoration: none !important
    }

.hm-btn-fill {
    border: none;
    color: #fff !important;
    background: linear-gradient(135deg,#0694d1,#076D9D);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
    text-decoration: none !important
}

    .hm-btn-fill:hover {
        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)
    }

.hm-cta, .hm-cta:visited, .hm-cta:focus, .hm-cta:active {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    padding: 14px 32px;
    font-size: 14px !important;
    font-weight: 700;
    color: #fff !important;
    background: linear-gradient(135deg,#093148,#076D9D);
    transition: transform .2s,box-shadow .2s;
    text-decoration: none !important
}

    .hm-cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1);
        color: #fff !important;
        text-decoration: none !important
    }

    .hm-cta .hm-cta-arrow {
        display: inline-flex;
        height: 24px;
        width: 24px;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        background: rgba(255,255,255,0.18);
        transition: transform .2s
    }

    .hm-cta:hover .hm-cta-arrow {
        transform: translateX(4px)
    }

.hm-outline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    border: 2px solid #076D9D;
    padding: 12px 28px;
    font-size: 14px !important;
    font-weight: 700;
    color: #076D9D;
    background: transparent;
    cursor: pointer;
    transition: all .3s
}

    .hm-outline:hover {
        background: #076D9D;
        color: #fff
    }

.io-fade {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .4s ease,transform .4s ease
}

.hm-hero {
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
    background: #06111E;
    overflow: unset !important
}

.hm-hero-bg {
    pointer-events: none;
    position: absolute;
    inset: 0;
    overflow: hidden
}

    .hm-hero-bg > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        opacity: .55
    }

.hm-hero-ov {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 55% 40%,#0D3F5A 0%,#071B2E 45%,#040C18 100%);
    opacity: .78
}

.hm-blob {
    position: absolute;
    border-radius: 9999px;
    filter: blur(64px)
}

.hm-blob1 {
    top: -8rem;
    left: -8rem;
    height: 24rem;
    width: 24rem;
    background: rgba(255,255,255,0.10);
    animation: hmBlob1 12s ease-in-out infinite
}

.hm-blob2 {
    top: 50%;
    right: -10rem;
    height: 20rem;
    width: 20rem;
    background: rgba(103,232,249,0.15);
    animation: hmBlob2 15s ease-in-out infinite
}

.hm-blob3 {
    bottom: -6rem;
    left: 33%;
    height: 18rem;
    width: 18rem;
    background: rgba(186,230,253,0.10);
    animation: hmBlob3 18s ease-in-out infinite
}

@keyframes hmBlob1 {
    0%,100% {
        transform: translate(0,0) scale(1)
    }

    33% {
        transform: translate(40px,-30px) scale(1.1)
    }

    66% {
        transform: translate(-20px,20px) scale(0.95)
    }
}

@keyframes hmBlob2 {
    0%,100% {
        transform: translate(0,0) scale(1)
    }

    33% {
        transform: translate(-35px,25px) scale(1.08)
    }

    66% {
        transform: translate(25px,-15px) scale(0.92)
    }
}

@keyframes hmBlob3 {
    0%,100% {
        transform: translate(0,0) scale(1)
    }

    33% {
        transform: translate(20px,40px) scale(1.05)
    }

    66% {
        transform: translate(-30px,-20px) scale(1.1)
    }
}

.hm-hero-inner {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

.hm-aud-toggle {
    display: flex;
    width: fit-content;
    margin: 0 auto 16px;
    border-radius: 12px;
    padding: 2px;
    background: rgba(6,148,209,0.10);
    border: 1px solid rgba(6,148,209,0.30)
}

@media (min-width:1024px) {
    .hm-aud-toggle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
        margin: 0
    }
}

.hm-aud-toggle .hm-aud-on {
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 14px !important;
    font-weight: 400;
    color: #fff;
    background: #0694D1;
    box-shadow: 0 0 10px rgba(6,148,209,0.40);
    white-space: nowrap
}

.hm-aud-toggle .hm-aud-off {
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 14px !important;
    font-weight: 400;
    color: rgba(255,255,255,0.55);
    text-decoration: none !important;
    white-space: nowrap;
    transition: color .2s,background .2s
}

    .hm-aud-toggle .hm-aud-off:hover {
        color: #38bdf8 !important;
        background: rgba(6,148,209,0.15)
    }

.hm-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.hm-hero-left {
    flex: 1;
    text-align: center;
    width: 100%
}

@media (min-width:1024px) {
    .hm-hero-grid {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .hm-hero-left {
        text-align: left
    }
}

@keyframes hmFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.h-fade-up {
    animation: hmFadeUp .7s ease both
}

.h-d2 {
    animation-delay: .20s
}

.h-d3 {
    animation-delay: .35s
}

.h-d4 {
    animation-delay: .50s
}

.h-d5 {
    animation-delay: .65s
}

.hm-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 9999px;
    padding: 8px 20px;
    font-size: 13px !important;
    font-weight: 500;
    color: #fff;
    background: rgba(255,255,255,0.12);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.30);
    margin-bottom: 20px
}

.hm-pill-dot {
    position: relative;
    display: flex;
    height: 10px;
    width: 10px;
    flex-shrink: 0
}

    .hm-pill-dot span:first-child {
        position: absolute;
        display: inline-flex;
        height: 100%;
        width: 100%;
        border-radius: 9999px;
        background: #4ade80;
        opacity: .75;
        animation: hmPing 1s cubic-bezier(0,0,0.2,1) infinite
    }

    .hm-pill-dot span:last-child {
        position: relative;
        display: inline-flex;
        height: 10px;
        width: 10px;
        border-radius: 9999px;
        background: #4ade80
    }

@keyframes hmPing {
    75%,100% {
        transform: scale(2);
        opacity: 0
    }
}

.hm-pill-seats {
    border-radius: 9999px;
    background: #fff;
    padding: 2px 8px;
    font-size: 12px !important;
    font-weight: 700;
    color: #053148;
    white-space: nowrap
}

.hm-page .hm-hero-h1 {
    margin: 0 0 20px !important;
    font-weight: 700;
    line-height: 1.15
}

    .hm-page .hm-hero-h1 span.hm-hline {
        display: block !important;
        width: auto !important;
        height: auto !important;
        border: 0 !important;
        background: none !important;
        font-size: 28px !important;
        font-weight: 700;
        color: #fff;
        line-height: 1.2 !important;
        letter-spacing: -0.01em
    }

@media (min-width:640px) {
    .hm-page .hm-hero-h1 span.hm-hline {
        font-size: 30px !important
    }
}

@media (min-width:768px) {
    .hm-page .hm-hero-h1 span.hm-hline {
        font-size: 36px !important
    }
}

@media (min-width:1024px) {
    .hm-page .hm-hero-h1 span.hm-hline {
        font-size: 38px !important
    }
}

.hm-morph {
    display: inline-block;
    max-width: 100%;
    color: #C8EEFF;
    text-shadow: 0 0 28px rgba(6,148,209,0.9),0 0 55px rgba(6,148,209,0.45)
}

@keyframes hmMorphIn {
    from {
        opacity: 0;
        transform: translateY(14px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes hmMorphOut {
    from {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-14px)
    }
}

.hm-morph.in {
    animation: hmMorphIn .52s cubic-bezier(0.22,1,0.36,1) both
}

.hm-morph.out {
    animation: hmMorphOut .34s ease-in both
}

.hm-page .hm-hero-sub {
    font-size: clamp(14px,1.6vw,16px) !important;
    color: #fff !important;
    max-width: 42rem;
    margin: 0 auto 24px !important;
    line-height: 1.6 !important
}

@media (min-width:1024px) {
    .hm-page .hm-hero-sub {
        margin-left: 0 !important
    }
}

.hm-search-wrap {
    position: relative;
    width: 100%;
    max-width: 42rem;
    margin: 0 auto 20px;
    z-index: 100
}

@media (min-width:1024px) {
    .hm-search-wrap {
        margin-left: 0
    }
}

.hm-search {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(6,148,209,0.35);
    background: rgba(7,27,46,0.90);
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: all .2s;
    animation: hmSearchGlow 3s ease-in-out infinite
}

@keyframes hmSearchGlow {
    0%,100% {
        box-shadow: 0 0 8px 1px rgba(6,148,209,0.10),0 0 20px 2px rgba(77,191,239,0.04);
        border-color: rgba(6,148,209,0.22)
    }

    50% {
        box-shadow: 0 0 18px 4px rgba(6,148,209,0.25),0 0 40px 6px rgba(77,191,239,0.09);
        border-color: rgba(6,148,209,0.45)
    }
}

.hm-search:focus-within {
    border-color: #0694D1 !important;
    box-shadow: 0 0 0 3px rgba(6,148,209,0.30),0 0 40px 10px rgba(6,148,209,0.40) !important;
    animation: none
}

.hm-search-sel {
    position: relative;
    flex-shrink: 0;
    display: none
}

@media (min-width:640px) {
    .hm-search-sel {
        display: block
    }
}

.hm-search-sel select {
    height: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 12px;
    padding: 8px 32px 8px 16px !important;
    font-size: 13px !important;
    line-height: normal !important;
    height: auto !important;
    min-height: 0 !important;
    color: rgba(255,255,255,0.9);
    background: rgba(6,148,209,0.13);
    border: 1px solid rgba(6,148,209,0.28);
    outline: none;
    box-sizing: border-box
}

.hm-search-sel svg {
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .6
}

.hm-search-sel option {
    color: #fff !important;
    background: #0b1929 !important;
    font-size: 14px
}

.hm-search-sel select {
    color-scheme: dark
}

.hm-search-div {
    width: 1px;
    background: rgba(255,255,255,0.1);
    margin: 4px 8px;
    display: none
}

@media (min-width:640px) {
    .hm-search-div {
        display: block
    }
}

.hm-search input {
    min-width: 0;
    flex: 1;
    background: transparent !important;
    border: none !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    line-height: normal !important;
    height: auto !important;
    min-height: 0 !important;
    color: #fff !important;
    outline: none;
    box-shadow: none !important
}

    .hm-search input::placeholder {
        color: rgba(255,255,255,0.4)
    }

    .hm-search input:focus {
        background: transparent !important;
        color: #fff !important;
        -webkit-text-fill-color: #fff
    }

    .hm-search input:-webkit-autofill {
        -webkit-text-fill-color: #fff;
        -webkit-box-shadow: 0 0 0 40px #071B2E inset
    }

.hm-search-clear {
    flex-shrink: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: auto 4px auto 0;
    border-radius: 9999px;
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.5);
    cursor: pointer
}

    .hm-search-clear.show {
        display: flex
    }

    .hm-search-clear:hover {
        background: rgba(255,255,255,0.1)
    }

.hm-search-btn {
    flex-shrink: 0;
    border-radius: 12px;
    padding: 10px 24px;
    font-size: 13px !important;
    font-weight: 600;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 16px rgba(6,148,209,0.4);
    background: #0694D1;
    background-image: linear-gradient(105deg,transparent 40%,rgba(255,255,255,0.55) 50%,transparent 60%);
    background-size: 200% 100%;
    background-position: -200% center;
    animation: hmBtnShine 2.4s ease-in-out infinite;
    transition: background-color .2s
}

@keyframes hmBtnShine {
    0% {
        background-position: -200% center
    }

    30% {
        background-position: 200% center
    }

    100% {
        background-position: 200% center
    }
}

.hm-search-btn:hover {
    background-color: #076D9D
}

.hm-sugg {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 50;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(6,148,209,0.30);
    background: rgba(7,27,46,0.98);
    box-shadow: 0 20px 45px rgba(0,0,0,0.5);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: none;
    max-height: 380px;
    overflow-y: auto
}

    .hm-sugg.open {
        display: block
    }

.hm-sugg-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background .15s
}

    .hm-sugg-item:hover, .hm-sugg-item.active {
        background: rgba(255,255,255,0.05)
    }

.hm-sugg-main {
    flex: 1;
    min-width: 0
}

.hm-sugg-badges {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px
}

.hm-sugg-pop {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    border-radius: 9999px;
    padding: 2px 8px;
    font-size: 9px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff;
    background: linear-gradient(135deg,#0694D1,#22d3ee)
}

    .hm-sugg-pop svg {
        display: block
    }

.hm-sugg-name {
    font-size: 14px !important;
    font-weight: 500;
    color: #fff;
    margin: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3 !important
}

.hm-sugg-meta {
    font-size: 12px !important;
    color: rgba(255,255,255,0.5) !important;
    margin: 2px 0 0 !important;
    line-height: 1.3 !important
}

.hm-sugg-lvl {
    flex-shrink: 0
}

.hm-sugg-foot {
    padding: 13px 16px;
    text-align: center;
    font-size: 13px !important;
    font-weight: 600;
    color: #38bdf8;
    cursor: pointer;
    transition: all .15s
}

    .hm-sugg-foot:hover {
        color: #fff;
        background: rgba(255,255,255,0.04)
    }

.hm-sugg-empty {
    padding: 16px;
    color: rgba(255,255,255,0.5);
    font-size: 14px !important;
    text-align: center
}

.hm-hero-guar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    max-width: 42rem;
    margin: 0 auto 20px;
    justify-content: center
}

@media (min-width:1024px) {
    .hm-hero-guar {
        justify-content: flex-start;
        margin-left: 0
    }
}

.hm-hero-guar > span.g1 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px !important;
    color: rgba(255,255,255,0.6)
}

.hm-hero-guar .g-div {
    display: none;
    height: 12px;
    width: 1px;
    background: rgba(255,255,255,0.2)
}

@media (min-width:640px) {
    .hm-hero-guar .g-div {
        display: block
    }
}

.hm-reqinfo-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px !important;
    font-weight: 600;
    color: #4dbfef;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: color .2s
}

    .hm-reqinfo-link:hover {
        color: #fff
    }

.hm-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    max-width: 42rem;
    margin: 0 auto 20px;
    justify-content: center
}

@media (min-width:1024px) {
    .hm-tags {
        justify-content: flex-start;
        margin-left: 0
    }
}

.hm-tags-lbl {
    font-size: 14px !important;
    font-weight: 600;
    color: rgba(255,255,255,0.8)
}

.hm-tag {
    cursor: pointer;
    border-radius: 9999px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.1);
    padding: 4px 12px;
    font-size: 13px !important;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    transition: all .2s
}

    .hm-tag:hover {
        border-color: rgba(255,255,255,0.5);
        background: rgba(255,255,255,0.2);
        color: #fff
    }

.hm-social {
    display: flex;
    justify-content: center;
    margin-bottom: 12px
}

@media (min-width:1024px) {
    .hm-social {
        justify-content: flex-start
    }
}

.hm-social-in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    padding: 10px 16px;
    background: rgba(0,0,0,0.35);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

@media (min-width:640px) {
    .hm-social-in {
        gap: 24px;
        border-radius: 9999px;
        padding: 12px 24px
    }
}

.hm-social-avs {
    display: flex
}

    .hm-social-avs img {
        height: 36px;
        width: 36px;
        flex-shrink: 0;
        border-radius: 9999px;
        object-fit: cover;
        object-position: top;
        border: 1px solid rgba(255,255,255,0.7);
        margin-left: -8px
    }

        .hm-social-avs img:first-child {
            margin-left: 0
        }

.hm-social span.t {
    font-size: 13px !important;
    color: #fff
}

.hm-social .b {
    font-weight: 700
}

.hm-social-div {
    display: none;
    height: 16px;
    width: 1px;
    background: rgba(255,255,255,0.25)
}

@media (min-width:640px) {
    .hm-social-div {
        display: block
    }
}

.hm-social-rate {
    display: flex;
    align-items: center;
    gap: 8px
}

.hm-stars {
    color: #facc15;
    font-size: 16px;
    line-height: 1
}

.hm-trustbar {
    display: flex;
    justify-content: center;
    margin-bottom: 16px
}

@media (min-width:1024px) {
    .hm-trustbar {
        display: none
    }
}

.hm-trustbar-in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 12px;
    border-radius: 16px;
    padding: 10px 16px;
    font-size: 12px !important;
    color: rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.25);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.07)
}

    .hm-trustbar-in > span {
        display: inline-flex;
        align-items: center;
        gap: 6px
    }

    .hm-trustbar-in .b {
        color: #fff;
        font-weight: 700
    }

    .hm-trustbar-in .v {
        width: 12px;
        height: 1px
    }

    .hm-trustbar-in svg {
        color: #0694D1;
        flex-shrink: 0
    }

.hm-hero-car {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    background: rgba(6,25,45,0.52);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(6,148,209,0.25);
    box-shadow: 0 8px 40px rgba(6,109,157,0.28),inset 0 1px 0 rgba(58,182,235,0.12)
}

.hm-hero-car-mobile {
    height: 320px;
    margin-top: 24px
}

.hm-hero-car-desktop {
    width: 320px;
    height: 340px
}

.hm-hero-mobwrap {
    display: block
}

@media (min-width:1024px) {
    .hm-hero-mobwrap {
        display: none
    }
}

.hm-hero-deskwrap {
    display: none;
    flex-shrink: 0
}

@media (min-width:1024px) {
    .hm-hero-deskwrap {
        display: block
    }
}

.hm-hero-slides {
    position: absolute;
    inset: 0
}

.hm-hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s
}

    .hm-hero-slide.active {
        opacity: 1;
        pointer-events: auto
    }

.hm-hs-ms {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg,rgba(7,109,157,0.78) 0%,rgba(5,18,35,0.88) 100%)
}

    .hm-hs-ms > img {
        width: 100%;
        object-fit: contain;
        object-position: top
    }

.hm-hs-cap {
    display: flex;
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 16px 28px;
    text-align: center;
    color: #fff;
    background: rgba(6,40,65,0.72)
}

    .hm-hs-cap p {
        font-weight: 700;
        font-size: 15px !important;
        line-height: 1.6 !important;
        color: #fff !important
    }

.hm-hs-red {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg,rgba(180,0,0,0.55) 0%,rgba(5,18,35,0.92) 100%)
}

.hm-hs-red-img {
    width: 100%;
    height: 62%;
    flex-shrink: 0;
    overflow: hidden
}

    .hm-hs-red-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top;
        margin-top: 5px
    }

.hm-hs-head {
    padding: 12px 16px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg,rgba(7,109,157,0.78) 0%,rgba(5,18,35,0.90) 100%);
    border-bottom: 1px solid rgba(6,148,209,0.20)
}

    .hm-hs-head div {
        font-weight: 700;
        font-size: 14px !important;
        line-height: 1.35
    }

.hm-hs-rows {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 6px;
    padding: 8px 8px 32px
}

.hm-hs-rows-tight {
    gap: 4px
}

.hm-hs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    padding: 8px 12px;
    background: rgba(6,148,209,0.08);
    border: 1px solid rgba(6,148,209,0.22)
}

.hm-hs-row-l {
    display: flex;
    align-items: center;
    gap: 8px
}

.hm-hs-ico {
    display: flex;
    height: 36px;
    width: 36px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg,#076D9D,#0C5A7F);
    border: 1px solid rgba(58,182,235,0.30)
}

    .hm-hs-ico img {
        height: 20px;
        width: 20px;
        object-fit: contain
    }

.hm-hs-stat {
    font-weight: 700;
    color: #fff;
    font-size: 14px !important
}

.hm-hs-lbl {
    font-size: 13px !important;
    color: rgba(255,255,255,0.6)
}

.hm-hs-chev {
    font-weight: 700;
    font-size: 14px;
    color: rgba(255,255,255,0.5)
}

.hm-hs-lrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 4px 8px;
    background: rgba(6,148,209,0.08);
    border: 1px solid rgba(6,148,209,0.22)
}

.hm-hs-lrow-l {
    display: flex;
    align-items: center;
    gap: 6px
}

.hm-hs-lico {
    display: flex;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: linear-gradient(135deg,#076D9D,#0C5A7F);
    border: 1px solid rgba(58,182,235,0.30)
}

    .hm-hs-lico img {
        height: 12px;
        width: 12px;
        object-fit: contain
    }

.hm-hs-lrow span:not(.hm-hs-free) {
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    font-size: 14px
}

.hm-hs-free {
    border-radius: 9999px;
    padding: 2px 6px;
    font-size: 14px;
    color: #fff;
    background: rgba(7,109,157,0.75);
    border: 1px solid rgba(6,148,209,0.30)
}

.hm-hero-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
    background: rgba(6,40,65,0.72);
    border-top: 1px solid rgba(6,148,209,0.18)
}

    .hm-hero-dots button {
        height: 8px;
        width: 8px;
        border-radius: 9999px;
        background: rgba(255,255,255,0.25);
        border: 1px solid rgba(6,148,209,0.4);
        cursor: pointer;
        transition: all .3s;
        padding: 0
    }

        .hm-hero-dots button.active {
            width: 24px;
            background: linear-gradient(to right,#3AB6EB,#076D9D);
            border: none
        }

.hm-trusted-h {
    font-weight: 700;
    color: #093148;
    font-size: 22px !important;
    margin: 0 !important
}

@keyframes hmTrustedScroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.hm-trusted-mask {
    position: relative;
    overflow-x: hidden;
    -webkit-mask-image: linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);
    mask-image: linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)
}

.hm-trusted-track {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    padding: 8px 0;
    animation: hmTrustedScroll 38s linear infinite
}

    .hm-trusted-track:hover {
        animation-play-state: paused
    }

    .hm-trusted-track > div {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        padding: 0 8px
    }

    .hm-trusted-track img {
        height: 56px;
        width: auto;
        object-fit: contain;
        filter: drop-shadow(0 2px 6px rgba(6,148,209,0.12))
    }

.hm-trusted-mobile {
    display: none
}

    .hm-trusted-mobile .hm-trusted-track {
        animation-duration: 65s
    }

@media (max-width:1023px) {
    .hm-trusted-desktop {
        display: none
    }

    .hm-trusted-mobile {
        display: block
    }

    .hm-trusted-track img {
        height: 40px
    }
}

.hm-statsbar-outer {
    background: #fff;
    padding: 0 16px 40px
}

@media (min-width:768px) {
    .hm-statsbar-outer {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media (min-width:1024px) {
    .hm-statsbar-outer {
        padding-left: 50px;
        padding-right: 50px
    }
}

.hm-statsbar {
    max-width: 1280px;
    margin: 0 auto;
    background: #EBF8FE;
    border-radius: 0 1.5rem 0 1.5rem;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px
}

@media (min-width:640px) {
    .hm-statsbar {
        grid-template-columns: repeat(3,1fr);
        gap: 24px
    }
}

@media (min-width:1024px) {
    .hm-statsbar {
        grid-template-columns: repeat(5,1fr);
        gap: 32px
    }
}

.hm-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

@media (max-width:639px) {
    .hm-stat:last-child {
        grid-column: span 2
    }
}

.hm-stat-ico {
    margin-bottom: 12px;
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 12px
}

    .hm-stat-ico img {
        height: 20px;
        width: 20px;
        object-fit: contain
    }

.hm-stat-num {
    font-size: clamp(18px,2.5vw,30px);
    font-weight: 800;
    color: #093148
}

.hm-stat-lbl {
    margin-top: 4px;
    font-size: 13px !important;
    font-weight: 500;
    color: #7a8c96 !important
}

.hm-lf {
    background: linear-gradient(135deg,#061e30 0%,#093148 50%,#062240 100%);
    padding: 35px clamp(16px,4vw,50px)
}

@media (max-width:700px) {
    .hm-lf {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media (max-width:640px) {
    .hm-lf {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.hm-lf-orbs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.hm-lf-orb {
    position: absolute;
    border-radius: 50%
}

.hm-lf-ob1 {
    top: -80px;
    left: 25%;
    width: 380px;
    height: 380px;
    opacity: .25;
    background: radial-gradient(circle,#0694d1,transparent 70%);
    filter: blur(60px)
}

.hm-lf-ob2 {
    bottom: 0;
    right: 25%;
    width: 320px;
    height: 320px;
    opacity: .2;
    background: radial-gradient(circle,#076d9d,transparent 70%);
    filter: blur(55px)
}

.hm-lf-ob3 {
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    opacity: .15;
    background: radial-gradient(circle,#00a4ef,transparent 70%);
    filter: blur(45px)
}

.hm-lf-ob4 {
    top: 33%;
    right: 40px;
    width: 180px;
    height: 180px;
    opacity: .15;
    background: radial-gradient(circle,#0694d1,transparent 70%);
    filter: blur(40px)
}

@keyframes hmLfRipple {
    0% {
        transform: translate(-50%,-50%) scale(0.25);
        opacity: 0.55
    }

    100% {
        transform: translate(-50%,-50%) scale(2.8);
        opacity: 0
    }
}

.hm-lf-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    pointer-events: none;
    border: 1px solid rgba(6,148,209,0.35);
    animation: hmLfRipple 5s ease-out infinite
}

    .hm-lf-ring.d1 {
        animation-delay: 0s
    }

    .hm-lf-ring.d2 {
        animation-delay: 1.6s
    }

    .hm-lf-ring.d3 {
        animation-delay: 3.2s
    }

.hm-lf-inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto
}

.hm-lf-h {
    font-size: clamp(22px,3.5vw,36px) !important;
    font-weight: 800;
    color: #fff;
    line-height: 1.35 !important;
    margin: 0 0 12px !important
}

.hm-lf-sub {
    font-size: 14px !important;
    color: rgba(255,255,255,0.55) !important;
    line-height: 1.65 !important;
    max-width: 560px;
    margin: 0 auto !important
}

.hm-lf-desktop {
    display: block;
    overflow: hidden
}

.hm-lf-mobile {
    display: none
}

@media (max-width:640px) {
    .hm-lf-desktop, .hm-lf-desknav {
        display: none !important
    }

    .hm-lf-mobile {
        display: block
    }
}

.hm-lf-track {
    display: flex;
    gap: 20px
}

.hm-lf-cardwrap {
    flex: 0 0 calc(25% - 15px)
}

@media (max-width:1024px) {
    .hm-lf-cardwrap {
        flex: 0 0 calc(50% - 10px)
    }
}

.hm-lf-flip {
    perspective: 1000px;
    height: 400px;
    cursor: pointer
}

.hm-lf-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .65s cubic-bezier(0.4,0.2,0.2,1)
}

.hm-lf-flip:hover .hm-lf-flip-inner {
    transform: rotateY(180deg)
}

.hm-lf-face {
    position: absolute;
    inset: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.hm-lf-front {
    border: 1px solid rgba(6,148,209,0.22)
}

.hm-lf-back {
    transform: rotateY(180deg);
    padding: 20px;
    border: 1px solid rgba(6,148,209,0.35)
}

.hm-lf-imgwrap {
    position: relative;
    height: 176px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 16px 16px 0 0
}

    .hm-lf-imgwrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

.hm-lf-tag {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(9,49,72,0.55);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #fff;
    letter-spacing: .04em
}

.hm-lf-fbody {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 20px 0
}

    .hm-lf-fbody h3 {
        font-size: 15px !important;
        font-weight: 600;
        color: #fff;
        margin: 0 0 8px !important;
        line-height: 1.3 !important
    }

    .hm-lf-fbody p {
        font-size: 13px !important;
        color: rgba(255,255,255,0.6) !important;
        line-height: 1.65 !important;
        flex: 1;
        font-weight: 300;
        margin: 0 !important
    }

.hm-lf-btnwrap {
    padding: 20px 0
}

.hm-lf-btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg,#0694d1,#076d9d);
    color: #fff;
    font-size: 13px !important;
    font-weight: 700;
    cursor: pointer;
    animation: hmLfGlow 2.8s ease-in-out infinite
}

@keyframes hmLfGlow {
    0%,100% {
        box-shadow: 0 0 0 0 rgba(6,148,209,0),0 4px 14px rgba(6,148,209,0.3)
    }

    50% {
        box-shadow: 0 0 22px 7px rgba(6,148,209,0.5),0 4px 14px rgba(6,148,209,0.3)
    }
}

.hm-lf-back-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.hm-lf-back-ico {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(6,148,209,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.hm-lf-back-head h3 {
    font-size: 14px !important;
    font-weight: 700;
    color: #fff;
    line-height: 1.3 !important;
    margin: 0 !important
}

.hm-lf-back-div {
    height: 1px;
    background: rgba(6,148,209,0.25);
    margin-bottom: 16px
}

.hm-lf-back ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    margin: 0 0 auto
}

.hm-lf-back li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.78);
    line-height: 1.4
}

    .hm-lf-back li svg {
        flex-shrink: 0;
        margin-top: 2px
    }

.hm-lf-back .hm-lf-btn {
    margin-top: 20px
}

.hm-lf-desknav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px
}

.hm-lf-nav {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(6,148,209,0.4);
    background: rgba(6,148,209,0.12);
    color: #0694d1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background .2s;
    flex-shrink: 0
}

    .hm-lf-nav:hover {
        background: rgba(6,148,209,0.25)
    }

    .hm-lf-nav:disabled {
        opacity: .35;
        cursor: default
    }

.hm-lf-count {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    color: rgba(255,255,255,0.75);
    min-width: 52px;
    text-align: center
}

.hm-lf-mtrack-wrap {
    overflow: hidden
}

.hm-lf-mtrack {
    display: flex;
    transition: transform .45s cubic-bezier(0.4,0,0.2,1)
}

.hm-lf-mcard {
    flex-shrink: 0
}

.hm-lf-mcard-in {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(6,148,209,0.22);
    display: flex;
    flex-direction: column
}

.hm-lf-mimg {
    position: relative;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 16px 16px 0 0
}

    .hm-lf-mimg img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.hm-lf-mbody {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px 16px 18px
}

    .hm-lf-mbody h3 {
        font-size: 16px !important;
        font-weight: 700;
        color: #fff;
        margin: 0 0 8px !important;
        line-height: 1.3 !important
    }

    .hm-lf-mbody p {
        font-size: 14px !important;
        color: rgba(255,255,255,0.65) !important;
        line-height: 1.6 !important;
        flex: 1;
        margin: 0 !important
    }

.hm-lf-mnav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px
}

.hm-diff {
    background: #061e30
}

.hm-diff-orb1 {
    position: absolute;
    top: 0;
    left: 33%;
    height: 500px;
    width: 500px;
    transform: translateX(-50%);
    border-radius: 9999px;
    opacity: .10;
    background: radial-gradient(circle,#0694d1,transparent 65%);
    filter: blur(80px);
    pointer-events: none
}

.hm-diff-orb2 {
    position: absolute;
    bottom: 0;
    right: 25%;
    height: 350px;
    width: 350px;
    border-radius: 9999px;
    opacity: .08;
    background: radial-gradient(circle,#076d9d,transparent 65%);
    filter: blur(70px);
    pointer-events: none
}

.hm-diff-mob {
    display: block;
    overflow: hidden
}

.hm-diff-desk {
    display: none
}

@media (min-width:640px) {
    .hm-diff-mob, #hmDiffDots {
        display: none !important
    }

    .hm-diff-desk {
        display: flex;
        flex-direction: column;
        gap: 16px
    }
}

.hm-diff-mtrack {
    display: flex;
    transition: transform .5s cubic-bezier(0.4,0,0.2,1)
}

.hm-diff-page {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.hm-diff-banner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    padding: 24px;
    background: linear-gradient(135deg,#0a6ebd 0%,#0694d1 50%,#00b4d8 100%)
}

@media (min-width:640px) {
    .hm-diff-banner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

.hm-diff-banner-l {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.hm-diff-banner-ico {
    display: flex;
    height: 44px;
    width: 44px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,0.18)
}

.hm-diff-banner h3 {
    font-size: clamp(15px,2vw,18px) !important;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px !important
}

.hm-diff-banner p {
    font-size: clamp(14px,1.6vw,16px) !important;
    color: rgba(255,255,255,0.8) !important;
    margin: 0 !important
}

.hm-diff-stats {
    display: flex;
    flex-shrink: 0;
    gap: 12px
}

.hm-diff-stat {
    border-radius: 12px;
    padding: 12px 16px;
    text-align: center;
    background: rgba(255,255,255,0.15)
}

    .hm-diff-stat .v {
        font-size: clamp(15px,2vw,18px);
        font-weight: 700;
        color: #fff
    }

    .hm-diff-stat .l {
        font-size: 13px;
        color: rgba(255,255,255,0.7)
    }

.hm-diff-grid3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

@media (min-width:768px) {
    .hm-diff-grid3 {
        grid-template-columns: repeat(3,1fr)
    }
}

.hm-diff-grid2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

@media (min-width:768px) {
    .hm-diff-grid2 {
        grid-template-columns: repeat(2,1fr)
    }
}

.hm-diff-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 24px
}

.hm-diff-card-ico {
    margin-bottom: 12px;
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 12px
}

.hm-diff-card h3 {
    font-size: clamp(15px,2vw,18px) !important;
    font-weight: 500;
    color: #fff;
    margin: 0 0 8px !important
}

.hm-diff-card p {
    font-size: clamp(14px,1.6vw,16px) !important;
    font-weight: 300;
    line-height: 1.6 !important;
    color: rgba(255,255,255,0.6) !important;
    margin: 0 !important
}

.hm-diff-mcard {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 20px
}

.hm-diff-mcard-ico {
    margin-bottom: 8px;
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 12px
}

.hm-diff-mcard h3 {
    font-size: 14px !important;
    font-weight: 500;
    color: #fff;
    margin: 0 0 6px !important
}

.hm-diff-mcard p {
    font-size: 12px !important;
    font-weight: 300;
    line-height: 1.55 !important;
    color: rgba(255,255,255,0.6) !important;
    margin: 0 !important
}

.hm-diff-mbanner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    padding: 20px;
    background: linear-gradient(135deg,#0a6ebd 0%,#0694d1 50%,#00b4d8 100%)
}

    .hm-diff-mbanner h3 {
        font-size: 14px !important;
        font-weight: 700;
        color: #fff;
        margin: 0 0 4px !important
    }

    .hm-diff-mbanner p {
        font-size: 12px !important;
        color: rgba(255,255,255,0.8) !important;
        margin: 0 !important
    }

.hm-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px
}

    .hm-dots button {
        width: 10px;
        height: 10px;
        border-radius: 9999px;
        background: rgba(255,255,255,0.25);
        border: none;
        cursor: pointer;
        transition: all .3s;
        padding: 0
    }

        .hm-dots button.active {
            width: 32px;
            background: #0694d1
        }

    .hm-dots.hm-dots-light button {
        background: #CAEFFF
    }

        .hm-dots.hm-dots-light button.active {
            background: #0694d1
        }

.hm-vp-orb1 {
    position: absolute;
    left: -160px;
    top: -128px;
    height: 420px;
    width: 420px;
    border-radius: 9999px;
    background: radial-gradient(circle,rgba(6,148,209,0.18) 0%,transparent 70%);
    pointer-events: none
}

.hm-vp-orb2 {
    position: absolute;
    bottom: -80px;
    right: 0;
    height: 300px;
    width: 300px;
    border-radius: 9999px;
    background: radial-gradient(circle,rgba(77,191,239,0.18) 0%,transparent 70%);
    pointer-events: none
}

.hm-vcard {
    display: flex;
    width: 192px;
    flex-shrink: 0;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #CAEFFF;
    box-shadow: 0 2px 10px rgba(0,164,239,0.07);
    transition: box-shadow .3s,border-color .3s
}

    .hm-vcard:hover {
        box-shadow: 0 4px 14px rgba(6,148,209,0.14);
        border-color: #A8D8F0
    }

.hm-vcard-logo {
    display: flex;
    height: 112px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 12px
}

    .hm-vcard-logo img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        max-height: 88px;
        transition: transform .3s
    }

.hm-vcard:hover .hm-vcard-logo img {
    transform: scale(1.1)
}

.hm-vcard-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    text-align: center;
    background: #EBF8FE
}

.hm-vcard-name {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.2 !important;
    color: #093148 !important;
    margin: 0 0 4px !important
}

.hm-vcard-tier {
    font-size: 14px !important;
    font-weight: 500;
    color: #076D9D !important;
    margin: 0 0 4px !important
}

.hm-vcard-courses {
    font-size: 14px !important;
    font-weight: 500;
    color: #0694d1 !important;
    margin: 0 !important
}

.hm-vp-marquee {
    position: relative;
    overflow-x: hidden;
    padding: 12px 0;
    -webkit-mask-image: linear-gradient(to right,transparent,black 10%,black 90%,transparent);
    mask-image: linear-gradient(to right,transparent,black 10%,black 90%,transparent)
}

.hm-vp-track {
    display: flex;
    gap: 16px;
    padding: 0 8px;
    width: max-content;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none
}

    .hm-vp-track.r1 {
        animation: hmTrustedScroll 70s linear infinite
    }

    .hm-vp-track.r2 {
        animation: hmTrustedScrollRev 70s linear infinite
    }

@keyframes hmTrustedScrollRev {
    from {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.hm-vp-track:hover {
    animation-play-state: paused
}

.hm-vp-desktop {
    display: none
}

.hm-vp-mobile {
    display: block
}

@media (min-width:640px) {
    .hm-vp-desktop {
        display: block
    }

    .hm-vp-mobile {
        display: none
    }
}

.hm-vp-mobile-track {
    display: flex;
    gap: 12px;
    padding: 0 4px;
    width: max-content;
    animation: hmTrustedScroll 78s linear infinite;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none
}

    .hm-vp-track img, .hm-vp-mobile-track img {
        pointer-events: none;
        -webkit-user-drag: none
    }

.hm-ce {
    background: radial-gradient(ellipse at 55% 40%,#0D3F5A 0%,#071B2E 45%,#040C18 100%)
}

.hm-ce-orbs {
    position: absolute;
    inset: 0;
    pointer-events: none
}

    .hm-ce-orbs > div {
        position: absolute;
        border-radius: 9999px
    }

.hm-ce-o1 {
    top: -96px;
    left: -80px;
    height: 350px;
    width: 350px;
    opacity: .30;
    background: radial-gradient(circle,#0694d1,transparent 70%);
    filter: blur(70px)
}

.hm-ce-o2 {
    top: 50%;
    right: 0;
    height: 280px;
    width: 280px;
    transform: translateY(-50%);
    opacity: .20;
    background: radial-gradient(circle,#38bdf8,transparent 70%);
    filter: blur(60px)
}

.hm-ce-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: center;
    gap: 4px;
    border-radius: 16px;
    padding: 6px;
    width: 100%;
    background: rgba(8,24,42,0.55);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(6,148,209,0.20);
    scrollbar-width: none
}

    .hm-ce-tabs::-webkit-scrollbar {
        display: none
    }

@media (min-width:640px) {
    .hm-ce-tabs {
        width: max-content;
        max-width: 100%
    }
}

@media (max-width:639px) {
    .hm-ce-tab {
        flex: 1 1 0;
        min-width: 0;
        flex-direction: column;
        gap: 0;
        white-space: normal;
        padding: 9px 8px;
        line-height: 1.2;
        text-align: center
    }
}

.hm-ce-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    border-radius: 12px;
    padding: 10px 24px;
    font-size: 14px !important;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all .2s
}

    .hm-ce-tab:hover {
        color: #fff;
        background: rgba(255,255,255,0.1)
    }

    .hm-ce-tab.active {
        color: #fff;
        background: linear-gradient(135deg,#0694d1,#076d9d);
        box-shadow: 0 4px 12px rgba(6,148,209,0.35)
    }

.hm-ce-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px
}

@media (min-width:640px) {
    .hm-ce-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (min-width:768px) {
    .hm-ce-grid {
        grid-template-columns: repeat(3,1fr)
    }
}

.hm-ce-grid-tech {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px
}

@media (min-width:768px) {
    .hm-ce-grid-tech {
        grid-template-columns: repeat(4,1fr)
    }
}

.hm-ce-pane {
    display: none
}

    .hm-ce-pane.active {
        display: grid;
        animation: hmFadeUp .35s ease both
    }

.hm-techcard {
    cursor: pointer;
    border-radius: 12px;
    padding: 20px;
    background: rgba(8,24,42,0.60);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(6,148,209,0.20);
    box-shadow: 0 4px 16px rgba(0,0,0,0.30);
    transition: transform .3s
}

    .hm-techcard:hover {
        transform: translateY(-8px)
    }

.hm-techcard-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px
}

    .hm-techcard-top h3 {
        font-size: 14px !important;
        font-weight: 700;
        color: #fff;
        line-height: 1.3 !important;
        margin: 0 !important
    }

.hm-techcard:hover .hm-techcard-top h3 {
    color: #3AB6EB
}

.hm-techcard-arrow {
    flex-shrink: 0;
    display: flex;
    height: 28px;
    width: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(6,148,209,0.4);
    color: #3AB6EB;
    transition: all .2s
}

.hm-techcard:hover .hm-techcard-arrow {
    background: #0694d1;
    color: #fff;
    border-color: #0694d1
}

.hm-techcard-count {
    font-size: 14px !important;
    font-weight: 500;
    color: #3AB6EB !important;
    margin: 0 0 16px !important
}

.hm-techcard-div {
    height: 1px;
    background: rgba(6,148,209,0.18);
    margin-bottom: 12px
}

.hm-techcard-lbl {
    font-size: 14px !important;
    font-weight: 400;
    color: rgba(255,255,255,0.4) !important;
    margin: 0 0 8px !important
}

.hm-techcard-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.hm-vbadge {
    border-radius: 9999px;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(7,109,157,0.30);
    color: #3AB6EB;
    box-shadow: inset 0 0 0 1px rgba(6,148,209,0.40)
}

.hm-ce-cta {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2
}

    .hm-ce-cta p {
        font-size: 13px !important;
        color: rgba(255,255,255,0.5) !important;
        margin: 0 !important
    }

.hm-ce-tabwrap {
    display: flex;
    justify-content: center;
    margin-bottom: 32px
}

.hm-hs-stat, .hm-hs-lbl {
    text-align: left
}

@media (max-width:639px) {
    .hm-ce-tabwrap {
        margin-bottom: 15px
    }

    .hm-ce-cta {
        margin-top: 20px
    }
}

.hm-web {
    background: linear-gradient(160deg,#EBF8FE 0%,#F5FBFF 50%,#EAF6FD 100%);
    border-top: 1px solid #CAEFFF;
    border-bottom: 1px solid #CAEFFF
}

.hm-web-o1 {
    position: absolute;
    left: -128px;
    top: 0;
    height: 400px;
    width: 400px;
    border-radius: 9999px;
    background: radial-gradient(circle,rgba(6,148,209,0.18) 0%,transparent 70%);
    pointer-events: none
}

.hm-web-o2 {
    position: absolute;
    right: -80px;
    bottom: 0;
    height: 350px;
    width: 350px;
    border-radius: 9999px;
    background: radial-gradient(circle,rgba(77,191,239,0.20) 0%,transparent 70%);
    pointer-events: none
}

.hm-web-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
    align-items: stretch
}

@media (min-width:768px) {
    .hm-web-grid {
        grid-template-columns: repeat(3,1fr)
    }
}

.hm-wc {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    border: 1.5px solid #CAEFFF;
    box-shadow: 0 2px 12px rgba(6,148,209,0.09)
}

.hm-wc-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0 20px;
    background: #EBF8FE;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath d='M28 66L0 50V17L28 1L56 17V50L28 66Z' stroke='%230694d1' stroke-opacity='0.10' stroke-width='1' fill='none'/%3E%3Cpath d='M28 100L0 84V50L28 66L56 50V84L28 100Z' stroke='%230694d1' stroke-opacity='0.10' stroke-width='1' fill='none'/%3E%3C/svg%3E");
    background-size: 56px 100px
}

.hm-wc-vbadge {
    position: absolute;
    right: 12px;
    top: 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    padding: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 100px;
    height: 64px
}

    .hm-wc-vbadge img {
        height: 100%;
        width: 100%;
        object-fit: contain
    }

.hm-wc-avatar {
    display: flex;
    height: 80px;
    width: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border: 4px solid #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15)
}

.hm-wc-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    pointer-events: none;
    background: linear-gradient(to bottom,transparent,rgba(6,148,209,0.18))
}

.hm-wc-speaker {
    position: relative;
    margin-top: 12px !important;
    font-size: 14px !important;
    font-weight: 600;
    color: #093148 !important
}

.hm-wc-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px
}

.hm-wc-title {
    text-align: center;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.55 !important;
    color: #093148 !important;
    margin: 0 !important;
    min-height: 4.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.hm-wc-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px !important;
    color: #7a8c96
}

    .hm-wc-meta span {
        display: inline-flex;
        align-items: center;
        gap: 4px
    }

.hm-wc-btn {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 9999px;
    border: 2px solid #0694D1;
    padding: 10px 0;
    font-size: 14px !important;
    font-weight: 600;
    color: #0694D1;
    transition: all .2s
}

    .hm-wc-btn:hover {
        background: #0694D1;
        color: #fff
    }

.hm-web-mob {
    display: none
}

@media (max-width:639px) {
    .hm-web-mob {
        display: block
    }

    .hm-web-desk, .hm-web-desknav {
        display: none !important
    }
}

.hm-web-mtrack-wrap {
    overflow: hidden
}

.hm-web-mtrack {
    display: flex;
    transition: transform .45s cubic-bezier(0.4,0,0.2,1)
}

.hm-web-mcard {
    min-width: 100%
}

.hm-nav-row {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.hm-nav-btn {
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #093148;
    border: 1.5px solid #093148;
    box-shadow: 0 4px 14px rgba(9,49,72,0.25);
    cursor: pointer
}

    .hm-nav-btn:disabled {
        background: #F3F4F6;
        border-color: #E5E7EB;
        box-shadow: none;
        cursor: not-allowed
    }

    .hm-nav-btn svg {
        stroke: #fff
    }

    .hm-nav-btn:disabled svg {
        stroke: #D1D5DB
    }

.hm-nav-count {
    font-size: 13px !important;
    font-weight: 600;
    color: #7a8c96
}

.hm-hiw-o1 {
    position: absolute;
    right: -128px;
    top: -128px;
    height: 500px;
    width: 500px;
    border-radius: 9999px;
    background: radial-gradient(circle,rgba(6,148,209,0.18) 0%,transparent 70%);
    pointer-events: none
}

.hm-hiw-o2 {
    position: absolute;
    left: -80px;
    bottom: 0;
    height: 350px;
    width: 350px;
    border-radius: 9999px;
    background: radial-gradient(circle,rgba(77,191,239,0.18) 0%,transparent 70%);
    pointer-events: none
}

.hm-hiw-line {
    pointer-events: none;
    position: absolute;
    display: none;
    top: 52px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(to right,#076D9D,#4DBFEF,#076D9D)
}

@media (min-width:1024px) {
    .hm-hiw-line {
        display: block
    }
}

.hm-hiw-desk {
    display: none;
    grid-template-columns: repeat(2,1fr);
    gap: 32px;
    align-items: stretch
}

@media (min-width:640px) {
    .hm-hiw-desk {
        display: grid
    }

    .hm-hiw-mob, .hm-hiw-dots {
        display: none !important
    }
}

@media (min-width:768px) {
    .hm-hiw-desk {
        grid-template-columns: repeat(3,1fr)
    }
}

@media (min-width:1024px) {
    .hm-hiw-desk {
        grid-template-columns: repeat(4,1fr)
    }
}

.hm-hiw-step {
    display: flex;
    height: 100%;
    cursor: pointer;
    flex-direction: column;
    align-items: center
}

.hm-hiw-ico {
    position: relative;
    z-index: 10;
    margin-bottom: 24px
}

.hm-hiw-circle {
    display: flex;
    height: 80px;
    width: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 30px;
    background: #fff;
    border: 4px solid #f0f9ff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all .3s
}

.hm-hiw-step.active .hm-hiw-circle {
    background: #076D9D;
    box-shadow: 0 8px 30px rgba(7,109,157,0.35);
    transform: scale(1.1) translateY(-6px)
}

@keyframes hmHiwPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(7,109,157,0.5)
    }

    70% {
        box-shadow: 0 0 0 18px rgba(7,109,157,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(7,109,157,0)
    }
}

.hm-hiw-pulse {
    display: none;
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    border: 2px solid rgba(7,109,157,0.4);
    pointer-events: none;
    animation: hmHiwPulse 1.8s ease-out infinite
}

.hm-hiw-step.active .hm-hiw-pulse {
    display: block
}

.hm-hiw-num {
    position: absolute;
    right: -4px;
    top: -4px;
    display: flex;
    height: 24px;
    width: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #093148;
    transition: all .3s
}

.hm-hiw-step.active .hm-hiw-num {
    background: #0694d1;
    transform: scale(1.2)
}

.hm-hiw-card {
    width: 100%;
    flex: 1;
    border-radius: 16px;
    border: 2px solid #e8f4fa;
    padding: 24px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: all .3s
}

.hm-hiw-step.active .hm-hiw-card {
    border-color: #076D9D;
    box-shadow: 0 20px 40px rgba(7,109,157,0.12);
    transform: translateY(-4px)
}

.hm-hiw-step-lbl {
    margin-bottom: 8px;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: .1em;
    color: #0694D1 !important
}

.hm-hiw-card h3 {
    font-size: clamp(15px,2vw,18px) !important;
    font-weight: 600;
    color: #093148;
    margin: 0 0 8px !important;
    transition: color .3s
}

.hm-hiw-step.active .hm-hiw-card h3 {
    color: #076D9D
}

.hm-hiw-card p {
    font-size: clamp(14px,1.6vw,16px) !important;
    font-weight: 300;
    line-height: 1.6 !important;
    color: #7a8c96 !important;
    margin: 0 0 16px !important
}

.hm-hiw-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

    .hm-hiw-progress > div {
        border-radius: 9999px;
        height: 8px;
        transition: all .3s
    }

.hm-hiw-mob {
    display: block
}

.hm-hiw-mtrack-wrap {
    overflow: hidden;
    padding-top: 12px
}

.hm-hiw-mtrack {
    display: flex;
    transition: transform .45s cubic-bezier(0.4,0,0.2,1)
}

.hm-hiw-mpage {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.hm-hiw-mstep {
    display: flex;
    flex-direction: column;
    align-items: center
}

.hm-hiw-mcircle {
    display: flex;
    height: 64px;
    width: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 24px;
    background: #fff;
    border: 4px solid #f0f9ff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08)
}

.hm-hiw-cta {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.hm-ss {
    background: #E8F4FA;
    isolation: isolate
}

.hm-ss-o1 {
    position: absolute;
    left: 50%;
    top: 0;
    height: 500px;
    width: 500px;
    transform: translateX(-50%);
    border-radius: 9999px;
    background: radial-gradient(circle,rgba(6,148,209,0.20) 0%,transparent 65%);
    pointer-events: none;
    z-index: -1
}

.hm-ss-statbar {
    margin: 0 auto 40px;
    max-width: 48rem;
    border-radius: 16px;
    background: #fff;
    padding: 20px 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06)
}

@media (min-width:640px) {
    .hm-ss-statbar {
        padding-left: 40px;
        padding-right: 40px
    }
}

.hm-ss-stats {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1px;
    background: #CAEFFF
}

@media (min-width:640px) {
    .hm-ss-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        background: transparent;
        align-items: center;
        justify-content: center
    }
}

.hm-ss-stat {
    background: #fff;
    padding: 16px;
    text-align: center
}

@media (min-width:640px) {
    .hm-ss-stat {
        padding: 4px 32px;
        border-left: 1px solid #CAEFFF
    }

        .hm-ss-stat:first-child {
            border-left: none
        }
}

.hm-ss-stat-ico {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hm-ss-stat .v {
    font-size: clamp(18px,2.4vw,24px);
    font-weight: 700;
    color: #093148
}

.hm-ss-stat .l {
    margin-top: 4px;
    font-size: 13px !important;
    color: #666
}

.hm-ss-cols {
    display: none;
    position: relative;
    overflow: hidden;
    height: 520px;
    -webkit-mask-image: linear-gradient(to bottom,transparent 0%,black 14%,black 86%,transparent 100%);
    mask-image: linear-gradient(to bottom,transparent 0%,black 14%,black 86%,transparent 100%)
}

@media (min-width:640px) {
    .hm-ss-cols {
        display: block
    }
}

.hm-ss-colgrid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    height: 100%
}

.hm-ss-col {
    height: 520px;
    overflow: hidden
}

.hm-ss-colinner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px
}

.hm-ss-mob {
    display: block;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);
    mask-image: linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)
}

@media (min-width:640px) {
    .hm-ss-mob {
        display: none
    }
}

.hm-ss-mtrack {
    display: flex;
    align-items: stretch;
    gap: 16px;
    padding: 8px 0;
    width: max-content
}

.hm-ss-mcard {
    width: 280px;
    flex-shrink: 0
}

.hm-ss-mnav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px
}

@media (min-width:640px) {
    .hm-ss-mnav {
        display: none
    }
}

.hm-tc {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    height: 100%;
    border: 1px solid #DCEEFB;
    box-shadow: 0 2px 12px rgba(6,148,209,0.07)
}

.hm-tc-body {
    flex: 1;
    padding: 20px
}

.hm-tc-stars {
    margin-bottom: 8px;
    font-size: 12px;
    color: #facc15
}

.hm-tc-quote {
    margin: 0 0 12px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #2d4a6a !important
}

.hm-tc-extra {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .3s ease-in-out
}

    .hm-tc-extra p {
        margin: 0 0 12px !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        color: #2d4a6a !important
    }

.hm-tc.open .hm-tc-extra {
    max-height: 220px;
    opacity: 1
}

.hm-tc-more {
    margin-bottom: 16px;
    width: -webkit-fit-content;
    width: fit-content;
    border-radius: 9999px;
    border: 1px solid #0694D1;
    background: transparent;
    padding: 4px 12px;
    font-size: 12px !important;
    font-weight: 600;
    color: #0694D1;
    cursor: pointer;
    transition: all .2s
}

    .hm-tc-more:hover {
        background: #0694D1;
        color: #fff
    }

.hm-tc-person {
    display: flex;
    align-items: center;
    gap: 12px
}

.hm-tc-av {
    position: relative;
    display: flex;
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #DCEEFB
}

    .hm-tc-av img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.hm-tc-name {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.25 !important;
    color: #0d1b2a !important;
    margin: 0 !important
}

.hm-tc-loc {
    font-size: 12px !important;
    font-weight: 600;
    color: #0694D1 !important;
    margin: 0 !important
}

.hm-tc-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E8F4FA;
    padding: 12px 20px;
    background: #F8FCFF
}

.hm-tc-course {
    font-size: 12px !important;
    font-weight: 700;
    color: #0d1b2a !important;
    margin: 0 !important
}

.hm-tc-date {
    margin-top: 2px !important;
    font-size: 12px !important;
    color: #999 !important
}

.hm-tc-badge {
    border-radius: 9999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    background: #E8F4FA;
    color: #0569a8;
    white-space: nowrap
}

.hm-ls {
    background: #F1FAFE
}

.hm-ls-o1 {
    position: absolute;
    right: -80px;
    top: -80px;
    height: 380px;
    width: 380px;
    border-radius: 9999px;
    background: radial-gradient(circle,rgba(6,148,209,0.20) 0%,transparent 70%);
    pointer-events: none
}

.hm-ls-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px
}

@media (min-width:640px) {
    .hm-ls-head {
        flex-direction: row;
        align-items: center
    }
}

.hm-ls-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px
}

@media (min-width:640px) {
    .hm-ls-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (min-width:768px) {
    .hm-ls-grid {
        grid-template-columns: repeat(3,1fr)
    }
}

.hm-seats {
    border-radius: 9999px;
    padding: 2px 8px;
    font-size: 12px !important;
    font-weight: 500;
    white-space: nowrap;
    background: #ecfdf5;
    color: #16a34a
}

.hm-seats-urgent {
    background: #fef2f2;
    color: #dc2626;
    animation: hmPulse 2s infinite
}

@keyframes hmPulse {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

.hm-aw {
    background: #fff;
    border-top: 1px solid #CAEFFF;
    border-bottom: 1px solid #CAEFFF;
    isolation: isolate
}

.hm-aw-o1 {
    position: absolute;
    left: -128px;
    top: 0;
    height: 400px;
    width: 400px;
    border-radius: 9999px;
    background: radial-gradient(circle,rgba(6,148,209,0.18) 0%,transparent 70%);
    pointer-events: none;
    z-index: -1
}

.hm-aw-stats {
    margin: 0 auto 16px;
    max-width: 42rem;
    border-radius: 16px;
    background: #fff;
    padding: 4px 8px;
    border: 1px solid #e8f4fb;
    box-shadow: 0 2px 16px rgba(6,148,209,0.08)
}

.hm-aw-stats-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr)
}

@media (min-width:640px) {
    .hm-aw-stats-grid {
        grid-template-columns: repeat(4,1fr)
    }
}

.hm-aw-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 20px 16px;
    text-align: center;
    border-right: 1px solid #f3f4f6
}

    .hm-aw-stat:nth-child(2n) {
        border-right: none
    }

@media (min-width:640px) {
    .hm-aw-stat:nth-child(2n) {
        border-right: 1px solid #f3f4f6
    }

    .hm-aw-stat:last-child {
        border-right: none
    }
}

.hm-aw-stat:nth-child(3), .hm-aw-stat:nth-child(4) {
    border-top: 1px solid #f3f4f6
}

@media (min-width:640px) {
    .hm-aw-stat:nth-child(3), .hm-aw-stat:nth-child(4) {
        border-top: none
    }
}

.hm-aw-stat .v {
    font-size: clamp(20px,2.4vw,24px);
    font-weight: 800;
    color: #093148;
    line-height: 1.2
}

.hm-aw-stat .l {
    font-size: 12px !important;
    color: #7a8c96 !important
}

.hm-aw-marquee {
    overflow-x: clip;
    padding: 14px 0;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
    -webkit-mask-image: linear-gradient(to right,transparent 0,black 80px,black calc(100% - 80px),transparent 100%);
    mask-image: linear-gradient(to right,transparent 0,black 80px,black calc(100% - 80px),transparent 100%)
}

.hm-aw-track {
    display: flex;
    gap: 20px;
    padding: 0 20px;
    width: max-content;
    will-change: transform
}

.hm-award {
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    width: 380px;
    height: 280px;
    border: 1.5px solid #CAEFFF;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07),0 4px 16px rgba(6,148,209,0.10)
}

.hm-award-img {
    display: flex;
    width: 150px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #F0FAFF;
    border-right: 1.5px solid #CAEFFF
}

    .hm-award-img img {
        height: 90%;
        width: 90%;
        object-fit: contain
    }

.hm-award-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 20px 12px;
    text-align: center
}

.hm-award-logo {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .hm-award-logo img {
        max-height: 64px;
        max-width: 140px;
        object-fit: contain
    }

.hm-award-title {
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.35 !important;
    color: #093148 !important;
    margin: 0 !important
}

.hm-award-year {
    border-radius: 9999px;
    border: 1px solid #CAEFFF;
    padding: 2px 12px;
    font-size: 14px !important;
    font-weight: 600;
    color: #7a8c96
}

.hm-faq-sec {
    background: #F1FAFE;
    isolation: isolate
}

.hm-faq-o1 {
    position: absolute;
    left: -96px;
    top: -96px;
    height: 400px;
    width: 400px;
    border-radius: 9999px;
    background: radial-gradient(circle,rgba(6,148,209,0.19) 0%,transparent 70%);
    pointer-events: none;
    z-index: -1
}

.hm-faq-cols {
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media (min-width:768px) {
    .hm-faq-cols {
        flex-direction: row
    }
}

.hm-faq-col {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px
}

.hm-faq {
    border-radius: 12px;
    border: 1px solid #CAEFFF;
    background: #fff;
    transition: border-color .3s,box-shadow .3s
}

    .hm-faq.open {
        border-color: #0694d1;
        box-shadow: 0 4px 16px rgba(6,148,209,0.10)
    }

.hm-faq-q {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer
}

@media (min-width:640px) {
    .hm-faq-q {
        padding: 16px 24px
    }
}

.hm-faq-qtext {
    font-size: clamp(14px,1.7vw,16px) !important;
    font-weight: 600;
    line-height: 1.35;
    color: #093148;
    transition: color .3s
}

.hm-faq.open .hm-faq-qtext {
    color: #0694D1
}

.hm-faq-icon {
    display: flex;
    height: 28px;
    width: 28px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #EBF8FE;
    transition: transform .35s cubic-bezier(0.4,0,0.2,1),background .3s
}

    .hm-faq-icon svg {
        stroke: #0694d1
    }

.hm-faq.open .hm-faq-icon {
    background: linear-gradient(135deg,#0694d1,#076d9d);
    transform: rotate(180deg)
}

    .hm-faq.open .hm-faq-icon svg {
        stroke: #fff
    }

.hm-faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .4s cubic-bezier(0.4,0,0.2,1)
}

.hm-faq.open .hm-faq-panel {
    grid-template-rows: 1fr
}

.hm-faq-inner {
    overflow: hidden
}

.hm-faq-a {
    border-top: 1px solid #EBF8FE;
    padding: 12px 16px;
    font-size: clamp(14px,1.7vw,16px) !important;
    line-height: 1.6 !important;
    color: #7a8c96 !important;
    margin: 0 !important
}

@media (min-width:640px) {
    .hm-faq-a {
        padding: 16px 24px
    }
}

.hm-faq-cta {
    margin-top: 32px;
    text-align: center
}

    .hm-faq-cta p {
        margin: 0 0 12px !important;
        font-size: clamp(14px,1.7vw,16px) !important;
        color: #7a8c96 !important
    }

.hm-vs-wrap {
    position: relative;
    background: #0b1929
}

.hm-vs-section {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 20;
    background: linear-gradient(135deg,#020d18 0%,#061e30 25%,#0a2e4a 50%,#061e30 75%,#020d18 100%)
}

.hm-vs-header {
    text-align: center;
    padding: 0 16px;
    margin-bottom: 32px !important
}

.hm-vs-badge {
    display: inline-block;
    border-radius: 9999px;
    background: rgba(6,148,209,0.18);
    padding: 6px 16px;
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #4DBFEF;
    margin-bottom: 12px
}

.hm-vs-tanchor {
    height: 0;
    pointer-events: none
}

.hm-vs-h {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px !important
}

@media (min-width:640px) {
    .hm-vs-h {
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width:768px) {
    .hm-vs-h {
        font-size: 30px;
        line-height: 36px
    }
}

@media (min-width:1024px) {
    .hm-vs-h {
        font-size: 36px;
        line-height: 40px
    }
}

.hm-vs-sub {
    margin: 0 auto !important;
    max-width: 520px;
    font-size: 15px !important;
    color: rgba(255,255,255,0.55) !important;
    line-height: 1.7 !important
}

.hm-vs-mtabs {
    display: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

    .hm-vs-mtabs::-webkit-scrollbar {
        display: none
    }

.hm-vs-mtabs-in {
    display: flex;
    gap: 8px;
    padding: 0 16px;
    width: max-content
}

.hm-vs-mtab {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 9999px;
    border: 1px solid rgba(6,148,209,0.3);
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s,border-color .2s
}

    .hm-vs-mtab:hover {
        background: rgba(6,148,209,0.1)
    }

.hm-vs-mtab-ic {
    font-size: 14px
}

.hm-vs-mtab-lbl {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    font-weight: 400
}

.hm-vs-mtab[data-vsactive="true"] {
    background: rgba(6,148,209,0.25) !important;
    border-color: #0694D1 !important
}

    .hm-vs-mtab[data-vsactive="true"] .hm-vs-mtab-lbl {
        color: #fff !important;
        font-weight: 600
    }

.hm-vs-layout {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start
}

.hm-vs-sidebar {
    flex-shrink: 0;
    margin-top: 30px;
    background: #0b1929;
    border-radius: 16px;
    border: 1px solid rgba(6,148,209,0.18);
    overflow: hidden
}

.hm-vs-sidebar-h {
    background: linear-gradient(135deg,#076D9D,#0694D1);
    color: #fff;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.hm-vs-stab {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    width: 100%;
    border: none;
    border-left: 3px solid transparent;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: background .2s,border-color .2s,color .2s
}

    .hm-vs-stab:hover {
        background: rgba(6,148,209,0.1)
    }

.hm-vs-stab-ic {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    background: transparent;
    color: rgba(255,255,255,0.5);
    transition: background .2s
}

.hm-vs-stab-lbl {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    font-weight: 400;
    white-space: nowrap
}

.hm-vs-stab[data-vsactive="true"] {
    background: linear-gradient(90deg,rgba(6,148,209,0.35) 0%,rgba(77,191,239,0.12) 100%) !important;
    border-left: 3px solid #0694D1 !important;
    box-shadow: inset 0 0 0 1px rgba(6,148,209,0.3)
}

    .hm-vs-stab[data-vsactive="true"] .hm-vs-stab-ic {
        background: linear-gradient(135deg,#076D9D,#0694D1) !important;
        color: #fff !important
    }

    .hm-vs-stab[data-vsactive="true"] .hm-vs-stab-lbl {
        color: #fff !important;
        font-weight: 600 !important
    }

.hm-vs-deckcol {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-width: 0
}

.hm-vs-viewport {
    position: relative;
    overflow: visible;
    z-index: 10
}

.hm-vs-cardwrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 18px;
    overflow: hidden;
    transform: translateY(110%);
    opacity: 0;
    z-index: 1;
    box-shadow: none;
    will-change: transform,opacity
}

    .hm-vs-cardwrap[data-vsindex="0"] {
        transform: translateY(0) scale(1);
        opacity: 1;
        z-index: 100
    }

.hm-vs-cardin {
    height: 100%;
    background: radial-gradient(ellipse at 60% 40%,rgba(6,148,209,0.18) 0%,rgba(77,191,239,0.08) 35%,transparent 70%),#0b1929;
    border: 1px solid rgba(6,148,209,0.18);
    position: relative;
    display: flex;
    flex-direction: row
}

.hm-vs-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0
}

.hm-vs-toprow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px
}

.hm-vs-tag {
    display: inline-flex;
    border-radius: 9999px;
    border: 1px solid rgba(77,191,239,0.3);
    padding: 4px 12px;
    font-size: 12px;
    color: #4DBFEF;
    flex-shrink: 1;
    min-width: 0
}

.hm-vs-tag-more {
    border-color: rgba(77,191,239,0.35)
}

.hm-vs-inlogo {
    flex-shrink: 0;
    background: #EAF6FB;
    border-radius: 8px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    min-width: 64px
}

    .hm-vs-inlogo img {
        height: 36px;
        width: auto;
        max-width: 72px;
        object-fit: contain
    }

.hm-vs-inlogo-inf {
    min-width: 48px
}

.hm-vs-infsym {
    font-size: 28px;
    font-weight: 900;
    color: #0694D1;
    line-height: 1
}

@media (min-width:768px) {
    .hm-vs-inlogo {
        display: none !important
    }
}

.hm-vs-ctitle {
    font-weight: 700;
    color: #fff;
    line-height: 1.1 !important;
    margin: 0 0 8px !important
}

.hm-vs-desc {
    font-size: 13px !important;
    color: #8AAFC0 !important;
    line-height: 1.6 !important;
    margin: 0 0 16px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.hm-vs-exp {
    font-size: 11px !important;
    color: #4DBFEF !important;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px !important
}

.hm-vs-bullets {
    list-style: none;
    padding: 0;
    margin: 0
}

.hm-vs-bul {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px
}

    .hm-vs-bul:last-child {
        margin-bottom: 0
    }

.hm-vs-buldot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #076D9D;
    flex-shrink: 0;
    margin-top: 4px
}

.hm-vs-bultxt {
    font-size: 12px;
    color: rgba(255,255,255,0.75);
    line-height: 1.4
}

.hm-vs-cta {
    background: #076D9D;
    border-radius: 28px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: background .2s
}

    .hm-vs-cta:hover {
        background: #0694D1
    }

.hm-vs-morecta {
    white-space: nowrap
}

.hm-vs-panel {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    background: #EAF6FB;
    border-left: 1px solid rgba(255,255,255,0.08);
    display: none
}

    .hm-vs-panel img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        padding: 24px;
        filter: drop-shadow(0 4px 12px rgba(0,0,0,0.18));
        z-index: 1
    }

.hm-vs-statsbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: rgba(0,0,0,0.25);
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    padding-right: 0
}

.hm-vs-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.hm-vs-statv {
    font-size: 15px;
    font-weight: 800;
    color: #4DBFEF
}

.hm-vs-statl {
    font-size: 10px;
    color: #8AAFC0;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 2px
}

.hm-vs-morecontent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0
}

.hm-vs-moretitle {
    font-weight: 700;
    line-height: 1.1 !important;
    margin: 0 !important
}

.hm-vs-mtw {
    color: #fff
}

.hm-vs-mtb {
    color: #4DBFEF
}

.hm-vs-moredesc {
    font-size: 13px !important;
    color: #8AAFC0 !important;
    margin: 10px 0 16px !important;
    line-height: 1.5 !important
}

.hm-vs-morestats {
    display: flex;
    gap: 24px;
    margin-bottom: 16px
}

.hm-vs-morestat {
    display: flex;
    flex-direction: column
}

.hm-vs-morestatv {
    font-size: 20px;
    font-weight: 900;
    color: #4DBFEF
}

.hm-vs-morestatl {
    font-size: 11px;
    color: #8AAFC0;
    letter-spacing: 1px;
    margin-top: 2px
}

.hm-vs-morepanel {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg,#076D9D,#0694D1);
    display: none
}

.hm-vs-morefade {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background: linear-gradient(to right,#0b1929,transparent);
    z-index: 1
}

.hm-vs-badges {
    position: absolute;
    inset: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 8px;
    padding: 20px;
    z-index: 2
}

.hm-vs-vbadge {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 11px;
    color: rgba(255,255,255,0.75);
    font-weight: 500
}

.hm-vs-trigger {
    height: 60vh;
    height: clamp(350px,60vh,600px)
}

.hm-vs-bottompad {
    height: 0
}

@media (max-width:359px) {
    .hm-vs-section {
        padding: 18px 0
    }

    .hm-vs-mtabs {
        display: flex;
        margin: 8px 0 10px
    }

    .hm-vs-layout {
        flex-direction: column;
        gap: 0;
        padding: 0 16px
    }

    .hm-vs-sidebar {
        display: none !important
    }

    .hm-vs-deckcol {
        padding-top: 4px;
        width: 100%
    }

    .hm-vs-viewport {
        height: 470px
    }

    .hm-vs-cardwrap {
        height: 470px
    }

    .hm-vs-content {
        padding: 12px 10px 58px
    }

    .hm-vs-ctitle {
        font-size: 18px
    }

    .hm-vs-panel {
        display: none !important
    }

    .hm-vs-statsbar {
        padding-right: 0 !important
    }

    .hm-vs-cta {
        padding: 8px 10px !important;
        font-size: 11px !important
    }

    .hm-vs-morecontent {
        padding: 12px 10px
    }

    .hm-vs-moretitle {
        font-size: 20px
    }

    .hm-vs-morepanel {
        display: none !important
    }
}

@media (min-width:360px) and (max-width:374px) {
    .hm-vs-section {
        padding: 20px 0
    }

    .hm-vs-mtabs {
        display: flex;
        margin: 10px 0 12px
    }

    .hm-vs-layout {
        flex-direction: column;
        gap: 0;
        padding: 0 16px
    }

    .hm-vs-sidebar {
        display: none !important
    }

    .hm-vs-deckcol {
        padding-top: 4px;
        width: 100%
    }

    .hm-vs-viewport {
        height: 460px
    }

    .hm-vs-cardwrap {
        height: 460px
    }

    .hm-vs-content {
        padding: 14px 12px 60px
    }

    .hm-vs-ctitle {
        font-size: 20px
    }

    .hm-vs-panel {
        display: none !important
    }

    .hm-vs-statsbar {
        padding-right: 0 !important
    }

    .hm-vs-cta {
        padding: 8px 14px !important;
        font-size: 11px !important
    }

    .hm-vs-morecontent {
        padding: 14px 12px
    }

    .hm-vs-moretitle {
        font-size: 22px
    }

    .hm-vs-morepanel {
        display: none !important
    }
}

@media (min-width:375px) and (max-width:479px) {
    .hm-vs-section {
        padding: 24px 0
    }

    .hm-vs-mtabs {
        display: flex;
        margin: 10px 0 14px
    }

    .hm-vs-layout {
        flex-direction: column;
        gap: 0;
        padding: 0 16px
    }

    .hm-vs-sidebar {
        display: none !important
    }

    .hm-vs-deckcol {
        padding-top: 6px;
        width: 100%
    }

    .hm-vs-viewport {
        height: 450px
    }

    .hm-vs-cardwrap {
        height: 450px
    }

    .hm-vs-content {
        padding: 16px 14px 62px
    }

    .hm-vs-ctitle {
        font-size: 22px
    }

    .hm-vs-panel {
        display: none !important
    }

    .hm-vs-statsbar {
        padding-right: 0 !important
    }

    .hm-vs-cta {
        padding: 9px 14px !important;
        font-size: 12px !important
    }

    .hm-vs-morecontent {
        padding: 16px 14px
    }

    .hm-vs-moretitle {
        font-size: 24px
    }

    .hm-vs-morepanel {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:639px) {
    .hm-vs-section {
        padding: 28px 0
    }

    .hm-vs-mtabs {
        display: flex;
        margin: 12px 0 16px
    }

    .hm-vs-layout {
        flex-direction: column;
        gap: 0;
        padding: 0 16px
    }

    .hm-vs-sidebar {
        display: none !important
    }

    .hm-vs-deckcol {
        padding-top: 6px;
        width: 100%
    }

    .hm-vs-viewport {
        height: 440px
    }

    .hm-vs-cardwrap {
        height: 440px
    }

    .hm-vs-content {
        padding: 18px 16px 64px
    }

    .hm-vs-ctitle {
        font-size: 24px
    }

    .hm-vs-panel {
        display: none !important
    }

    .hm-vs-statsbar {
        padding-right: 0 !important
    }

    .hm-vs-cta {
        padding: 9px 16px !important;
        font-size: 12px !important
    }

    .hm-vs-morecontent {
        padding: 18px 16px
    }

    .hm-vs-moretitle {
        font-size: 26px
    }

    .hm-vs-morepanel {
        display: none !important
    }
}

@media (min-width:640px) and (max-width:767px) {
    .hm-vs-section {
        padding: 32px 0
    }

    .hm-vs-mtabs {
        display: flex;
        margin: 12px 0 16px
    }

    .hm-vs-layout {
        flex-direction: column;
        gap: 0;
        padding: 0 16px
    }

    .hm-vs-sidebar {
        display: none !important
    }

    .hm-vs-deckcol {
        padding-top: 8px;
        width: 100%
    }

    .hm-vs-viewport {
        height: 430px
    }

    .hm-vs-cardwrap {
        height: 430px
    }

    .hm-vs-content {
        padding: 20px 20px 66px
    }

    .hm-vs-ctitle {
        font-size: 26px
    }

    .hm-vs-panel {
        display: none !important
    }

    .hm-vs-statsbar {
        padding-right: 0 !important
    }

    .hm-vs-cta {
        padding: 9px 18px !important;
        font-size: 13px !important
    }

    .hm-vs-morecontent {
        padding: 20px 20px
    }

    .hm-vs-moretitle {
        font-size: 28px
    }

    .hm-vs-morepanel {
        display: none !important
    }
}

@media (max-width:767px) {
    .hm-vs-cta {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        margin-bottom: 20px !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hm-vs-section {
        padding: 40px 0
    }

    .hm-vs-mtabs {
        display: none
    }

    .hm-vs-layout {
        gap: 20px;
        padding: 0 16px
    }

    .hm-vs-sidebar {
        width: 170px
    }

    .hm-vs-stab-lbl {
        font-size: 13px !important
    }

    .hm-vs-deckcol {
        padding-top: 30px
    }

    .hm-vs-viewport {
        height: 420px
    }

    .hm-vs-cardwrap {
        height: 420px
    }

    .hm-vs-content {
        padding: 24px 20px 68px
    }

    .hm-vs-ctitle {
        font-size: 26px
    }

    .hm-vs-panel {
        display: block !important;
        width: 160px !important
    }

    .hm-vs-statsbar {
        padding-right: 160px !important
    }

    .hm-vs-cta {
        padding: 9px 16px !important;
        font-size: 13px !important
    }

    .hm-vs-morecontent {
        padding: 24px 24px
    }

    .hm-vs-moretitle {
        font-size: 28px
    }

    .hm-vs-morepanel {
        display: block !important;
        width: 220px !important
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .hm-vs-section {
        padding: 52px 0
    }

    .hm-vs-mtabs {
        display: none
    }

    .hm-vs-layout {
        gap: 24px;
        padding: 0 16px
    }

    .hm-vs-sidebar {
        width: 200px
    }

    .hm-vs-deckcol {
        padding-top: 30px
    }

    .hm-vs-viewport {
        height: 420px
    }

    .hm-vs-cardwrap {
        height: 420px
    }

    .hm-vs-content {
        padding: 30px 24px 72px
    }

    .hm-vs-ctitle {
        font-size: 28px
    }

    .hm-vs-panel {
        display: block !important;
        width: 190px !important
    }

    .hm-vs-statsbar {
        padding-right: 190px !important
    }

    .hm-vs-cta {
        padding: 10px 18px !important
    }

    .hm-vs-morecontent {
        padding: 28px 28px
    }

    .hm-vs-moretitle {
        font-size: 30px
    }

    .hm-vs-morepanel {
        display: block !important;
        width: 280px !important
    }
}

@media (min-width:1280px) {
    .hm-vs-section {
        padding: 60px 0
    }

    .hm-vs-mtabs {
        display: none
    }

    .hm-vs-layout {
        gap: 32px;
        padding: 0 24px
    }

    .hm-vs-sidebar {
        width: 220px
    }

    .hm-vs-deckcol {
        padding-top: 30px
    }

    .hm-vs-viewport {
        height: 420px
    }

    .hm-vs-cardwrap {
        height: 420px
    }

    .hm-vs-content {
        padding: 36px 32px 80px
    }

    .hm-vs-ctitle {
        font-size: 32px
    }

    .hm-vs-panel {
        display: block !important;
        width: 220px !important
    }

    .hm-vs-statsbar {
        padding-right: 220px !important
    }

    .hm-vs-cta {
        padding: 10px 20px !important
    }

    .hm-vs-morecontent {
        padding: 28px 36px
    }

    .hm-vs-moretitle {
        font-size: 34px
    }

    .hm-vs-morepanel {
        display: block !important;
        width: 340px !important
    }
}

.hm-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(4,24,37,0.65);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

    .hm-modal.open {
        display: flex
    }

.hm-modal-card {
    background: linear-gradient(160deg,#062238 0%,#093148 100%);
    border-radius: 20px;
    padding: 32px 28px 28px;
    width: 100%;
    max-width: 440px;
    position: relative;
    box-shadow: 0 24px 60px rgba(0,0,0,0.5);
    max-height: 92vh;
    overflow-y: auto
}

.hm-modal-x {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.hm-modal-eyebrow {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px
}

    .hm-modal-eyebrow span.d {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #0694D1;
        flex-shrink: 0
    }

    .hm-modal-eyebrow span.t {
        font-size: 10px !important;
        font-weight: 800;
        letter-spacing: 1.2px;
        color: #0694D1 !important;
        text-transform: uppercase
    }

.hm-modal-coursebox {
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 18px;
    background: rgba(255,255,255,0.05)
}

    .hm-modal-coursebox .cl {
        font-size: 10px !important;
        font-weight: 800;
        letter-spacing: 1.2px;
        color: rgba(255,255,255,0.45) !important;
        text-transform: uppercase;
        margin: 0 0 5px !important
    }

    .hm-modal-coursebox .cn {
        font-size: 14px !important;
        font-weight: 700;
        color: #fff !important;
        line-height: 1.4 !important;
        margin: 0 !important
    }

.hm-modal-title {
    font-size: 22px !important;
    font-weight: 800;
    color: #fff !important;
    line-height: 1.2 !important;
    margin: 0 0 6px !important
}

.hm-modal-sub {
    font-size: 13px !important;
    color: rgba(255,255,255,0.5) !important;
    margin: 0 0 22px !important
}

.hm-modal form {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.hm-modal label {
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: .8px;
    color: rgba(255,255,255,0.55) !important;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block
}

    .hm-modal label .req {
        color: #ef4444
    }

.hm-fld {
    width: 100% !important;
    box-sizing: border-box !important;
    background: rgba(6,148,209,0.08) !important;
    border: 1.5px solid rgba(6,148,209,0.3) !important;
    border-radius: 10px !important;
    padding: 11px 14px !important;
    font-size: 13.5px !important;
    line-height: normal !important;
    height: auto !important;
    min-height: 0 !important;
    color: #fff !important;
    outline: none;
    font-family: inherit;
    transition: border-color .2s
}

#openLead .contentdiv {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0,0,0,0.82);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

#openLead .reqform-container {
    position: relative;
    width: 100%;
    max-width: 672px;
    margin: auto;
    border-radius: 16px;
    padding: 24px;
    background: radial-gradient(ellipse at 68% 48%,rgba(6,148,209,0.18) 0%,rgba(6,148,209,0.06) 38%,transparent 65%),#06111E;
    box-shadow: 0 24px 80px rgba(0,0,0,0.5)
}

#openLead .closeBtnLeadFrm {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    line-height: 1;
    z-index: 3;
    transition: background .15s
}

    #openLead .closeBtnLeadFrm:hover {
        background: rgba(255,255,255,0.2);
        color: #fff
    }

#openLead .reqform-header {
    text-align: center;
    margin: 0 0 20px
}

#openLead .reqform-pill {
    display: inline-block;
    margin: 0 0 12px;
    border-radius: 9999px;
    border: 1px solid rgba(6,148,209,0.55);
    background: rgba(6,148,209,0.12);
    color: #38bdf8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 4px 16px
}

#openLead .reqform-heading {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 !important
}

    #openLead .reqform-heading span {
        color: #38bdf8
    }

#openLead .reqform-sub {
    color: rgba(255,255,255,0.5) !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 6px 0 0 !important
}

#openLead .reqform-chips {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap
}

#openLead .reqform-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none !important;
    transition: background .15s
}

    #openLead .reqform-chip:hover {
        background: rgba(255,255,255,0.05)
    }

    #openLead .reqform-chip svg {
        flex: none
    }

#openLead #individual {
    color: #fff
}

#openLead #srForm {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important
}

#openLead #srFormrow {
    display: block !important;
    margin: 0 !important
}

    #openLead #srFormrow .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    #openLead #srFormrow > .col-md-12 {
        padding: 0 !important;
        margin: 0 !important
    }

#openLead .hm-reqform-body {
    padding-top: 15px !important
}

#openLead .smmrgin {
    display: flex !important;
    margin: 0 0 24px !important;
    padding: 4px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1)
}

    #openLead .smmrgin > [class*="col-"] {
        flex: 1 1 50%;
        max-width: 50%;
        width: 50%;
        padding: 0 !important;
        margin: 0 !important
    }

#openLead .radio-divs {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 !important;
    padding: 10px 0;
    border-radius: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background .2s
}

    #openLead .radio-divs:has(input[type=radio]:checked), #openLead .radio-divs.hm-tab-on {
        background: linear-gradient(135deg,#0694D1,#076D9D);
        box-shadow: 0 2px 12px rgba(6,148,209,0.35)
    }

    #openLead .radio-divs input[type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
        min-height: 0 !important;
        margin: 0;
        padding: 0;
        border: 0 !important;
        pointer-events: none
    }

    #openLead .radio-divs label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: rgba(255,255,255,0.45) !important;
        font-size: 14px !important;
        font-weight: 600;
        margin: 0 !important;
        cursor: pointer
    }

    #openLead .radio-divs:has(input[type=radio]:checked) label, #openLead .radio-divs.hm-tab-on label {
        color: #fff !important
    }

#openLead #indvdl label::before, #openLead #Enterprise label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    flex: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
    opacity: .45
}

#openLead #indvdl label::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3ccircle cx='12' cy='8' r='4'/%3e%3cpath d='M4 20c0-4 3.6-7 8-7s8 3 8 7'/%3e%3c/svg%3e")
}

#openLead #Enterprise label::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='2' y='7' width='20' height='15' rx='2'/%3e%3cpath d='M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2'/%3e%3cline x1='12' y1='12' x2='12' y2='12.01'/%3e%3cpath d='M2 12h20'/%3e%3c/svg%3e")
}

#openLead .radio-divs:has(input[type=radio]:checked) label::before, #openLead .radio-divs.hm-tab-on label::before {
    opacity: 1
}

#openLead #indiv {
    display: block;
    margin: 0 0 12px;
    padding: 0px
}

    #openLead #indiv > .row {
        display: flex !important;
        flex-wrap: wrap;
        gap: 12px;
        margin: 0 !important
    }

        #openLead #indiv > .row > [class*="col-"] {
            flex: 1 1 calc(50% - 6px);
            max-width: calc(50% - 6px);
            width: calc(50% - 6px);
            padding: 0 !important;
            margin: 0 !important
        }

    #openLead #indiv .floating-label {
        margin: 0 !important
    }

#openLead .drop {
    margin: 0 0 12px !important
}

#openLead #txt-a {
    margin: 0 0 12px !important
}

#openLead .floating-label, #openLead .input-group {
    position: relative !important;
    display: flex !important;
    flex-direction: column
}

#openLead .did-floating-label, #openLead .user-label {
    position: static !important;
    order: -1;
    display: block !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    z-index: auto !important;
    background: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,0.7) !important;
    line-height: 1.2 !important;
    width: auto !important;
    height: auto !important;
    pointer-events: auto;
    transition: none !important
}

#openLead .required-text {
    color: #f87171 !important
}

#openLead #individual input.floating-input, #openLead #individual textarea.floating-input, #openLead #individual select.floating-input {
    width: 100% !important;
    box-sizing: border-box !important;
    display: block;
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 12px !important;
    padding: 11px 16px !important;
    font-size: 14px !important;
    line-height: normal !important;
    height: auto !important;
    min-height: 0 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    outline: none !important;
    box-shadow: none !important;
    font-family: inherit !important
}

#openLead #individual textarea.floating-input {
    min-height: 84px !important;
    padding: 12px 16px !important;
    resize: none !important
}

    #openLead #individual input.floating-input::placeholder, #openLead #individual textarea.floating-input::placeholder {
        color: rgba(255,255,255,0.3) !important;
        -webkit-text-fill-color: rgba(255,255,255,0.3);
        opacity: 1
    }

    #openLead #individual input.floating-input:focus, #openLead #individual textarea.floating-input:focus, #openLead #individual select.floating-input:focus {
        border-color: #0694D1 !important;
        background: rgba(255,255,255,0.05) !important;
        color: #fff !important;
        -webkit-text-fill-color: #fff
    }

#openLead #individual input.floating-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #0e2033 inset !important;
    -webkit-text-fill-color: #fff !important
}

#openLead #individual select.floating-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    height: auto !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3e%3cpath d='M1 1l4.5 4.5L10 1' stroke='%237DD3F8' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 11px 7px !important;
    padding: 11px 16px !important
}

    #openLead #individual select.floating-input::-ms-expand {
        display: none
    }

    #openLead #individual select.floating-input option {
        color: #0d1b2a;
        background: #fff
    }

#openLead #individual .text-danger, #openLead #individual .field-validation-error {
    display: block;
    color: #f87171 !important;
    font-size: 12px !important;
    margin-top: 4px !important
}

#openLead .robot-box {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 6px 0 0 !important;
    padding: 0 !important
}

#openLead .cap {
    display: flex !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important
}

    #openLead .cap > div, #openLead .g-recaptcha {
        transform: none !important;
        -webkit-transform: none !important;
        transform-origin: center !important;
        margin: 0 auto !important
    }

#openLead .g-recaptcha {
    width: 304px !important;
    height: 78px !important;
    overflow: visible !important
}

#openLead .col-md-5 {
    float: none !important
}

#openLead #individual .btn-submit {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 24px auto 0 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 15px 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: linear-gradient(135deg,#0694D1 0%,#076D9D 100%) !important;
    box-shadow: 0 0 28px rgba(6,148,209,0.40);
    cursor: pointer;
    transition: opacity .15s
}

    #openLead #individual .btn-submit:hover {
        opacity: .9;
        color: #fff !important
    }

@media (max-width:640px) {
    #openLead .reqform-container {
        padding: 24px 16px
    }

    #openLead .reqform-heading {
        font-size: 20px !important
    }

    #openLead #indiv > .row > [class*="col-"] {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%
    }

    #openLead .reqform-chips {
        gap: 8px
    }
}

@media (prefers-reduced-motion:reduce) {
    .hm-page *, .hm-page *::before, .hm-page *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important
    }
}
/* CLS fix: reserve the morphing-headline line height so word swaps (different lengths -> different wrap/line-count) don't resize the hero and shift the blurred hero blobs. */


/* ── AI-powered hero search — exact port of app/(home)/page.tsx hero search box + dropdown (2026-08-07) ── */
.hm-aisearch-box {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 16px;
    border: 1.5px solid #B5D4F4;
    background: #F0F6FB;
    padding: 8px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),0 8px 10px -6px rgba(0,0,0,0.1);
    transition: border-color .2s,box-shadow .2s
}

    .hm-aisearch-box:focus-within {
        border-color: #0078D4;
        box-shadow: 0 0 0 3px rgba(0,120,212,0.15)
    }

.hm-aisearch-input {
    min-width: 0;
    flex: 1;
    background: transparent;
    border: none;
    padding: 8px 12px;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500;
    color: #1a2d3e;
    outline: none
}

    .hm-aisearch-input::placeholder {
        color: #8baabf
    }

.hm-aisearch-clear {
    flex-shrink: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: auto 4px auto 0;
    border-radius: 9999px;
    border: none;
    background: rgba(0,0,0,0.08);
    color: #6b8299;
    cursor: pointer;
    transition: background-color .2s,color .2s
}

    .hm-aisearch-clear.show {
        display: flex
    }

    .hm-aisearch-clear:hover {
        background: rgba(0,120,212,0.15);
        color: #0078D4
    }

    .hm-aisearch-clear svg {
        width: 14px;
        height: 14px
    }

.hm-aisearch-btn {
    flex-shrink: 0;
    border-radius: 12px;
    padding: 10px 24px;
    font-size: 14px !important;
    font-weight: 600;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 16px rgba(6,148,209,0.4);
    background: linear-gradient(135deg,#0694d1,#076D9D)
}

/* Mobile: the desktop box/button padding + 14px input text made the whole search bar look
   oversized on phone widths — shrink it down to a normal compact mobile search bar. */
@media (max-width:640px) {
    .hm-aisearch-box {
        padding: 5px;
        border-radius: 12px
    }

    .hm-aisearch-input {
        padding: 6px 8px !important;
        font-size: 13px !important;
        line-height: 16px !important
    }

    .hm-aisearch-clear {
        width: 20px;
        height: 20px
    }

        .hm-aisearch-clear svg {
            width: 12px;
            height: 12px
        }

    .hm-aisearch-btn {
        padding: 8px 16px;
        font-size: 13px !important;
        border-radius: 9px
    }

    .hm-ai-elaborate-hint {
        margin: 7px 0 7px !important;
        font-size: 11px !important;
        line-height: 1.625 !important
    }
}

.hm-aisearch-panel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 50;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(6,148,209,0.12);
    background: #F8FCFF;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25)
}

    .hm-aisearch-panel.open {
        display: block
    }

.hm-ai-panel-inner {
    padding: 16px
}

.hm-ai-hint {
    margin: 0 0 10px;
    font-size: 12px !important;
    color: #9bb3c5
}

.hm-ai-thinking {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0
}

.hm-ai-thinking-txt {
    margin-left: 4px;
    font-size: 12px !important;
    color: #6b8299
}

@keyframes heroAiDot {
    0%,80%,100% {
        transform: scale(.4);
        opacity: .4
    }

    40% {
        transform: scale(1);
        opacity: 1
    }
}

.hero-ai-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0694D1;
    display: inline-block;
    animation: heroAiDot 1.2s infinite
}

    .hero-ai-dot:nth-child(2) {
        animation-delay: .15s
    }

    .hero-ai-dot:nth-child(3) {
        animation-delay: .3s
    }

.hm-ai-advice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
    border-radius: 0 8px 8px 0;
    border-left: 3px solid #0694D1;
    background: rgba(6,148,209,0.06);
    padding: 6px 12px
}

.hm-ai-advice-txt {
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.375 !important;
    color: #1a3a55
}

/* "Refined for: ..." — only rendered when the results came from the elaborate ("Search
   Again") box, so it sits right under the heading and above the cards it now describes. */
.hm-ai-refined-for {
    margin: -6px 0 10px !important;
    font-size: 11.5px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    color: #0694D1
}

.hm-ai-learnmore-btn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    border-radius: 6px;
    border: 1.5px solid #0694D1;
    background: #fff;
    padding: 2px 8px;
    font-size: 11px !important;
    font-weight: 700;
    color: #0694D1;
    cursor: pointer
}

/* Results carousel: every result renders, 3 visible at a time (1 on mobile), the row scrolls
   sideways and the .hm-ai-car-arrow buttons page through it. Was a fixed 3-card grid. */
.hm-ai-carousel {
    display: flex;
    align-items: stretch;
    gap: 6px
}

.hm-ai-courses-grid {
    display: flex;
    gap: 10px;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .hm-ai-courses-grid::-webkit-scrollbar {
        display: none
    }

    .hm-ai-courses-grid .hm-ai-course-card {
        flex: 0 0 100%;
        scroll-snap-align: start
    }

@media (min-width:640px) {
    .hm-ai-courses-grid .hm-ai-course-card {
        flex: 0 0 calc((100% - 20px)/3)
    }
}

.hm-ai-car-arrow {
    flex: 0 0 auto;
    align-self: center;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1.5px solid rgba(6,148,209,0.25);
    background: #fff;
    color: #0694D1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(6,148,209,0.12);
    transition: opacity .15s,box-shadow .15s;
    padding: 0
}

    .hm-ai-car-arrow:hover:not(:disabled) {
        box-shadow: 0 4px 14px rgba(6,148,209,0.22)
    }

    .hm-ai-car-arrow:disabled {
        opacity: .3;
        cursor: default
    }

.hm-ai-car-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 10px
}

.hm-ai-car-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 9999px;
    border: none;
    background: rgba(6,148,209,0.22);
    cursor: pointer;
    transition: background .15s,width .15s
}

    .hm-ai-car-dot.active {
        width: 22px;
        background: #0694D1
    }

.hm-ai-course-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    border-radius: 12px;
    border: 1.5px solid rgba(6,148,209,0.28);
    background: #EAF5FD;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(6,148,209,0.07);
    transition: box-shadow .2s
}

    .hm-ai-course-card:hover {
        box-shadow: 0 8px 24px rgba(6,148,209,0.16)
    }

.hm-ai-badge {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    border-radius: 9999px;
    padding: 2px 8px;
    margin: -5px 0 6px;
    font-size: 9px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .025em;
    background: #dbeeff;
    color: #093148
}

    .hm-ai-badge svg {
        display: block
    }

.hm-ai-course-name {
    margin: 0;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.375 !important;
    color: #0694D1
}

.hm-ai-course-meta {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: auto 0 0;
    padding-top: 4px;
    font-size: 11px !important;
    color: #6b8299
}

    .hm-ai-course-meta-ico {
        flex-shrink: 0
    }

.hm-ai-elaborate-hint {
    margin: 16px 0 14px !important;
    text-align: center;
    font-size: 12.5px !important;
    font-weight: 700;
    line-height: 1.625 !important;
    color: #1a3a55
}

.hm-ai-elaborate-wrap {
    margin-top: 0;
    border-top: 1px solid rgba(6,148,209,0.12);
    padding-top: 12px
}

.hm-ai-elaborate-box {
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow: hidden;
    border-radius: 12px;
    border: 1.5px solid rgba(6,148,209,0.18);
    background: #fff;
    padding: 4px 4px 4px 12px;
    box-shadow: 0 2px 10px rgba(6,148,209,0.07);
    transition: border-color .2s,box-shadow .2s
}

    .hm-ai-elaborate-box:focus-within {
        border-color: #0694D1;
        box-shadow: 0 0 0 3px rgba(6,148,209,0.15)
    }

.hm-ai-elaborate-icon {
    flex-shrink: 0;
    margin: auto 0
}

.hm-ai-elaborate-input {
    min-width: 0;
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px !important;
    font-size: 10px !important;
    font-weight: 500;
    color: #1a2d3e
}

    .hm-ai-elaborate-input::placeholder {
        color: #8baabf
    }

.hm-ai-elaborate-clear {
    flex-shrink: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: auto 2px;
    border-radius: 9999px;
    border: none;
    background: rgba(0,0,0,0.08);
    color: #6b8299;
    cursor: pointer;
    transition: background-color .2s,color .2s
}

    .hm-ai-elaborate-clear.show {
        display: flex
    }

    .hm-ai-elaborate-clear:hover {
        background: rgba(0,120,212,0.15);
        color: #0078D4
    }

    .hm-ai-elaborate-clear svg {
        width: 12px;
        height: 12px
    }

.hm-ai-elaborate-btn {
    flex-shrink: 0;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 12px !important;
    font-weight: 600;
    color: #fff;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg,#0694D1,#076D9D);
    transition: background-color .2s
}

/* "Email me the details" CTA. The head (icon/copy) sits left of a single bordered input+button
   pill on the right — same pill treatment as .hm-ai-elaborate-box above it, just without the
   leading icon, so the two CTAs in this panel read as one consistent design language. */
.hm-ai-mail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 12px;
    border-radius: 12px;
    padding: 11px 13px 12px;
    background: #EAF5FD;
    border: 1px solid rgba(6,148,209,0.25);
    box-shadow: 0 2px 10px rgba(6,148,209,0.07)
}

.hm-ai-mail-head {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 1 1 auto;
    min-width: 0
}

.hm-ai-mail-ico {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dbeeff;
    border: 1px solid rgba(6,148,209,0.3);
    color: #0694D1
}

.hm-ai-mail-title {
    margin: 0 !important;
    font-size: 12.5px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    color: #093148
}

.hm-ai-mail-sub {
    margin: 1px 0 0 !important;
    font-size: 10.5px !important;
    font-weight: 500;
    line-height: 1.4 !important;
    color: #6b8299
}

.hm-ai-mail-row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex: 0 0 auto;
    gap: 4px;
    border-radius: 12px;
    border: 1.5px solid rgba(6,148,209,0.18);
    background: #fff;
    padding: 4px 4px 4px 12px;
    box-shadow: 0 2px 10px rgba(6,148,209,0.07);
    transition: border-color .2s,box-shadow .2s
}

    .hm-ai-mail-row:focus-within {
        border-color: #0694D1;
        box-shadow: 0 0 0 3px rgba(6,148,209,0.15)
    }

.hm-ai-mail-input {
    min-width: 0;
    flex: 1 1 220px;
    max-width: 260px;
    border: none;
    background: transparent;
    outline: none;
    padding: 8px 0 !important;
    font-size: 11.5px !important;
    font-weight: 500;
    color: #0b2840
}

    .hm-ai-mail-input::placeholder {
        color: #8baabf
    }

    /* Set by the script when validation fails; cleared on the next keystroke. Drawn as an
       inset ring rather than a border since the input itself is borderless inside the pill. */
    .hm-ai-mail-input.is-invalid {
        border-radius: 6px;
        box-shadow: inset 0 0 0 1.5px #F87171
    }

.hm-ai-mail-btn {
    flex-shrink: 0;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 11.5px !important;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    background: linear-gradient(135deg,#0694D1,#076D9D);
    transition: filter .2s,opacity .2s
}

    .hm-ai-mail-btn:hover:not(:disabled) {
        filter: brightness(1.08)
    }

    .hm-ai-mail-btn:disabled {
        opacity: .6;
        cursor: default
    }

/* Sent / error line. Hidden until the JS sets a message; flex-basis:100% drops it to its
   own full-width row under the head/form pair once shown, instead of squeezing beside them. */
.hm-ai-mail-status {
    display: none;
    flex-basis: 100%;
    width: 100%;
    margin: 7px 0 0 !important;
    font-size: 10.5px !important;
    font-weight: 600;
    line-height: 1.45 !important
}

    .hm-ai-mail-status.ok {
        color: #15803D
    }

    .hm-ai-mail-status.err {
        color: #DC2626
    }

/* Narrow screens: the field + button no longer fit side by side at a tappable size,
   so the CTA stacks and the button goes full width. */
@media (max-width:640px) {
    .hm-ai-mail {
        flex-direction: column;
        align-items: stretch;
        margin-top: 10px;
        padding: 10px 11px 11px
    }

    .hm-ai-mail-head {
        gap: 8px;
        margin-bottom: 8px
    }

    .hm-ai-mail-ico {
        width: 23px;
        height: 23px;
        border-radius: 7px
    }

    .hm-ai-mail-title {
        font-size: 12px !important
    }

    .hm-ai-mail-sub {
        font-size: 10px !important
    }

    /* No room for a side-by-side field at a tappable size, so the pill unwraps: the row
       drops its own border/pill styling and the input regains its own, stacked full width. */
    .hm-ai-mail-row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        border: none;
        background: transparent;
        padding: 0;
        box-shadow: none
    }

        .hm-ai-mail-row:focus-within {
            box-shadow: none
        }

    .hm-ai-mail-input {
        flex: 1 1 auto;
        width: 100%;
        max-width: none;
        border-radius: 8px;
        border: 1px solid rgba(6,148,209,0.25);
        background: #fff;
        padding: 10px 12px !important
    }

        .hm-ai-mail-input.is-invalid {
            border-radius: 8px;
            border-color: #F87171;
            box-shadow: 0 0 0 3px rgba(248,113,113,0.18)
        }

    .hm-ai-mail-btn {
        width: 100%;
        padding: 10px 14px
    }
}

/* Learn-more modal — fixed overlay injected by JS on demand, matches React's createPortal(document.body) modal */
.hm-ai-lm-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(7,30,46,0.6);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.hm-ai-lm-card {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 580px;
    max-height: 88vh;
    overflow-y: auto;
    box-shadow: 0 32px 80px rgba(6,148,209,0.22);
    position: relative
}

.hm-ai-lm-head {
    background: linear-gradient(135deg,#071e2e 0%,#093148 100%);
    border-radius: 20px 20px 0 0;
    padding: 22px 24px 20px;
    position: relative
}

.hm-ai-lm-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.hm-ai-lm-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(6,148,209,0.2);
    border: 1px solid rgba(6,148,209,0.4);
    border-radius: 999px;
    padding: 3px 10px;
    margin-bottom: 10px
}

    .hm-ai-lm-kicker span {
        font-size: 10px !important;
        font-weight: 700;
        color: #38bdf8;
        text-transform: uppercase;
        letter-spacing: .08em
    }

.hm-ai-lm-title {
    font-size: 20px !important;
    font-weight: 800;
    color: #fff;
    line-height: 1.25 !important;
    margin: 0
}

.hm-ai-lm-body {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.hm-ai-lm-overview {
    font-size: 13px !important;
    color: #4a6375;
    line-height: 1.75 !important;
    margin: 0
}

.hm-ai-lm-h4 {
    font-size: 12px !important;
    font-weight: 800;
    color: #071e2e;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin: 0 0 10px
}

.hm-ai-lm-careers {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.hm-ai-lm-career {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    border-radius: 999px;
    background: #F0F8FF;
    border: 1px solid rgba(6,148,209,0.2);
    font-size: 12px !important;
    font-weight: 600;
    color: #0b2840
}

.hm-ai-lm-skills {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.hm-ai-lm-skill {
    display: flex;
    align-items: flex-start;
    gap: 9px
}

.hm-ai-lm-skill-ico {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(6,148,209,0.1);
    border: 1px solid rgba(6,148,209,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px
}

.hm-ai-lm-skill-txt {
    font-size: 13px !important;
    color: #2d4a6a;
    line-height: 1.5
}

.hm-ai-lm-why {
    background: #F8FCFF;
    border: 1px solid rgba(6,148,209,0.18);
    border-radius: 12px;
    padding: 14px 16px
}

.hm-ai-lm-why-txt {
    font-size: 13px !important;
    color: #4a6375;
    line-height: 1.7 !important;
    margin: 0 0 12px
}

.hm-ai-lm-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px
}

.hm-ai-lm-point {
    display: flex;
    align-items: flex-start;
    gap: 7px
}

.hm-ai-lm-point-ico {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(6,148,209,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px
}

.hm-ai-lm-point-txt {
    font-size: 11.5px !important;
    color: #071e2e;
    font-weight: 600;
    line-height: 1.4
}

/* ── Missing @font-face for GTWalsheimPro Bold (2026-08-07) ──
   The .woff/.woff2 files already ship in /assets/newfonts/ but were never registered.
   Without this, any font-weight:600/700/800 text inheriting the global
   html,body{font-family:"GTWalsheimPro"} had NO real bold glyph to use, so the browser
   synthesized a fake bold by algorithmically thickening the Regular (400) face — which
   renders noticeably WIDER than a true bold face, causing extra text wrapping (e.g. the
   hero AI course-recommendation cards' names/badges). This affects every bold element
   site-wide, not just the search cards, so registering the real face is the root fix
   rather than shrinking any font-size (which already matches the React source exactly). */
@font-face {
    font-family: "GTWalsheimPro";
    src: url("/assets/newfonts/GTWalsheimPro-Bold.woff2") format("woff2"),url("/assets/newfonts/GTWalsheimPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
