/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-0sazbu832j] {
    min-height: 100vh;
    background: #ffffff;
    color: #121212;
}

main[b-0sazbu832j] {
    min-height: 100vh;
}

.top-row[b-0sazbu832j] {
    align-items: center;
    background: #222222;
    border-bottom: 1px solid rgba(119, 149, 163, .4);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 5.25rem;
    padding: 0 2rem;
    position: relative;
    z-index: 10;
}

.brand[b-0sazbu832j] {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    font-family: "Futura Light", Futura, "Avenir Next", "Segoe UI Light", "Segoe UI", Arial, sans-serif;
    font-weight: 300;
    gap: .8rem;
    position: relative;
    text-decoration: none;
    z-index: 12;
}

.brand img[b-0sazbu832j] {
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, .26));
    height: 3.35rem;
    object-fit: contain;
    width: 3.35rem;
}

.brand span[b-0sazbu832j] {
    color: #ffffff;
    font-size: 1.15rem;
    letter-spacing: 0;
}

.top-nav[b-0sazbu832j] {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: .45rem;
    justify-content: center;
    pointer-events: auto;
    position: relative;
    z-index: 14;
}

.top-nav a[b-0sazbu832j] {
    border: 1px solid rgba(216, 229, 234, .32);
    border-radius: 999px;
    color: #f7fbfc;
    display: inline-flex;
    font-size: .92rem;
    justify-content: center;
    line-height: 1;
    padding: .55rem .8rem;
    pointer-events: auto;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
    white-space: nowrap;
}

.top-nav a:hover[b-0sazbu832j],
.top-nav a:focus-visible[b-0sazbu832j] {
    background: rgba(216, 229, 234, .12);
    border-color: rgba(216, 229, 234, .62);
    color: #ffffff;
}

.top-tagline[b-0sazbu832j] {
    color: #d8e5ea;
    font-family: "Segoe Print", "Bradley Hand", cursive;
    font-size: 1rem;
    position: relative;
    white-space: nowrap;
    z-index: 11;
}

.content[b-0sazbu832j] {
    margin: 0 auto;
    max-width: 1180px;
    padding: 2.2rem 2rem;
}

@media (max-width: 640.98px) {
    .top-row[b-0sazbu832j] {
        align-items: flex-start;
        flex-direction: column;
        gap: .25rem;
        padding-bottom: .75rem;
        padding-top: .75rem;
    }

    .brand img[b-0sazbu832j] {
        height: 2.7rem;
        width: 2.7rem;
    }

    .top-nav[b-0sazbu832j] {
        justify-content: flex-start;
        margin-top: .35rem;
        width: 100%;
    }

    .top-nav a[b-0sazbu832j] {
        font-size: .88rem;
        padding: .5rem .7rem;
    }

    .top-tagline[b-0sazbu832j] {
        white-space: normal;
    }
}
