/*! 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-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-1 {
    z-index: 1;
  }
  .container {
    width: 100%;
    @media (width >= 1026px) {
      max-width: 1026px;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .max-h-\[calc\(400px-80px\)\] {
    max-height: calc(400px - 80px);
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[calc\(100\%-80px\)\] {
    width: calc(100% - 80px);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[587px\] {
    max-width: 587px;
  }
  .max-w-\[672px\] {
    max-width: 672px;
  }
  .max-w-\[780px\] {
    max-width: 780px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[1038px\] {
    max-width: 1038px;
  }
  .max-w-\[calc\(50\%-12px\)\] {
    max-width: calc(50% - 12px);
  }
  .min-w-\[40px\] {
    min-width: 40px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .min-w-\[281\.5px\] {
    min-width: 281.5px;
  }
  .min-w-\[281px\] {
    min-width: 281px;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-x-\[4px\] {
    column-gap: 4px;
  }
  .gap-x-\[24px\] {
    column-gap: 24px;
  }
  .gap-y-\[16px\] {
    row-gap: 16px;
  }
  .gap-y-\[24px\] {
    row-gap: 24px;
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-center {
    object-position: center;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-\[80px\] {
    padding-inline: 80px;
  }
  .px-\[100px\] {
    padding-inline: 100px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[56px\] {
    padding-block: 56px;
  }
  .py-\[130px\] {
    padding-block: 130px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[56px\] {
    padding-top: 56px;
  }
  .pt-\[78px\] {
    padding-top: 78px;
  }
  .pt-\[83px\] {
    padding-top: 83px;
  }
  .pt-\[86px\] {
    padding-top: 86px;
  }
  .pt-\[102px\] {
    padding-top: 102px;
  }
  .pt-\[111px\] {
    padding-top: 111px;
  }
  .pt-\[122px\] {
    padding-top: 122px;
  }
  .pt-\[126px\] {
    padding-top: 126px;
  }
  .pt-\[146px\] {
    padding-top: 146px;
  }
  .pt-\[156px\] {
    padding-top: 156px;
  }
  .pb-\[0px\] {
    padding-bottom: 0px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[37px\] {
    padding-bottom: 37px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[41px\] {
    padding-bottom: 41px;
  }
  .pb-\[47px\] {
    padding-bottom: 47px;
  }
  .pb-\[55px\] {
    padding-bottom: 55px;
  }
  .pb-\[56px\] {
    padding-bottom: 56px;
  }
  .pb-\[61px\] {
    padding-bottom: 61px;
  }
  .pb-\[65px\] {
    padding-bottom: 65px;
  }
  .pb-\[72px\] {
    padding-bottom: 72px;
  }
  .pb-\[85px\] {
    padding-bottom: 85px;
  }
  .text-center {
    text-align: center;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[var\(--color-destructive\)\] {
    color: var(--color-destructive);
  }
  .text-\[var\(--color-primary\)\] {
    color: var(--color-primary);
  }
  .text-\[var\(--color-secondary\)\] {
    color: var(--color-secondary);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .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, 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));
  }
  .\*\:text-center {
    :is(& > *) {
      text-align: center;
    }
  }
  .max-desktop\:text-center {
    @media (width < 1026px) {
      text-align: center;
    }
  }
  .min-\[1026px\]\:max-h-\[400px\] {
    @media (width >= 1026px) {
      max-height: 400px;
    }
  }
  .min-\[1026px\]\:flex-row {
    @media (width >= 1026px) {
      flex-direction: row;
    }
  }
  .min-\[1026px\]\:items-start {
    @media (width >= 1026px) {
      align-items: flex-start;
    }
  }
  .min-\[1026px\]\:gap-x-\[24px\] {
    @media (width >= 1026px) {
      column-gap: 24px;
    }
  }
  .min-\[1026px\]\:p-\[64px\] {
    @media (width >= 1026px) {
      padding: 64px;
    }
  }
  .min-\[1026px\]\:px-\[100px\] {
    @media (width >= 1026px) {
      padding-inline: 100px;
    }
  }
  .min-\[1026px\]\:py-\[24px\] {
    @media (width >= 1026px) {
      padding-block: 24px;
    }
  }
  .min-\[1026px\]\:pb-\[170px\] {
    @media (width >= 1026px) {
      padding-bottom: 170px;
    }
  }
  .min-\[1026px\]\:text-\[22px\] {
    @media (width >= 1026px) {
      font-size: 22px;
    }
  }
}
@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-font-weight {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-font-weight: initial;
    }
  }
}
