/*! 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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-leading: initial;
      --tw-tracking: initial;
      --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;
    }
  }
}

@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;
    --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-\[-37\.93\%_-36\.54\%\] {
    inset: -37.93% -36.54%;
  }

  .tailwind .inset-\[-38\.03\%_-36\.45\%\] {
    inset: -38.03% -36.45%;
  }

  .tailwind .inset-\[-40\.49\%_-38\.79\%\] {
    inset: -40.49% -38.79%;
  }

  .tailwind .inset-\[-48\.73\%_-39\.29\%\] {
    inset: -48.73% -39.29%;
  }

  .tailwind .inset-\[-53\.97\%_-51\.98\%\] {
    inset: -53.97% -51.98%;
  }

  .tailwind .inset-\[-54\.28\%_-51\.87\%\] {
    inset: -54.28% -51.87%;
  }

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

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

  .tailwind .top-\[-2\.08px\] {
    top: -2.08px;
  }

  .tailwind .top-\[-80\.59\%\] {
    top: -80.59%;
  }

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

  .tailwind .top-\[21\.14\%\] {
    top: 21.14%;
  }

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

  .tailwind .top-\[477\.92px\] {
    top: 477.92px;
  }

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

  .tailwind .right-\[-144\.58px\] {
    right: -144.58px;
  }

  .tailwind .right-\[-152px\] {
    right: -152px;
  }

  .tailwind .right-\[-189\.97px\] {
    right: -189.97px;
  }

  .tailwind .right-\[-242\.59px\] {
    right: -242.59px;
  }

  .tailwind .right-\[-336\.59px\] {
    right: -336.59px;
  }

  .tailwind .right-\[-380px\] {
    right: -380px;
  }

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

  .tailwind .bottom-\[-173\.19px\] {
    bottom: -173.19px;
  }

  .tailwind .bottom-\[27\.68\%\] {
    bottom: 27.68%;
  }

  .tailwind .bottom-\[67\.99px\] {
    bottom: 67.99px;
  }

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

  .tailwind .left-\[-2\.41\%\] {
    left: -2.41%;
  }

  .tailwind .left-\[-70px\] {
    left: -70px;
  }

  .tailwind .left-\[-106\.35\%\] {
    left: -106.35%;
  }

  .tailwind .left-\[-146px\] {
    left: -146px;
  }

  .tailwind .left-\[-150px\] {
    left: -150px;
  }

  .tailwind .left-\[-179px\] {
    left: -179px;
  }

  .tailwind .left-\[-269px\] {
    left: -269px;
  }

  .tailwind .left-\[-339px\] {
    left: -339px;
  }

  .tailwind .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .tailwind .box-border {
    box-sizing: border-box;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .aspect-\[1816\/1087\] {
    aspect-ratio: 1816 / 1087;
  }

  .tailwind .aspect-\[1985\/1087\] {
    aspect-ratio: 1985 / 1087;
  }

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

  .tailwind .h-\[17\.859px\] {
    height: 17.859px;
  }

  .tailwind .h-\[251\.24\%\] {
    height: 251.24%;
  }

  .tailwind .h-\[285\.576px\] {
    height: 285.576px;
  }

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

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

  .tailwind .h-\[324\.846px\] {
    height: 324.846px;
  }

  .tailwind .h-\[396\.431px\] {
    height: 396.431px;
  }

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

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

  .tailwind .h-\[434\.368px\] {
    height: 434.368px;
  }

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

  .tailwind .h-\[462\.153px\] {
    height: 462.153px;
  }

  .tailwind .h-\[553\.693px\] {
    height: 553.693px;
  }

  .tailwind .h-\[563\.986px\] {
    height: 563.986px;
  }

  .tailwind .h-\[573\.181px\] {
    height: 573.181px;
  }

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

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

  .tailwind .w-\[206\.35\%\] {
    width: 206.35%;
  }

  .tailwind .w-\[225\.55\%\] {
    width: 225.55%;
  }

  .tailwind .w-\[337\.253px\] {
    width: 337.253px;
  }

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

  .tailwind .w-\[414\.418px\] {
    width: 414.418px;
  }

  .tailwind .w-\[450\.957px\] {
    width: 450.957px;
  }

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

  .tailwind .w-\[477\.098px\] {
    width: 477.098px;
  }

  .tailwind .w-\[479\.804px\] {
    width: 479.804px;
  }

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

  .tailwind .w-\[512\.034px\] {
    width: 512.034px;
  }

  .tailwind .w-\[520\.446px\] {
    width: 520.446px;
  }

  .tailwind .w-\[554\.143px\] {
    width: 554.143px;
  }

  .tailwind .w-\[565\.584px\] {
    width: 565.584px;
  }

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

  .tailwind .w-\[676\.615px\] {
    width: 676.615px;
  }

  .tailwind .w-\[739\.581px\] {
    width: 739.581px;
  }

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

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

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

  .tailwind .flex-none {
    flex: none;
  }

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

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

  .tailwind .rotate-\[46\.307deg\] {
    rotate: 46.307deg;
  }

  .tailwind .rotate-\[53\.847deg\] {
    rotate: 53.847deg;
  }

  .tailwind .rotate-\[165\.638deg\] {
    rotate: 165.638deg;
  }

  .tailwind .skew-x-\[1\.302deg\] {
    --tw-skew-x: skewX(1.302deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .flex-col {
    flex-direction: column;
  }

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

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

  .tailwind .justify-center {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

  .tailwind .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .tailwind .px-\[24px\] {
    padding-inline: 24px;
  }

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

  .tailwind .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

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

  .tailwind .pb-\[36px\] {
    padding-bottom: 36px;
  }

  .tailwind .pb-\[52px\] {
    padding-bottom: 52px;
  }

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

  .tailwind .font-\[\'Apercu_Pro\:Bold\'\,_sans-serif\] {
    font-family: Apercu Pro\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Apercu_Pro\:Bold_Italic\'\,_sans-serif\] {
    font-family: Apercu Pro\:Bold Italic, sans-serif;
  }

  .tailwind .font-\[\'Apercu_Pro\:Medium\'\,_sans-serif\] {
    font-family: Apercu Pro\:Medium, sans-serif;
  }

  .tailwind .font-\[\'Days_One\:Regular\'\,_sans-serif\] {
    font-family: Days One\:Regular, sans-serif;
  }

  .tailwind .text-\[0px\] {
    font-size: 0;
  }

  .tailwind .text-\[12px\] {
    font-size: 12px;
  }

  .tailwind .text-\[13px\] {
    font-size: 13px;
  }

  .tailwind .text-\[26px\] {
    font-size: 26px;
  }

  .tailwind .text-\[36px\] {
    font-size: 36px;
  }

  .tailwind .text-\[44px\] {
    font-size: 44px;
  }

  .tailwind .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .tailwind .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }

  .tailwind .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .tailwind .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }

  .tailwind .leading-\[52px\] {
    --tw-leading: 52px;
    line-height: 52px;
  }

  .tailwind .tracking-\[-0\.44px\] {
    --tw-tracking: -.44px;
    letter-spacing: -.44px;
  }

  .tailwind .tracking-\[-2px\] {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }

  .tailwind .tracking-\[0\.91px\] {
    --tw-tracking: .91px;
    letter-spacing: .91px;
  }

  .tailwind .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }

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

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

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

  .tailwind .text-\[\#2c72f4\] {
    color: #2c72f4;
  }

  .tailwind .text-\[\#6d7076\] {
    color: #6d7076;
  }

  .tailwind .text-\[\#7bcc88\] {
    color: #7bcc88;
  }

  .tailwind .text-\[\#374251\] {
    color: #374251;
  }

  .tailwind .text-\[\#b5a0f7\] {
    color: #b5a0f7;
  }

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

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

  .tailwind .mix-blend-darken {
    mix-blend-mode: darken;
  }

  .tailwind .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, );
  }

  .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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

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

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

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