/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    margin: 0;
}
html,
body {
    height: 100%;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}
input,
button,
textarea,
select {
    font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}
#root,
#__next {
    isolation: isolate;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}
ul[role='list'],
ol[role='list'] {
    list-style: none;
}
html:focus-within {
    scroll-behavior: smooth;
}
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img,
picture {
    max-width: 100%;
    display: block;
}
input,
button,
textarea,
select {
    font: inherit;
}
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
@media (max-width: 960px) {
    .pc-only {
        display: none !important;
    }
}
@media (min-width: 961px) {
    .sp-only {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .pc_only {
        display: none !important;
    }
}
@media (max-width: 1280px) {
    .w-xl-only {
        display: none !important;
    }
}
.hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}
.hamburger-menu.is-active {
    transform: translateX(0);
}
.hamburger-menu__container {
    max-width: 480px;
    width: 100%;
    margin: auto;
}
.menu-list .star {
    color: #fff01f;
    margin-right: 1.5rem;
    font-size: 1.5em;
    height: initial;
    width: initial;
}
.close-button {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff01f;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1002;
}
.close-button span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 1px;
    background-color: #000;
    border-radius: 2px;
}
.close-button span:first-child {
    transform: translate(-50%, -50%) rotate(30deg);
}
.close-button span:last-child {
    transform: translate(-50%, -50%) rotate(-30deg);
}
.hamburger-button {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff01f;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
}
.hamburger-button.is-visible {
    opacity: 1;
    visibility: visible;
}
.hamburger-button span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
}
.menu-list__pc {
    position: fixed;
    top: 15%;
    left: calc(50% + 18rem);
}
@media (max-width: 1280px) {
    .menu-list__pc {
        display: none;
    }
}
@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-red-500: oklch(63.7% 0.237 25.331);
        --color-orange-500: oklch(70.5% 0.213 47.604);
        --color-orange-600: oklch(64.6% 0.222 41.116);
        --color-gray-200: oklch(92.8% 0.006 264.531);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --container-xs: 20rem;
        --container-sm: 24rem;
        --container-md: 28rem;
        --container-lg: 32rem;
        --container-xl: 36rem;
        --container-2xl: 42rem;
        --container-4xl: 56rem;
        --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-bold: 700;
        --tracking-wider: 0.05em;
        --tracking-widest: 0.1em;
        --leading-tight: 1.25;
        --leading-relaxed: 1.625;
        --radius-md: 0.375rem;
        --radius-lg: 0.5rem;
        --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;
    }
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .static {
        position: static;
    }
    .inset-0 {
        inset: calc(var(--spacing) * 0);
    }
    .inset-x-0 {
        inset-inline: calc(var(--spacing) * 0);
    }
    .-top-5 {
        top: calc(var(--spacing) * -5);
    }
    .-top-8 {
        top: calc(var(--spacing) * -8);
    }
    .-top-20 {
        top: calc(var(--spacing) * -20);
    }
    .top-0 {
        top: calc(var(--spacing) * 0);
    }
    .top-1\/2 {
        top: calc(1 / 2 * 100%);
    }
    .top-3 {
        top: calc(var(--spacing) * 3);
    }
    .top-10 {
        top: calc(var(--spacing) * 10);
    }
    .top-12 {
        top: calc(var(--spacing) * 12);
    }
    .top-14 {
        top: calc(var(--spacing) * 14);
    }
    .top-20 {
        top: calc(var(--spacing) * 20);
    }
    .top-\[5\%\] {
        top: 5%;
    }
    .top-\[45\%\] {
        top: 45%;
    }
    .top-\[68px\] {
        top: 68px;
    }
    .-right-4 {
        right: calc(var(--spacing) * -4);
    }
    .right-0 {
        right: calc(var(--spacing) * 0);
    }
    .right-1 {
        right: calc(var(--spacing) * 1);
    }
    .right-3 {
        right: calc(var(--spacing) * 3);
    }
    .right-8 {
        right: calc(var(--spacing) * 8);
    }
    .-bottom-10 {
        bottom: calc(var(--spacing) * -10);
    }
    .bottom-0 {
        bottom: calc(var(--spacing) * 0);
    }
    .bottom-24 {
        bottom: calc(var(--spacing) * 24);
    }
    .-left-4 {
        left: calc(var(--spacing) * -4);
    }
    .left-0 {
        left: calc(var(--spacing) * 0);
    }
    .left-1 {
        left: calc(var(--spacing) * 1);
    }
    .left-1\/2 {
        left: calc(1 / 2 * 100%);
    }
    .left-8 {
        left: calc(var(--spacing) * 8);
    }
    .left-\[3\.5\%\] {
        left: 3.5%;
    }
    .left-\[52\%\] {
        left: 52%;
    }
    .\!z-50 {
        z-index: 50 !important;
    }
    .z-0 {
        z-index: 0;
    }
    .z-10 {
        z-index: 10;
    }
    .z-20 {
        z-index: 20;
    }
    .z-50 {
        z-index: 50;
    }
    .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;
        }
    }
    .m-0 {
        margin: calc(var(--spacing) * 0);
    }
    .\!mx-auto {
        margin-inline: auto !important;
    }
    .mx-20 {
        margin-inline: calc(var(--spacing) * 20);
    }
    .mx-auto {
        margin-inline: auto;
    }
    .mx-auto\! {
        margin-inline: auto !important;
    }
    .\!my-6 {
        margin-block: calc(var(--spacing) * 6) !important;
    }
    .-my-12 {
        margin-block: calc(var(--spacing) * -12);
    }
    .my-8 {
        margin-block: calc(var(--spacing) * 8);
    }
    .\!-mt-4 {
        margin-top: calc(var(--spacing) * -4) !important;
    }
    .\!-mt-8 {
        margin-top: calc(var(--spacing) * -8) !important;
    }
    .\!-mt-12 {
        margin-top: calc(var(--spacing) * -12) !important;
    }
    .\!-mt-20 {
        margin-top: calc(var(--spacing) * -20) !important;
    }
    .\!mt-2 {
        margin-top: calc(var(--spacing) * 2) !important;
    }
    .\!mt-4 {
        margin-top: calc(var(--spacing) * 4) !important;
    }
    .\!mt-8 {
        margin-top: calc(var(--spacing) * 8) !important;
    }
    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }
    .mt-4 {
        margin-top: calc(var(--spacing) * 4);
    }
    .mt-8 {
        margin-top: calc(var(--spacing) * 8);
    }
    .\!mr-\[20px\] {
        margin-right: 20px !important;
    }
    .\!-mb-4 {
        margin-bottom: calc(var(--spacing) * -4) !important;
    }
    .\!-mb-16 {
        margin-bottom: calc(var(--spacing) * -16) !important;
    }
    .\!mb-1 {
        margin-bottom: calc(var(--spacing) * 1) !important;
    }
    .\!mb-2 {
        margin-bottom: calc(var(--spacing) * 2) !important;
    }
    .\!mb-4 {
        margin-bottom: calc(var(--spacing) * 4) !important;
    }
    .\!mb-8 {
        margin-bottom: calc(var(--spacing) * 8) !important;
    }
    .\!mb-10 {
        margin-bottom: calc(var(--spacing) * 10) !important;
    }
    .\!mb-\[75px\] {
        margin-bottom: 75px !important;
    }
    .-mb-1 {
        margin-bottom: calc(var(--spacing) * -1);
    }
    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-6 {
        margin-bottom: calc(var(--spacing) * 6);
    }
    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8);
    }
    .mb-12 {
        margin-bottom: calc(var(--spacing) * 12);
    }
    .mb-20 {
        margin-bottom: calc(var(--spacing) * 20);
    }
    .\!ml-2 {
        margin-left: calc(var(--spacing) * 2) !important;
    }
    .\!ml-\[10px\] {
        margin-left: 10px !important;
    }
    .block {
        display: block;
    }
    .flex {
        display: flex;
    }
    .hidden {
        display: none;
    }
    .inline {
        display: inline;
    }
    .inline-block {
        display: inline-block;
    }
    .inline-flex {
        display: inline-flex;
    }
    .h-4 {
        height: calc(var(--spacing) * 4);
    }
    .h-6 {
        height: calc(var(--spacing) * 6);
    }
    .h-8 {
        height: calc(var(--spacing) * 8);
    }
    .h-10 {
        height: calc(var(--spacing) * 10);
    }
    .h-32 {
        height: calc(var(--spacing) * 32);
    }
    .h-48 {
        height: calc(var(--spacing) * 48);
    }
    .h-56 {
        height: calc(var(--spacing) * 56);
    }
    .h-\[52px\] {
        height: 52px;
    }
    .h-\[78px\] {
        height: 78px;
    }
    .h-\[100svh\] {
        height: 100svh;
    }
    .h-auto {
        height: auto;
    }
    .h-full {
        height: 100%;
    }
    .max-h-\[60px\] {
        max-height: 60px;
    }
    .max-h-\[75px\] {
        max-height: 75px;
    }
    .max-h-\[80px\] {
        max-height: 80px;
    }
    .max-h-\[90vh\] {
        max-height: 90vh;
    }
    .w-1\/2 {
        width: calc(1 / 2 * 100%);
    }
    .w-4 {
        width: calc(var(--spacing) * 4);
    }
    .w-6 {
        width: calc(var(--spacing) * 6);
    }
    .w-8 {
        width: calc(var(--spacing) * 8);
    }
    .w-10 {
        width: calc(var(--spacing) * 10);
    }
    .w-15 {
        width: calc(var(--spacing) * 15);
    }
    .w-32 {
        width: calc(var(--spacing) * 32);
    }
    .w-48 {
        width: calc(var(--spacing) * 48);
    }
    .w-56 {
        width: calc(var(--spacing) * 56);
    }
    .w-\[65\%\] {
        width: 65%;
    }
    .w-\[70px\] {
        width: 70px;
    }
    .w-\[130px\] {
        width: 130px;
    }
    .w-\[260px\] {
        width: 260px;
    }
    .w-\[588px\] {
        width: 588px;
    }
    .w-full {
        width: 100%;
    }
    .max-w-1\/2 {
        max-width: calc(1 / 2 * 100%);
    }
    .max-w-2xl {
        max-width: var(--container-2xl);
    }
    .max-w-4xl {
        max-width: var(--container-4xl);
    }
    .max-w-\[280px\] {
        max-width: 280px;
    }
    .max-w-\[480px\] {
        max-width: 480px;
    }
    .max-w-lg {
        max-width: var(--container-lg);
    }
    .max-w-md {
        max-width: var(--container-md);
    }
    .max-w-sm {
        max-width: var(--container-sm);
    }
    .max-w-xl {
        max-width: var(--container-xl);
    }
    .max-w-xs {
        max-width: var(--container-xs);
    }
    .min-w-0 {
        min-width: calc(var(--spacing) * 0);
    }
    .flex-shrink-0 {
        flex-shrink: 0;
    }
    .-translate-x-1\/2 {
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .translate-x-10 {
        --tw-translate-x: calc(var(--spacing) * 10);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .-translate-y-1\/2 {
        --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .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;
    }
    .list-none {
        list-style-type: none;
    }
    .flex-col {
        flex-direction: column;
    }
    .flex-row {
        flex-direction: row;
    }
    .items-center {
        align-items: center;
    }
    .justify-around {
        justify-content: space-around;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-center {
        justify-content: center;
    }
    .justify-end {
        justify-content: flex-end;
    }
    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .space-y-8 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(
                calc(var(--spacing) * 8) * var(--tw-space-y-reverse)
            );
            margin-block-end: calc(
                calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse))
            );
        }
    }
    .gap-x-2 {
        column-gap: calc(var(--spacing) * 2);
    }
    .gap-x-4 {
        column-gap: calc(var(--spacing) * 4);
    }
    .space-x-2 {
        :where(& > :not(:last-child)) {
            --tw-space-x-reverse: 0;
            margin-inline-start: calc(
                calc(var(--spacing) * 2) * var(--tw-space-x-reverse)
            );
            margin-inline-end: calc(
                calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse))
            );
        }
    }
    .space-x-5 {
        :where(& > :not(:last-child)) {
            --tw-space-x-reverse: 0;
            margin-inline-start: calc(
                calc(var(--spacing) * 5) * var(--tw-space-x-reverse)
            );
            margin-inline-end: calc(
                calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse))
            );
        }
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .overflow-x-auto {
        overflow-x: auto;
    }
    .overflow-y-auto {
        overflow-y: auto;
    }
    .overflow-y-scroll {
        overflow-y: scroll;
    }
    .rounded-full {
        border-radius: calc(infinity * 1px);
    }
    .rounded-lg {
        border-radius: var(--radius-lg);
    }
    .rounded-md {
        border-radius: var(--radius-md);
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .bg-\[\#1E293B\] {
        background-color: #1e293b;
    }
    .bg-\[\#141B3D\] {
        background-color: #141b3d;
    }
    .bg-\[\#F97316\] {
        background-color: #f97316;
    }
    .bg-\[\#FFF01F\] {
        background-color: #fff01f;
    }
    .bg-\[\#fdf020\] {
        background-color: #fdf020;
    }
    .bg-black {
        background-color: var(--color-black);
    }
    .bg-orange-500 {
        background-color: var(--color-orange-500);
    }
    .bg-red-500 {
        background-color: var(--color-red-500);
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .bg-linear-to-b {
        --tw-gradient-position: to bottom;
        @supports (background-image: linear-gradient(in lab, red, red)) {
            --tw-gradient-position: to bottom in oklab;
        }
        background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .from-\[\#004EA2\] {
        --tw-gradient-from: #004ea2;
        --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-\[\#12224A\] {
        --tw-gradient-from: #12224a;
        --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-\[\#054189\] {
        --tw-gradient-from: #054189;
        --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-\[\#141B3D\] {
        --tw-gradient-to: #141b3d;
        --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-\[\#12224A\] {
        --tw-gradient-to: #12224a;
        --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-\[\#054189\] {
        --tw-gradient-to: #054189;
        --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-cover {
        background-size: cover;
    }
    .bg-center {
        background-position: center;
    }
    .bg-no-repeat {
        background-repeat: no-repeat;
    }
    .object-contain {
        object-fit: contain;
    }
    .object-cover {
        object-fit: cover;
    }
    .p-4 {
        padding: calc(var(--spacing) * 4);
    }
    .p-5 {
        padding: calc(var(--spacing) * 5);
    }
    .p-6 {
        padding: calc(var(--spacing) * 6);
    }
    .px-1 {
        padding-inline: calc(var(--spacing) * 1);
    }
    .px-4 {
        padding-inline: calc(var(--spacing) * 4);
    }
    .px-6 {
        padding-inline: calc(var(--spacing) * 6);
    }
    .px-8 {
        padding-inline: calc(var(--spacing) * 8);
    }
    .px-10 {
        padding-inline: calc(var(--spacing) * 10);
    }
    .py-0 {
        padding-block: calc(var(--spacing) * 0);
    }
    .py-1 {
        padding-block: calc(var(--spacing) * 1);
    }
    .py-2 {
        padding-block: calc(var(--spacing) * 2);
    }
    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }
    .py-6 {
        padding-block: calc(var(--spacing) * 6);
    }
    .py-8 {
        padding-block: calc(var(--spacing) * 8);
    }
    .py-10 {
        padding-block: calc(var(--spacing) * 10);
    }
    .py-16 {
        padding-block: calc(var(--spacing) * 16);
    }
    .py-20 {
        padding-block: calc(var(--spacing) * 20);
    }
    .pt-3 {
        padding-top: calc(var(--spacing) * 3);
    }
    .pt-4 {
        padding-top: calc(var(--spacing) * 4);
    }
    .pt-12 {
        padding-top: calc(var(--spacing) * 12);
    }
    .pt-30 {
        padding-top: calc(var(--spacing) * 30);
    }
    .pt-65 {
        padding-top: calc(var(--spacing) * 65);
    }
    .pb-4 {
        padding-bottom: calc(var(--spacing) * 4);
    }
    .pb-6 {
        padding-bottom: calc(var(--spacing) * 6);
    }
    .pb-8 {
        padding-bottom: calc(var(--spacing) * 8);
    }
    .pb-12 {
        padding-bottom: calc(var(--spacing) * 12);
    }
    .pb-16 {
        padding-bottom: calc(var(--spacing) * 16);
    }
    .pl-6 {
        padding-left: calc(var(--spacing) * 6);
    }
    .text-center {
        text-align: center;
    }
    .text-left {
        text-align: left;
    }
    .font-sans {
        font-family: var(--font-sans);
    }
    .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-5xl {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--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));
    }
    .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed);
    }
    .leading-tight {
        --tw-leading: var(--leading-tight);
        line-height: var(--leading-tight);
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .tracking-wider {
        --tw-tracking: var(--tracking-wider);
        letter-spacing: var(--tracking-wider);
    }
    .tracking-widest {
        --tw-tracking: var(--tracking-widest);
        letter-spacing: var(--tracking-widest);
    }
    .text-\[\#141B3D\] {
        color: #141b3d;
    }
    .text-\[\#FFF01F\] {
        color: #fff01f;
    }
    .text-black {
        color: var(--color-black);
    }
    .text-white {
        color: var(--color-white);
    }
    .no-underline {
        text-decoration-line: none;
    }
    .underline {
        text-decoration-line: underline;
    }
    .opacity-90 {
        opacity: 90%;
    }
    .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);
    }
    .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-all {
        transition-property: all;
        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)
        );
    }
    .transition-transform {
        transition-property: transform, translate, scale, rotate;
        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);
    }
    .hover\:scale-105 {
        &:hover {
            @media (hover: hover) {
                --tw-scale-x: 105%;
                --tw-scale-y: 105%;
                --tw-scale-z: 105%;
                scale: var(--tw-scale-x) var(--tw-scale-y);
            }
        }
    }
    .hover\:scale-110 {
        &:hover {
            @media (hover: hover) {
                --tw-scale-x: 110%;
                --tw-scale-y: 110%;
                --tw-scale-z: 110%;
                scale: var(--tw-scale-x) var(--tw-scale-y);
            }
        }
    }
    .hover\:bg-orange-600 {
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-orange-600);
            }
        }
    }
    .hover\:opacity-80 {
        &:hover {
            @media (hover: hover) {
                opacity: 80%;
            }
        }
    }
    .sm\:top-\[80px\] {
        @media (width >= 40rem) {
            top: 80px;
        }
    }
    .sm\:-right-5 {
        @media (width >= 40rem) {
            right: calc(var(--spacing) * -5);
        }
    }
    .sm\:-left-5 {
        @media (width >= 40rem) {
            left: calc(var(--spacing) * -5);
        }
    }
    .sm\:h-40 {
        @media (width >= 40rem) {
            height: calc(var(--spacing) * 40);
        }
    }
    .sm\:w-40 {
        @media (width >= 40rem) {
            width: calc(var(--spacing) * 40);
        }
    }
    .sm\:w-\[96px\] {
        @media (width >= 40rem) {
            width: 96px;
        }
    }
    .sm\:w-\[150px\] {
        @media (width >= 40rem) {
            width: 150px;
        }
    }
    .sm\:max-w-sm {
        @media (width >= 40rem) {
            max-width: var(--container-sm);
        }
    }
    .sm\:gap-6 {
        @media (width >= 40rem) {
            gap: calc(var(--spacing) * 6);
        }
    }
    .sm\:text-5xl {
        @media (width >= 40rem) {
            font-size: var(--text-5xl);
            line-height: var(--tw-leading, var(--text-5xl--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-\[55px\] {
        @media (width >= 40rem) {
            font-size: 55px;
        }
    }
    .sm\:text-\[65px\] {
        @media (width >= 40rem) {
            font-size: 65px;
        }
    }
    .lg\:hidden {
        @media (width >= 64rem) {
            display: none;
        }
    }
    .lg\:w-\[750px\] {
        @media (width >= 64rem) {
            width: 750px;
        }
    }
}
@layer base {
    *,
    ::after,
    ::before,
    ::backdrop,
    ::file-selector-button {
        border-color: var(--color-gray-200, currentcolor);
    }
}
@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-space-y-reverse {
    syntax: '*';
    inherits: false;
    initial-value: 0;
}
@property --tw-space-x-reverse {
    syntax: '*';
    inherits: false;
    initial-value: 0;
}
@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-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;
}
@property --tw-scale-x {
    syntax: '*';
    inherits: false;
    initial-value: 1;
}
@property --tw-scale-y {
    syntax: '*';
    inherits: false;
    initial-value: 1;
}
@property --tw-scale-z {
    syntax: '*';
    inherits: false;
    initial-value: 1;
}
@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-space-y-reverse: 0;
            --tw-space-x-reverse: 0;
            --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-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;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
        }
    }
}
