/*! tailwindcss v4.2.2 | 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-blue-400: oklch(70.7% 0.165 254.624);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .relative {
    position: relative;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[350px\] {
    margin-top: 350px;
  }
  .mt-\[700px\] {
    margin-top: 700px;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[77px\] {
    height: 77px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[98px\] {
    height: 98px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[254px\] {
    height: 254px;
  }
  .h-\[272px\] {
    height: 272px;
  }
  .h-\[307px\] {
    height: 307px;
  }
  .h-\[388px\] {
    height: 388px;
  }
  .h-\[391px\] {
    height: 391px;
  }
  .h-\[402px\] {
    height: 402px;
  }
  .h-\[409px\] {
    height: 409px;
  }
  .h-\[413px\] {
    height: 413px;
  }
  .h-\[430px\] {
    height: 430px;
  }
  .h-\[456px\] {
    height: 456px;
  }
  .h-\[458px\] {
    height: 458px;
  }
  .h-\[480px\] {
    height: 480px;
  }
  .h-\[525px\] {
    height: 525px;
  }
  .h-\[540px\] {
    height: 540px;
  }
  .h-\[549px\] {
    height: 549px;
  }
  .h-\[552px\] {
    height: 552px;
  }
  .h-\[574px\] {
    height: 574px;
  }
  .h-\[582px\] {
    height: 582px;
  }
  .h-\[609px\] {
    height: 609px;
  }
  .h-\[704px\] {
    height: 704px;
  }
  .h-\[729px\] {
    height: 729px;
  }
  .h-\[852px\] {
    height: 852px;
  }
  .h-\[1054px\] {
    height: 1054px;
  }
  .h-\[1205px\] {
    height: 1205px;
  }
  .h-\[1295px\] {
    height: 1295px;
  }
  .h-\[2917px\] {
    height: 2917px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-22 {
    width: calc(var(--spacing) * 22);
  }
  .w-26 {
    width: calc(var(--spacing) * 26);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[141px\] {
    width: 141px;
  }
  .w-\[215px\] {
    width: 215px;
  }
  .w-\[224px\] {
    width: 224px;
  }
  .w-\[226px\] {
    width: 226px;
  }
  .w-\[241px\] {
    width: 241px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[307px\] {
    width: 307px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[358px\] {
    width: 358px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-\[361px\] {
    width: 361px;
  }
  .w-\[394px\] {
    width: 394px;
  }
  .w-\[476px\] {
    width: 476px;
  }
  .w-\[483px\] {
    width: 483px;
  }
  .w-\[652px\] {
    width: 652px;
  }
  .w-\[815px\] {
    width: 815px;
  }
  .w-\[1419px\] {
    width: 1419px;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-\[1520px\] {
    max-width: 1520px;
  }
  .max-w-\[1540px\] {
    max-width: 1540px;
  }
  .min-w-\[60px\] {
    min-width: 60px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[90px\] {
    gap: 90px;
  }
  .gap-\[95px\] {
    gap: 95px;
  }
  .space-y-\[32px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(32px * var(--tw-space-y-reverse));
      margin-block-end: calc(32px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-y-\[15px\] {
    row-gap: 15px;
  }
  .gap-y-\[20px\] {
    row-gap: 20px;
  }
  .gap-y-\[25px\] {
    row-gap: 25px;
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .gap-y-\[40px\] {
    row-gap: 40px;
  }
  .gap-y-\[65px\] {
    row-gap: 65px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  .rounded-b-sm {
    border-bottom-right-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#0D1B3E\] {
    border-color: #0D1B3E;
  }
  .border-\[\#000000\] {
    border-color: #000000;
  }
  .border-\[\#0000003a\] {
    border-color: #0000003a;
  }
  .border-\[\#00000014\] {
    border-color: #00000014;
  }
  .border-\[\#00000055\] {
    border-color: #00000055;
  }
  .border-\[\#061B3A\] {
    border-color: #061B3A;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#061B3A\] {
    background-color: #061B3A;
  }
  .bg-\[\#05162E\] {
    background-color: #05162E;
  }
  .bg-\[\#7696C6\] {
    background-color: #7696C6;
  }
  .bg-\[\#EE1D23\] {
    background-color: #EE1D23;
  }
  .bg-\[\#F0F9FF\] {
    background-color: #F0F9FF;
  }
  .bg-\[white\] {
    background-color: white;
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#A7CBFF\] {
    --tw-gradient-from: #A7CBFF;
    --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-\[\#B3D2FF\] {
    --tw-gradient-to: #B3D2FF;
    --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));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[400px\] {
    padding-bottom: 400px;
  }
  .pl-\[25px\] {
    padding-left: 25px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[35px\] {
    padding-left: 35px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[sans-serif\] {
    font-family: sans-serif;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .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-\[300\] {
    --tw-font-weight: 300;
    font-weight: 300;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-\[900\] {
    --tw-font-weight: 900;
    font-weight: 900;
  }
  .font-\[1000\] {
    --tw-font-weight: 1000;
    font-weight: 1000;
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[9\%\] {
    --tw-tracking: 9%;
    letter-spacing: 9%;
  }
  .tracking-\[10\%\] {
    --tw-tracking: 10%;
    letter-spacing: 10%;
  }
  .tracking-\[14\%\] {
    --tw-tracking: 14%;
    letter-spacing: 14%;
  }
  .tracking-\[20\%\] {
    --tw-tracking: 20%;
    letter-spacing: 20%;
  }
  .text-\[\#0D1B3E\] {
    color: #0D1B3E;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#1A1A1A\] {
    color: #1A1A1A;
  }
  .text-\[\#1E1E1E\] {
    color: #1E1E1E;
  }
  .text-\[\#0000005f\] {
    color: #0000005f;
  }
  .text-\[\#9CA3AF\] {
    color: #9CA3AF;
  }
  .text-\[\#00000043\] {
    color: #00000043;
  }
  .text-\[\#061B3A\] {
    color: #061B3A;
  }
  .text-\[\#061b3a6c\] {
    color: #061b3a6c;
  }
  .text-\[\#00000066\] {
    color: #00000066;
  }
  .text-\[\#D9D9D9\] {
    color: #D9D9D9;
  }
  .text-\[\#ffffff65\] {
    color: #ffffff65;
  }
  .text-\[20xp\] {
    color: 20xp;
  }
  .text-\[white\] {
    color: white;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .placeholder-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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-3 {
    outline-style: var(--tw-outline-style);
    outline-width: 3px;
  }
  .outline-offset-2 {
    outline-offset: 2px;
  }
  .outline-\[\#00000033\] {
    outline-color: #00000033;
  }
  .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-none {
    transition-property: none;
  }
  .outline-dashed {
    --tw-outline-style: dashed;
    outline-style: dashed;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[313px\] {
    @media (width >= 48rem) {
      height: 313px;
    }
  }
  .md\:w-\[643px\] {
    @media (width >= 48rem) {
      width: 643px;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:m-0 {
    @media (width >= 64rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 64rem) {
      height: 50px;
    }
  }
  .lg\:h-\[54px\] {
    @media (width >= 64rem) {
      height: 54px;
    }
  }
  .lg\:h-\[56px\] {
    @media (width >= 64rem) {
      height: 56px;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 64rem) {
      height: 100px;
    }
  }
  .lg\:h-\[133px\] {
    @media (width >= 64rem) {
      height: 133px;
    }
  }
  .lg\:h-\[225px\] {
    @media (width >= 64rem) {
      height: 225px;
    }
  }
  .lg\:h-\[230px\] {
    @media (width >= 64rem) {
      height: 230px;
    }
  }
  .lg\:h-\[254px\] {
    @media (width >= 64rem) {
      height: 254px;
    }
  }
  .lg\:h-\[272px\] {
    @media (width >= 64rem) {
      height: 272px;
    }
  }
  .lg\:h-\[273px\] {
    @media (width >= 64rem) {
      height: 273px;
    }
  }
  .lg\:h-\[292px\] {
    @media (width >= 64rem) {
      height: 292px;
    }
  }
  .lg\:h-\[307px\] {
    @media (width >= 64rem) {
      height: 307px;
    }
  }
  .lg\:h-\[326px\] {
    @media (width >= 64rem) {
      height: 326px;
    }
  }
  .lg\:h-\[400px\] {
    @media (width >= 64rem) {
      height: 400px;
    }
  }
  .lg\:h-\[415px\] {
    @media (width >= 64rem) {
      height: 415px;
    }
  }
  .lg\:h-\[429px\] {
    @media (width >= 64rem) {
      height: 429px;
    }
  }
  .lg\:h-\[468px\] {
    @media (width >= 64rem) {
      height: 468px;
    }
  }
  .lg\:h-\[477px\] {
    @media (width >= 64rem) {
      height: 477px;
    }
  }
  .lg\:h-\[480px\] {
    @media (width >= 64rem) {
      height: 480px;
    }
  }
  .lg\:h-\[532px\] {
    @media (width >= 64rem) {
      height: 532px;
    }
  }
  .lg\:h-\[661px\] {
    @media (width >= 64rem) {
      height: 661px;
    }
  }
  .lg\:h-\[700px\] {
    @media (width >= 64rem) {
      height: 700px;
    }
  }
  .lg\:h-\[712px\] {
    @media (width >= 64rem) {
      height: 712px;
    }
  }
  .lg\:h-\[811px\] {
    @media (width >= 64rem) {
      height: 811px;
    }
  }
  .lg\:h-\[814px\] {
    @media (width >= 64rem) {
      height: 814px;
    }
  }
  .lg\:h-\[1056px\] {
    @media (width >= 64rem) {
      height: 1056px;
    }
  }
  .lg\:w-\[272px\] {
    @media (width >= 64rem) {
      width: 272px;
    }
  }
  .lg\:w-\[393px\] {
    @media (width >= 64rem) {
      width: 393px;
    }
  }
  .lg\:w-\[394px\] {
    @media (width >= 64rem) {
      width: 394px;
    }
  }
  .lg\:w-\[401px\] {
    @media (width >= 64rem) {
      width: 401px;
    }
  }
  .lg\:w-\[405px\] {
    @media (width >= 64rem) {
      width: 405px;
    }
  }
  .lg\:w-\[441px\] {
    @media (width >= 64rem) {
      width: 441px;
    }
  }
  .lg\:w-\[460px\] {
    @media (width >= 64rem) {
      width: 460px;
    }
  }
  .lg\:w-\[463px\] {
    @media (width >= 64rem) {
      width: 463px;
    }
  }
  .lg\:w-\[483px\] {
    @media (width >= 64rem) {
      width: 483px;
    }
  }
  .lg\:w-\[503px\] {
    @media (width >= 64rem) {
      width: 503px;
    }
  }
  .lg\:w-\[504px\] {
    @media (width >= 64rem) {
      width: 504px;
    }
  }
  .lg\:w-\[520px\] {
    @media (width >= 64rem) {
      width: 520px;
    }
  }
  .lg\:w-\[561px\] {
    @media (width >= 64rem) {
      width: 561px;
    }
  }
  .lg\:w-\[578px\] {
    @media (width >= 64rem) {
      width: 578px;
    }
  }
  .lg\:w-\[580px\] {
    @media (width >= 64rem) {
      width: 580px;
    }
  }
  .lg\:w-\[640px\] {
    @media (width >= 64rem) {
      width: 640px;
    }
  }
  .lg\:w-\[644px\] {
    @media (width >= 64rem) {
      width: 644px;
    }
  }
  .lg\:w-\[680px\] {
    @media (width >= 64rem) {
      width: 680px;
    }
  }
  .lg\:w-\[700px\] {
    @media (width >= 64rem) {
      width: 700px;
    }
  }
  .lg\:w-\[740px\] {
    @media (width >= 64rem) {
      width: 740px;
    }
  }
  .lg\:w-\[820px\] {
    @media (width >= 64rem) {
      width: 820px;
    }
  }
  .lg\:w-\[852px\] {
    @media (width >= 64rem) {
      width: 852px;
    }
  }
  .lg\:w-\[1006px\] {
    @media (width >= 64rem) {
      width: 1006px;
    }
  }
  .lg\:w-\[1340px\] {
    @media (width >= 64rem) {
      width: 1340px;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:rounded-l-lg {
    @media (width >= 64rem) {
      border-top-left-radius: var(--radius-lg);
      border-bottom-left-radius: var(--radius-lg);
    }
  }
  .lg\:rounded-r-lg {
    @media (width >= 64rem) {
      border-top-right-radius: var(--radius-lg);
      border-bottom-right-radius: var(--radius-lg);
    }
  }
  .lg\:p-\[0\] {
    @media (width >= 64rem) {
      padding: 0;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[64px\] {
    @media (width >= 64rem) {
      font-size: 64px;
    }
  }
  .lg\:shadow-lg {
    @media (width >= 64rem) {
      --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);
    }
  }
}
@property --tw-space-y-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-space-y-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-outline-style: solid;
    }
  }
}
