:where(.np-u-hidden) {
    display: none !important;
}

:where(.np-u-visible) {
    visibility: visible !important;
}

:where(.np-u-invisible) {
    visibility: hidden !important;
}

:where(.np-u-sr-only),
:where(.screen-reader-text) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

:where(.np-u-sr-only-focusable:focus),
:where(.screen-reader-text:focus) {
    position: fixed !important;
    top: var(--np-space-4, 1rem) !important;
    right: var(--np-space-4, 1rem) !important;
    z-index: 999999 !important;
    width: auto !important;
    height: auto !important;
    padding: var(--np-space-3, .75rem) var(--np-space-4, 1rem) !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    color: var(--np-color-primary, #06202b) !important;
    background: var(--np-color-surface, #fff) !important;
    border: 1px solid var(--np-color-border, #dde7e7) !important;
    border-radius: var(--np-radius-base, 16px) !important;
    box-shadow: var(--np-shadow-lg, 0 18px 50px rgba(6, 32, 43, .16)) !important;
}

:where(.np-u-relative) {
    position: relative !important;
}

:where(.np-u-absolute) {
    position: absolute !important;
}

:where(.np-u-fixed) {
    position: fixed !important;
}

:where(.np-u-sticky) {
    position: sticky !important;
}

:where(.np-u-static) {
    position: static !important;
}

:where(.np-u-inset-0) {
    inset: 0 !important;
}

:where(.np-u-top-0) {
    top: 0 !important;
}

:where(.np-u-right-0) {
    right: 0 !important;
}

:where(.np-u-bottom-0) {
    bottom: 0 !important;
}

:where(.np-u-left-0) {
    left: 0 !important;
}

:where(.np-u-z-1) {
    z-index: 1 !important;
}

:where(.np-u-z-10) {
    z-index: 10 !important;
}

:where(.np-u-z-50) {
    z-index: 50 !important;
}

:where(.np-u-z-100) {
    z-index: 100 !important;
}

:where(.np-u-z-max) {
    z-index: 999999 !important;
}

:where(.np-u-block) {
    display: block !important;
}

:where(.np-u-inline) {
    display: inline !important;
}

:where(.np-u-inline-block) {
    display: inline-block !important;
}

:where(.np-u-flex) {
    display: flex !important;
}

:where(.np-u-inline-flex) {
    display: inline-flex !important;
}

:where(.np-u-grid) {
    display: grid !important;
}

:where(.np-u-flow-root) {
    display: flow-root !important;
}

:where(.np-u-flex-row) {
    flex-direction: row !important;
}

:where(.np-u-flex-row-reverse) {
    flex-direction: row-reverse !important;
}

:where(.np-u-flex-col) {
    flex-direction: column !important;
}

:where(.np-u-flex-wrap) {
    flex-wrap: wrap !important;
}

:where(.np-u-flex-nowrap) {
    flex-wrap: nowrap !important;
}

:where(.np-u-items-start) {
    align-items: flex-start !important;
}

:where(.np-u-items-center) {
    align-items: center !important;
}

:where(.np-u-items-end) {
    align-items: flex-end !important;
}

:where(.np-u-items-stretch) {
    align-items: stretch !important;
}

:where(.np-u-justify-start) {
    justify-content: flex-start !important;
}

:where(.np-u-justify-center) {
    justify-content: center !important;
}

:where(.np-u-justify-end) {
    justify-content: flex-end !important;
}

:where(.np-u-justify-between) {
    justify-content: space-between !important;
}

:where(.np-u-justify-around) {
    justify-content: space-around !important;
}

:where(.np-u-justify-evenly) {
    justify-content: space-evenly !important;
}

:where(.np-u-grow) {
    flex-grow: 1 !important;
}

:where(.np-u-shrink-0) {
    flex-shrink: 0 !important;
}

:where(.np-u-basis-full) {
    flex-basis: 100% !important;
}

:where(.np-u-gap-0) {
    gap: 0 !important;
}

:where(.np-u-gap-1) {
    gap: var(--np-space-1, .25rem) !important;
}

:where(.np-u-gap-2) {
    gap: var(--np-space-2, .5rem) !important;
}

:where(.np-u-gap-3) {
    gap: var(--np-space-3, .75rem) !important;
}

:where(.np-u-gap-4) {
    gap: var(--np-space-4, 1rem) !important;
}

:where(.np-u-gap-5) {
    gap: var(--np-space-5, 1.25rem) !important;
}

:where(.np-u-gap-6) {
    gap: var(--np-space-6, 1.5rem) !important;
}

:where(.np-u-gap-8) {
    gap: var(--np-space-8, 2rem) !important;
}

:where(.np-u-gap-10) {
    gap: var(--np-space-10, 2.5rem) !important;
}

:where(.np-u-gap-12) {
    gap: var(--np-space-12, 3rem) !important;
}

:where(.np-u-grid-1) {
    grid-template-columns: minmax(0, 1fr) !important;
}

:where(.np-u-grid-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

:where(.np-u-grid-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

:where(.np-u-grid-4) {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

:where(.np-u-grid-auto-fit) {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--np-grid-min, 260px)), 1fr)) !important;
}

:where(.np-u-w-full) {
    width: 100% !important;
}

:where(.np-u-w-auto) {
    width: auto !important;
}

:where(.np-u-h-full) {
    height: 100% !important;
}

:where(.np-u-h-auto) {
    height: auto !important;
}

:where(.np-u-min-h-screen) {
    min-height: 100vh !important;
}

:where(.np-u-max-w-none) {
    max-width: none !important;
}

:where(.np-u-max-w-xs) {
    max-width: 20rem !important;
}

:where(.np-u-max-w-sm) {
    max-width: 24rem !important;
}

:where(.np-u-max-w-md) {
    max-width: 28rem !important;
}

:where(.np-u-max-w-lg) {
    max-width: 32rem !important;
}

:where(.np-u-max-w-xl) {
    max-width: 36rem !important;
}

:where(.np-u-max-w-2xl) {
    max-width: 42rem !important;
}

:where(.np-u-max-w-3xl) {
    max-width: 48rem !important;
}

:where(.np-u-max-w-content) {
    max-width: var(--np-content-width, 820px) !important;
}

:where(.np-u-max-w-container) {
    max-width: var(--np-container-width, 1280px) !important;
}

:where(.np-u-m-0) {
    margin: 0 !important;
}

:where(.np-u-m-auto) {
    margin: auto !important;
}

:where(.np-u-mx-auto) {
    margin-right: auto !important;
    margin-left: auto !important;
}

:where(.np-u-my-auto) {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

:where(.np-u-mt-0) {
    margin-top: 0 !important;
}

:where(.np-u-mt-1) {
    margin-top: var(--np-space-1, .25rem) !important;
}

:where(.np-u-mt-2) {
    margin-top: var(--np-space-2, .5rem) !important;
}

:where(.np-u-mt-3) {
    margin-top: var(--np-space-3, .75rem) !important;
}

:where(.np-u-mt-4) {
    margin-top: var(--np-space-4, 1rem) !important;
}

:where(.np-u-mt-6) {
    margin-top: var(--np-space-6, 1.5rem) !important;
}

:where(.np-u-mt-8) {
    margin-top: var(--np-space-8, 2rem) !important;
}

:where(.np-u-mt-10) {
    margin-top: var(--np-space-10, 2.5rem) !important;
}

:where(.np-u-mt-12) {
    margin-top: var(--np-space-12, 3rem) !important;
}

:where(.np-u-mb-0) {
    margin-bottom: 0 !important;
}

:where(.np-u-mb-1) {
    margin-bottom: var(--np-space-1, .25rem) !important;
}

:where(.np-u-mb-2) {
    margin-bottom: var(--np-space-2, .5rem) !important;
}

:where(.np-u-mb-3) {
    margin-bottom: var(--np-space-3, .75rem) !important;
}

:where(.np-u-mb-4) {
    margin-bottom: var(--np-space-4, 1rem) !important;
}

:where(.np-u-mb-6) {
    margin-bottom: var(--np-space-6, 1.5rem) !important;
}

:where(.np-u-mb-8) {
    margin-bottom: var(--np-space-8, 2rem) !important;
}

:where(.np-u-mb-10) {
    margin-bottom: var(--np-space-10, 2.5rem) !important;
}

:where(.np-u-mb-12) {
    margin-bottom: var(--np-space-12, 3rem) !important;
}

:where(.np-u-p-0) {
    padding: 0 !important;
}

:where(.np-u-p-1) {
    padding: var(--np-space-1, .25rem) !important;
}

:where(.np-u-p-2) {
    padding: var(--np-space-2, .5rem) !important;
}

:where(.np-u-p-3) {
    padding: var(--np-space-3, .75rem) !important;
}

:where(.np-u-p-4) {
    padding: var(--np-space-4, 1rem) !important;
}

:where(.np-u-p-6) {
    padding: var(--np-space-6, 1.5rem) !important;
}

:where(.np-u-p-8) {
    padding: var(--np-space-8, 2rem) !important;
}

:where(.np-u-px-0) {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

:where(.np-u-px-2) {
    padding-right: var(--np-space-2, .5rem) !important;
    padding-left: var(--np-space-2, .5rem) !important;
}

:where(.np-u-px-3) {
    padding-right: var(--np-space-3, .75rem) !important;
    padding-left: var(--np-space-3, .75rem) !important;
}

:where(.np-u-px-4) {
    padding-right: var(--np-space-4, 1rem) !important;
    padding-left: var(--np-space-4, 1rem) !important;
}

:where(.np-u-px-6) {
    padding-right: var(--np-space-6, 1.5rem) !important;
    padding-left: var(--np-space-6, 1.5rem) !important;
}

:where(.np-u-px-8) {
    padding-right: var(--np-space-8, 2rem) !important;
    padding-left: var(--np-space-8, 2rem) !important;
}

:where(.np-u-py-0) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

:where(.np-u-py-2) {
    padding-top: var(--np-space-2, .5rem) !important;
    padding-bottom: var(--np-space-2, .5rem) !important;
}

:where(.np-u-py-3) {
    padding-top: var(--np-space-3, .75rem) !important;
    padding-bottom: var(--np-space-3, .75rem) !important;
}

:where(.np-u-py-4) {
    padding-top: var(--np-space-4, 1rem) !important;
    padding-bottom: var(--np-space-4, 1rem) !important;
}

:where(.np-u-py-6) {
    padding-top: var(--np-space-6, 1.5rem) !important;
    padding-bottom: var(--np-space-6, 1.5rem) !important;
}

:where(.np-u-py-8) {
    padding-top: var(--np-space-8, 2rem) !important;
    padding-bottom: var(--np-space-8, 2rem) !important;
}

:where(.np-u-text-start) {
    text-align: start !important;
}

:where(.np-u-text-center) {
    text-align: center !important;
}

:where(.np-u-text-end) {
    text-align: end !important;
}

:where(.np-u-text-left) {
    text-align: left !important;
}

:where(.np-u-text-right) {
    text-align: right !important;
}

:where(.np-u-text-xs) {
    font-size: var(--np-font-size-xs, .75rem) !important;
}

:where(.np-u-text-sm) {
    font-size: var(--np-font-size-sm, .875rem) !important;
}

:where(.np-u-text-base) {
    font-size: var(--np-font-size-base, 1rem) !important;
}

:where(.np-u-text-lg) {
    font-size: var(--np-font-size-lg, 1.125rem) !important;
}

:where(.np-u-text-xl) {
    font-size: var(--np-font-size-xl, 1.25rem) !important;
}

:where(.np-u-font-normal) {
    font-weight: 400 !important;
}

:where(.np-u-font-medium) {
    font-weight: 500 !important;
}

:where(.np-u-font-semibold) {
    font-weight: 600 !important;
}

:where(.np-u-font-bold) {
    font-weight: 700 !important;
}

:where(.np-u-leading-none) {
    line-height: 1 !important;
}

:where(.np-u-leading-tight) {
    line-height: 1.35 !important;
}

:where(.np-u-leading-normal) {
    line-height: var(--np-line-height-base, 1.85) !important;
}

:where(.np-u-leading-loose) {
    line-height: 2 !important;
}

:where(.np-u-text-primary) {
    color: var(--np-color-primary, #06202b) !important;
}

:where(.np-u-text-secondary) {
    color: var(--np-color-secondary, #077a7d) !important;
}

:where(.np-u-text-accent) {
    color: var(--np-color-accent, #7ae2cf) !important;
}

:where(.np-u-text-gold) {
    color: var(--np-color-gold, #fdeb9e) !important;
}

:where(.np-u-text-body) {
    color: var(--np-color-text, #132024) !important;
}

:where(.np-u-text-muted) {
    color: var(--np-color-muted, #637177) !important;
}

:where(.np-u-bg-primary) {
    background-color: var(--np-color-primary, #06202b) !important;
}

:where(.np-u-bg-secondary) {
    background-color: var(--np-color-secondary, #077a7d) !important;
}

:where(.np-u-bg-accent) {
    background-color: var(--np-color-accent, #7ae2cf) !important;
}

:where(.np-u-bg-gold) {
    background-color: var(--np-color-gold, #fdeb9e) !important;
}

:where(.np-u-bg-surface) {
    background-color: var(--np-color-surface, #fff) !important;
}

:where(.np-u-bg-body) {
    background-color: var(--np-color-background, #f7fafa) !important;
}

:where(.np-u-border) {
    border: 1px solid var(--np-color-border, #dde7e7) !important;
}

:where(.np-u-border-0) {
    border: 0 !important;
}

:where(.np-u-border-top) {
    border-top: 1px solid var(--np-color-border, #dde7e7) !important;
}

:where(.np-u-border-bottom) {
    border-bottom: 1px solid var(--np-color-border, #dde7e7) !important;
}

:where(.np-u-rounded-0) {
    border-radius: 0 !important;
}

:where(.np-u-rounded-sm) {
    border-radius: var(--np-radius-sm, 8px) !important;
}

:where(.np-u-rounded) {
    border-radius: var(--np-radius-base, 16px) !important;
}

:where(.np-u-rounded-lg) {
    border-radius: var(--np-radius-lg, 28px) !important;
}

:where(.np-u-rounded-full) {
    border-radius: 999px !important;
}

:where(.np-u-shadow-none) {
    box-shadow: none !important;
}

:where(.np-u-shadow-sm) {
    box-shadow: var(--np-shadow-sm, 0 8px 24px rgba(6, 32, 43, .08)) !important;
}

:where(.np-u-shadow) {
    box-shadow: var(--np-shadow, 0 14px 40px rgba(6, 32, 43, .12)) !important;
}

:where(.np-u-shadow-lg) {
    box-shadow: var(--np-shadow-lg, 0 18px 50px rgba(6, 32, 43, .16)) !important;
}

:where(.np-u-overflow-hidden) {
    overflow: hidden !important;
}

:where(.np-u-overflow-auto) {
    overflow: auto !important;
}

:where(.np-u-overflow-visible) {
    overflow: visible !important;
}

:where(.np-u-object-cover) {
    object-fit: cover !important;
}

:where(.np-u-object-contain) {
    object-fit: contain !important;
}

:where(.np-u-aspect-square) {
    aspect-ratio: 1 / 1 !important;
}

:where(.np-u-aspect-video) {
    aspect-ratio: 16 / 9 !important;
}

:where(.np-u-aspect-wide) {
    aspect-ratio: 21 / 9 !important;
}

:where(.np-u-pointer) {
    cursor: pointer !important;
}

:where(.np-u-events-none) {
    pointer-events: none !important;
}

:where(.np-u-select-none) {
    user-select: none !important;
}

:where(.np-u-nowrap) {
    white-space: nowrap !important;
}

:where(.np-u-break-word) {
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}

:where(.np-u-truncate) {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

:where(.np-u-transition) {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease, box-shadow .2s ease !important;
}

:where(.np-u-opacity-0) {
    opacity: 0 !important;
}

:where(.np-u-opacity-25) {
    opacity: .25 !important;
}

:where(.np-u-opacity-50) {
    opacity: .5 !important;
}

:where(.np-u-opacity-75) {
    opacity: .75 !important;
}

:where(.np-u-opacity-100) {
    opacity: 1 !important;
}

:where(.np-u-dir-rtl) {
    direction: rtl !important;
}

:where(.np-u-dir-ltr) {
    direction: ltr !important;
}

:where(.np-u-isolate) {
    isolation: isolate !important;
}

@media (max-width: 1024px) {
    :where(.np-u-lg-hidden) {
        display: none !important;
    }

    :where(.np-u-lg-block) {
        display: block !important;
    }

    :where(.np-u-lg-flex) {
        display: flex !important;
    }

    :where(.np-u-lg-grid-1) {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    :where(.np-u-lg-grid-2) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    :where(.np-u-md-hidden) {
        display: none !important;
    }

    :where(.np-u-md-block) {
        display: block !important;
    }

    :where(.np-u-md-flex) {
        display: flex !important;
    }

    :where(.np-u-md-grid-1) {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    :where(.np-u-md-text-center) {
        text-align: center !important;
    }

    :where(.np-u-md-w-full) {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    :where(.np-u-sm-hidden) {
        display: none !important;
    }

    :where(.np-u-sm-block) {
        display: block !important;
    }

    :where(.np-u-sm-flex) {
        display: flex !important;
    }

    :where(.np-u-sm-grid-1) {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    :where(.np-u-sm-text-center) {
        text-align: center !important;
    }

    :where(.np-u-sm-px-4) {
        padding-right: var(--np-space-4, 1rem) !important;
        padding-left: var(--np-space-4, 1rem) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    :where(.np-u-transition) {
        transition: none !important;
    }
}