/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
    :root,
    :host {
        --font-sans:
            ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
            'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
        --font-mono:
            ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
            'Liberation Mono', 'Courier New', monospace;
        --color-gray-100: oklch(96.7% 0.003 264.542);
        --color-gray-200: oklch(92.8% 0.006 264.531);
        --color-gray-300: oklch(87.2% 0.01 258.338);
        --color-gray-900: oklch(21% 0.034 264.665);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --breakpoint-2xl: 96rem;
        --container-4xl: 56rem;
        --container-6xl: 72rem;
        --container-7xl: 80rem;
        --text-xs: 0.75rem;
        --text-xs--line-height: calc(1 / 0.75);
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --text-3xl: 1.875rem;
        --text-3xl--line-height: calc(2.25 / 1.875);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5 / 2.25);
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --font-weight-black: 900;
        --tracking-wide: 0.025em;
        --tracking-wider: 0.05em;
        --leading-tight: 1.25;
        --leading-snug: 1.375;
        --leading-relaxed: 1.625;
        --radius-lg: 0.5rem;
        --radius-xl: 0.75rem;
        --ease-out: cubic-bezier(0, 0, 0.2, 1);
        --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
    }
}
@layer base {
    *,
    ::after,
    ::before,
    ::backdrop,
    ::file-selector-button {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0 solid;
    }
    html,
    :host {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        font-family: var(
            --default-font-family,
            ui-sans-serif,
            system-ui,
            sans-serif,
            'Apple Color Emoji',
            'Segoe UI Emoji',
            'Segoe UI Symbol',
            'Noto Color Emoji'
        );
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }
    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }
    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit;
    }
    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }
    b,
    strong {
        font-weight: bolder;
    }
    code,
    kbd,
    samp,
    pre {
        font-family: var(
            --default-mono-font-family,
            ui-monospace,
            SFMono-Regular,
            Menlo,
            Monaco,
            Consolas,
            'Liberation Mono',
            'Courier New',
            monospace
        );
        font-feature-settings: var(
            --default-mono-font-feature-settings,
            normal
        );
        font-variation-settings: var(
            --default-mono-font-variation-settings,
            normal
        );
        font-size: 1em;
    }
    small {
        font-size: 80%;
    }
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sub {
        bottom: -0.25em;
    }
    sup {
        top: -0.5em;
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }
    :-moz-focusring {
        outline: auto;
    }
    progress {
        vertical-align: baseline;
    }
    summary {
        display: list-item;
    }
    ol,
    ul,
    menu {
        list-style: none;
    }
    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        display: block;
        vertical-align: middle;
    }
    img,
    video {
        max-width: 100%;
        height: auto;
    }
    button,
    input,
    select,
    optgroup,
    textarea,
    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
    }
    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }
    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }
    ::file-selector-button {
        margin-inline-end: 4px;
    }
    ::placeholder {
        opacity: 1;
    }
    @supports (not (-webkit-appearance: -apple-pay-button)) or
        (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentcolor;
            @supports (color: color-mix(in lab, red, red)) {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }
    textarea {
        resize: vertical;
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }
    ::-webkit-datetime-edit {
        display: inline-flex;
    }
    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }
    ::-webkit-datetime-edit,
    ::-webkit-datetime-edit-year-field,
    ::-webkit-datetime-edit-month-field,
    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field,
    ::-webkit-datetime-edit-second-field,
    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }
    :-moz-ui-invalid {
        box-shadow: none;
    }
    button,
    input:where([type='button'], [type='reset'], [type='submit']),
    ::file-selector-button {
        appearance: button;
    }
    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
        height: auto;
    }
    [hidden]:where(:not([hidden='until-found'])) {
        display: none !important;
    }
}
@layer utilities {
    .invisible {
        visibility: hidden;
    }
    .visible {
        visibility: visible;
    }
    .\!absolute {
        position: absolute !important;
    }
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .static {
        position: static;
    }
    .\!inset-0 {
        inset: calc(var(--spacing) * 0) !important;
    }
    .inset-0 {
        inset: calc(var(--spacing) * 0);
    }
    .\!-top-\[25\%\] {
        top: calc(25% * -1) !important;
    }
    .\!top-0 {
        top: calc(var(--spacing) * 0) !important;
    }
    .-top-\[65px\] {
        top: calc(65px * -1);
    }
    .top-0 {
        top: calc(var(--spacing) * 0);
    }
    .top-\[-30px\] {
        top: -30px;
    }
    .top-\[-50px\] {
        top: -50px;
    }
    .top-\[-55px\] {
        top: -55px;
    }
    .top-\[-120px\] {
        top: -120px;
    }
    .top-auto {
        top: auto;
    }
    .\!-right-\[18\%\] {
        right: calc(18% * -1) !important;
    }
    .\!right-0 {
        right: calc(var(--spacing) * 0) !important;
    }
    .right-0 {
        right: calc(var(--spacing) * 0);
    }
    .right-4 {
        right: calc(var(--spacing) * 4);
    }
    .right-\[0px\] {
        right: 0px;
    }
    .\!-bottom-\[14\%\] {
        bottom: calc(14% * -1) !important;
    }
    .-bottom-1 {
        bottom: calc(var(--spacing) * -1);
    }
    .bottom-0 {
        bottom: calc(var(--spacing) * 0);
    }
    .\!-left-\[1\.2em\] {
        left: calc(1.2em * -1) !important;
    }
    .\!-left-\[1em\] {
        left: calc(1em * -1) !important;
    }
    .\!-left-\[15\%\] {
        left: calc(15% * -1) !important;
    }
    .left-0 {
        left: calc(var(--spacing) * 0);
    }
    .left-1\/2 {
        left: calc(1 / 2 * 100%);
    }
    .left-\[-10px\] {
        left: -10px;
    }
    .left-auto {
        left: auto;
    }
    .\!z-0 {
        z-index: 0 !important;
    }
    .z-10 {
        z-index: 10;
    }
    .z-\[-1\] {
        z-index: -1;
    }
    .z-\[1\] {
        z-index: 1;
    }
    .z-\[2\] {
        z-index: 2;
    }
    .z-\[10\] {
        z-index: 10;
    }
    .float-left {
        float: left;
    }
    .float-right {
        float: right;
    }
    .container {
        width: 100%;
        @media (width >= 40rem) {
            max-width: 40rem;
        }
        @media (width >= 48rem) {
            max-width: 48rem;
        }
        @media (width >= 64rem) {
            max-width: 64rem;
        }
        @media (width >= 80rem) {
            max-width: 80rem;
        }
        @media (width >= 96rem) {
            max-width: 96rem;
        }
    }
    .mx-auto {
        margin-inline: auto;
    }
    .\!my-2 {
        margin-block: calc(var(--spacing) * 2) !important;
    }
    .my-5 {
        margin-block: calc(var(--spacing) * 5);
    }
    .my-10 {
        margin-block: calc(var(--spacing) * 10);
    }
    .\!mt-0 {
        margin-top: calc(var(--spacing) * 0) !important;
    }
    .\!mt-4 {
        margin-top: calc(var(--spacing) * 4) !important;
    }
    .\!mt-12 {
        margin-top: calc(var(--spacing) * 12) !important;
    }
    .\!mt-28 {
        margin-top: calc(var(--spacing) * 28) !important;
    }
    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }
    .mt-3 {
        margin-top: calc(var(--spacing) * 3);
    }
    .mt-8 {
        margin-top: calc(var(--spacing) * 8);
    }
    .mt-10 {
        margin-top: calc(var(--spacing) * 10);
    }
    .\!mr-5 {
        margin-right: calc(var(--spacing) * 5) !important;
    }
    .mr-2 {
        margin-right: calc(var(--spacing) * 2);
    }
    .\!mb-0 {
        margin-bottom: calc(var(--spacing) * 0) !important;
    }
    .\!mb-4 {
        margin-bottom: calc(var(--spacing) * 4) !important;
    }
    .\!mb-6 {
        margin-bottom: calc(var(--spacing) * 6) !important;
    }
    .\!mb-8 {
        margin-bottom: calc(var(--spacing) * 8) !important;
    }
    .\!mb-10 {
        margin-bottom: calc(var(--spacing) * 10) !important;
    }
    .\!mb-12 {
        margin-bottom: calc(var(--spacing) * 12) !important;
    }
    .\!mb-16 {
        margin-bottom: calc(var(--spacing) * 16) !important;
    }
    .\!mb-28 {
        margin-bottom: calc(var(--spacing) * 28) !important;
    }
    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-3 {
        margin-bottom: calc(var(--spacing) * 3);
    }
    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-5 {
        margin-bottom: calc(var(--spacing) * 5);
    }
    .mb-6 {
        margin-bottom: calc(var(--spacing) * 6);
    }
    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8);
    }
    .mb-10 {
        margin-bottom: calc(var(--spacing) * 10);
    }
    .mb-20 {
        margin-bottom: calc(var(--spacing) * 20);
    }
    .\!ml-4 {
        margin-left: calc(var(--spacing) * 4) !important;
    }
    .-ml-4 {
        margin-left: calc(var(--spacing) * -4);
    }
    .\!block {
        display: block !important;
    }
    .\!hidden {
        display: none !important;
    }
    .block {
        display: block;
    }
    .contents {
        display: contents;
    }
    .flex {
        display: flex;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .inline {
        display: inline;
    }
    .inline-block {
        display: inline-block;
    }
    .inline-flex {
        display: inline-flex;
    }
    .table {
        display: table;
    }
    .aspect-square {
        aspect-ratio: 1 / 1;
    }
    .\!h-\[100vh\] {
        height: 100vh !important;
    }
    .h-3 {
        height: calc(var(--spacing) * 3);
    }
    .h-4 {
        height: calc(var(--spacing) * 4);
    }
    .h-7 {
        height: calc(var(--spacing) * 7);
    }
    .h-\[1px\] {
        height: 1px;
    }
    .h-\[59px\] {
        height: 59px;
    }
    .h-\[80svh\] {
        height: 80svh;
    }
    .h-auto {
        height: auto;
    }
    .\!min-h-0 {
        min-height: calc(var(--spacing) * 0) !important;
    }
    .min-h-\[149px\] {
        min-height: 149px;
    }
    .\!w-\[40\%\] {
        width: 40% !important;
    }
    .\!w-\[70px\] {
        width: 70px !important;
    }
    .\!w-\[80\%\] {
        width: 80% !important;
    }
    .\!w-\[90\%\] {
        width: 90% !important;
    }
    .\!w-\[140px\] {
        width: 140px !important;
    }
    .\!w-full {
        width: 100% !important;
    }
    .w-4 {
        width: calc(var(--spacing) * 4);
    }
    .w-\[50\%\] {
        width: 50%;
    }
    .w-\[59px\] {
        width: 59px;
    }
    .w-\[65\%\] {
        width: 65%;
    }
    .w-\[70\%\] {
        width: 70%;
    }
    .w-\[80px\] {
        width: 80px;
    }
    .w-\[85\%\] {
        width: 85%;
    }
    .w-\[100px\] {
        width: 100px;
    }
    .w-\[110px\] {
        width: 110px;
    }
    .w-\[140px\] {
        width: 140px;
    }
    .w-\[150px\] {
        width: 150px;
    }
    .w-full {
        width: 100%;
    }
    .\!max-w-\[100px\] {
        max-width: 100px !important;
    }
    .\!max-w-\[375px\] {
        max-width: 375px !important;
    }
    .\!max-w-\[530px\] {
        max-width: 530px !important;
    }
    .max-w-4xl {
        max-width: var(--container-4xl);
    }
    .max-w-6xl {
        max-width: var(--container-6xl);
    }
    .max-w-7xl {
        max-width: var(--container-7xl);
    }
    .max-w-screen-2xl {
        max-width: var(--breakpoint-2xl);
    }
    .flex-shrink {
        flex-shrink: 1;
    }
    .border-collapse {
        border-collapse: collapse;
    }
    .-translate-x-1\/2 {
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .rotate-90 {
        rotate: 90deg;
    }
    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
            var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .resize {
        resize: both;
    }
    .list-disc {
        list-style-type: disc;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .\!flex-col {
        flex-direction: column !important;
    }
    .flex-col {
        flex-direction: column;
    }
    .flex-row {
        flex-direction: row;
    }
    .flex-nowrap {
        flex-wrap: nowrap;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .items-baseline {
        align-items: baseline;
    }
    .items-center {
        align-items: center;
    }
    .items-start {
        align-items: flex-start;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-center {
        justify-content: center;
    }
    .justify-end {
        justify-content: flex-end;
    }
    .gap-1 {
        gap: calc(var(--spacing) * 1);
    }
    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .gap-5 {
        gap: calc(var(--spacing) * 5);
    }
    .gap-6 {
        gap: calc(var(--spacing) * 6);
    }
    .gap-x-5 {
        column-gap: calc(var(--spacing) * 5);
    }
    .gap-y-10 {
        row-gap: calc(var(--spacing) * 10);
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .\!overflow-x-hidden {
        overflow-x: hidden !important;
    }
    .rounded-full {
        border-radius: calc(infinity * 1px);
    }
    .rounded-lg {
        border-radius: var(--radius-lg);
    }
    .rounded-xl {
        border-radius: var(--radius-xl);
    }
    .rounded-t-lg {
        border-top-left-radius: var(--radius-lg);
        border-top-right-radius: var(--radius-lg);
    }
    .rounded-b-lg {
        border-bottom-right-radius: var(--radius-lg);
        border-bottom-left-radius: var(--radius-lg);
    }
    .\!border-0 {
        border-style: var(--tw-border-style) !important;
        border-width: 0px !important;
    }
    .\!border-2 {
        border-style: var(--tw-border-style) !important;
        border-width: 2px !important;
    }
    .\!border-\[3px\] {
        border-style: var(--tw-border-style) !important;
        border-width: 3px !important;
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-2 {
        border-style: var(--tw-border-style);
        border-width: 2px;
    }
    .border-t-2 {
        border-top-style: var(--tw-border-style);
        border-top-width: 2px;
    }
    .border-r {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
    }
    .\!border-b-0 {
        border-bottom-style: var(--tw-border-style) !important;
        border-bottom-width: 0px !important;
    }
    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
    }
    .border-b-2 {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 2px;
    }
    .border-l {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
    }
    .\!border-none {
        --tw-border-style: none !important;
        border-style: none !important;
    }
    .\!border-\[\#28a745\] {
        border-color: #28a745 !important;
    }
    .\!border-\[\#32ade6\] {
        border-color: #32ade6 !important;
    }
    .\!border-\[\#32b7bc\] {
        border-color: #32b7bc !important;
    }
    .\!border-\[\#1865cc\] {
        border-color: #1865cc !important;
    }
    .\!border-\[\#f97315\] {
        border-color: #f97315 !important;
    }
    .border-\[\#9CA3AF\] {
        border-color: #9ca3af;
    }
    .border-\[\#0151BE\] {
        border-color: #0151be;
    }
    .border-\[\#E5E7EB\] {
        border-color: #e5e7eb;
    }
    .border-\[\#ED6C00\] {
        border-color: #ed6c00;
    }
    .border-\[\#F00\] {
        border-color: #f00;
    }
    .border-gray-200 {
        border-color: var(--color-gray-200);
    }
    .border-gray-300 {
        border-color: var(--color-gray-300);
    }
    .\!bg-\[\#3b82f6\] {
        background-color: #3b82f6 !important;
    }
    .\!bg-\[\#E8F6FF\] {
        background-color: #e8f6ff !important;
    }
    .\!bg-\[\#E8FCF0\] {
        background-color: #e8fcf0 !important;
    }
    .\!bg-\[\#FFF\] {
        background-color: #fff !important;
    }
    .\!bg-gray-900 {
        background-color: var(--color-gray-900) !important;
    }
    .bg-\[\#0151BE\] {
        background-color: #0151be;
    }
    .bg-\[\#D9D9D9\]\/60 {
        background-color: color-mix(in oklab, #d9d9d9 60%, transparent);
    }
    .bg-\[\#ED6C00\] {
        background-color: #ed6c00;
    }
    .bg-\[\#F00\] {
        background-color: #f00;
    }
    .bg-\[\#F3F4F6\] {
        background-color: #f3f4f6;
    }
    .bg-\[\#FFE600\] {
        background-color: #ffe600;
    }
    .bg-\[\#FFF\] {
        background-color: #fff;
    }
    .bg-\[\#e5e7eb\] {
        background-color: #e5e7eb;
    }
    .bg-gray-100 {
        background-color: var(--color-gray-100);
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .from-\[\#0151BE\] {
        --tw-gradient-from: #0151be;
        --tw-gradient-stops: var(
            --tw-gradient-via-stops,
            var(--tw-gradient-position),
            var(--tw-gradient-from) var(--tw-gradient-from-position),
            var(--tw-gradient-to) var(--tw-gradient-to-position)
        );
    }
    .from-\[\#FF7400\] {
        --tw-gradient-from: #ff7400;
        --tw-gradient-stops: var(
            --tw-gradient-via-stops,
            var(--tw-gradient-position),
            var(--tw-gradient-from) var(--tw-gradient-from-position),
            var(--tw-gradient-to) var(--tw-gradient-to-position)
        );
    }
    .to-\[\#4F80FF\] {
        --tw-gradient-to: #4f80ff;
        --tw-gradient-stops: var(
            --tw-gradient-via-stops,
            var(--tw-gradient-position),
            var(--tw-gradient-from) var(--tw-gradient-from-position),
            var(--tw-gradient-to) var(--tw-gradient-to-position)
        );
    }
    .to-\[\#FF5900\] {
        --tw-gradient-to: #ff5900;
        --tw-gradient-stops: var(
            --tw-gradient-via-stops,
            var(--tw-gradient-position),
            var(--tw-gradient-from) var(--tw-gradient-from-position),
            var(--tw-gradient-to) var(--tw-gradient-to-position)
        );
    }
    .bg-clip-text {
        background-clip: text;
    }
    .object-contain {
        object-fit: contain;
    }
    .p-3\.5 {
        padding: calc(var(--spacing) * 3.5);
    }
    .p-4 {
        padding: calc(var(--spacing) * 4);
    }
    .p-5 {
        padding: calc(var(--spacing) * 5);
    }
    .\!px-3 {
        padding-inline: calc(var(--spacing) * 3) !important;
    }
    .\!px-8 {
        padding-inline: calc(var(--spacing) * 8) !important;
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .px-6 {
        padding-inline: calc(var(--spacing) * 6);
    }
    .\!py-4 {
        padding-block: calc(var(--spacing) * 4) !important;
    }
    .\!py-5 {
        padding-block: calc(var(--spacing) * 5) !important;
    }
    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }
    .py-4 {
        padding-block: calc(var(--spacing) * 4);
    }
    .py-5 {
        padding-block: calc(var(--spacing) * 5);
    }
    .py-8 {
        padding-block: calc(var(--spacing) * 8);
    }
    .py-10 {
        padding-block: calc(var(--spacing) * 10);
    }
    .py-14 {
        padding-block: calc(var(--spacing) * 14);
    }
    .\!pt-2 {
        padding-top: calc(var(--spacing) * 2) !important;
    }
    .\!pt-4 {
        padding-top: calc(var(--spacing) * 4) !important;
    }
    .pt-5 {
        padding-top: calc(var(--spacing) * 5);
    }
    .\!pr-3 {
        padding-right: calc(var(--spacing) * 3) !important;
    }
    .pr-0 {
        padding-right: calc(var(--spacing) * 0);
    }
    .pr-10 {
        padding-right: calc(var(--spacing) * 10);
    }
    .\!pb-4 {
        padding-bottom: calc(var(--spacing) * 4) !important;
    }
    .\!pb-6 {
        padding-bottom: calc(var(--spacing) * 6) !important;
    }
    .pb-10 {
        padding-bottom: calc(var(--spacing) * 10);
    }
    .\!pl-0 {
        padding-left: calc(var(--spacing) * 0) !important;
    }
    .\!pl-\[0\.5em\] {
        padding-left: 0.5em !important;
    }
    .pl-0 {
        padding-left: calc(var(--spacing) * 0);
    }
    .pl-2 {
        padding-left: calc(var(--spacing) * 2);
    }
    .pl-6 {
        padding-left: calc(var(--spacing) * 6);
    }
    .pl-\[1em\] {
        padding-left: 1em;
    }
    .\!text-left {
        text-align: left !important;
    }
    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .\!text-2xl {
        font-size: var(--text-2xl) !important;
        line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
    .\!text-3xl {
        font-size: var(--text-3xl) !important;
        line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
    }
    .\!text-4xl {
        font-size: var(--text-4xl) !important;
        line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
    .\!text-base {
        font-size: var(--text-base) !important;
        line-height: var(
            --tw-leading,
            var(--text-base--line-height)
        ) !important;
    }
    .\!text-sm {
        font-size: var(--text-sm) !important;
        line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
    }
    .\!text-xl {
        font-size: var(--text-xl) !important;
        line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }
    .\!text-xs {
        font-size: var(--text-xs) !important;
        line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
    }
    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
    }
    .\!text-\[13px\] {
        font-size: 13px !important;
    }
    .\!text-\[14px\] {
        font-size: 14px !important;
    }
    .\!text-\[22px\] {
        font-size: 22px !important;
    }
    .\!text-\[24px\] {
        font-size: 24px !important;
    }
    .\!text-\[28px\] {
        font-size: 28px !important;
    }
    .\!text-\[32px\] {
        font-size: 32px !important;
    }
    .\!text-\[46px\] {
        font-size: 46px !important;
    }
    .\!text-\[64px\] {
        font-size: 64px !important;
    }
    .text-\[12px\] {
        font-size: 12px;
    }
    .text-\[20px\] {
        font-size: 20px;
    }
    .text-\[24px\] {
        font-size: 24px;
    }
    .text-\[48px\] {
        font-size: 48px;
    }
    .\!leading-8 {
        --tw-leading: calc(var(--spacing) * 8) !important;
        line-height: calc(var(--spacing) * 8) !important;
    }
    .\!leading-\[1\.5em\] {
        --tw-leading: 1.5em !important;
        line-height: 1.5em !important;
    }
    .\!leading-\[1\.6em\] {
        --tw-leading: 1.6em !important;
        line-height: 1.6em !important;
    }
    .\!leading-\[1\.25em\] {
        --tw-leading: 1.25em !important;
        line-height: 1.25em !important;
    }
    .\!leading-\[1\.75em\] {
        --tw-leading: 1.75em !important;
        line-height: 1.75em !important;
    }
    .\!leading-\[1em\] {
        --tw-leading: 1em !important;
        line-height: 1em !important;
    }
    .\!leading-\[2rem\] {
        --tw-leading: 2rem !important;
        line-height: 2rem !important;
    }
    .leading-5 {
        --tw-leading: calc(var(--spacing) * 5);
        line-height: calc(var(--spacing) * 5);
    }
    .leading-6 {
        --tw-leading: calc(var(--spacing) * 6);
        line-height: calc(var(--spacing) * 6);
    }
    .leading-8 {
        --tw-leading: calc(var(--spacing) * 8);
        line-height: calc(var(--spacing) * 8);
    }
    .leading-10 {
        --tw-leading: calc(var(--spacing) * 10);
        line-height: calc(var(--spacing) * 10);
    }
    .leading-\[1\.5\] {
        --tw-leading: 1.5;
        line-height: 1.5;
    }
    .leading-\[1\.5em\] {
        --tw-leading: 1.5em;
        line-height: 1.5em;
    }
    .leading-\[2\.5em\] {
        --tw-leading: 2.5em;
        line-height: 2.5em;
    }
    .leading-none {
        --tw-leading: 1;
        line-height: 1;
    }
    .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed);
    }
    .leading-snug {
        --tw-leading: var(--leading-snug);
        line-height: var(--leading-snug);
    }
    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
    }
    .font-black {
        --tw-font-weight: var(--font-weight-black);
        font-weight: var(--font-weight-black);
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
    }
    .font-normal {
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
    }
    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
    }
    .tracking-wide {
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide);
    }
    .tracking-wider {
        --tw-tracking: var(--tracking-wider);
        letter-spacing: var(--tracking-wider);
    }
    .break-all {
        word-break: break-all;
    }
    .whitespace-nowrap {
        white-space: nowrap;
    }
    .\!text-\[\#1f2937\] {
        color: #1f2937 !important;
    }
    .text-\[\#1e5bcb\] {
        color: #1e5bcb;
    }
    .text-\[\#4B5563\] {
        color: #4b5563;
    }
    .text-\[\#4F80FF\] {
        color: #4f80ff;
    }
    .text-\[\#28a744\] {
        color: #28a744;
    }
    .text-\[\#32ade6\] {
        color: #32ade6;
    }
    .text-\[\#32b7bc\] {
        color: #32b7bc;
    }
    .text-\[\#0151BE\] {
        color: #0151be;
    }
    .text-\[\#171A1F\] {
        color: #171a1f;
    }
    .text-\[\#1865CC\] {
        color: #1865cc;
    }
    .text-\[\#111111\] {
        color: #111111;
    }
    .text-\[\#DC2626\] {
        color: #dc2626;
    }
    .text-\[\#ED6C00\] {
        color: #ed6c00;
    }
    .text-\[\#FF7400\] {
        color: #ff7400;
    }
    .text-\[\#f97315\] {
        color: #f97315;
    }
    .text-black {
        color: var(--color-black);
    }
    .text-transparent {
        color: transparent;
    }
    .text-white {
        color: var(--color-white);
    }
    .italic {
        font-style: italic;
    }
    .underline {
        text-decoration-line: underline;
    }
    .\!opacity-30 {
        opacity: 30% !important;
    }
    .shadow {
        --tw-shadow:
            0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
            0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .shadow-lg {
        --tw-shadow:
            0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
            0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .shadow-sm {
        --tw-shadow:
            0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
            0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow:
            var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px;
    }
    .blur {
        --tw-blur: blur(8px);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
            var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
            var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .filter {
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)
            var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)
            var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
    .transition {
        transition-property:
            color,
            background-color,
            border-color,
            outline-color,
            text-decoration-color,
            fill,
            stroke,
            --tw-gradient-from,
            --tw-gradient-via,
            --tw-gradient-to,
            opacity,
            box-shadow,
            transform,
            translate,
            scale,
            rotate,
            filter,
            -webkit-backdrop-filter,
            backdrop-filter,
            display,
            visibility,
            content-visibility,
            overlay,
            pointer-events;
        transition-timing-function: var(
            --tw-ease,
            var(--default-transition-timing-function)
        );
        transition-duration: var(
            --tw-duration,
            var(--default-transition-duration)
        );
    }
    .transition-colors {
        transition-property:
            color, background-color, border-color, outline-color,
            text-decoration-color, fill, stroke, --tw-gradient-from,
            --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(
            --tw-ease,
            var(--default-transition-timing-function)
        );
        transition-duration: var(
            --tw-duration,
            var(--default-transition-duration)
        );
    }
    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }
    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out);
    }
    .\[hostname\:port\] {
        hostname: port;
    }
    .hover\:\!opacity-85 {
        &:hover {
            @media (hover: hover) {
                opacity: 85% !important;
            }
        }
    }
    .sm\:\!relative {
        @media (width >= 40rem) {
            position: relative !important;
        }
    }
    .sm\:\!top-\[10\%\] {
        @media (width >= 40rem) {
            top: 10% !important;
        }
    }
    .sm\:\!top-\[25px\] {
        @media (width >= 40rem) {
            top: 25px !important;
        }
    }
    .sm\:top-\[-60px\] {
        @media (width >= 40rem) {
            top: -60px;
        }
    }
    .sm\:top-auto {
        @media (width >= 40rem) {
            top: auto;
        }
    }
    .sm\:\!-right-\[15\%\] {
        @media (width >= 40rem) {
            right: calc(15% * -1) !important;
        }
    }
    .sm\:\!right-\[10px\] {
        @media (width >= 40rem) {
            right: 10px !important;
        }
    }
    .sm\:left-\[-0px\] {
        @media (width >= 40rem) {
            left: -0px;
        }
    }
    .sm\:left-\[-40px\] {
        @media (width >= 40rem) {
            left: -40px;
        }
    }
    .sm\:\!mt-0 {
        @media (width >= 40rem) {
            margin-top: calc(var(--spacing) * 0) !important;
        }
    }
    .sm\:\!mt-8 {
        @media (width >= 40rem) {
            margin-top: calc(var(--spacing) * 8) !important;
        }
    }
    .sm\:\!mt-20 {
        @media (width >= 40rem) {
            margin-top: calc(var(--spacing) * 20) !important;
        }
    }
    .sm\:mt-6 {
        @media (width >= 40rem) {
            margin-top: calc(var(--spacing) * 6);
        }
    }
    .sm\:\!mr-4 {
        @media (width >= 40rem) {
            margin-right: calc(var(--spacing) * 4) !important;
        }
    }
    .sm\:\!mr-8 {
        @media (width >= 40rem) {
            margin-right: calc(var(--spacing) * 8) !important;
        }
    }
    .sm\:\!mb-6 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 6) !important;
        }
    }
    .sm\:\!mb-8 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 8) !important;
        }
    }
    .sm\:\!mb-10 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 10) !important;
        }
    }
    .sm\:\!mb-12 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 12) !important;
        }
    }
    .sm\:\!mb-16 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 16) !important;
        }
    }
    .sm\:\!mb-24 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 24) !important;
        }
    }
    .sm\:mb-0 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 0);
        }
    }
    .sm\:mb-3 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 3);
        }
    }
    .sm\:mb-8 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 8);
        }
    }
    .sm\:mb-10 {
        @media (width >= 40rem) {
            margin-bottom: calc(var(--spacing) * 10);
        }
    }
    .sm\:\!block {
        @media (width >= 40rem) {
            display: block !important;
        }
    }
    .sm\:\!flex {
        @media (width >= 40rem) {
            display: flex !important;
        }
    }
    .sm\:\!hidden {
        @media (width >= 40rem) {
            display: none !important;
        }
    }
    .sm\:inline-block {
        @media (width >= 40rem) {
            display: inline-block;
        }
    }
    .sm\:\!h-\[60svh\] {
        @media (width >= 40rem) {
            height: 60svh !important;
        }
    }
    .sm\:\!h-\[847px\] {
        @media (width >= 40rem) {
            height: 847px !important;
        }
    }
    .sm\:\!w-\[100px\] {
        @media (width >= 40rem) {
            width: 100px !important;
        }
    }
    .sm\:\!w-\[160px\] {
        @media (width >= 40rem) {
            width: 160px !important;
        }
    }
    .sm\:\!w-\[300px\] {
        @media (width >= 40rem) {
            width: 300px !important;
        }
    }
    .sm\:\!w-\[450px\] {
        @media (width >= 40rem) {
            width: 450px !important;
        }
    }
    .sm\:\!w-\[470px\] {
        @media (width >= 40rem) {
            width: 470px !important;
        }
    }
    .sm\:w-1\/2 {
        @media (width >= 40rem) {
            width: calc(1 / 2 * 100%);
        }
    }
    .sm\:w-\[35\%\] {
        @media (width >= 40rem) {
            width: 35%;
        }
    }
    .sm\:w-\[55\%\] {
        @media (width >= 40rem) {
            width: 55%;
        }
    }
    .sm\:w-\[100px\] {
        @media (width >= 40rem) {
            width: 100px;
        }
    }
    .sm\:w-\[120px\] {
        @media (width >= 40rem) {
            width: 120px;
        }
    }
    .sm\:w-\[180px\] {
        @media (width >= 40rem) {
            width: 180px;
        }
    }
    .sm\:w-\[313px\] {
        @media (width >= 40rem) {
            width: 313px;
        }
    }
    .sm\:w-\[364px\] {
        @media (width >= 40rem) {
            width: 364px;
        }
    }
    .sm\:w-full {
        @media (width >= 40rem) {
            width: 100%;
        }
    }
    .sm\:grid-cols-2 {
        @media (width >= 40rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
    .sm\:flex-row {
        @media (width >= 40rem) {
            flex-direction: row;
        }
    }
    .sm\:gap-6 {
        @media (width >= 40rem) {
            gap: calc(var(--spacing) * 6);
        }
    }
    .sm\:gap-8 {
        @media (width >= 40rem) {
            gap: calc(var(--spacing) * 8);
        }
    }
    .sm\:p-9 {
        @media (width >= 40rem) {
            padding: calc(var(--spacing) * 9);
        }
    }
    .sm\:\!px-12 {
        @media (width >= 40rem) {
            padding-inline: calc(var(--spacing) * 12) !important;
        }
    }
    .sm\:py-4 {
        @media (width >= 40rem) {
            padding-block: calc(var(--spacing) * 4);
        }
    }
    .sm\:py-6 {
        @media (width >= 40rem) {
            padding-block: calc(var(--spacing) * 6);
        }
    }
    .sm\:pr-12 {
        @media (width >= 40rem) {
            padding-right: calc(var(--spacing) * 12);
        }
    }
    .sm\:\!pb-12 {
        @media (width >= 40rem) {
            padding-bottom: calc(var(--spacing) * 12) !important;
        }
    }
    .sm\:\!pb-16 {
        @media (width >= 40rem) {
            padding-bottom: calc(var(--spacing) * 16) !important;
        }
    }
    .sm\:pl-12 {
        @media (width >= 40rem) {
            padding-left: calc(var(--spacing) * 12);
        }
    }
    .sm\:\!text-right {
        @media (width >= 40rem) {
            text-align: right !important;
        }
    }
    .sm\:text-left {
        @media (width >= 40rem) {
            text-align: left;
        }
    }
    .sm\:\!text-2xl {
        @media (width >= 40rem) {
            font-size: var(--text-2xl) !important;
            line-height: var(
                --tw-leading,
                var(--text-2xl--line-height)
            ) !important;
        }
    }
    .sm\:\!text-3xl {
        @media (width >= 40rem) {
            font-size: var(--text-3xl) !important;
            line-height: var(
                --tw-leading,
                var(--text-3xl--line-height)
            ) !important;
        }
    }
    .sm\:\!text-4xl {
        @media (width >= 40rem) {
            font-size: var(--text-4xl) !important;
            line-height: var(
                --tw-leading,
                var(--text-4xl--line-height)
            ) !important;
        }
    }
    .sm\:\!text-5xl {
        @media (width >= 40rem) {
            font-size: var(--text-5xl) !important;
            line-height: var(
                --tw-leading,
                var(--text-5xl--line-height)
            ) !important;
        }
    }
    .sm\:\!text-base {
        @media (width >= 40rem) {
            font-size: var(--text-base) !important;
            line-height: var(
                --tw-leading,
                var(--text-base--line-height)
            ) !important;
        }
    }
    .sm\:\!text-xl {
        @media (width >= 40rem) {
            font-size: var(--text-xl) !important;
            line-height: var(
                --tw-leading,
                var(--text-xl--line-height)
            ) !important;
        }
    }
    .sm\:text-3xl {
        @media (width >= 40rem) {
            font-size: var(--text-3xl);
            line-height: var(--tw-leading, var(--text-3xl--line-height));
        }
    }
    .sm\:text-base {
        @media (width >= 40rem) {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height));
        }
    }
    .sm\:text-xl {
        @media (width >= 40rem) {
            font-size: var(--text-xl);
            line-height: var(--tw-leading, var(--text-xl--line-height));
        }
    }
    .sm\:\!text-\[16px\] {
        @media (width >= 40rem) {
            font-size: 16px !important;
        }
    }
    .sm\:\!text-\[40px\] {
        @media (width >= 40rem) {
            font-size: 40px !important;
        }
    }
    .sm\:\!text-\[54px\] {
        @media (width >= 40rem) {
            font-size: 54px !important;
        }
    }
    .sm\:\!text-\[64px\] {
        @media (width >= 40rem) {
            font-size: 64px !important;
        }
    }
    .sm\:text-\[24px\] {
        @media (width >= 40rem) {
            font-size: 24px;
        }
    }
    .sm\:text-\[32px\] {
        @media (width >= 40rem) {
            font-size: 32px;
        }
    }
    .sm\:text-\[96px\] {
        @media (width >= 40rem) {
            font-size: 96px;
        }
    }
    .sm\:\!leading-\[3rem\] {
        @media (width >= 40rem) {
            --tw-leading: 3rem !important;
            line-height: 3rem !important;
        }
    }
    .md\:top-\[-50px\] {
        @media (width >= 48rem) {
            top: -50px;
        }
    }
    .md\:mt-0 {
        @media (width >= 48rem) {
            margin-top: calc(var(--spacing) * 0);
        }
    }
    .md\:\!hidden {
        @media (width >= 48rem) {
            display: none !important;
        }
    }
    .md\:hidden {
        @media (width >= 48rem) {
            display: none;
        }
    }
    .md\:\!w-\[200px\] {
        @media (width >= 48rem) {
            width: 200px !important;
        }
    }
    .md\:w-\[20\%\] {
        @media (width >= 48rem) {
            width: 20%;
        }
    }
    .md\:w-\[75\%\] {
        @media (width >= 48rem) {
            width: 75%;
        }
    }
    .md\:w-\[150px\] {
        @media (width >= 48rem) {
            width: 150px;
        }
    }
    .md\:px-0 {
        @media (width >= 48rem) {
            padding-inline: calc(var(--spacing) * 0);
        }
    }
    .md\:px-8 {
        @media (width >= 48rem) {
            padding-inline: calc(var(--spacing) * 8);
        }
    }
    .md\:py-12 {
        @media (width >= 48rem) {
            padding-block: calc(var(--spacing) * 12);
        }
    }
    .md\:text-center {
        @media (width >= 48rem) {
            text-align: center;
        }
    }
    .md\:\!text-2xl {
        @media (width >= 48rem) {
            font-size: var(--text-2xl) !important;
            line-height: var(
                --tw-leading,
                var(--text-2xl--line-height)
            ) !important;
        }
    }
    .md\:\!text-4xl {
        @media (width >= 48rem) {
            font-size: var(--text-4xl) !important;
            line-height: var(
                --tw-leading,
                var(--text-4xl--line-height)
            ) !important;
        }
    }
    .md\:\!text-xl {
        @media (width >= 48rem) {
            font-size: var(--text-xl) !important;
            line-height: var(
                --tw-leading,
                var(--text-xl--line-height)
            ) !important;
        }
    }
    .md\:text-lg {
        @media (width >= 48rem) {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height));
        }
    }
    .md\:\!text-\[32px\] {
        @media (width >= 48rem) {
            font-size: 32px !important;
        }
    }
    .md\:\!text-\[36px\] {
        @media (width >= 48rem) {
            font-size: 36px !important;
        }
    }
    .md\:\!text-\[40px\] {
        @media (width >= 48rem) {
            font-size: 40px !important;
        }
    }
    .md\:\!text-\[58px\] {
        @media (width >= 48rem) {
            font-size: 58px !important;
        }
    }
    .md\:\!text-\[80px\] {
        @media (width >= 48rem) {
            font-size: 80px !important;
        }
    }
    .md\:\!text-\[90px\] {
        @media (width >= 48rem) {
            font-size: 90px !important;
        }
    }
    .md\:\!text-\[96px\] {
        @media (width >= 48rem) {
            font-size: 96px !important;
        }
    }
    .md\:text-\[20px\] {
        @media (width >= 48rem) {
            font-size: 20px;
        }
    }
    .lg\:top-\[-70px\] {
        @media (width >= 64rem) {
            top: -70px;
        }
    }
    .lg\:top-\[80px\] {
        @media (width >= 64rem) {
            top: 80px;
        }
    }
    .lg\:\!-right-\[17\%\] {
        @media (width >= 64rem) {
            right: calc(17% * -1) !important;
        }
    }
    .lg\:\!right-\[30px\] {
        @media (width >= 64rem) {
            right: 30px !important;
        }
    }
    .lg\:left-\[40px\] {
        @media (width >= 64rem) {
            left: 40px;
        }
    }
    .lg\:\!mb-4 {
        @media (width >= 64rem) {
            margin-bottom: calc(var(--spacing) * 4) !important;
        }
    }
    .lg\:\!block {
        @media (width >= 64rem) {
            display: block !important;
        }
    }
    .lg\:\!flex {
        @media (width >= 64rem) {
            display: flex !important;
        }
    }
    .lg\:\!hidden {
        @media (width >= 64rem) {
            display: none !important;
        }
    }
    .lg\:\!w-\[40\%\] {
        @media (width >= 64rem) {
            width: 40% !important;
        }
    }
    .lg\:\!w-\[50\%\] {
        @media (width >= 64rem) {
            width: 50% !important;
        }
    }
    .lg\:\!w-\[150px\] {
        @media (width >= 64rem) {
            width: 150px !important;
        }
    }
    .lg\:\!w-\[375px\] {
        @media (width >= 64rem) {
            width: 375px !important;
        }
    }
    .lg\:w-\[48\%\] {
        @media (width >= 64rem) {
            width: 48%;
        }
    }
    .lg\:w-\[80px\] {
        @media (width >= 64rem) {
            width: 80px;
        }
    }
    .lg\:w-\[200px\] {
        @media (width >= 64rem) {
            width: 200px;
        }
    }
    .lg\:rotate-0 {
        @media (width >= 64rem) {
            rotate: 0deg;
        }
    }
    .lg\:\!flex-row {
        @media (width >= 64rem) {
            flex-direction: row !important;
        }
    }
    .lg\:flex-row {
        @media (width >= 64rem) {
            flex-direction: row;
        }
    }
    .lg\:px-0 {
        @media (width >= 64rem) {
            padding-inline: calc(var(--spacing) * 0);
        }
    }
    .lg\:\!text-3xl {
        @media (width >= 64rem) {
            font-size: var(--text-3xl) !important;
            line-height: var(
                --tw-leading,
                var(--text-3xl--line-height)
            ) !important;
        }
    }
    .lg\:\!text-5xl {
        @media (width >= 64rem) {
            font-size: var(--text-5xl) !important;
            line-height: var(
                --tw-leading,
                var(--text-5xl--line-height)
            ) !important;
        }
    }
    .lg\:text-4xl {
        @media (width >= 64rem) {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height));
        }
    }
    .lg\:text-\[64px\] {
        @media (width >= 64rem) {
            font-size: 64px;
        }
    }
    .lg\:\!leading-\[2\.5em\] {
        @media (width >= 64rem) {
            --tw-leading: 2.5em !important;
            line-height: 2.5em !important;
        }
    }
    .xl\:absolute {
        @media (width >= 80rem) {
            position: absolute;
        }
    }
    .xl\:\!w-\[200px\] {
        @media (width >= 80rem) {
            width: 200px !important;
        }
    }
    .xl\:\!w-\[520px\] {
        @media (width >= 80rem) {
            width: 520px !important;
        }
    }
    .\32 xl\:\!absolute {
        @media (width >= 96rem) {
            position: absolute !important;
        }
    }
    .\32 xl\:top-\[300px\] {
        @media (width >= 96rem) {
            top: 300px;
        }
    }
    .\32 xl\:-left-\[16\%\] {
        @media (width >= 96rem) {
            left: calc(16% * -1);
        }
    }
    .\32 xl\:\!mb-\[650px\] {
        @media (width >= 96rem) {
            margin-bottom: 650px !important;
        }
    }
    .\32 xl\:\!h-\[500px\] {
        @media (width >= 96rem) {
            height: 500px !important;
        }
    }
    .\32 xl\:\!w-\[1500px\] {
        @media (width >= 96rem) {
            width: 1500px !important;
        }
    }
    .\[\@media\(max-width\:480px\)\]\:text-2xl {
        @media (max-width: 480px) {
            font-size: var(--text-2xl);
            line-height: var(--tw-leading, var(--text-2xl--line-height));
        }
    }
    .\[\@media\(max-width\:480px\)\]\:text-4xl {
        @media (max-width: 480px) {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height));
        }
    }
}
html {
    scroll-behavior: smooth;
}
body {
    font-family:
        'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'Meiryo',
        sans-serif;
}
.font-inter {
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
.font-noto {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
.container {
    width: 100%;
    max-width: 2560px;
    margin: auto;
}
:root {
    --primary-color: #ed6c00;
    --primary-gradient: linear-gradient(to right, #f97316, #ea580c);
    --red-color: #dc2626;
    --gray-text-light: #6b7280;
    --gray-text-dark: #4b5f71;
    --gray-background: #f9fafb;
}
#mv {
    position: relative;
    overflow: hidden;
    background-color: #000;
}
#mv .mv-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}
#mv > .text-center,
#mv > * {
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    #mv {
        height: 70vh;
    }
}
.business-body h2 {
    font-weight: 700;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.card {
    width: 100%;
    padding: 2rem 1.5rem;
    max-width: none;
    border: none;
}
.card .card-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 2rem;
    margin-bottom: 30px;
    text-align: center;
    min-height: 2.5em;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #374151;
}
.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 20px;
}
.icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
}
.check-icon-admin {
    color: #3b82f6;
}
.check-icon-employee {
    color: #22c55e;
}
.faq-toggle-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.faq-toggle-arrow::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 15 5-5 5 5'/%3E%3C/svg%3E")
        no-repeat center;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 15 5-5 5 5'/%3E%3C/svg%3E")
        no-repeat center;
}
.active .faq-toggle-arrow {
    transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        max-height 0.3s ease-in-out,
        opacity 0.3s ease-in-out,
        padding-top 0.3s ease-in-out,
        padding-bottom 0.3s ease-in-out;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    color: #111111;
    background-color: white;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: #d1d5db;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.faq-answer.faq-answer-open {
    max-height: 500px;
    opacity: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-width: 1px;
}
.strengths_list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    gap: 43px;
    max-width: 1098px;
    align-items: flex-start;
}
.strengths_list > li {
    display: flex;
    width: calc(33.333% - 28.67px);
}
.innovation_point h3 {
    text-align: center;
}
@media (max-width: 980px) {
    .strengths_list {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }
    .strengths_list > li {
        width: calc(50% - 12px);
    }
    .strength_item {
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 680px) {
    .feature-item {
        margin-bottom: 5px;
    }
    .strengths_list {
        flex-direction: column;
        align-items: center;
    }
    .strengths_list > li {
        width: 100%;
        max-width: 337px;
    }
    .strength_item {
        width: 100%;
        max-width: 337px;
    }
}
.strength_item {
    border: 4px solid transparent;
    background-image:
        linear-gradient(white, white),
        linear-gradient(
            90deg,
            rgba(255, 116, 0, 1) 0%,
            rgba(255, 89, 0, 1) 100%
        );
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 12px;
    max-width: 337px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
    width: 100%;
}
.strength_inner {
    padding: 48px 30px 55px;
}
.strength_item .number {
    position: absolute;
    top: -29.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 59px;
    height: 59px;
    background: linear-gradient(
        90deg,
        rgba(255, 116, 0, 1) 0%,
        rgba(255, 89, 0, 1) 100%
    );
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.strength_item h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 16px 0;
    line-height: 1.5;
    border: none;
    color: #000;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.strength_inner .description {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 16px 0;
    height: 170px;
}
.innovation_point {
    padding-top: 16px;
}
.innovation_point h3 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #3b82f6;
    margin: 0 0 8px 0;
    padding-top: 0;
}
.innovation_point p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    height: 3em;
}
@media (max-width: 1200px) {
    .strength_inner .description {
        height: 200px;
    }
    .innovation_point p {
        height: 5em;
    }
}
@media (max-width: 680px) {
    .strength_inner {
        padding: 40px 20px 45px;
    }
    .strength_item h2 {
        min-height: auto;
    }
    .strength_inner .description {
        min-height: auto;
    }
    .strength_inner .description {
        height: auto;
    }
    .innovation_point p {
        height: auto;
    }
}
.intro_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    gap: 30px;
    max-width: 1098px;
    align-items: flex-start;
}
.intro_list > li {
    flex: 0 0 calc(33.333% - 21.34px);
    display: flex;
    min-height: 210px;
}
.intro_item {
    background-color: #fff;
    border: 2px solid #cccccc;
    border-radius: 40px;
    padding: 25px 26px 30px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    text-align: left;
    height: 100%;
}
.intro_item img {
    flex-shrink: 0;
    margin: 0 auto;
}
.intro_item .intro_text {
    margin-top: 16px;
    align-self: flex-start;
}
@media (max-width: 980px) {
    .intro_list {
        justify-content: center;
    }
    .intro_list > li {
        flex: 0 0 calc(50% - 15px);
    }
}
@media (max-width: 680px) {
    .intro_item {
        border-radius: 20px;
        padding: 20px 10px 20px;
        min-height: 220px;
    }
    .intro_list {
        flex-wrap: wrap;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
        gap: 10px;
    }
    .intro_list > li {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}
#possible .card .feature-item {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    padding-left: 27px;
    position: relative;
}
#possible .card .feature-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 17px;
    height: 16px;
    border: 2px solid;
    flex-shrink: 0;
}
#possible .card.admin-card .feature-item::before {
    border-color: #32ade6;
}
#possible .card.employee-card .feature-item::before {
    border-color: #32b7bc;
}
.flow-item {
    opacity: 0;
    transform: translateY(0);
    transition:
        opacity 500ms ease,
        transform 500ms ease;
}
.flow-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.flow-list {
    overflow-y: clip;
}
.flow-list .step-round {
    position: relative;
    z-index: 1;
}
.flow-list .step-round::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 4px;
    height: 150%;
    background-image: radial-gradient(
        circle at center,
        #f97403 2px,
        transparent 2px
    );
    background-size: 100% 9px;
    z-index: -1;
    transform-origin: top center;
    transform: scaleY(0);
    transition: transform 500ms ease 200ms;
}
.flow-item.is-visible .step-round::before {
    transform: scaleY(1);
}
.flow-list li:last-child .step-round::before {
    content: none;
}
@media (min-width: 768px) {
    .flex-container {
        flex-wrap: nowrap;
    }
    .card {
        width: 50%;
    }
}
@media (max-width: 680px) {
    .feature-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .card .card-title {
        font-size: 24px;
        margin-bottom: 20px;
        min-height: 0;
    }
}
@media (max-width: 480px) {
    .card .card-title {
        font-size: 28px;
    }
}
.fadeIn {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 600ms ease,
        transform 600ms ease;
}
.fadeIn.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.text-gradient-orange {
    background: linear-gradient(
        90deg,
        #ff7400 0%,
        #ff5900 25%,
        #ff7400 50%,
        #ff5900 75%,
        #ff7400 100%
    );
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-flow 3s linear infinite;
}
.text-gradient-silver {
    background: linear-gradient(
        90deg,
        #c0c0c0 0%,
        #e8e8e8 25%,
        #a8a8a8 50%,
        #e8e8e8 75%,
        #c0c0c0 100%
    );
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-flow 3s linear infinite;
}
.bg-gradient-orange-animated {
    background: linear-gradient(
        90deg,
        #ff7400 0%,
        #ed6c00 25%,
        #ff5900 50%,
        #ed6c00 75%,
        #ff7400 100%
    );
    background-size: 200% auto;
    animation: gradient-flow 3s linear infinite;
    transition: opacity 0.3s ease;
}
.bg-gradient-orange-animated:hover {
    opacity: 0.9;
}
@keyframes gradient-flow {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}
@property --tw-translate-x {
    syntax: '*';
    inherits: false;
    initial-value: 0;
}
@property --tw-translate-y {
    syntax: '*';
    inherits: false;
    initial-value: 0;
}
@property --tw-translate-z {
    syntax: '*';
    inherits: false;
    initial-value: 0;
}
@property --tw-rotate-x {
    syntax: '*';
    inherits: false;
}
@property --tw-rotate-y {
    syntax: '*';
    inherits: false;
}
@property --tw-rotate-z {
    syntax: '*';
    inherits: false;
}
@property --tw-skew-x {
    syntax: '*';
    inherits: false;
}
@property --tw-skew-y {
    syntax: '*';
    inherits: false;
}
@property --tw-border-style {
    syntax: '*';
    inherits: false;
    initial-value: solid;
}
@property --tw-gradient-position {
    syntax: '*';
    inherits: false;
}
@property --tw-gradient-from {
    syntax: '<color>';
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-via {
    syntax: '<color>';
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-to {
    syntax: '<color>';
    inherits: false;
    initial-value: #0000;
}
@property --tw-gradient-stops {
    syntax: '*';
    inherits: false;
}
@property --tw-gradient-via-stops {
    syntax: '*';
    inherits: false;
}
@property --tw-gradient-from-position {
    syntax: '<length-percentage>';
    inherits: false;
    initial-value: 0%;
}
@property --tw-gradient-via-position {
    syntax: '<length-percentage>';
    inherits: false;
    initial-value: 50%;
}
@property --tw-gradient-to-position {
    syntax: '<length-percentage>';
    inherits: false;
    initial-value: 100%;
}
@property --tw-leading {
    syntax: '*';
    inherits: false;
}
@property --tw-font-weight {
    syntax: '*';
    inherits: false;
}
@property --tw-tracking {
    syntax: '*';
    inherits: false;
}
@property --tw-shadow {
    syntax: '*';
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
    syntax: '*';
    inherits: false;
}
@property --tw-shadow-alpha {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 100%;
}
@property --tw-inset-shadow {
    syntax: '*';
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
    syntax: '*';
    inherits: false;
}
@property --tw-inset-shadow-alpha {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 100%;
}
@property --tw-ring-color {
    syntax: '*';
    inherits: false;
}
@property --tw-ring-shadow {
    syntax: '*';
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
    syntax: '*';
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax: '*';
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
    syntax: '*';
    inherits: false;
}
@property --tw-ring-offset-width {
    syntax: '<length>';
    inherits: false;
    initial-value: 0px;
}
@property --tw-ring-offset-color {
    syntax: '*';
    inherits: false;
    initial-value: #fff;
}
@property --tw-ring-offset-shadow {
    syntax: '*';
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-outline-style {
    syntax: '*';
    inherits: false;
    initial-value: solid;
}
@property --tw-blur {
    syntax: '*';
    inherits: false;
}
@property --tw-brightness {
    syntax: '*';
    inherits: false;
}
@property --tw-contrast {
    syntax: '*';
    inherits: false;
}
@property --tw-grayscale {
    syntax: '*';
    inherits: false;
}
@property --tw-hue-rotate {
    syntax: '*';
    inherits: false;
}
@property --tw-invert {
    syntax: '*';
    inherits: false;
}
@property --tw-opacity {
    syntax: '*';
    inherits: false;
}
@property --tw-saturate {
    syntax: '*';
    inherits: false;
}
@property --tw-sepia {
    syntax: '*';
    inherits: false;
}
@property --tw-drop-shadow {
    syntax: '*';
    inherits: false;
}
@property --tw-drop-shadow-color {
    syntax: '*';
    inherits: false;
}
@property --tw-drop-shadow-alpha {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 100%;
}
@property --tw-drop-shadow-size {
    syntax: '*';
    inherits: false;
}
@property --tw-ease {
    syntax: '*';
    inherits: false;
}
@layer properties {
    @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
        ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
        *,
        ::before,
        ::after,
        ::backdrop {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-outline-style: solid;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-ease: initial;
        }
    }
}
