/* /Components/Layout/ContactSection.razor.rz.scp.css */
.contact-section[b-tqe2qxi0s0] {
    --contact-ink: var(--about-ink, #151421);
    --contact-muted: var(--about-muted, #686575);
    --contact-purple: var(--about-purple, #7b496f);
    padding: 110px 0 120px;
    color: var(--contact-ink);
    background:
        radial-gradient(circle at 96% 3%, rgba(31, 182, 255, .1), transparent 20%),
        linear-gradient(180deg, #f7f5f8 0%, #f2eff4 100%);
}

.contact-container[b-tqe2qxi0s0] {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.section-kicker[b-tqe2qxi0s0] {
    color: var(--contact-purple);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -.1px;
}

.contact-heading[b-tqe2qxi0s0] {
    margin-bottom: 42px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: end;
    gap: 50px;
}

.contact-heading h2[b-tqe2qxi0s0] {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--contact-ink);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 950;
    line-height: 1.55;
    letter-spacing: -1.3px;
}

.contact-heading > p[b-tqe2qxi0s0] {
    margin: 0 0 8px;
    color: var(--contact-muted);
    font-size: 15px;
    line-height: 2;
}

.contact-layout[b-tqe2qxi0s0] {
    display: grid;
    grid-template-columns: minmax(350px, .82fr) minmax(0, 1.18fr);
    gap: 22px;
}

.contact-panel[b-tqe2qxi0s0],
.map-card[b-tqe2qxi0s0] {
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 28px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 22px 55px rgba(52, 40, 52, .09);
}

.contact-panel[b-tqe2qxi0s0] {
    padding: 12px 28px;
}

.contact-item[b-tqe2qxi0s0] {
    padding: 26px 0;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    border-bottom: 1px solid #eeeaf0;
}

.contact-item:last-child[b-tqe2qxi0s0] {
    border-bottom: 0;
}

.contact-icon[b-tqe2qxi0s0] {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--contact-purple);
    background: rgba(123, 73, 111, .09);
}

.contact-icon svg[b-tqe2qxi0s0],
.map-pin svg[b-tqe2qxi0s0] {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-label[b-tqe2qxi0s0],
.contact-note[b-tqe2qxi0s0],
.contact-value[b-tqe2qxi0s0] {
    display: block;
}

.contact-label[b-tqe2qxi0s0] {
    margin-bottom: 7px;
    color: #85818d;
    font-size: 12px;
    font-weight: 700;
}

.contact-value[b-tqe2qxi0s0] {
    margin: 0;
    color: #292631;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 850;
    line-height: 1.85;
}

a.contact-value:hover[b-tqe2qxi0s0] {
    color: var(--contact-purple);
}

.contact-ltr[b-tqe2qxi0s0] {
    width: fit-content;
    direction: ltr;
}

.contact-note[b-tqe2qxi0s0] {
    margin-top: 5px;
    color: #918d98;
    font-size: 12px;
}

.contact-inline-link[b-tqe2qxi0s0] {
    width: fit-content;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--contact-purple);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
}

.map-card[b-tqe2qxi0s0] {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    background: #e9e7ea;
}

.map-card iframe[b-tqe2qxi0s0] {
    width: 100%;
    height: 100%;
    min-height: 510px;
    display: block;
    border: 0;
    filter: saturate(.78) contrast(.96);
}

.map-caption[b-tqe2qxi0s0] {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 14px;
    display: grid;
    grid-template-columns: 46px 1fr 42px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 18px;
    background: rgba(255, 255, 255, .93);
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 30px rgba(27, 25, 30, .16);
}

.map-pin[b-tqe2qxi0s0] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: var(--contact-purple);
}

.map-caption strong[b-tqe2qxi0s0],
.map-caption span[b-tqe2qxi0s0] {
    display: block;
}

.map-caption strong[b-tqe2qxi0s0] {
    margin-bottom: 3px;
    color: #2b2830;
    font-size: 14px;
}

.map-caption div > span[b-tqe2qxi0s0] {
    color: #7d7983;
    font-size: 11px;
}

.map-caption > a[b-tqe2qxi0s0] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--contact-purple);
    background: #f1edf2;
}

.map-caption > a svg[b-tqe2qxi0s0] {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 900px) {
    .contact-heading[b-tqe2qxi0s0],
    .contact-layout[b-tqe2qxi0s0] {
        grid-template-columns: 1fr;
    }

    .contact-heading[b-tqe2qxi0s0] {
        gap: 35px;
    }

    .contact-heading > p[b-tqe2qxi0s0] {
        max-width: 620px;
    }

    .contact-layout[b-tqe2qxi0s0] {
        gap: 18px;
    }
}

@media (max-width: 620px) {
    .contact-section[b-tqe2qxi0s0] {
        padding: 76px 0;
    }

    .contact-container[b-tqe2qxi0s0] {
        width: min(100% - 32px, 1180px);
    }

    .contact-heading h2[b-tqe2qxi0s0] {
        font-size: 34px;
    }

    .contact-panel[b-tqe2qxi0s0] {
        padding: 8px 20px;
    }

    .contact-item[b-tqe2qxi0s0] {
        grid-template-columns: 45px 1fr;
        padding: 22px 0;
        gap: 13px;
    }

    .contact-icon[b-tqe2qxi0s0] {
        width: 44px;
        height: 44px;
    }

    .map-card[b-tqe2qxi0s0],
    .map-card iframe[b-tqe2qxi0s0] {
        min-height: 420px;
    }

    .map-caption[b-tqe2qxi0s0] {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8lc5hlv1tu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8lc5hlv1tu] {
    flex: 1;
}

.sidebar[b-8lc5hlv1tu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8lc5hlv1tu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8lc5hlv1tu]  a, .top-row[b-8lc5hlv1tu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8lc5hlv1tu]  a:hover, .top-row[b-8lc5hlv1tu]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8lc5hlv1tu]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-8lc5hlv1tu] {
        justify-content: space-between;
    }

    .top-row[b-8lc5hlv1tu]  a, .top-row[b-8lc5hlv1tu]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .sidebar[b-8lc5hlv1tu] {
        width: 250px;
        height: 100dvh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8lc5hlv1tu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8lc5hlv1tu]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8lc5hlv1tu], article[b-8lc5hlv1tu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8lc5hlv1tu] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8lc5hlv1tu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eg8cs7ocvj] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-eg8cs7ocvj] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-eg8cs7ocvj] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eg8cs7ocvj] {
    font-size: 1.1rem;
}

.bi[b-eg8cs7ocvj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-eg8cs7ocvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-eg8cs7ocvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-eg8cs7ocvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-eg8cs7ocvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-eg8cs7ocvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-eg8cs7ocvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-eg8cs7ocvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-eg8cs7ocvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-eg8cs7ocvj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eg8cs7ocvj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eg8cs7ocvj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eg8cs7ocvj]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-eg8cs7ocvj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-eg8cs7ocvj]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-eg8cs7ocvj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-eg8cs7ocvj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eg8cs7ocvj] {
        display: none;
    }

    .nav-scrollable[b-eg8cs7ocvj] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-page[b-uf3khg8ov6] {
    --about-ink: #151421;
    --about-muted: #686575;
    --about-purple: #7b496f;
    --about-purple-dark: #55304e;
    --about-blue: #21a7d8;
    --about-orange: #ffb02e;
    min-height: 100vh;
    overflow: hidden;
    color: var(--about-ink);
    background: #fff;
}

.about-container[b-uf3khg8ov6] {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.about-hero[b-uf3khg8ov6] {
    position: relative;
    isolation: isolate;
    min-height: 680px;
    padding: 70px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 18%, rgba(31, 182, 255, .12), transparent 25%),
        radial-gradient(circle at 88% 13%, rgba(123, 73, 111, .14), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fcf9fd 58%, #f8f6fa 100%);
}

.about-hero[b-uf3khg8ov6]::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -7%;
    bottom: -245px;
    width: 114%;
    height: 350px;
    border-radius: 50% 50% 0 0;
    background: #f0edf3;
}

.hero-glow[b-uf3khg8ov6] {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.hero-glow-primary[b-uf3khg8ov6] {
    top: 40px;
    right: -120px;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(123, 73, 111, .16);
    box-shadow: inset 0 0 0 70px rgba(123, 73, 111, .025);
}

.hero-glow-secondary[b-uf3khg8ov6] {
    bottom: 90px;
    left: -95px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(31, 182, 255, .14);
    box-shadow: inset 0 0 0 55px rgba(31, 182, 255, .025);
}

.about-hero-grid[b-uf3khg8ov6] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
    align-items: center;
    gap: 64px;
}

.about-hero-copy[b-uf3khg8ov6] {
    position: relative;
    z-index: 2;
}

.about-eyebrow[b-uf3khg8ov6],
.section-kicker[b-uf3khg8ov6] {
    color: var(--about-purple);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -.1px;
}

.about-eyebrow[b-uf3khg8ov6] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    border: 1px solid rgba(123, 73, 111, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 8px 24px rgba(85, 48, 78, .06);
}

.eyebrow-dot[b-uf3khg8ov6] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--about-orange);
    box-shadow: 0 0 0 5px rgba(255, 176, 46, .16);
}

.about-hero-copy h1[b-uf3khg8ov6] {
    margin: 24px 0 20px;
    color: var(--about-ink);
    font-size: clamp(50px, 6vw, 82px);
    font-weight: 950;
    line-height: 1.22;
    letter-spacing: -2.8px;
}

.about-hero-copy h1 span[b-uf3khg8ov6] {
    position: relative;
    display: inline-block;
    color: var(--about-purple);
}

.about-hero-copy h1 span[b-uf3khg8ov6]::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 2%;
    bottom: 7px;
    width: 96%;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 176, 46, .72);
    transform: rotate(-1deg);
}

.about-hero-copy > p[b-uf3khg8ov6] {
    max-width: 640px;
    margin: 0;
    color: var(--about-muted);
    font-size: 18px;
    line-height: 2.05;
}

.about-hero-actions[b-uf3khg8ov6] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
}

.about-primary-action[b-uf3khg8ov6],
.about-secondary-action[b-uf3khg8ov6] {
    min-height: 54px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.about-primary-action[b-uf3khg8ov6] {
    color: #fff;
    background: var(--about-purple);
    box-shadow: 0 14px 30px rgba(123, 73, 111, .24);
}

.about-primary-action:hover[b-uf3khg8ov6] {
    color: #fff;
    background: var(--about-purple-dark);
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(123, 73, 111, .3);
}

.about-secondary-action[b-uf3khg8ov6] {
    color: var(--about-purple);
    border: 1px solid #e5dee7;
    background: rgba(255, 255, 255, .82);
}

.about-secondary-action:hover[b-uf3khg8ov6] {
    color: var(--about-purple-dark);
    background: #fff;
    transform: translateY(-2px);
}

.about-secondary-action svg[b-uf3khg8ov6],
.map-caption > a svg[b-uf3khg8ov6] {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-hero-visual[b-uf3khg8ov6] {
    position: relative;
    min-height: 520px;
}

.about-hero-visual[b-uf3khg8ov6]::before {
    content: "";
    position: absolute;
    inset: 60px 55px 55px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .96) 0%, rgba(239, 232, 241, .78) 48%, rgba(239, 232, 241, 0) 70%);
}

.visual-orbit[b-uf3khg8ov6] {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px dashed rgba(123, 73, 111, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.orbit-one[b-uf3khg8ov6] {
    width: 390px;
    height: 390px;
}

.orbit-two[b-uf3khg8ov6] {
    width: 290px;
    height: 290px;
    border-color: rgba(31, 182, 255, .2);
}

.visual-core[b-uf3khg8ov6] {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 205px;
    height: 205px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 50%;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 65px rgba(85, 48, 78, .16), inset 0 0 0 8px rgba(123, 73, 111, .03);
    transform: translate(-50%, -50%);
}

.visual-core img[b-uf3khg8ov6] {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.visual-core strong[b-uf3khg8ov6] {
    margin-top: 5px;
    color: var(--about-purple-dark);
    font-size: 25px;
    font-weight: 950;
}

.visual-core span[b-uf3khg8ov6] {
    margin-top: 4px;
    color: var(--about-muted);
    font-size: 12px;
}

.visual-chip[b-uf3khg8ov6] {
    position: absolute;
    z-index: 3;
    min-width: 210px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(230, 225, 234, .9);
    border-radius: 17px;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(15px);
    box-shadow: 0 16px 36px rgba(31, 29, 40, .1);
}

.visual-chip small[b-uf3khg8ov6],
.visual-chip strong[b-uf3khg8ov6] {
    display: block;
}

.visual-chip small[b-uf3khg8ov6] {
    margin-bottom: 2px;
    color: #8a8793;
    font-size: 11px;
}

.visual-chip strong[b-uf3khg8ov6] {
    color: #2d2934;
    font-size: 13px;
    font-weight: 850;
}

.chip-finance[b-uf3khg8ov6] {
    top: 45px;
    right: -5px;
}

.chip-office[b-uf3khg8ov6] {
    bottom: 60px;
    right: 15px;
}

.chip-support[b-uf3khg8ov6] {
    top: 190px;
    left: -25px;
}

.chip-icon[b-uf3khg8ov6] {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 13px;
}

.chip-icon svg[b-uf3khg8ov6],
.contact-icon svg[b-uf3khg8ov6],
.map-pin svg[b-uf3khg8ov6] {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.chip-icon-purple[b-uf3khg8ov6] {
    color: var(--about-purple);
    background: rgba(123, 73, 111, .1);
}

.chip-icon-blue[b-uf3khg8ov6] {
    color: #0784b2;
    background: rgba(31, 182, 255, .12);
}

.chip-icon-orange[b-uf3khg8ov6] {
    color: #c87a00;
    background: rgba(255, 176, 46, .16);
}

.about-story[b-uf3khg8ov6] {
    padding: 120px 0;
    background: #fff;
}

.story-grid[b-uf3khg8ov6] {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 90px;
    align-items: center;
}

.story-copy h2[b-uf3khg8ov6],
.contact-heading h2[b-uf3khg8ov6] {
    margin: 12px 0 22px;
    color: var(--about-ink);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 950;
    line-height: 1.55;
    letter-spacing: -1.3px;
}

.story-copy p[b-uf3khg8ov6] {
    margin: 0 0 16px;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 2.15;
}

.value-cards[b-uf3khg8ov6] {
    display: grid;
    gap: 14px;
}

.value-card[b-uf3khg8ov6] {
    position: relative;
    overflow: hidden;
    padding: 24px;
    display: grid;
    grid-template-columns: 62px 1fr;
    align-items: center;
    gap: 18px;
    border: 1px solid #eee9f0;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff 0%, #fcfafd 100%);
    box-shadow: 0 14px 36px rgba(53, 39, 51, .055);
}

.value-card[b-uf3khg8ov6]::after {
    content: "";
    position: absolute;
    top: -36px;
    left: -36px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(123, 73, 111, .045);
}

.value-number[b-uf3khg8ov6] {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: var(--about-purple);
    background: rgba(123, 73, 111, .085);
    font-size: 15px;
    font-weight: 900;
}

.value-card:nth-child(2) .value-number[b-uf3khg8ov6] {
    color: #087fa9;
    background: rgba(31, 182, 255, .1);
}

.value-card:nth-child(3) .value-number[b-uf3khg8ov6] {
    color: #b46c00;
    background: rgba(255, 176, 46, .14);
}

.value-card h3[b-uf3khg8ov6] {
    margin: 0 0 6px;
    color: #292631;
    font-size: 18px;
    font-weight: 900;
}

.value-card p[b-uf3khg8ov6] {
    margin: 0;
    color: #777381;
    font-size: 14px;
    line-height: 1.9;
}

.contact-section[b-uf3khg8ov6] {
    padding: 110px 0 120px;
    background:
        radial-gradient(circle at 96% 3%, rgba(31, 182, 255, .1), transparent 20%),
        linear-gradient(180deg, #f7f5f8 0%, #f2eff4 100%);
}

.contact-heading[b-uf3khg8ov6] {
    margin-bottom: 42px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: end;
    gap: 50px;
}

.contact-heading h2[b-uf3khg8ov6] {
    max-width: 720px;
    margin-bottom: 0;
}

.contact-heading > p[b-uf3khg8ov6] {
    margin: 0 0 8px;
    color: var(--about-muted);
    font-size: 15px;
    line-height: 2;
}

.contact-layout[b-uf3khg8ov6] {
    display: grid;
    grid-template-columns: minmax(350px, .82fr) minmax(0, 1.18fr);
    gap: 22px;
}

.contact-panel[b-uf3khg8ov6],
.map-card[b-uf3khg8ov6] {
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 28px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 22px 55px rgba(52, 40, 52, .09);
}

.contact-panel[b-uf3khg8ov6] {
    padding: 12px 28px;
}

.contact-item[b-uf3khg8ov6] {
    padding: 26px 0;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    border-bottom: 1px solid #eeeaf0;
}

.contact-item:last-child[b-uf3khg8ov6] {
    border-bottom: 0;
}

.contact-icon[b-uf3khg8ov6] {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--about-purple);
    background: rgba(123, 73, 111, .09);
}

.contact-label[b-uf3khg8ov6],
.contact-note[b-uf3khg8ov6],
.contact-value[b-uf3khg8ov6] {
    display: block;
}

.contact-label[b-uf3khg8ov6] {
    margin-bottom: 7px;
    color: #85818d;
    font-size: 12px;
    font-weight: 700;
}

.contact-value[b-uf3khg8ov6] {
    margin: 0;
    color: #292631;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 850;
    line-height: 1.85;
}

a.contact-value:hover[b-uf3khg8ov6] {
    color: var(--about-purple);
}

.contact-ltr[b-uf3khg8ov6] {
    width: fit-content;
    direction: ltr;
}

.contact-note[b-uf3khg8ov6] {
    margin-top: 5px;
    color: #918d98;
    font-size: 12px;
}

.contact-inline-link[b-uf3khg8ov6] {
    width: fit-content;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--about-purple);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
}

.map-card[b-uf3khg8ov6] {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    background: #e9e7ea;
}

.map-card iframe[b-uf3khg8ov6] {
    width: 100%;
    height: 100%;
    min-height: 510px;
    display: block;
    border: 0;
    filter: saturate(.78) contrast(.96);
}

.map-caption[b-uf3khg8ov6] {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 14px;
    display: grid;
    grid-template-columns: 46px 1fr 42px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 18px;
    background: rgba(255, 255, 255, .93);
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 30px rgba(27, 25, 30, .16);
}

.map-pin[b-uf3khg8ov6] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: var(--about-purple);
}

.map-caption strong[b-uf3khg8ov6],
.map-caption span[b-uf3khg8ov6] {
    display: block;
}

.map-caption strong[b-uf3khg8ov6] {
    margin-bottom: 3px;
    color: #2b2830;
    font-size: 14px;
}

.map-caption div > span[b-uf3khg8ov6] {
    color: #7d7983;
    font-size: 11px;
}

.map-caption > a[b-uf3khg8ov6] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--about-purple);
    background: #f1edf2;
}

.about-footer[b-uf3khg8ov6] {
    padding: 26px 0;
    color: #d8d1da;
    background: #211d25;
    font-size: 13px;
}

.about-footer .about-container[b-uf3khg8ov6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.about-footer a[b-uf3khg8ov6] {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

@media (max-width: 1050px) {
    .about-hero-grid[b-uf3khg8ov6] {
        grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
        gap: 25px;
    }

    .chip-support[b-uf3khg8ov6] {
        left: -5px;
    }

    .story-grid[b-uf3khg8ov6] {
        gap: 50px;
    }
}

@media (max-width: 900px) {
    .about-hero[b-uf3khg8ov6] {
        padding-top: 55px;
    }

    .about-hero-grid[b-uf3khg8ov6],
    .story-grid[b-uf3khg8ov6],
    .contact-heading[b-uf3khg8ov6],
    .contact-layout[b-uf3khg8ov6] {
        grid-template-columns: 1fr;
    }

    .about-hero-copy[b-uf3khg8ov6] {
        text-align: center;
    }

    .about-hero-copy > p[b-uf3khg8ov6] {
        margin-inline: auto;
    }

    .about-hero-actions[b-uf3khg8ov6] {
        justify-content: center;
    }

    .about-hero-visual[b-uf3khg8ov6] {
        width: min(570px, 100%);
        margin-inline: auto;
    }

    .story-grid[b-uf3khg8ov6],
    .contact-heading[b-uf3khg8ov6] {
        gap: 35px;
    }

    .contact-heading > p[b-uf3khg8ov6] {
        max-width: 620px;
    }

    .contact-layout[b-uf3khg8ov6] {
        gap: 18px;
    }
}

@media (max-width: 620px) {
    .about-container[b-uf3khg8ov6] {
        width: min(100% - 32px, 1180px);
    }

    .about-hero[b-uf3khg8ov6] {
        min-height: auto;
        padding: 42px 0 65px;
    }

    .about-hero-copy h1[b-uf3khg8ov6] {
        margin-top: 20px;
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .about-hero-copy > p[b-uf3khg8ov6] {
        font-size: 15px;
    }

    .about-hero-actions[b-uf3khg8ov6] {
        flex-direction: column;
    }

    .about-primary-action[b-uf3khg8ov6],
    .about-secondary-action[b-uf3khg8ov6] {
        width: 100%;
        box-sizing: border-box;
    }

    .about-hero-visual[b-uf3khg8ov6] {
        min-height: 440px;
        transform: scale(.88);
        margin: -18px auto -28px;
    }

    .orbit-one[b-uf3khg8ov6] {
        width: 350px;
        height: 350px;
    }

    .chip-finance[b-uf3khg8ov6] {
        right: -30px;
    }

    .chip-office[b-uf3khg8ov6] {
        right: -20px;
    }

    .chip-support[b-uf3khg8ov6] {
        left: -35px;
    }

    .about-story[b-uf3khg8ov6],
    .contact-section[b-uf3khg8ov6] {
        padding: 76px 0;
    }

    .story-copy h2[b-uf3khg8ov6],
    .contact-heading h2[b-uf3khg8ov6] {
        font-size: 34px;
    }

    .value-card[b-uf3khg8ov6] {
        padding: 19px;
        grid-template-columns: 52px 1fr;
        gap: 13px;
    }

    .value-number[b-uf3khg8ov6] {
        width: 50px;
        height: 50px;
    }

    .contact-panel[b-uf3khg8ov6] {
        padding: 8px 20px;
    }

    .contact-item[b-uf3khg8ov6] {
        grid-template-columns: 45px 1fr;
        padding: 22px 0;
        gap: 13px;
    }

    .contact-icon[b-uf3khg8ov6] {
        width: 44px;
        height: 44px;
    }

    .map-card[b-uf3khg8ov6],
    .map-card iframe[b-uf3khg8ov6] {
        min-height: 420px;
    }

    .map-caption[b-uf3khg8ov6] {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .about-footer .about-container[b-uf3khg8ov6] {
        flex-direction: column;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-primary-action[b-uf3khg8ov6],
    .about-secondary-action[b-uf3khg8ov6] {
        transition: none;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-b87c2r8ajd] {
    min-height: 100vh;
    color: #151421;
    background: #f2eff4;
}
/* /Components/Pages/KnowledgeArticle.razor.rz.scp.css */
.knowledge-article-page[b-acmjugmatr] {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
    min-height: 100vh;
    background: #fbf8ff;
    color: #111827;
    font-family: Samim, Tahoma, sans-serif;
}

.article-shell[b-acmjugmatr] {
    width: min(920px, calc(100% - 48px));
    margin: 46px auto 90px;
}

.back-link[b-acmjugmatr] {
    display: inline-block;
    margin-bottom: 20px;
    color: #7b496f;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.back-link:hover[b-acmjugmatr] {
    text-decoration: underline;
}

.article-card[b-acmjugmatr],
.article-state[b-acmjugmatr] {
    padding: clamp(28px, 5vw, 56px);
    border: 1px solid #ece7f0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(123, 73, 111, .08);
}

.article-meta[b-acmjugmatr] {
    display: flex;
    gap: 10px;
    color: #7b496f;
    font-size: 13px;
    font-weight: 800;
}

.article-meta span + span[b-acmjugmatr]::before {
    content: "•";
    margin-left: 10px;
    color: #c4b5c0;
}

.article-card h1[b-acmjugmatr],
.article-state h1[b-acmjugmatr] {
    margin: 18px 0 0;
    color: #111827;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.65;
}

.article-content[b-acmjugmatr] {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid #eeeaf1;
    color: #374151;
    font-size: 17px;
    line-height: 2.2;
    white-space: pre-wrap;
}

.article-state[b-acmjugmatr] {
    text-align: center;
}

.article-state p[b-acmjugmatr] {
    color: #667085;
}

@media (max-width: 680px) {
    .article-shell[b-acmjugmatr] {
        width: calc(100% - 24px);
        margin-top: 24px;
    }

    .article-card[b-acmjugmatr],
    .article-state[b-acmjugmatr] {
        border-radius: 20px;
    }
}
/* /Components/Pages/KnowledgeBase.razor.rz.scp.css */
.knowledge-page[b-1tlhs9imf8] {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
    min-height: 100vh;
    background: #fbf8ff;
    color: #111827;
    font-family: Samim, Tahoma, sans-serif;
}

.search-hero[b-1tlhs9imf8] {
    width: calc(100% - 48px);
    max-width: none;
    min-height: 335px;
    margin: 24px auto 0;
    padding: 40px 24px 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 7px;
    background:
        radial-gradient(circle at top left, rgba(123, 73, 111, .16), transparent 38%),
        linear-gradient(135deg, #ffffff 0%, #f2eff7 100%);
    border: 1px solid #ece7f0;
    box-shadow: 0 18px 50px rgba(123, 73, 111, .08);
    box-sizing: border-box;
    transition: min-height .3s ease, padding .3s ease;
}

.search-hero.searched-true[b-1tlhs9imf8] {
    min-height: 285px;
    padding-top: 34px;
    padding-bottom: 38px;
}

.search-mark[b-1tlhs9imf8] {
    display: none;
}

.search-hero h1[b-1tlhs9imf8] {
    margin: 0;
    color: #10192e;
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.25;
    font-weight: 1000;
    letter-spacing: -1px;
}

.search-hero p[b-1tlhs9imf8] {
    max-width: 680px;
    margin: 7px 0 0;
    color: #26313b;
    font-size: 14px;
    line-height: 1.8;
}

.search-form[b-1tlhs9imf8] {
    width: min(100%, 570px);
    min-height: 46px;
    margin-top: 30px;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e6e9ed;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(17, 24, 39, .08);
    box-sizing: border-box;
}

.search-form:focus-within[b-1tlhs9imf8] {
    border-color: #7b496f;
    box-shadow: 0 0 0 3px rgba(123, 73, 111, .12);
}

.search-icon[b-1tlhs9imf8] {
    display: none;
}

.search-form input[b-1tlhs9imf8] {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111827;
    font: inherit;
    padding: 0 12px;
    font-size: 13px;
}

.search-form input[b-1tlhs9imf8]::placeholder {
    color: #9ca3af;
}

.search-form button[b-1tlhs9imf8] {
    min-width: 78px;
    height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 5px;
    background: #7b496f;
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.search-form button:hover:not(:disabled)[b-1tlhs9imf8] {
    background: #653b5c;
}

.search-form button:disabled[b-1tlhs9imf8] {
    cursor: not-allowed;
    opacity: .62;
}

.button-spinner[b-1tlhs9imf8] {
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-1tlhs9imf8 .7s linear infinite;
}

.search-hints[b-1tlhs9imf8] {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #667085;
    font-size: 12px;
}

.search-hints button[b-1tlhs9imf8] {
    padding: 5px 10px;
    border: 1px solid rgba(123, 73, 111, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #7b496f;
    font: inherit;
    cursor: pointer;
}

.search-hints button:hover[b-1tlhs9imf8] {
    border-color: #1fb6ff;
    color: #176b9b;
}

.results-section[b-1tlhs9imf8] {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px 90px;
}

.results-heading[b-1tlhs9imf8] {
    margin-bottom: 22px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.results-heading h2[b-1tlhs9imf8] {
    margin: 0;
    font-size: 28px;
    font-weight: 1000;
}

.results-heading p[b-1tlhs9imf8] {
    margin: 8px 0 0;
    color: #7b8494;
    font-size: 14px;
}

.normalized-query[b-1tlhs9imf8] {
    padding: 7px 12px;
    border-radius: 999px;
    background: #ece9f0;
    color: #725267;
    font-size: 12px;
    white-space: nowrap;
}

.results-list[b-1tlhs9imf8] {
    display: grid;
    gap: 14px;
}

.result-card[b-1tlhs9imf8] {
    padding: 24px 26px;
    border: 1px solid #e7e9ef;
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 34px rgba(17, 24, 39, .055);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.result-card:hover[b-1tlhs9imf8] {
    border-color: #cdbcca;
    transform: translateY(-2px);
    box-shadow: 0 16px 42px rgba(17, 24, 39, .08);
}

.result-meta[b-1tlhs9imf8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.category-title[b-1tlhs9imf8] {
    color: #667085;
    font-size: 12px;
    font-weight: 800;
}

.type-badge[b-1tlhs9imf8] {
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.type-faq[b-1tlhs9imf8] {
    background: rgba(31, 182, 255, .12);
    color: #176b9b;
}

.type-tutorial[b-1tlhs9imf8] {
    background: #f1ecf7;
    color: #714b91;
}

.result-card h3[b-1tlhs9imf8] {
    margin: 14px 0 0;
    color: #182235;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 950;
}

.result-card h3 a[b-1tlhs9imf8] {
    color: #1a0dab;
    text-decoration: none;
}

.result-card h3 a:visited[b-1tlhs9imf8] {
    color: #681da8;
}

.result-card h3 a:hover[b-1tlhs9imf8],
.result-card h3 a:focus-visible[b-1tlhs9imf8] {
    text-decoration: underline;
}

.result-snippet[b-1tlhs9imf8] {
    margin: 10px 0 0;
    color: #5f6878;
    line-height: 2;
    white-space: pre-wrap;
}

.result-card details[b-1tlhs9imf8] {
    margin-top: 14px;
    border-top: 1px solid #eef0f4;
    padding-top: 13px;
}

.result-card summary[b-1tlhs9imf8] {
    width: fit-content;
    color: #7b496f;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.full-content[b-1tlhs9imf8] {
    margin-top: 14px;
    padding: 16px;
    border-radius: 16px;
    background: #f8f8fb;
    color: #444d5c;
    line-height: 2.1;
    white-space: pre-wrap;
}

.result-state[b-1tlhs9imf8] {
    max-width: 720px;
    margin: 30px auto 90px;
    padding: 46px 24px;
    border: 1px solid #e6e9ef;
    border-radius: 26px;
    background: rgba(255, 255, 255, .92);
    text-align: center;
}

.result-state strong[b-1tlhs9imf8] {
    font-size: 20px;
}

.result-state p[b-1tlhs9imf8] {
    margin: 10px 0 0;
    color: #747d8d;
    line-height: 1.9;
}

.empty-icon[b-1tlhs9imf8] {
    margin-bottom: 10px;
    color: #a9afba;
    font-size: 40px;
}

.error-state[b-1tlhs9imf8] {
    border-color: #f1caca;
    color: #9f2929;
}

@keyframes spin-b-1tlhs9imf8 {
    to { transform: rotate(360deg); }
}

@media (max-width: 680px) {
    .search-hero[b-1tlhs9imf8] {
        width: calc(100% - 24px);
        min-height: 300px;
        margin-top: 12px;
        padding: 38px 16px 42px;
    }

    .search-hero h1[b-1tlhs9imf8] {
        font-size: 38px;
    }

    .search-hero p[b-1tlhs9imf8] {
        max-width: 340px;
        font-size: 12px;
    }

    .search-form[b-1tlhs9imf8] {
        min-height: 48px;
        margin-top: 25px;
        padding: 4px;
        border-radius: 7px;
    }

    .search-form input[b-1tlhs9imf8] {
        padding: 0 9px;
        font-size: 12px;
    }

    .search-form button[b-1tlhs9imf8] {
        min-width: 72px;
        height: 40px;
        padding: 0 12px;
        border-radius: 5px;
    }

    .results-heading[b-1tlhs9imf8] {
        align-items: start;
        flex-direction: column;
    }

    .result-card[b-1tlhs9imf8] {
        padding: 21px 19px;
        border-radius: 20px;
    }

}
/* /Components/Pages/Team.razor.rz.scp.css */
.team-page[b-3ym3pqa9ab] {
    --team-ink: #151421;
    --team-muted: #716c79;
    --team-purple: #7b496f;
    --team-purple-dark: #55304e;
    --team-blue: #21a7d8;
    --team-purpule: #55304e;
    min-height: 100vh;
    overflow: hidden;
    color: var(--team-ink);
    background: #fff;
}

.team-container[b-3ym3pqa9ab] {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.team-hero[b-3ym3pqa9ab] {
    position: relative;
    isolation: isolate;
    min-height: 590px;
    padding: 76px 0 90px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 10% 20%, rgba(33, 167, 216, .22), transparent 28%),
        radial-gradient(circle at 92% 88%, rgba(255, 176, 46, .16), transparent 25%),
        linear-gradient(135deg, #211d25 0%, #3b2637 48%, #643a5b 100%);
}

.team-hero[b-3ym3pqa9ab]::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -8%;
    bottom: -245px;
    width: 116%;
    height: 320px;
    border-radius: 50% 50% 0 0;
    background: #fff;
}

.team-hero-ring[b-3ym3pqa9ab] {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    pointer-events: none;
}

.team-hero-ring-one[b-3ym3pqa9ab] {
    top: -220px;
    right: -170px;
    width: 540px;
    height: 540px;
}

.team-hero-ring-two[b-3ym3pqa9ab] {
    bottom: -160px;
    left: -120px;
    width: 410px;
    height: 410px;
    border-color: rgba(33, 167, 216, .16);
}

.team-hero-layout[b-3ym3pqa9ab] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr);
    align-items: center;
    gap: 80px;
}

.team-hero-copy[b-3ym3pqa9ab] {
    position: relative;
    z-index: 4;
}

.team-eyebrow[b-3ym3pqa9ab] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #f5edf3;
    background: rgba(255, 255, 255, .07);
    font-size: 14px;
    font-weight: 850;
    backdrop-filter: blur(10px);
}

.team-eyebrow-dot[b-3ym3pqa9ab] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--team-purpule);
    box-shadow: 0 0 0 5px rgba(255, 176, 46, .14);
}

.team-hero-copy h1[b-3ym3pqa9ab] {
    max-width: 650px;
    margin: 24px 0 20px;
    color: #fff;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 950;
    line-height: 1.3;
    letter-spacing: -2.4px;
}

.team-hero-copy h1 span[b-3ym3pqa9ab] {
    position: relative;
    display: inline-block;
    color: #fff;
}

.team-hero-copy h1 span[b-3ym3pqa9ab]::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -2%;
    bottom: 9px;
    width: 104%;
    height: 13px;
    border-radius: 999px;
    background: var(--team-purpule);
    transform: rotate(-1.5deg);
}

.team-hero-copy p[b-3ym3pqa9ab] {
    max-width: 610px;
    margin: 0;
    color: #d8cfd7;
    font-size: 17px;
    line-height: 2.05;
}

.team-hero-action[b-3ym3pqa9ab] {
    width: fit-content;
    min-height: 54px;
    margin-top: 30px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 13px;
    color: var(--team-purple-dark);
    background: #fff;
    box-shadow: 0 16px 34px rgba(17, 12, 17, .22);
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease;
}

.team-hero-action:hover[b-3ym3pqa9ab] {
    color: var(--team-purple-dark);
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(17, 12, 17, .3);
}

.team-hero-action svg[b-3ym3pqa9ab],
.team-callout-copy a svg[b-3ym3pqa9ab] {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.team-portrait-stack[b-3ym3pqa9ab] {
    position: relative;
    min-height: 430px;
}

.team-portrait-stack[b-3ym3pqa9ab]::before {
    content: "";
    position: absolute;
    inset: 35px 55px;
    border: 1px dashed rgba(255, 255, 255, .16);
    border-radius: 50%;
}

.hero-portrait[b-3ym3pqa9ab] {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border: 6px solid rgba(255, 255, 255, .92);
    border-radius: 24px;
    background: #eee8ef;
    box-shadow: 0 24px 55px rgba(10, 7, 10, .34);
}

.hero-portrait img[b-3ym3pqa9ab] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero-portrait-one[b-3ym3pqa9ab] {
    z-index: 1;
    top: 8px;
    right: 14px;
    width: 205px;
    height: 270px;
    transform: rotate(4deg);
}

.hero-portrait-two[b-3ym3pqa9ab] {
    z-index: 2;
    top: 95px;
    left: 85px;
    width: 220px;
    height: 290px;
    transform: rotate(-3deg);
}

.hero-portrait-three[b-3ym3pqa9ab] {
    z-index: 3;
    right: 65px;
    bottom: -8px;
    width: 180px;
    height: 235px;
    transform: rotate(7deg);
}

.portrait-accent[b-3ym3pqa9ab] {
    position: absolute;
    z-index: 5;
    display: block;
    border-radius: 50%;
}

.portrait-accent-blue[b-3ym3pqa9ab] {
    top: 43px;
    left: 32px;
    width: 32px;
    height: 32px;
    background: var(--team-blue);
    box-shadow: 0 0 0 12px rgba(33, 167, 216, .12);
}

.portrait-accent-orange[b-3ym3pqa9ab] {
    right: 7px;
    bottom: 56px;
    width: 23px;
    height: 23px;
    background: var(--team-purpule);
    box-shadow: 0 0 0 10px rgba(255, 176, 46, .12);
}

.team-members[b-3ym3pqa9ab] {
    padding: 100px 0 120px;
    background:
        radial-gradient(circle at 0 35%, rgba(33, 167, 216, .07), transparent 18%),
        #fff;
}

.team-section-heading[b-3ym3pqa9ab] {
    max-width: 700px;
    margin: 0 auto 52px;
    text-align: center;
}

.team-section-kicker[b-3ym3pqa9ab] {
    color: var(--team-purple);
    font-size: 14px;
    font-weight: 900;
}

.team-section-heading h2[b-3ym3pqa9ab] {
    margin: 10px 0 12px;
    color: var(--team-ink);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 950;
    line-height: 1.35;
    letter-spacing: -1.5px;
}

.team-section-heading p[b-3ym3pqa9ab] {
    margin: 0;
    color: var(--team-muted);
    font-size: 16px;
    line-height: 2;
}

.team-grid[b-3ym3pqa9ab] {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 28px;
}

.team-card[b-3ym3pqa9ab] {
    grid-column: span 2;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee8ef;
    border-radius: 25px;
    background: #f8f6f9;
    box-shadow: 0 18px 46px rgba(55, 37, 52, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.team-card:nth-child(4)[b-3ym3pqa9ab] {
    grid-column: 2 / span 2;
}

.team-card:hover[b-3ym3pqa9ab] {
    transform: translateY(-7px);
    box-shadow: 0 26px 58px rgba(55, 37, 52, .14);
}

.team-card-image[b-3ym3pqa9ab] {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1.06;
    background: #e9e5eb;
}

.team-card-image[b-3ym3pqa9ab]::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    background: linear-gradient(180deg, transparent, rgba(39, 28, 37, .11));
    pointer-events: none;
}

.team-card-image img[b-3ym3pqa9ab] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.team-card:hover .team-card-image img[b-3ym3pqa9ab] {
    transform: scale(1.035);
}

.team-card-content[b-3ym3pqa9ab] {
    position: relative;
    min-height: 96px;
    padding: 25px 18px;
    display: grid;
    place-items: center;
    text-align: center;
}

.team-card-content[b-3ym3pqa9ab]::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: var(--team-purpule);
    transform: translate(50%, -50%);
}

.team-card h3[b-3ym3pqa9ab] {
    margin: 0;
    color: #29242c;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.7;
}

.team-callout-section[b-3ym3pqa9ab] {
    padding: 0 0 110px;
    background: #fff;
}

.team-callout[b-3ym3pqa9ab] {
    position: relative;
    min-height: 280px;
    padding: 48px 58px;
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 60px;
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 15%, rgba(33, 167, 216, .2), transparent 25%),
        linear-gradient(120deg, #55304e 0%, #7b496f 100%);
    box-shadow: 0 24px 58px rgba(85, 48, 78, .2);
}

.team-callout[b-3ym3pqa9ab]::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: -110px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.team-callout-art[b-3ym3pqa9ab] {
    position: relative;
    z-index: 1;
    min-height: 180px;
}

.callout-person[b-3ym3pqa9ab] {
    position: absolute;
    bottom: 20px;
    width: 90px;
    height: 118px;
    border: 3px solid rgba(255, 255, 255, .65);
    border-radius: 46px 46px 22px 22px;
}

.callout-person[b-3ym3pqa9ab]::before {
    content: "";
    position: absolute;
    top: -38px;
    right: 16px;
    width: 54px;
    height: 54px;
    border: 3px solid rgba(255, 255, 255, .65);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.callout-person-one[b-3ym3pqa9ab] {
    right: 22px;
}

.callout-person-two[b-3ym3pqa9ab] {
    right: 118px;
    bottom: 35px;
    transform: scale(1.13);
}

.callout-person-three[b-3ym3pqa9ab] {
    right: 222px;
}

.callout-line[b-3ym3pqa9ab] {
    position: absolute;
    right: 12px;
    height: 3px;
    border-radius: 999px;
    background: var(--team-purpule);
}

.callout-line-one[b-3ym3pqa9ab] {
    top: 3px;
    width: 54px;
}

.callout-line-two[b-3ym3pqa9ab] {
    top: 3px;
    right: 280px;
    width: 36px;
    background: var(--team-blue);
}

.team-callout-copy[b-3ym3pqa9ab] {
    position: relative;
    z-index: 2;
}

.team-callout-copy > span[b-3ym3pqa9ab] {
    color: #eadce6;
    font-size: 13px;
    font-weight: 850;
}

.team-callout-copy h2[b-3ym3pqa9ab] {
    margin: 10px 0 10px;
    color: #fff;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 950;
    line-height: 1.5;
}

.team-callout-copy p[b-3ym3pqa9ab] {
    max-width: 620px;
    margin: 0;
    color: #e5dce3;
    font-size: 14px;
    line-height: 2;
}

.team-callout-copy a[b-3ym3pqa9ab] {
    width: fit-content;
    min-height: 48px;
    margin-top: 20px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    color: var(--team-purple-dark);
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
}

.team-footer[b-3ym3pqa9ab] {
    padding: 26px 0;
    color: #d8d1da;
    background: #211d25;
    font-size: 13px;
}

.team-footer .team-container[b-3ym3pqa9ab] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.team-footer a[b-3ym3pqa9ab] {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

@media (max-width: 1050px) {
    .team-hero-layout[b-3ym3pqa9ab] {
        grid-template-columns: minmax(0, 1fr) minmax(385px, .75fr);
        gap: 38px;
    }

    .hero-portrait-two[b-3ym3pqa9ab] {
        left: 40px;
    }

    .team-grid[b-3ym3pqa9ab] {
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .team-hero[b-3ym3pqa9ab] {
        padding-top: 60px;
    }

    .team-hero-layout[b-3ym3pqa9ab] {
        grid-template-columns: 1fr;
    }

    .team-hero-copy[b-3ym3pqa9ab] {
        text-align: center;
    }

    .team-hero-copy h1[b-3ym3pqa9ab],
    .team-hero-copy p[b-3ym3pqa9ab],
    .team-hero-action[b-3ym3pqa9ab] {
        margin-inline: auto;
    }

    .team-portrait-stack[b-3ym3pqa9ab] {
        width: min(500px, 100%);
        margin: -10px auto 0;
    }

    .team-grid[b-3ym3pqa9ab] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-card[b-3ym3pqa9ab],
    .team-card:nth-child(4)[b-3ym3pqa9ab] {
        grid-column: auto;
    }

    .team-card:last-child[b-3ym3pqa9ab] {
        grid-column: 1 / -1;
        width: calc(50% - 10px);
        justify-self: center;
    }

    .team-callout[b-3ym3pqa9ab] {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .team-callout-art[b-3ym3pqa9ab] {
        width: 330px;
        margin-inline: auto;
    }

    .team-callout-copy[b-3ym3pqa9ab] {
        text-align: center;
    }

    .team-callout-copy p[b-3ym3pqa9ab],
    .team-callout-copy a[b-3ym3pqa9ab] {
        margin-inline: auto;
    }
}

@media (max-width: 620px) {
    .team-container[b-3ym3pqa9ab] {
        width: min(100% - 32px, 1180px);
    }

    .team-hero[b-3ym3pqa9ab] {
        min-height: auto;
        padding: 48px 0 70px;
    }

    .team-hero-copy h1[b-3ym3pqa9ab] {
        font-size: 42px;
        letter-spacing: -1.3px;
    }

    .team-hero-copy p[b-3ym3pqa9ab] {
        font-size: 15px;
    }

    .team-portrait-stack[b-3ym3pqa9ab] {
        min-height: 360px;
        transform: scale(.86);
        margin: -35px auto -35px;
    }

    .hero-portrait-two[b-3ym3pqa9ab] {
        left: 5px;
    }

    .team-members[b-3ym3pqa9ab] {
        padding: 76px 0 86px;
    }

    .team-section-heading[b-3ym3pqa9ab] {
        margin-bottom: 36px;
    }

    .team-section-heading h2[b-3ym3pqa9ab] {
        font-size: 40px;
    }

    .team-section-heading p[b-3ym3pqa9ab] {
        font-size: 14px;
    }

    .team-grid[b-3ym3pqa9ab] {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .team-card:last-child[b-3ym3pqa9ab] {
        grid-column: auto;
        width: auto;
    }

    .team-card[b-3ym3pqa9ab] {
        width: 100%;
        max-width: 390px;
        justify-self: center;
    }

    .team-callout-section[b-3ym3pqa9ab] {
        padding-bottom: 76px;
    }

    .team-callout[b-3ym3pqa9ab] {
        padding: 38px 24px;
        border-radius: 24px;
    }

    .team-callout-art[b-3ym3pqa9ab] {
        width: 285px;
        transform: scale(.85);
        margin: -12px auto -18px;
    }

    .team-footer .team-container[b-3ym3pqa9ab] {
        flex-direction: column;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .team-hero-action[b-3ym3pqa9ab],
    .team-card[b-3ym3pqa9ab],
    .team-card-image img[b-3ym3pqa9ab] {
        transition: none;
    }
}
