/*! 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-duration: initial;
      --tw-outline-style: solid;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --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 {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

  html, :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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

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

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

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

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-4\.37\%_-0\.32\%_-4\.45\%_-0\.59\%\] {
    inset: -4.37% -.32% -4.45% -.59%;
  }

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

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

  .top-\[2\.9925px\] {
    top: 2.9925px;
  }

  .top-\[33px\] {
    top: 33px;
  }

  .top-\[38px\] {
    top: 38px;
  }

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

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

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

  .top-\[100px\] {
    top: 100px;
  }

  .top-\[129px\] {
    top: 129px;
  }

  .top-\[159px\] {
    top: 159px;
  }

  .top-\[305px\] {
    top: 305px;
  }

  .top-\[335px\] {
    top: 335px;
  }

  .top-\[336\.33px\] {
    top: 336.33px;
  }

  .top-\[calc\(50\%\+0\.43px\)\] {
    top: calc(50% + .43px);
  }

  .top-\[calc\(50\%\+25\.93px\)\] {
    top: calc(50% + 25.93px);
  }

  .top-\[calc\(50\%-1\.75px\)\] {
    top: calc(50% - 1.75px);
  }

  .top-\[calc\(50\%-109\.5px\)\] {
    top: calc(50% - 109.5px);
  }

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

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

  .bottom-\[30px\] {
    bottom: 30px;
  }

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

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

  .left-\[82\.17px\] {
    left: 82.17px;
  }

  .left-\[119px\] {
    left: 119px;
  }

  .left-\[249px\] {
    left: 249px;
  }

  .left-\[250px\] {
    left: 250px;
  }

  .left-\[542px\] {
    left: 542px;
  }

  .left-\[602px\] {
    left: 602px;
  }

  .left-\[calc\(50\%\+20px\)\] {
    left: calc(50% + 20px);
  }

  .left-\[calc\(50\%\+157px\)\] {
    left: calc(50% + 157px);
  }

  .left-\[calc\(50\%\+171px\)\] {
    left: calc(50% + 171px);
  }

  .left-\[calc\(50\%\+257px\)\] {
    left: calc(50% + 257px);
  }

  .left-\[calc\(50\%\+264\.5px\)\] {
    left: calc(50% + 264.5px);
  }

  .left-\[calc\(50\%-8\.26px\)\] {
    left: calc(50% - 8.26px);
  }

  .left-\[calc\(50\%-16px\)\] {
    left: calc(50% - 16px);
  }

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

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

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

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

  .mt-\[0\.75px\] {
    margin-top: .75px;
  }

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

  .mt-\[2\.66px\] {
    margin-top: 2.66px;
  }

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

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

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

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

  .mt-px {
    margin-top: 1px;
  }

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

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

  .ml-\[6px\] {
    margin-left: 6px;
  }

  .ml-\[7px\] {
    margin-left: 7px;
  }

  .ml-\[12px\] {
    margin-left: 12px;
  }

  .ml-\[13px\] {
    margin-left: 13px;
  }

  .ml-\[14px\] {
    margin-left: 14px;
  }

  .ml-\[15px\] {
    margin-left: 15px;
  }

  .ml-\[36\.52px\] {
    margin-left: 36.52px;
  }

  .ml-\[100px\] {
    margin-left: 100px;
  }

  .ml-\[116px\] {
    margin-left: 116px;
  }

  .ml-\[232px\] {
    margin-left: 232px;
  }

  .ml-\[466px\] {
    margin-left: 466px;
  }

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-grid {
    display: inline-grid;
  }

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

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

  .h-\[33\.865px\] {
    height: 33.865px;
  }

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

  .h-\[67\.73px\] {
    height: 67.73px;
  }

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

  .h-\[76\.19625px\] {
    height: 76.1963px;
  }

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

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

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

  .w-\[75\.5px\] {
    width: 75.5px;
  }

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

  .w-\[132\.14px\] {
    width: 132.14px;
  }

  .w-\[141\.75px\] {
    width: 141.75px;
  }

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

  .w-\[169\.875px\] {
    width: 169.875px;
  }

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

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

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

  .w-\[264\.28px\] {
    width: 264.28px;
  }

  .w-\[297\.315px\] {
    width: 297.315px;
  }

  .w-\[316\.738px\] {
    width: 316.738px;
  }

  .w-\[356\.5px\] {
    width: 356.5px;
  }

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

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

  .w-\[633\.476px\] {
    width: 633.476px;
  }

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

  .w-\[min-content\] {
    width: min-content;
  }

  .w-full {
    width: 100%;
  }

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

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

  .flex-1 {
    flex: 1;
  }

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

  .origin-center {
    transform-origin: center;
  }

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

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

  .translate-x-\[calc\(-50\%\+175px\)\] {
    --tw-translate-x: calc(-50% + 175px);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

  .scale-\[2\] {
    scale: 2;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .touch-none {
    touch-action: none;
  }

  .resize {
    resize: both;
  }

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

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

  .place-items-start {
    place-items: start;
  }

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

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

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

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

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[30px\] {
    gap: 30px;
  }

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

  .gap-\[80px\] {
    gap: 80px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-\[10\.125px\] {
    border-radius: 10.125px;
  }

  .rounded-\[19\.921px\] {
    border-radius: 19.921px;
  }

  .rounded-\[39\.842px\] {
    border-radius: 39.842px;
  }

  .rounded-\[44\.82225px\] {
    border-radius: 44.8223px;
  }

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

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

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

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

  .border-t-transparent {
    border-top-color: #0000;
  }

  .border-l-transparent {
    border-left-color: #0000;
  }

  .bg-\[\#FF4C00\] {
    background-color: #ff4c00;
  }

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

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

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

  .bg-\[rgb\(51\,63\,72\)\] {
    background-color: #333f48;
  }

  .bg-\[rgb\(52\,76\,87\)\] {
    background-color: #344c57;
  }

  .bg-\[rgba\(52\,76\,87\,0\.9\)\] {
    background-color: #344c57e6;
  }

  .bg-\[rgba\(217\,217\,217\,0\)\] {
    background-color: #d9d9d900;
  }

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

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

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

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

  .p-px {
    padding: 1px;
  }

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

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

  .font-\[\'Titillium_Web\'\,sans-serif\] {
    font-family: Titillium Web, sans-serif;
  }

  .font-\[\'Titillium_Web\:Bold\'\,sans-serif\] {
    font-family: Titillium Web\:Bold, sans-serif;
  }

  .font-\[\'Titillium_Web\:Bold_Italic\'\,sans-serif\] {
    font-family: Titillium Web\:Bold Italic, sans-serif;
  }

  .font-\[\'Titillium_Web\:Italic\'\,sans-serif\] {
    font-family: Titillium Web\:Italic, sans-serif;
  }

  .font-\[Titillium_Web\] {
    font-family: Titillium Web;
  }

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

  .text-\[7\.5px\] {
    font-size: 7.5px;
  }

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

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

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

  .text-\[21\.249px\] {
    font-size: 21.249px;
  }

  .text-\[25\.2px\] {
    font-size: 25.2px;
  }

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

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

  .text-\[33\.201px\] {
    font-size: 33.201px;
  }

  .text-\[42\.498px\] {
    font-size: 42.498px;
  }

  .text-\[47\.81025px\] {
    font-size: 47.8103px;
  }

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

  .text-\[56\.25px\] {
    font-size: 56.25px;
  }

  .text-\[57\.6px\] {
    font-size: 57.6px;
  }

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

  .leading-\[29\.881px\] {
    --tw-leading: 29.881px;
    line-height: 29.881px;
  }

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

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

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

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

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

  .whitespace-nowrap {
    white-space: nowrap;
  }

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

  .text-\[\#344C57\], .text-\[\#344c57\] {
    color: #344c57;
  }

  .text-\[rgba\(52\,76\,87\,0\.9\)\] {
    color: #344c57e6;
  }

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

  .italic {
    font-style: italic;
  }

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

  .shadow-\[0px_2\.656px_2\.656px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 2.656px 2.656px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_2px_2px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 2px 2px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .transition-\[color\,box-shadow\] {
    transition-property: color, box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

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

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

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

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .focus-visible\:outline-1:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  @media (width >= 48rem) {
    .md\:top-0 {
      top: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[1\.33px\] {
      top: 1.33px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[229px\] {
      top: 229px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[305px\] {
      top: 305px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[306\.33px\] {
      top: 306.33px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[calc\(50\%\+43\.25px\)\] {
      top: calc(50% + 43.25px);
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[calc\(50\%-134\.5px\)\] {
      top: calc(50% - 134.5px);
    }
  }

  @media (width >= 48rem) {
    .md\:left-0 {
      left: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[36\.52px\] {
      left: 36.52px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[542px\] {
      left: 542px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[578\.52px\] {
      left: 578.52px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[598px\] {
      left: 598px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[605px\] {
      left: 605px;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:mt-\[1\.33px\] {
      margin-top: 1.33px;
    }
  }

  @media (width >= 48rem) {
    .md\:ml-\[6\.5px\] {
      margin-left: 6.5px;
    }
  }

  @media (width >= 48rem) {
    .md\:ml-\[6px\] {
      margin-left: 6px;
    }
  }

  @media (width >= 48rem) {
    .md\:ml-\[7px\] {
      margin-left: 7px;
    }
  }

  @media (width >= 48rem) {
    .md\:ml-\[116px\] {
      margin-left: 116px;
    }
  }

  @media (width >= 48rem) {
    .md\:ml-\[233px\] {
      margin-left: 233px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[33\.865px\] {
      height: 33.865px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[50px\] {
      height: 50px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[250px\] {
      height: 250px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[63px\] {
      width: 63px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[75\.5px\] {
      width: 75.5px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[132\.14px\] {
      width: 132.14px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[280px\] {
      width: 280px;
    }
  }

  @media (width >= 48rem) {
    .md\:translate-x-0 {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (width >= 48rem) {
    .md\:translate-y-0 {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (width >= 48rem) {
    .md\:scale-100 {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (width >= 48rem) {
    .md\:rounded-\[4\.5px\] {
      border-radius: 4.5px;
    }
  }

  @media (width >= 48rem) {
    .md\:rounded-\[19\.921px\] {
      border-radius: 19.921px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[7\.5px\] {
      font-size: 7.5px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[21\.249px\] {
      font-size: 21.249px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[21px\] {
      font-size: 21px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[25px\] {
      font-size: 25px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[48px\] {
      font-size: 48px;
    }
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .3;
  }
}

.animate-blink {
  animation: 1s ease-in-out infinite blink;
}

@keyframes fadeOut {
  to {
    opacity: 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-duration {
  syntax: "*";
  inherits: false
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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