@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/BrandLogo.razor.rz.scp.css */
.brand-logo[b-5uj2jikt5x] {
    display: block;
    height: auto;
    width: auto;
}

.brand-logo.size-small[b-5uj2jikt5x] {
    max-height: 32px;
}

.brand-logo.size-medium[b-5uj2jikt5x] {
    max-height: 42px;
}

.brand-logo.size-large[b-5uj2jikt5x] {
    max-height: 56px;
}
/* /Components/Footer.razor.rz.scp.css */
.footer[b-yxe1zd7qd8] {
    background: var(--brand-navy-dark);
    color: var(--text-on-dark-muted);
    padding: var(--space-xl) var(--space-lg);
}

.footer-inner[b-yxe1zd7qd8] {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--space-sm);
}

.footer-brand[b-yxe1zd7qd8] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: var(--radius-md);
}

.footer-llc[b-yxe1zd7qd8] {
    font-weight: 800;
    color: var(--brand-navy);
    letter-spacing: 0.04em;
    font-size: 14px;
}

.footer-tagline[b-yxe1zd7qd8] {
    color: var(--text-on-dark);
    font-size: 15px;
    margin-top: var(--space-xs);
}

.footer-copy[b-yxe1zd7qd8] {
    color: var(--text-on-dark-muted);
    font-size: 13px;
}

@media (max-width: 768px) {
    .footer[b-yxe1zd7qd8] {
        padding: var(--space-lg) var(--space-md);
    }
}
/* /Components/NavBar.razor.rz.scp.css */
.nav-shell[b-u4fasipx6b] {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    border-bottom: 1px solid var(--border-soft);
    box-shadow: var(--shadow-sm);
}

.nav-inner[b-u4fasipx6b] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px var(--space-lg);
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.nav-brand[b-u4fasipx6b] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-right: auto;
}

.nav-brand:hover[b-u4fasipx6b] {
    text-decoration: none;
}

.nav-toggle[b-u4fasipx6b] {
    display: none;
    background: transparent;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-md);
    padding: 8px 10px;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
}

.nav-toggle-bar[b-u4fasipx6b] {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--brand-navy);
    border-radius: 2px;
}

.nav-menu[b-u4fasipx6b] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.nav-link[b-u4fasipx6b] {
    color: var(--text-heading);
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    padding: 8px 4px;
    transition: color 120ms ease;
}

.nav-link:hover[b-u4fasipx6b] {
    color: var(--brand-blue);
    text-decoration: none;
}

.nav-cta[b-u4fasipx6b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    padding: 11px 22px;
    border-radius: var(--radius-md);
    text-decoration: none;
    box-shadow: var(--shadow-sm);
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.nav-cta:hover[b-u4fasipx6b] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .nav-inner[b-u4fasipx6b] {
        padding: 12px var(--space-md);
    }

    .nav-toggle[b-u4fasipx6b] {
        display: inline-flex;
    }

    .nav-menu[b-u4fasipx6b] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: var(--space-sm) var(--space-md);
        background: #ffffff;
        border-bottom: 1px solid var(--border-soft);
        box-shadow: var(--shadow-md);
        display: none;
    }

    .nav-menu.open[b-u4fasipx6b] {
        display: flex;
    }

    .nav-link[b-u4fasipx6b] {
        padding: 12px 4px;
        border-bottom: 1px solid var(--border-soft);
    }

    .nav-cta[b-u4fasipx6b] {
        margin-top: var(--space-sm);
        align-self: flex-start;
    }
}
/* /Components/OutcomeColumn.razor.rz.scp.css */
.outcome-column[b-ee98vwo9cl] {
    background: #ffffff;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    box-shadow: var(--shadow-lg);
    height: 100%;
}

.outcome-column.positive[b-ee98vwo9cl] {
    border-top: 4px solid var(--brand-cyan);
}

.outcome-column.negative[b-ee98vwo9cl] {
    border-top: 4px solid var(--brand-slate);
}

.outcome-heading[b-ee98vwo9cl] {
    font-size: 20px;
    color: var(--text-heading);
    margin-bottom: var(--space-md);
    line-height: 1.3;
}

.outcome-list[b-ee98vwo9cl] {
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.outcome-item[b-ee98vwo9cl] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.55;
    color: var(--text-body);
}

.outcome-mark[b-ee98vwo9cl] {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13px;
    line-height: 1;
}

.positive .outcome-mark[b-ee98vwo9cl] {
    background: rgba(0, 181, 240, 0.12);
    color: var(--brand-cyan);
}

.negative .outcome-mark[b-ee98vwo9cl] {
    background: rgba(91, 123, 168, 0.15);
    color: var(--brand-slate);
}
/* /Components/PlanStep.razor.rz.scp.css */
.plan-step[b-t8jpui1mum] {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    background: #ffffff;
    border: 1px solid var(--border-soft);
    border-left: 5px solid var(--brand-cyan);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    box-shadow: var(--shadow-lg);
}

.plan-step.border-cyan[b-t8jpui1mum] {
    border-left-color: var(--brand-cyan);
}

.plan-step.border-blue[b-t8jpui1mum] {
    border-left-color: var(--brand-blue);
}

.plan-step.border-navy[b-t8jpui1mum] {
    border-left-color: var(--brand-navy);
}

.plan-step.border-slate[b-t8jpui1mum] {
    border-left-color: var(--brand-slate);
}

.step-badge[b-t8jpui1mum] {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 22px;
    box-shadow: var(--shadow-sm);
}

.badge-cyan[b-t8jpui1mum] {
    background: var(--gradient-cyan-blue);
}

.badge-blue[b-t8jpui1mum] {
    background: var(--gradient-blue-navy);
}

.badge-navy[b-t8jpui1mum] {
    background: var(--gradient-primary);
}

.badge-slate[b-t8jpui1mum] {
    background: var(--gradient-slate-navy);
}

.step-body[b-t8jpui1mum] {
    flex: 1;
}

.step-title[b-t8jpui1mum] {
    font-size: 20px;
    color: var(--text-heading);
    margin-bottom: var(--space-xs);
}

.step-text[b-t8jpui1mum] {
    color: var(--text-body);
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .plan-step[b-t8jpui1mum] {
        flex-direction: column;
    }
}
/* /Components/ProblemCard.razor.rz.scp.css */
.problem-card[b-zavkhzi45s] {
    background: #ffffff;
    border: 1px solid var(--border-soft);
    border-top: 4px solid var(--brand-cyan);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    box-shadow: var(--shadow-lg);
    height: 100%;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.problem-card:hover[b-zavkhzi45s] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.problem-card.border-cyan[b-zavkhzi45s] {
    border-top-color: var(--brand-cyan);
}

.problem-card.border-blue[b-zavkhzi45s] {
    border-top-color: var(--brand-blue);
}

.problem-card.border-navy[b-zavkhzi45s] {
    border-top-color: var(--brand-navy);
}

.problem-card.border-slate[b-zavkhzi45s] {
    border-top-color: var(--brand-slate);
}

.card-eyebrow[b-zavkhzi45s] {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--brand-cyan);
    margin-bottom: var(--space-xs);
}

.problem-card.border-blue .card-eyebrow[b-zavkhzi45s] {
    color: var(--brand-blue);
}

.problem-card.border-navy .card-eyebrow[b-zavkhzi45s] {
    color: var(--brand-navy);
}

.problem-card.border-slate .card-eyebrow[b-zavkhzi45s] {
    color: var(--brand-slate);
}

.card-heading[b-zavkhzi45s] {
    font-size: 22px;
    margin-bottom: var(--space-sm);
    color: var(--text-heading);
}

.card-body[b-zavkhzi45s] {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-body);
}
/* /Components/Sections/CapabilitiesSection.razor.rz.scp.css */
.capabilities[b-mqd0btubab] {
    background: #ffffff;
}

.capabilities-inner[b-mqd0btubab] {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.capabilities-header[b-mqd0btubab] {
    margin-bottom: var(--space-xl);
}

.capabilities-header h2[b-mqd0btubab] {
    font-size: clamp(28px, 3.4vw, 42px);
}

.capabilities-list[b-mqd0btubab] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.capability-pill[b-mqd0btubab] {
    display: inline-block;
    padding: 10px 18px;
    border-radius: var(--radius-pill);
    background: #ffffff;
    border: 1.5px solid var(--brand-cyan);
    color: var(--text-heading);
    font-weight: 600;
    font-size: 14px;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.capability-pill:hover[b-mqd0btubab] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

.capability-pill.border-cyan[b-mqd0btubab] {
    border-color: var(--brand-cyan);
}

.capability-pill.border-blue[b-mqd0btubab] {
    border-color: var(--brand-blue);
}

.capability-pill.border-slate[b-mqd0btubab] {
    border-color: var(--brand-slate);
}
/* /Components/Sections/CtaSection.razor.rz.scp.css */
.cta[b-ylqqzlo0yj] {
    position: relative;
    overflow: hidden;
    background: var(--gradient-cta);
    color: #ffffff;
    padding: var(--space-2xl) var(--space-lg);
    text-align: center;
}

.cta-inner[b-ylqqzlo0yj] {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
}

.cta-heading[b-ylqqzlo0yj] {
    color: #ffffff;
    font-size: clamp(28px, 3.6vw, 44px);
    margin-bottom: var(--space-md);
    line-height: 1.2;
}

.cta-body[b-ylqqzlo0yj] {
    color: var(--text-on-dark);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: var(--space-lg);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button[b-ylqqzlo0yj] {
    display: inline-block;
    background: #ffffff;
    color: var(--brand-navy);
    font-weight: 700;
    font-size: 19px;
    padding: 14px 28px;
    border-radius: var(--radius-md);
    text-decoration: none;
    box-shadow: var(--shadow-cta);
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.cta-button:hover[b-ylqqzlo0yj] {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    color: var(--brand-navy);
    text-decoration: none;
}

.cta-caption[b-ylqqzlo0yj] {
    margin-top: var(--space-md);
    color: var(--text-on-dark-muted);
    font-size: 14px;
}

.cta-email[b-ylqqzlo0yj] {
    color: #ffffff;
    text-decoration: underline;
}

.cta-email:hover[b-ylqqzlo0yj] {
    color: var(--brand-cyan);
}

.cta-decor[b-ylqqzlo0yj] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    pointer-events: none;
}

.cta .decor-cyan[b-ylqqzlo0yj] {
    width: 380px;
    height: 380px;
    background: rgba(0, 181, 240, 0.5);
    top: -130px;
    right: -110px;
}

.cta .decor-slate[b-ylqqzlo0yj] {
    width: 340px;
    height: 340px;
    background: rgba(91, 123, 168, 0.55);
    bottom: -130px;
    left: -110px;
}

@media (max-width: 768px) {
    .cta[b-ylqqzlo0yj] {
        padding: 60px var(--space-md);
    }
}
/* /Components/Sections/GuideSection.razor.rz.scp.css */
.guide[b-ox1gtwjkhs] {
    position: relative;
    overflow: hidden;
    background: var(--gradient-primary);
    color: var(--text-on-dark);
    padding: var(--space-2xl) var(--space-lg);
}

.guide-inner[b-ox1gtwjkhs] {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.guide-eyebrow[b-ox1gtwjkhs] {
    color: var(--brand-cyan);
}

.guide-heading[b-ox1gtwjkhs] {
    font-size: clamp(28px, 3.6vw, 44px);
    color: #ffffff;
    margin-bottom: var(--space-md);
    line-height: 1.2;
}

.guide-body[b-ox1gtwjkhs] {
    font-size: 18px;
    line-height: 1.65;
    color: var(--text-on-dark);
    margin-top: var(--space-md);
}

.guide-decor[b-ox1gtwjkhs] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    pointer-events: none;
}

.decor-cyan[b-ox1gtwjkhs] {
    width: 420px;
    height: 420px;
    background: rgba(0, 181, 240, 0.5);
    top: -150px;
    left: -120px;
}

.decor-slate[b-ox1gtwjkhs] {
    width: 380px;
    height: 380px;
    background: rgba(91, 123, 168, 0.55);
    bottom: -150px;
    right: -120px;
}

@media (max-width: 768px) {
    .guide[b-ox1gtwjkhs] {
        padding: 60px var(--space-md);
    }
}
/* /Components/Sections/HeroSection.razor.rz.scp.css */
.hero[b-qx9dsw5qrh] {
    position: relative;
    overflow: hidden;
    background: var(--gradient-hero-bg);
    padding: 120px var(--space-lg) 100px;
    text-align: center;
}

.hero-inner[b-qx9dsw5qrh] {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.hero-headline[b-qx9dsw5qrh] {
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--text-heading);
    margin: 0;
}

.hero-line[b-qx9dsw5qrh] {
    display: block;
}

.hero-gradient[b-qx9dsw5qrh] {
    background: var(--gradient-cyan-blue);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.hero-sub[b-qx9dsw5qrh] {
    margin-top: var(--space-md);
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.6;
    color: var(--text-body);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions[b-qx9dsw5qrh] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-sm);
    margin-top: var(--space-lg);
}

[b-qx9dsw5qrh] .hero-btn-primary {
    background: var(--gradient-primary);
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: transform 120ms ease, box-shadow 120ms ease;
    display: inline-flex;
    align-items: center;
}

[b-qx9dsw5qrh] .hero-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(10, 61, 122, 0.25);
    color: #ffffff;
    text-decoration: none;
}

[b-qx9dsw5qrh] .hero-btn-secondary {
    background: #ffffff;
    color: var(--brand-navy);
    border: 1px solid var(--border-soft);
    padding: 16px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    transition: border-color 120ms ease, transform 120ms ease;
    display: inline-flex;
    align-items: center;
}

[b-qx9dsw5qrh] .hero-btn-secondary:hover {
    border-color: var(--brand-blue);
    transform: translateY(-1px);
    color: var(--brand-navy);
    text-decoration: none;
}

.hero-decor[b-qx9dsw5qrh] {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.55;
    pointer-events: none;
}

.decor-circle-cyan[b-qx9dsw5qrh] {
    width: 380px;
    height: 380px;
    background: rgba(0, 181, 240, 0.35);
    top: -120px;
    right: -120px;
}

.decor-circle-slate[b-qx9dsw5qrh] {
    width: 320px;
    height: 320px;
    background: rgba(91, 123, 168, 0.35);
    bottom: -120px;
    left: -100px;
}

@media (max-width: 768px) {
    .hero[b-qx9dsw5qrh] {
        padding: 80px var(--space-md) 60px;
    }
}
/* /Components/Sections/OutcomesSection.razor.rz.scp.css */
.outcomes[b-hwy91t1s9y] {
    background: var(--bg-soft);
}

.outcomes-inner[b-hwy91t1s9y] {
    max-width: 1080px;
    margin: 0 auto;
}

.outcomes-header[b-hwy91t1s9y] {
    text-align: center;
    margin-bottom: var(--space-xl);
}

.outcomes-header h2[b-hwy91t1s9y] {
    font-size: clamp(28px, 3.4vw, 42px);
}

.outcomes-grid[b-hwy91t1s9y] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-md);
}

@media (max-width: 768px) {
    .outcomes-grid[b-hwy91t1s9y] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Sections/PlanSection.razor.rz.scp.css */
.plan[b-ffjmosdhds] {
    background: #ffffff;
}

.plan-inner[b-ffjmosdhds] {
    max-width: 900px;
    margin: 0 auto;
}

.plan-header[b-ffjmosdhds] {
    text-align: center;
    margin-bottom: var(--space-xl);
}

.plan-header h2[b-ffjmosdhds] {
    font-size: clamp(28px, 3.4vw, 42px);
    margin-bottom: var(--space-sm);
}

.plan-sub[b-ffjmosdhds] {
    color: var(--text-body);
    font-size: 17px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.plan-list[b-ffjmosdhds] {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}
/* /Components/Sections/ProblemSection.razor.rz.scp.css */
.problem[b-2cgfcmsldg] {
    background: #ffffff;
}

.problem-inner[b-2cgfcmsldg] {
    max-width: 1080px;
    margin: 0 auto;
}

.problem-header[b-2cgfcmsldg] {
    text-align: center;
    max-width: 760px;
    margin: 0 auto var(--space-xl);
}

.problem-header h2[b-2cgfcmsldg] {
    font-size: clamp(28px, 3.4vw, 42px);
    margin-bottom: var(--space-sm);
}

.problem-sub[b-2cgfcmsldg] {
    color: var(--text-body);
    font-size: 17px;
    line-height: 1.6;
}

.problem-grid[b-2cgfcmsldg] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
}

@media (max-width: 1024px) {
    .problem-grid[b-2cgfcmsldg] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Sections/ServicesSection.razor.rz.scp.css */
.services[b-xja3ushhlw] {
    background: var(--bg-soft);
}

.services-inner[b-xja3ushhlw] {
    max-width: 1080px;
    margin: 0 auto;
}

.services-header[b-xja3ushhlw] {
    text-align: center;
    margin-bottom: var(--space-xl);
}

.services-header h2[b-xja3ushhlw] {
    font-size: clamp(28px, 3.4vw, 42px);
}

.services-grid[b-xja3ushhlw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
}

@media (max-width: 1024px) {
    .services-grid[b-xja3ushhlw] {
        grid-template-columns: 1fr;
    }
}
/* /Components/ServiceCard.razor.rz.scp.css */
.service-card[b-981n6t79k1] {
    background: #ffffff;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    box-shadow: var(--shadow-lg);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.service-card:hover[b-981n6t79k1] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.service-icon[b-981n6t79k1] {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: var(--space-md);
    box-shadow: var(--shadow-sm);
}

.service-icon.icon-cyanblue[b-981n6t79k1] {
    background: var(--gradient-cyan-blue);
}

.service-icon.icon-bluenavy[b-981n6t79k1] {
    background: var(--gradient-blue-navy);
}

.service-icon.icon-slatenavy[b-981n6t79k1] {
    background: var(--gradient-slate-navy);
}

.service-title[b-981n6t79k1] {
    font-size: 22px;
    color: var(--text-heading);
    margin-bottom: var(--space-sm);
}

.service-body[b-981n6t79k1] {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-body);
    flex: 1;
}

.service-tags[b-981n6t79k1] {
    margin-top: var(--space-md);
    padding-top: var(--space-md);
    border-top: 1px solid var(--border-soft);
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.5;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-kjtx8s646s] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-kjtx8s646s] {
    flex: 1;
}
