/*! 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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-medium: 500;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --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 .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-0\.14\%_0_0\.14\%_0\] {
    inset: -.14% 0 .14%;
  }

  .tailwind .inset-\[-0\.16\%_0\] {
    inset: -.16% 0;
  }

  .tailwind .inset-\[-2\.1\%_0\] {
    inset: -2.1% 0;
  }

  .tailwind .inset-\[0_0_3px_0\] {
    inset: 0 0 3px;
  }

  .tailwind .inset-\[37\.93\%_46\.05\%_36\.55\%_46\.05\%\] {
    inset: 37.93% 46.05% 36.55%;
  }

  .tailwind .inset-\[132px_0\] {
    inset: 132px 0;
  }

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

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

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

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

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

  .tailwind .top-\[3\.51px\] {
    top: 3.51px;
  }

  .tailwind .top-\[5\.75px\] {
    top: 5.75px;
  }

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

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

  .tailwind .top-\[13\.75px\] {
    top: 13.75px;
  }

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

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

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

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

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

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

  .tailwind .top-\[34\.16px\] {
    top: 34.16px;
  }

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

  .tailwind .top-\[52\.56px\] {
    top: 52.56px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[calc\(50\%\+218\.91px\)\] {
    top: calc(50% + 218.91px);
  }

  .tailwind .top-\[calc\(50\%-10px\)\] {
    top: calc(50% - 10px);
  }

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

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

  .tailwind .right-\[2\.58\%\] {
    right: 2.58%;
  }

  .tailwind .right-\[3\.62\%\] {
    right: 3.62%;
  }

  .tailwind .right-\[4\.62\%\] {
    right: 4.62%;
  }

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

  .tailwind .right-\[16\.77px\] {
    right: 16.77px;
  }

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

  .tailwind .right-\[17\.82\%\] {
    right: 17.82%;
  }

  .tailwind .right-\[18\.83\%\] {
    right: 18.83%;
  }

  .tailwind .right-\[48\.48\%\] {
    right: 48.48%;
  }

  .tailwind .right-\[73\.18\%\] {
    right: 73.18%;
  }

  .tailwind .right-\[75\.51\%\] {
    right: 75.51%;
  }

  .tailwind .right-\[86\.97\%\] {
    right: 86.97%;
  }

  .tailwind .right-\[96\.55px\] {
    right: 96.55px;
  }

  .tailwind .right-\[calc\(4\.15\%-2px\)\] {
    right: calc(4.15% - 2px);
  }

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

  .tailwind .bottom-\[8px\] {
    bottom: 8px;
  }

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

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

  .tailwind .bottom-\[132px\] {
    bottom: 132px;
  }

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

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

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

  .tailwind .left-\[2\.58\%\] {
    left: 2.58%;
  }

  .tailwind .left-\[3\.62\%\] {
    left: 3.62%;
  }

  .tailwind .left-\[4\.62\%\] {
    left: 4.62%;
  }

  .tailwind .left-\[8\.19px\] {
    left: 8.19px;
  }

  .tailwind .left-\[15\.45px\] {
    left: 15.45px;
  }

  .tailwind .left-\[16\.02px\] {
    left: 16.02px;
  }

  .tailwind .left-\[30\.15\%\] {
    left: 30.15%;
  }

  .tailwind .left-\[33\.01\%\] {
    left: 33.01%;
  }

  .tailwind .left-\[47\.53\%\] {
    left: 47.53%;
  }

  .tailwind .left-\[88\.1\%\] {
    left: 88.1%;
  }

  .tailwind .left-\[calc\(4\.15\%-2px\)\] {
    left: calc(4.15% - 2px);
  }

  .tailwind .left-\[calc\(50\%\+26\.28px\)\] {
    left: calc(50% + 26.28px);
  }

  .tailwind .left-\[calc\(50\%\+27\.25px\)\] {
    left: calc(50% + 27.25px);
  }

  .tailwind .left-\[calc\(50\%\+69\.5px\)\] {
    left: calc(50% + 69.5px);
  }

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

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

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

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

  .tailwind .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .tailwind .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .tailwind .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .tailwind .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .tailwind .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .tailwind .container {
      max-width: 96rem;
    }
  }

  .tailwind .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }

  .tailwind .m-\[0px\] {
    margin: 0;
  }

  .tailwind .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }

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

  .tailwind .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .tailwind .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .tailwind .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .tailwind .mt-\[1px\] {
    margin-top: 1px;
  }

  .tailwind .mt-\[10px\] {
    margin-top: 10px;
  }

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

  .tailwind .\!flex {
    display: flex !important;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

  .tailwind .inline {
    display: inline;
  }

  .tailwind .table {
    display: table;
  }

  .tailwind .size-\[8px\] {
    width: 8px;
    height: 8px;
  }

  .tailwind .size-\[20px\] {
    width: 20px;
    height: 20px;
  }

  .tailwind .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .tailwind .size-\[28px\] {
    width: 28px;
    height: 28px;
  }

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

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

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

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

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

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

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

  .tailwind .h-\[23\.848px\] {
    height: 23.848px;
  }

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

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

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

  .tailwind .h-\[33\.404px\] {
    height: 33.404px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[289\.313px\] {
    height: 289.313px;
  }

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

  .tailwind .h-\[486\.313px\] {
    height: 486.313px;
  }

  .tailwind .h-\[574\.313px\] {
    height: 574.313px;
  }

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

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

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

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

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

  .tailwind .h-px {
    height: 1px;
  }

  .tailwind .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }

  .tailwind .min-h-px {
    min-height: 1px;
  }

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

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

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

  .tailwind .w-\[33\.617px\] {
    width: 33.617px;
  }

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

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

  .tailwind .w-\[112\.547px\] {
    width: 112.547px;
  }

  .tailwind .w-\[113\.938px\] {
    width: 113.938px;
  }

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

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

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

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

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

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

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

  .tailwind .min-w-px {
    min-width: 1px;
  }

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

  .tailwind .grow {
    flex-grow: 1;
  }

  .tailwind .basis-0 {
    flex-basis: calc(var(--spacing) * 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 .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

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

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

  .tailwind .rotate-180 {
    rotate: 180deg;
  }

  .tailwind .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

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

  .tailwind .cursor-not-allowed {
    cursor: not-allowed;
  }

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

  .tailwind .resize {
    resize: both;
  }

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

  .tailwind .flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .tailwind .items-start {
    align-items: flex-start;
  }

  .tailwind .\!justify-between {
    justify-content: space-between !important;
  }

  .tailwind .justify-between {
    justify-content: space-between;
  }

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

  .tailwind .justify-end {
    justify-content: flex-end;
  }

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

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

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

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

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

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

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

  .tailwind .rounded {
    border-radius: .25rem;
  }

  .tailwind .rounded-\[4px\] {
    border-radius: 4px;
  }

  .tailwind .rounded-\[5px\] {
    border-radius: 5px;
  }

  .tailwind .rounded-\[8px\] {
    border-radius: 8px;
  }

  .tailwind .rounded-\[11px\] {
    border-radius: 11px;
  }

  .tailwind .rounded-\[12px\] {
    border-radius: 12px;
  }

  .tailwind .rounded-\[inherit\] {
    border-radius: inherit;
  }

  .tailwind .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .tailwind .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .tailwind .border-\[7px\] {
    border-style: var(--tw-border-style);
    border-width: 7px;
  }

  .tailwind .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .tailwind .border-\[\#485CC7\], .tailwind .border-\[\#485cc7\] {
    border-color: #485cc7;
  }

  .tailwind .border-\[\#c2c2c2\] {
    border-color: #c2c2c2;
  }

  .tailwind .border-\[\#d6d9df\] {
    border-color: #d6d9df;
  }

  .tailwind .border-\[\#ff7915\] {
    border-color: #ff7915;
  }

  .tailwind .border-\[rgba\(72\,92\,199\,0\.5\)\] {
    border-color: #485cc780;
  }

  .tailwind .border-\[rgba\(145\,158\,171\,0\.32\)\] {
    border-color: #919eab52;
  }

  .tailwind .\!bg-transparent {
    background-color: #0000 !important;
  }

  .tailwind .bg-\[\#45a8b5\] {
    background-color: #45a8b5;
  }

  .tailwind .bg-\[\#307de1\] {
    background-color: #307de1;
  }

  .tailwind .bg-\[\#485cc7\] {
    background-color: #485cc7;
  }

  .tailwind .bg-\[\#3130b0\] {
    background-color: #3130b0;
  }

  .tailwind .bg-\[\#036050\] {
    background-color: #036050;
  }

  .tailwind .bg-\[\#c0c5d8\] {
    background-color: #c0c5d8;
  }

  .tailwind .bg-\[\#d1222b\] {
    background-color: #d1222b;
  }

  .tailwind .bg-\[rgba\(51\,68\,165\,0\.14\)\] {
    background-color: #3344a524;
  }

  .tailwind .bg-\[rgba\(72\,92\,199\,0\.08\)\] {
    background-color: #485cc714;
  }

  .tailwind .bg-\[rgba\(237\,239\,249\,0\.5\)\] {
    background-color: #edeff980;
  }

  .tailwind .bg-\[rgba\(255\,255\,255\,0\.01\)\] {
    background-color: #ffffff03;
  }

  .tailwind .bg-transparent {
    background-color: #0000;
  }

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

  .tailwind .\[mask-composite\:intersect\,_intersect\] {
    mask-composite: intersect, intersect;
  }

  .tailwind .mask-intersect {
    mask-composite: intersect;
  }

  .tailwind .\[mask-mode\:alpha\,_alpha\] {
    mask-mode: alpha, alpha;
  }

  .tailwind .mask-alpha {
    mask-mode: alpha;
  }

  .tailwind .mask-size-\[155px_38px\,_24\.474px_31\.449px\] {
    mask-size: 155px 38px, 24.474px 31.449px;
  }

  .tailwind .mask-size-\[155px_38px\] {
    mask-size: 155px 38px;
  }

  .tailwind .\[mask-clip\:no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip;
  }

  .tailwind .mask-no-clip {
    mask-clip: no-clip;
  }

  .tailwind .mask-position-\[-71\.379px\,_-6\.117px_-14\.414px\,_-10\.482px\] {
    mask-position: -71.379px, -6.117px -14.414px, -10.482px;
  }

  .tailwind .mask-position-\[0px_0\.053px\] {
    mask-position: 0 .053px;
  }

  .tailwind .\[mask-repeat\:no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat;
  }

  .tailwind .mask-no-repeat {
    mask-repeat: no-repeat;
  }

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

  .tailwind .p-\[0px\] {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .py-\[8px\] {
    padding-block: 8px;
  }

  .tailwind .py-\[9px\] {
    padding-block: 9px;
  }

  .tailwind .py-\[16px\] {
    padding-block: 16px;
  }

  .tailwind .pt-\[28px\] {
    padding-top: 28px;
  }

  .tailwind .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

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

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

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

  .tailwind .font-\[\'IRANYekanX\'\,_sans-serif\] {
    font-family: IRANYekanX, sans-serif;
  }

  .tailwind .font-\[\'IRANYekanXFaNum\'\] {
    font-family: IRANYekanXFaNum;
  }

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

  .tailwind .font-\[\'IRANYekanXFaNum\:Medium\'\,sans-serif\] {
    font-family: IRANYekanXFaNum\:Medium, sans-serif;
  }

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

  .tailwind .text-\[14\.91px\] {
    font-size: 14.91px;
  }

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

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

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

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

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

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

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

  .tailwind .leading-\[19\.383px\] {
    --tw-leading: 19.383px;
    line-height: 19.383px;
  }

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

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

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

  .tailwind .leading-\[24\.5px\] {
    --tw-leading: 24.5px;
    line-height: 24.5px;
  }

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

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

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

  .tailwind .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

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

  .tailwind .\!text-\[\#212121\] {
    color: #212121 !important;
  }

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

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

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

  .tailwind .text-\[\#485CC7\], .tailwind .text-\[\#485cc7\] {
    color: #485cc7;
  }

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

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

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

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

  .tailwind .text-\[rgb\(72\,92\,199\)\] {
    color: #485cc7;
  }

  .tailwind .text-\[rgb\(145\,158\,171\)\] {
    color: #919eab;
  }

  .tailwind .text-\[rgba\(145\,158\,171\,0\.32\)\] {
    color: #919eab52;
  }

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

  .tailwind .capitalize {
    text-transform: capitalize;
  }

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

  .tailwind .no-underline {
    text-decoration-line: none;
  }

  .tailwind .placeholder-gray-500::placeholder {
    color: var(--color-gray-500);
  }

  .tailwind .opacity-40 {
    opacity: .4;
  }

  .tailwind .opacity-\[0\.38\] {
    opacity: .38;
  }

  .tailwind .\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }

  .tailwind .shadow-\[-8px_24px_24px_12px_rgba\(22\,28\,36\,0\.16\)\] {
    --tw-shadow: -8px 24px 24px 12px var(--tw-shadow-color, #161c2429);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0px_0px_0px_0px_rgba\(0\,0\,0\,0\)\,0px_0px_0px_0px_rgba\(0\,0\,0\,0\)\,0px_0px_0px_0px_rgba\(0\,0\,0\,0\)\] {
    --tw-shadow: 0px 0px 0px 0px var(--tw-shadow-color, #0000), 0px 0px 0px 0px var(--tw-shadow-color, #0000), 0px 0px 0px 0px var(--tw-shadow-color, #0000);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0px_2px_4px_-2px_rgba\(0\,0\,0\,0\.1\)\,0px_4px_6px_-1px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 2px 4px -2px var(--tw-shadow-color, #0000001a), 0px 4px 6px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0px_4px_6px_-4px_rgba\(0\,0\,0\,0\.1\)\,0px_10px_15px_-3px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 4px 6px -4px var(--tw-shadow-color, #0000001a), 0px 10px 15px -3px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .tailwind .invert {
    --tw-invert: invert(100%);
    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 .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 .backdrop-blur-\[10px\] {
    --tw-backdrop-blur: blur(10px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .tailwind .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

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

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

  .tailwind .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .tailwind .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .tailwind .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .tailwind .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .tailwind .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (hover: hover) {
    .tailwind .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[rgba\(72\,92\,199\,0\.08\)\]:hover {
      background-color: #485cc714;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[rgba\(72\,92\,199\,0\.15\)\]:hover {
      background-color: #485cc726;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[rgba\(255\,255\,255\,0\.1\)\]:hover {
      background-color: #ffffff1a;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  .tailwind .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  .tailwind .active\:opacity-70:active {
    opacity: .7;
  }

  @media (width >= 48rem) {
    .tailwind .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:p-0 {
      padding: calc(var(--spacing) * 0);
    }
  }
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

@property --tw-font-weight {
  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: 0;
}

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

@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-backdrop-blur {
  syntax: "*";
  inherits: false
}

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

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

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

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

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

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

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

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

@property --tw-duration {
  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;
}
