
    .divider.svelte-xli5r4 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom-width: 1px;
    border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.1
}

    .s-menu-item.svelte-1otkcis {

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.375rem;

    padding-bottom: 0.375rem;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 400;

    line-height: 1.5;

    letter-spacing: -0.025em;

    color: rgba(0, 16, 52, 0.87);

    --tw-text-opacity: 0.9;

    display: flex;

    flex-direction: row;

    gap: 2rem
}

    .s-menu-item.svelte-1otkcis:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}
.name-text.svelte-1i89lx0 {

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5rem;

    letter-spacing: -0.025em;

    color: rgb(15 23 42 / var(--tw-text-opacity, 1));

    --tw-text-opacity: 0.9
}

.email-text.svelte-1i89lx0 {

    font-size: 0.875rem;

    font-weight: 400;

    line-height: 1.25rem;

    letter-spacing: -0.025em;

    color: rgb(15 23 42 / var(--tw-text-opacity, 1));

    --tw-text-opacity: 0.6
}
    .closed.svelte-14qj404 {

    height: 0px;

    padding-top: 0px;

    padding-bottom: 0px;

    opacity: 0
}

    .open.svelte-14qj404 {

    height: auto;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    opacity: 1;

    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.nav-block.svelte-1xu1z82 .nav-item {
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    align-items: center;
    text-wrap: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
    --tw-text-opacity: 0.6
}
.nav-block.svelte-1xu1z82 .nav-item:hover {
    border-radius: calc(var(--radius) - 2px);
    background-color: rgba(0,132,229,0.04)
}
.nav-block.svelte-1xu1z82 .nav-item-active {
    color: rgba(0, 132, 229, 1);
    --tw-text-opacity: 1
}

.nav-vertical.svelte-1xu1z82 {
    z-index: 20;
    display: flex;
    width: 100%;
    flex-direction: column
}
.nav-vertical.svelte-1xu1z82 .nav-submenu {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between
}
.nav-vertical.svelte-1xu1z82 .nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.nav-horizontal.svelte-1xu1z82 {
    display: none;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

@media (min-width: 640px) {
    .nav-horizontal.svelte-1xu1z82 {
        display: flex
    }
}
.nav-horizontal.svelte-1xu1z82 .nav-submenu {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row
}