/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-leading: initial;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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-white: #fff;
    --spacing: .25rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind html, .tailwind :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

  .tailwind table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

  .tailwind img, .tailwind video {
    max-width: 100%;
    height: auto;
  }

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  .tailwind :-moz-ui-invalid {
    box-shadow: none;
  }

  .tailwind button, .tailwind input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  .tailwind ::file-selector-button {
    appearance: button;
  }

  .tailwind ::-webkit-inner-spin-button {
    height: auto;
  }

  .tailwind ::-webkit-outer-spin-button {
    height: auto;
  }

  .tailwind [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .tailwind .pointer-events-none {
    pointer-events: none;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .tailwind .inset-\[0_74\.88\%_-0\.04\%_0\] {
    inset: 0 74.88% -.04% 0;
  }

  .tailwind .inset-\[9\.91\%_0_9\.92\%_29\.84\%\] {
    inset: 9.91% 0 9.92% 29.84%;
  }

  .tailwind .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .tailwind .top-\[-40px\] {
    top: -40px;
  }

  .tailwind .top-\[-43\.75\%\] {
    top: -43.75%;
  }

  .tailwind .top-\[-92\.48\%\] {
    top: -92.48%;
  }

  .tailwind .top-\[-98\.92\%\] {
    top: -98.92%;
  }

  .tailwind .top-\[-120px\] {
    top: -120px;
  }

  .tailwind .top-\[9\.91\%\] {
    top: 9.91%;
  }

  .tailwind .top-\[20px\] {
    top: 20px;
  }

  .tailwind .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .tailwind .right-\[74\.88\%\] {
    right: 74.88%;
  }

  .tailwind .bottom-\[-0\.04\%\] {
    bottom: -.04%;
  }

  .tailwind .bottom-\[9\.92\%\] {
    bottom: 9.92%;
  }

  .tailwind .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .tailwind .left-1\/2 {
    left: 50%;
  }

  .tailwind .left-\[-6\.04\%\] {
    left: -6.04%;
  }

  .tailwind .left-\[-12\.78\%\] {
    left: -12.78%;
  }

  .tailwind .left-\[-22\.41\%\] {
    left: -22.41%;
  }

  .tailwind .left-\[29\.84\%\] {
    left: 29.84%;
  }

  .tailwind .z-10 {
    z-index: 10;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .size-full {
    width: 100%;
    height: 100%;
  }

  .tailwind .h-\[15\.5px\] {
    height: 15.5px;
  }

  .tailwind .h-\[20\.5px\] {
    height: 20.5px;
  }

  .tailwind .h-\[20\.754px\] {
    height: 20.754px;
  }

  .tailwind .h-\[21\.445px\] {
    height: 21.445px;
  }

  .tailwind .h-\[22px\] {
    height: 22px;
  }

  .tailwind .h-\[25\.216px\] {
    height: 25.216px;
  }

  .tailwind .h-\[26\.201px\] {
    height: 26.201px;
  }

  .tailwind .h-\[26px\] {
    height: 26px;
  }

  .tailwind .h-\[27\.5px\] {
    height: 27.5px;
  }

  .tailwind .h-\[27px\] {
    height: 27px;
  }

  .tailwind .h-\[28\.5px\] {
    height: 28.5px;
  }

  .tailwind .h-\[28\.465px\] {
    height: 28.465px;
  }

  .tailwind .h-\[29px\] {
    height: 29px;
  }

  .tailwind .h-\[31px\] {
    height: 31px;
  }

  .tailwind .h-\[33\.465px\] {
    height: 33.465px;
  }

  .tailwind .h-\[36px\] {
    height: 36px;
  }

  .tailwind .h-\[37\.5px\] {
    height: 37.5px;
  }

  .tailwind .h-\[38\.39px\] {
    height: 38.39px;
  }

  .tailwind .h-\[40px\] {
    height: 40px;
  }

  .tailwind .h-\[209px\] {
    height: 209px;
  }

  .tailwind .h-\[213\.22\%\] {
    height: 213.22%;
  }

  .tailwind .h-\[297\.85\%\] {
    height: 297.85%;
  }

  .tailwind .h-\[306\.98\%\] {
    height: 306.98%;
  }

  .tailwind .h-\[450px\] {
    height: 450px;
  }

  .tailwind .h-fit {
    height: fit-content;
  }

  .tailwind .h-full {
    height: 100%;
  }

  .tailwind .w-\[25\.362px\] {
    width: 25.362px;
  }

  .tailwind .w-\[42px\] {
    width: 42px;
  }

  .tailwind .w-\[49px\] {
    width: 49px;
  }

  .tailwind .w-\[58px\] {
    width: 58px;
  }

  .tailwind .w-\[72\.5px\] {
    width: 72.5px;
  }

  .tailwind .w-\[73\.464px\] {
    width: 73.464px;
  }

  .tailwind .w-\[81\.492px\] {
    width: 81.492px;
  }

  .tailwind .w-\[88px\] {
    width: 88px;
  }

  .tailwind .w-\[95px\] {
    width: 95px;
  }

  .tailwind .w-\[97\.5px\] {
    width: 97.5px;
  }

  .tailwind .w-\[100px\] {
    width: 100px;
  }

  .tailwind .w-\[108\.079px\] {
    width: 108.079px;
  }

  .tailwind .w-\[109\.755px\] {
    width: 109.755px;
  }

  .tailwind .w-\[110\.3\%\] {
    width: 110.3%;
  }

  .tailwind .w-\[110\.5px\] {
    width: 110.5px;
  }

  .tailwind .w-\[114\.5px\] {
    width: 114.5px;
  }

  .tailwind .w-\[117\.5px\] {
    width: 117.5px;
  }

  .tailwind .w-\[117px\] {
    width: 117px;
  }

  .tailwind .w-\[124\.5px\] {
    width: 124.5px;
  }

  .tailwind .w-\[125\.56\%\] {
    width: 125.56%;
  }

  .tailwind .w-\[144px\] {
    width: 144px;
  }

  .tailwind .w-\[146\.5\%\] {
    width: 146.5%;
  }

  .tailwind .w-\[147px\] {
    width: 147px;
  }

  .tailwind .w-\[198\.21px\] {
    width: 198.21px;
  }

  .tailwind .w-\[900px\] {
    width: 900px;
  }

  .tailwind .w-full {
    width: 100%;
  }

  .tailwind .max-w-none {
    max-width: none;
  }

  .tailwind .shrink-0 {
    flex-shrink: 0;
  }

  .tailwind .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .tailwind .resize {
    resize: both;
  }

  .tailwind .content-stretch {
    align-content: stretch;
  }

  .tailwind .items-center {
    align-items: center;
  }

  .tailwind .gap-\[9\.564px\] {
    gap: 9.564px;
  }

  .tailwind .gap-\[72px\] {
    gap: 72px;
  }

  .tailwind .gap-\[104px\] {
    gap: 104px;
  }

  .tailwind .overflow-hidden {
    overflow: hidden;
  }

  .tailwind .bg-\[rgba\(0\,0\,0\,0\)\], .tailwind .bg-transparent {
    background-color: #0000;
  }

  .tailwind .object-cover {
    object-fit: cover;
  }

  .tailwind .font-\[\'Helvetica_Neue\:Bold\'\,sans-serif\] {
    font-family: Helvetica Neue\:Bold, sans-serif;
  }

  .tailwind .text-\[18\.796px\] {
    font-size: 18.796px;
  }

  .tailwind .leading-\[28\.194px\] {
    --tw-leading: 28.194px;
    line-height: 28.194px;
  }

  .tailwind .text-nowrap {
    text-wrap: nowrap;
  }

  .tailwind .whitespace-pre {
    white-space: pre;
  }

  .tailwind .text-white {
    color: var(--color-white);
  }

  .tailwind .not-italic {
    font-style: normal;
  }

  .tailwind .opacity-60 {
    opacity: .6;
  }

  .tailwind .opacity-90 {
    opacity: .9;
  }

  .tailwind .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

@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-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;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}
