@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";

/* src/styles.css */
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::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,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-32 {
    top: calc(var(--spacing) * -32);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .-right-28 {
    right: calc(var(--spacing) * -28);
  }
  .right-0\.5 {
    right: calc(var(--spacing) * 0.5);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .-bottom-28 {
    bottom: calc(var(--spacing) * -28);
  }
  .-left-24 {
    left: calc(var(--spacing) * -24);
  }
  .left-0\.5 {
    left: calc(var(--spacing) * 0.5);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-\[2000\] {
    z-index: 2000;
  }
  .z-\[9998\] {
    z-index: 9998;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .z-\[10020\] {
    z-index: 10020;
  }
  .z-\[10021\] {
    z-index: 10021;
  }
  .z-\[10030\] {
    z-index: 10030;
  }
  .z-\[10031\] {
    z-index: 10031;
  }
  .z-\[10040\] {
    z-index: 10040;
  }
  .z-\[10041\] {
    z-index: 10041;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-\[0\.72rem\] {
    height: 0.72rem;
  }
  .h-\[0\.95rem\] {
    height: 0.95rem;
  }
  .h-\[4\.2rem\] {
    height: 4.2rem;
  }
  .h-\[10\.6rem\] {
    height: 10.6rem;
  }
  .h-\[22rem\] {
    height: 22rem;
  }
  .h-\[26rem\] {
    height: 26rem;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[70vh\] {
    max-height: 70vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .min-h-40 {
    min-height: calc(var(--spacing) * 40);
  }
  .min-h-\[14rem\] {
    min-height: 14rem;
  }
  .min-h-\[18rem\] {
    min-height: 18rem;
  }
  .min-h-\[20rem\] {
    min-height: 20rem;
  }
  .min-h-\[35rem\] {
    min-height: 35rem;
  }
  .min-h-\[44rem\] {
    min-height: 44rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[0\.95rem\] {
    width: 0.95rem;
  }
  .w-\[4\.2rem\] {
    width: 4.2rem;
  }
  .w-\[4\.6rem\] {
    width: 4.6rem;
  }
  .w-\[10\.6rem\] {
    width: 10.6rem;
  }
  .w-\[22rem\] {
    width: 22rem;
  }
  .w-\[26rem\] {
    width: 26rem;
  }
  .w-\[276px\] {
    width: 276px;
  }
  .w-\[min\(92vw\,23rem\)\] {
    width: min(92vw, 23rem);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[26rem\] {
    max-width: 26rem;
  }
  .max-w-\[28rem\] {
    max-width: 28rem;
  }
  .max-w-\[30rem\] {
    max-width: 30rem;
  }
  .max-w-\[32rem\] {
    max-width: 32rem;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[1450px\] {
    max-width: 1450px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[420px\] {
    min-width: 420px;
  }
  .min-w-\[760px\] {
    min-width: 760px;
  }
  .min-w-\[880px\] {
    min-width: 880px;
  }
  .min-w-\[900px\] {
    min-width: 900px;
  }
  .min-w-\[980px\] {
    min-width: 980px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[1\.2\] {
    flex: 1.2;
  }
  .flex-\[1\.4\] {
    flex: 1.4;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-14 {
    column-gap: calc(var(--spacing) * 14);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-\[\#2b3a4f\] > :not(:last-child)) {
    border-color: #2b3a4f;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[0\.6rem\] {
    border-radius: 0.6rem;
  }
  .rounded-\[0\.7rem\] {
    border-radius: 0.7rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-sm {
    border-top-left-radius: var(--radius-sm);
    border-top-right-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[0\.7rem\] {
    border-style: var(--tw-border-style);
    border-width: 0.7rem;
  }
  .border-\[0\.28rem\] {
    border-style: var(--tw-border-style);
    border-width: 0.28rem;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#2b3a4f\] {
    border-color: #2b3a4f;
  }
  .border-\[\#2b3b4f\] {
    border-color: #2b3b4f;
  }
  .border-\[\#2b6d5c\] {
    border-color: #2b6d5c;
  }
  .border-\[\#2c3b50\] {
    border-color: #2c3b50;
  }
  .border-\[\#2e9bff\] {
    border-color: #2e9bff;
  }
  .border-\[\#2e4159\] {
    border-color: #2e4159;
  }
  .border-\[\#2f3e54\] {
    border-color: #2f3e54;
  }
  .border-\[\#3a4a5f\] {
    border-color: #3a4a5f;
  }
  .border-\[\#3a4757\] {
    border-color: #3a4757;
  }
  .border-\[\#3b4b61\] {
    border-color: #3b4b61;
  }
  .border-\[\#3f5068\] {
    border-color: #3f5068;
  }
  .border-\[\#3f5168\] {
    border-color: #3f5168;
  }
  .border-\[\#4b607b\] {
    border-color: #4b607b;
  }
  .border-\[\#5a6f89\] {
    border-color: #5a6f89;
  }
  .border-\[\#5a3140\] {
    border-color: #5a3140;
  }
  .border-\[\#7a3345\] {
    border-color: #7a3345;
  }
  .border-\[\#7f93ac\] {
    border-color: #7f93ac;
  }
  .border-\[\#30445f\] {
    border-color: #30445f;
  }
  .border-\[\#32455d\] {
    border-color: #32455d;
  }
  .border-\[\#33475f\] {
    border-color: #33475f;
  }
  .border-\[\#34435b\] {
    border-color: #34435b;
  }
  .border-\[\#35506f\] {
    border-color: #35506f;
  }
  .border-\[\#41526a\] {
    border-color: #41526a;
  }
  .border-\[\#60384a\] {
    border-color: #60384a;
  }
  .border-\[\#243044\] {
    border-color: #243044;
  }
  .border-\[\#314056\] {
    border-color: #314056;
  }
  .border-\[\#314256\] {
    border-color: #314256;
  }
  .border-\[\#334459\] {
    border-color: #334459;
  }
  .border-\[\#445872\] {
    border-color: #445872;
  }
  .border-\[rgba\(16\,185\,129\,0\.24\)\] {
    border-color: rgba(16, 185, 129, 0.24);
  }
  .border-\[rgba\(19\,127\,236\,0\.2\)\] {
    border-color: rgba(19, 127, 236, 0.2);
  }
  .border-\[rgba\(113\,215\,161\,0\.45\)\] {
    border-color: rgba(113, 215, 161, 0.45);
  }
  .border-\[rgba\(122\,153\,194\,0\.35\)\] {
    border-color: rgba(122, 153, 194, 0.35);
  }
  .border-\[rgba\(143\,162\,183\,0\.2\)\] {
    border-color: rgba(143, 162, 183, 0.2);
  }
  .border-\[rgba\(148\,170\,198\,0\.45\)\] {
    border-color: rgba(148, 170, 198, 0.45);
  }
  .border-\[rgba\(154\,177\,203\,0\.35\)\] {
    border-color: rgba(154, 177, 203, 0.35);
  }
  .border-\[rgba\(216\,230\,247\,0\.25\)\] {
    border-color: rgba(216, 230, 247, 0.25);
  }
  .border-\[rgba\(244\,63\,94\,0\.24\)\] {
    border-color: rgba(244, 63, 94, 0.24);
  }
  .border-\[rgba\(244\,63\,94\,0\.25\)\] {
    border-color: rgba(244, 63, 94, 0.25);
  }
  .border-\[rgba\(251\,113\,133\,0\.45\)\] {
    border-color: rgba(251, 113, 133, 0.45);
  }
  .border-\[rgba\(255\,125\,125\,0\.4\)\] {
    border-color: rgba(255, 125, 125, 0.4);
  }
  .border-\[rgba\(255\,125\,125\,0\.7\)\] {
    border-color: rgba(255, 125, 125, 0.7);
  }
  .border-\[rgba\(255\,125\,125\,0\.35\)\] {
    border-color: rgba(255, 125, 125, 0.35);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-t-\[\#2ea0ff\] {
    border-top-color: #2ea0ff;
  }
  .border-t-\[\#d8e6f7\] {
    border-top-color: #d8e6f7;
  }
  .bg-\[\#0b131f\] {
    background-color: #0b131f;
  }
  .bg-\[\#0d1520\] {
    background-color: #0d1520;
  }
  .bg-\[\#0f1620\] {
    background-color: #0f1620;
  }
  .bg-\[\#0f1721\] {
    background-color: #0f1721;
  }
  .bg-\[\#0f1723\] {
    background-color: #0f1723;
  }
  .bg-\[\#0f1724\] {
    background-color: #0f1724;
  }
  .bg-\[\#1a2433\] {
    background-color: #1a2433;
  }
  .bg-\[\#1a2534\] {
    background-color: #1a2534;
  }
  .bg-\[\#1a2635\] {
    background-color: #1a2635;
  }
  .bg-\[\#1a2737\] {
    background-color: #1a2737;
  }
  .bg-\[\#1b2a3b\] {
    background-color: #1b2a3b;
  }
  .bg-\[\#1b2533\] {
    background-color: #1b2533;
  }
  .bg-\[\#1c2531\] {
    background-color: #1c2531;
  }
  .bg-\[\#1d2733\] {
    background-color: #1d2733;
  }
  .bg-\[\#1f2b3a\] {
    background-color: #1f2b3a;
  }
  .bg-\[\#1f6fbf\] {
    background-color: #1f6fbf;
  }
  .bg-\[\#1f232b\] {
    background-color: #1f232b;
  }
  .bg-\[\#2a1b24\] {
    background-color: #2a1b24;
  }
  .bg-\[\#2a2e35\] {
    background-color: #2a2e35;
  }
  .bg-\[\#2a3a4f\] {
    background-color: #2a3a4f;
  }
  .bg-\[\#2b3a4f\] {
    background-color: #2b3a4f;
  }
  .bg-\[\#2b3d54\] {
    background-color: #2b3d54;
  }
  .bg-\[\#2b394c\] {
    background-color: #2b394c;
  }
  .bg-\[\#2c3a4f\] {
    background-color: #2c3a4f;
  }
  .bg-\[\#2c3c52\] {
    background-color: #2c3c52;
  }
  .bg-\[\#2d3d53\] {
    background-color: #2d3d53;
  }
  .bg-\[\#2d9dff\] {
    background-color: #2d9dff;
  }
  .bg-\[\#2e9bff\] {
    background-color: #2e9bff;
  }
  .bg-\[\#2f3a4a\] {
    background-color: #2f3a4a;
  }
  .bg-\[\#2f4159\] {
    background-color: #2f4159;
  }
  .bg-\[\#3a4c62\] {
    background-color: #3a4c62;
  }
  .bg-\[\#3c4f66\] {
    background-color: #3c4f66;
  }
  .bg-\[\#4a4f57\] {
    background-color: #4a4f57;
  }
  .bg-\[\#9aa9bb\] {
    background-color: #9aa9bb;
  }
  .bg-\[\#10d39f\] {
    background-color: #10d39f;
  }
  .bg-\[\#16d3a5\] {
    background-color: #16d3a5;
  }
  .bg-\[\#030f1d\] {
    background-color: #030f1d;
  }
  .bg-\[\#90a6be\] {
    background-color: #90a6be;
  }
  .bg-\[\#101b2a\] {
    background-color: #101b2a;
  }
  .bg-\[\#111b2a\] {
    background-color: #111b2a;
  }
  .bg-\[\#111b29\] {
    background-color: #111b29;
  }
  .bg-\[\#111d2b\] {
    background-color: #111d2b;
  }
  .bg-\[\#121d2a\] {
    background-color: #121d2a;
  }
  .bg-\[\#131f2d\] {
    background-color: #131f2d;
  }
  .bg-\[\#137fec\] {
    background-color: #137fec;
  }
  .bg-\[\#161c24\] {
    background-color: #161c24;
  }
  .bg-\[\#188dff\] {
    background-color: #188dff;
  }
  .bg-\[\#238ff7\] {
    background-color: #238ff7;
  }
  .bg-\[\#311d27\] {
    background-color: #311d27;
  }
  .bg-\[\#2487f2\] {
    background-color: #2487f2;
  }
  .bg-\[\#2583ea\] {
    background-color: #2583ea;
  }
  .bg-\[\#2994ff\] {
    background-color: #2994ff;
  }
  .bg-\[\#7388a3\] {
    background-color: #7388a3;
  }
  .bg-\[\#10241f\] {
    background-color: #10241f;
  }
  .bg-\[\#16202d\] {
    background-color: #16202d;
  }
  .bg-\[\#26131a\] {
    background-color: #26131a;
  }
  .bg-\[\#51414a\] {
    background-color: #51414a;
  }
  .bg-\[\#111821\] {
    background-color: #111821;
  }
  .bg-\[\#182534\] {
    background-color: #182534;
  }
  .bg-\[\#223248\] {
    background-color: #223248;
  }
  .bg-\[\#253349\] {
    background-color: #253349;
  }
  .bg-\[\#271821\] {
    background-color: #271821;
  }
  .bg-\[\#344254\] {
    background-color: #344254;
  }
  .bg-\[\#445872\] {
    background-color: #445872;
  }
  .bg-\[\#d5dce5\] {
    background-color: #d5dce5;
  }
  .bg-\[\#dbe2eb\] {
    background-color: #dbe2eb;
  }
  .bg-\[\#ec3f6d\] {
    background-color: #ec3f6d;
  }
  .bg-\[\#eceef2\] {
    background-color: #eceef2;
  }
  .bg-\[\#ff5a83\] {
    background-color: #ff5a83;
  }
  .bg-\[rgba\(2\,10\,20\,0\.65\)\] {
    background-color: rgba(2, 10, 20, 0.65);
  }
  .bg-\[rgba\(3\,8\,16\,0\.64\)\] {
    background-color: rgba(3, 8, 16, 0.64);
  }
  .bg-\[rgba\(3\,15\,29\,0\.55\)\] {
    background-color: rgba(3, 15, 29, 0.55);
  }
  .bg-\[rgba\(16\,185\,129\,0\.1\)\] {
    background-color: rgba(16, 185, 129, 0.1);
  }
  .bg-\[rgba\(16\,185\,129\,0\.12\)\] {
    background-color: rgba(16, 185, 129, 0.12);
  }
  .bg-\[rgba\(16\,185\,129\,0\.14\)\] {
    background-color: rgba(16, 185, 129, 0.14);
  }
  .bg-\[rgba\(16\,185\,129\,0\.16\)\] {
    background-color: rgba(16, 185, 129, 0.16);
  }
  .bg-\[rgba\(19\,127\,236\,0\.14\)\] {
    background-color: rgba(19, 127, 236, 0.14);
  }
  .bg-\[rgba\(19\,127\,236\,0\.15\)\] {
    background-color: rgba(19, 127, 236, 0.15);
  }
  .bg-\[rgba\(19\,127\,236\,0\.16\)\] {
    background-color: rgba(19, 127, 236, 0.16);
  }
  .bg-\[rgba\(21\,64\,110\,0\.3\)\] {
    background-color: rgba(21, 64, 110, 0.3);
  }
  .bg-\[rgba\(46\,155\,255\,0\.12\)\] {
    background-color: rgba(46, 155, 255, 0.12);
  }
  .bg-\[rgba\(50\,97\,153\,0\.35\)\] {
    background-color: rgba(50, 97, 153, 0.35);
  }
  .bg-\[rgba\(59\,130\,246\,0\.14\)\] {
    background-color: rgba(59, 130, 246, 0.14);
  }
  .bg-\[rgba\(84\,176\,129\,0\.12\)\] {
    background-color: rgba(84, 176, 129, 0.12);
  }
  .bg-\[rgba\(85\,24\,24\,0\.25\)\] {
    background-color: rgba(85, 24, 24, 0.25);
  }
  .bg-\[rgba\(148\,163\,184\,0\.15\)\] {
    background-color: rgba(148, 163, 184, 0.15);
  }
  .bg-\[rgba\(148\,170\,198\,0\.11\)\] {
    background-color: rgba(148, 170, 198, 0.11);
  }
  .bg-\[rgba\(154\,177\,203\,0\.08\)\] {
    background-color: rgba(154, 177, 203, 0.08);
  }
  .bg-\[rgba\(158\,176\,197\,0\.1\)\] {
    background-color: rgba(158, 176, 197, 0.1);
  }
  .bg-\[rgba\(190\,24\,93\,0\.2\)\] {
    background-color: rgba(190, 24, 93, 0.2);
  }
  .bg-\[rgba\(190\,24\,93\,0\.12\)\] {
    background-color: rgba(190, 24, 93, 0.12);
  }
  .bg-\[rgba\(244\,63\,94\,0\.1\)\] {
    background-color: rgba(244, 63, 94, 0.1);
  }
  .bg-\[rgba\(244\,63\,94\,0\.12\)\] {
    background-color: rgba(244, 63, 94, 0.12);
  }
  .bg-\[rgba\(244\,63\,94\,0\.14\)\] {
    background-color: rgba(244, 63, 94, 0.14);
  }
  .bg-\[rgba\(244\,63\,94\,0\.16\)\] {
    background-color: rgba(244, 63, 94, 0.16);
  }
  .bg-\[rgba\(245\,158\,11\,0\.12\)\] {
    background-color: rgba(245, 158, 11, 0.12);
  }
  .bg-\[rgba\(245\,158\,11\,0\.14\)\] {
    background-color: rgba(245, 158, 11, 0.14);
  }
  .bg-\[rgba\(255\,125\,125\,0\.08\)\] {
    background-color: rgba(255, 125, 125, 0.08);
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/70 {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-black\/75 {
    background-color: color-mix(in srgb, #000 75%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/75 {
      background-color: color-mix(in oklab, var(--color-black) 75%, transparent);
    }
  }
  .bg-slate-500\/20 {
    background-color: color-mix(in srgb, oklch(55.4% 0.046 257.417) 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-slate-500\/20 {
      background-color: color-mix(in oklab, var(--color-slate-500) 20%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#212c3a\] {
    --tw-gradient-from: #212c3a;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#081321\] {
    --tw-gradient-from: #081321;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#172233\] {
    --tw-gradient-from: #172233;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#243041\] {
    --tw-gradient-from: #243041;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#0a1b31\] {
    --tw-gradient-to: #0a1b31;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#1a2330\] {
    --tw-gradient-to: #1a2330;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#121d2c\] {
    --tw-gradient-to: #121d2c;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-top {
    vertical-align: top;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[0\.66rem\] {
    font-size: 0.66rem;
  }
  .text-\[0\.68rem\] {
    font-size: 0.68rem;
  }
  .text-\[0\.72rem\] {
    font-size: 0.72rem;
  }
  .text-\[0\.82rem\] {
    font-size: 0.82rem;
  }
  .text-\[0\.85rem\] {
    font-size: 0.85rem;
  }
  .text-\[0\.86rem\] {
    font-size: 0.86rem;
  }
  .text-\[0\.92rem\] {
    font-size: 0.92rem;
  }
  .text-\[0\.95rem\] {
    font-size: 0.95rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.05rem\] {
    font-size: 1.05rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.7rem\] {
    font-size: 1.7rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[1\.35rem\] {
    font-size: 1.35rem;
  }
  .text-\[1\.95rem\] {
    font-size: 1.95rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .text-\[2\.05rem\] {
    font-size: 2.05rem;
  }
  .text-\[2\.35rem\] {
    font-size: 2.35rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#1d2430\] {
    color: #1d2430;
  }
  .text-\[\#2d9dff\] {
    color: #2d9dff;
  }
  .text-\[\#2e9bff\] {
    color: #2e9bff;
  }
  .text-\[\#3b82f6\] {
    color: #3b82f6;
  }
  .text-\[\#7f8da1\] {
    color: #7f8da1;
  }
  .text-\[\#8da0ba\] {
    color: #8da0ba;
  }
  .text-\[\#8ea1bb\] {
    color: #8ea1bb;
  }
  .text-\[\#8ea4bc\] {
    color: #8ea4bc;
  }
  .text-\[\#8fa3bf\] {
    color: #8fa3bf;
  }
  .text-\[\#9aa9bb\] {
    color: #9aa9bb;
  }
  .text-\[\#9aabc2\] {
    color: #9aabc2;
  }
  .text-\[\#9ab0ca\] {
    color: #9ab0ca;
  }
  .text-\[\#9ba9bf\] {
    color: #9ba9bf;
  }
  .text-\[\#9ca9bf\] {
    color: #9ca9bf;
  }
  .text-\[\#9caac0\] {
    color: #9caac0;
  }
  .text-\[\#9cb0c6\] {
    color: #9cb0c6;
  }
  .text-\[\#9eb0c9\] {
    color: #9eb0c9;
  }
  .text-\[\#9fb0c7\] {
    color: #9fb0c7;
  }
  .text-\[\#9fb2cb\] {
    color: #9fb2cb;
  }
  .text-\[\#10b981\] {
    color: #10b981;
  }
  .text-\[\#10d39f\] {
    color: #10d39f;
  }
  .text-\[\#16d3a5\] {
    color: #16d3a5;
  }
  .text-\[\#86f0cf\] {
    color: #86f0cf;
  }
  .text-\[\#90a3be\] {
    color: #90a3be;
  }
  .text-\[\#91a3bc\] {
    color: #91a3bc;
  }
  .text-\[\#92a3bd\] {
    color: #92a3bd;
  }
  .text-\[\#93a7c1\] {
    color: #93a7c1;
  }
  .text-\[\#94a8c1\] {
    color: #94a8c1;
  }
  .text-\[\#95a7bf\] {
    color: #95a7bf;
  }
  .text-\[\#95a8be\] {
    color: #95a8be;
  }
  .text-\[\#95a8bf\] {
    color: #95a8bf;
  }
  .text-\[\#96a9c2\] {
    color: #96a9c2;
  }
  .text-\[\#99a9bd\] {
    color: #99a9bd;
  }
  .text-\[\#111a25\] {
    color: #111a25;
  }
  .text-\[\#131c27\] {
    color: #131c27;
  }
  .text-\[\#2994ff\] {
    color: #2994ff;
  }
  .text-\[\#7388a3\] {
    color: #7388a3;
  }
  .text-\[\#8096b3\] {
    color: #8096b3;
  }
  .text-\[\#8397b1\] {
    color: #8397b1;
  }
  .text-\[\#a0b4cd\] {
    color: #a0b4cd;
  }
  .text-\[\#a2b1c3\] {
    color: #a2b1c3;
  }
  .text-\[\#a3afc2\] {
    color: #a3afc2;
  }
  .text-\[\#a7b8cf\] {
    color: #a7b8cf;
  }
  .text-\[\#a8b8cf\] {
    color: #a8b8cf;
  }
  .text-\[\#a8bbd2\] {
    color: #a8bbd2;
  }
  .text-\[\#aab5c2\] {
    color: #aab5c2;
  }
  .text-\[\#adbad0\] {
    color: #adbad0;
  }
  .text-\[\#b5f0cf\] {
    color: #b5f0cf;
  }
  .text-\[\#b7c5d8\] {
    color: #b7c5d8;
  }
  .text-\[\#b8c9de\] {
    color: #b8c9de;
  }
  .text-\[\#c4cedd\] {
    color: #c4cedd;
  }
  .text-\[\#c7d5e4\] {
    color: #c7d5e4;
  }
  .text-\[\#c8d5e6\] {
    color: #c8d5e6;
  }
  .text-\[\#c9d8eb\] {
    color: #c9d8eb;
  }
  .text-\[\#d4e0ef\] {
    color: #d4e0ef;
  }
  .text-\[\#d4e0f0\] {
    color: #d4e0f0;
  }
  .text-\[\#d7e4f6\] {
    color: #d7e4f6;
  }
  .text-\[\#d7e7fc\] {
    color: #d7e7fc;
  }
  .text-\[\#d8e4f5\] {
    color: #d8e4f5;
  }
  .text-\[\#d8e4f7\] {
    color: #d8e4f7;
  }
  .text-\[\#d8e5f8\] {
    color: #d8e5f8;
  }
  .text-\[\#d8e6f7\] {
    color: #d8e6f7;
  }
  .text-\[\#d9e4f2\] {
    color: #d9e4f2;
  }
  .text-\[\#dbe7f8\] {
    color: #dbe7f8;
  }
  .text-\[\#dce5f0\] {
    color: #dce5f0;
  }
  .text-\[\#dce8f8\] {
    color: #dce8f8;
  }
  .text-\[\#dce8ff\] {
    color: #dce8ff;
  }
  .text-\[\#dce9f9\] {
    color: #dce9f9;
  }
  .text-\[\#e3edfb\] {
    color: #e3edfb;
  }
  .text-\[\#e6eef8\] {
    color: #e6eef8;
  }
  .text-\[\#e6eef9\] {
    color: #e6eef9;
  }
  .text-\[\#e7eefc\] {
    color: #e7eefc;
  }
  .text-\[\#e8f0fc\] {
    color: #e8f0fc;
  }
  .text-\[\#e9f2ff\] {
    color: #e9f2ff;
  }
  .text-\[\#eaf1fa\] {
    color: #eaf1fa;
  }
  .text-\[\#eaf3ff\] {
    color: #eaf3ff;
  }
  .text-\[\#eff6ff\] {
    color: #eff6ff;
  }
  .text-\[\#f0f6ff\] {
    color: #f0f6ff;
  }
  .text-\[\#f1f6ff\] {
    color: #f1f6ff;
  }
  .text-\[\#f2f5fa\] {
    color: #f2f5fa;
  }
  .text-\[\#f2f8ff\] {
    color: #f2f8ff;
  }
  .text-\[\#f3b9cb\] {
    color: #f3b9cb;
  }
  .text-\[\#f3f7ff\] {
    color: #f3f7ff;
  }
  .text-\[\#f3f8ff\] {
    color: #f3f8ff;
  }
  .text-\[\#f4f8ff\] {
    color: #f4f8ff;
  }
  .text-\[\#f4f9ff\] {
    color: #f4f9ff;
  }
  .text-\[\#f5b14a\] {
    color: #f5b14a;
  }
  .text-\[\#f5f8fe\] {
    color: #f5f8fe;
  }
  .text-\[\#f5f9ff\] {
    color: #f5f9ff;
  }
  .text-\[\#f5fbff\] {
    color: #f5fbff;
  }
  .text-\[\#f6faff\] {
    color: #f6faff;
  }
  .text-\[\#f8fbff\] {
    color: #f8fbff;
  }
  .text-\[\#f43f5e\] {
    color: #f43f5e;
  }
  .text-\[\#f59e0b\] {
    color: #f59e0b;
  }
  .text-\[\#fce9ef\] {
    color: #fce9ef;
  }
  .text-\[\#fda4af\] {
    color: #fda4af;
  }
  .text-\[\#ff5a83\] {
    color: #ff5a83;
  }
  .text-\[\#ff6f92\] {
    color: #ff6f92;
  }
  .text-\[\#ff6f98\] {
    color: #ff6f98;
  }
  .text-\[\#ff7d7d\] {
    color: #ff7d7d;
  }
  .text-\[\#ff8da7\] {
    color: #ff8da7;
  }
  .text-\[\#ff9ab2\] {
    color: #ff9ab2;
  }
  .text-\[\#ff9d9d\] {
    color: #ff9d9d;
  }
  .text-\[\#ff547f\] {
    color: #ff547f;
  }
  .text-\[\#ffb2c8\] {
    color: #ffb2c8;
  }
  .text-\[\#ffb3b3\] {
    color: #ffb3b3;
  }
  .text-\[\#ffd8e3\] {
    color: #ffd8e3;
  }
  .text-\[rgba\(255\,178\,178\,0\.8\)\] {
    color: rgba(255, 178, 178, 0.8);
  }
  .text-\[rgba\(255\,178\,178\,0\.9\)\] {
    color: rgba(255, 178, 178, 0.9);
  }
  .text-slate-100 {
    color: var(--color-slate-100);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\[0_24px_50px_rgba\(0\,0\,0\,0\.42\)\] {
    --tw-shadow: 0 24px 50px var(--tw-shadow-color, rgba(0,0,0,0.42));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\[0_25px_55px_rgba\(0\,0\,0\,0\.45\)\] {
    --tw-shadow: 0 25px 55px var(--tw-shadow-color, rgba(0,0,0,0.45));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\[0_30px_60px_rgba\(0\,0\,0\,0\.35\)\] {
    --tw-shadow: 0 30px 60px var(--tw-shadow-color, rgba(0,0,0,0.35));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\[inset_0_0_0_1px_rgba\(16\,24\,39\,0\.05\)\] {
    --tw-shadow: inset 0 0 0 1px var(--tw-shadow-color, rgba(16,24,39,0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .blur-\[80px\] {
    --tw-blur: blur(80px);
    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,);
  }
  .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,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -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,);
  }
  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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,);
  }
  .backdrop-blur-\[3px\] {
    --tw-backdrop-blur: blur(3px);
    -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,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[animation-delay\:200ms\] {
    animation-delay: 200ms;
  }
  .\[animation-delay\:400ms\] {
    animation-delay: 400ms;
  }
  @media (hover: hover) {
    .group-hover\:text-\[\#137fec\]:is(:where(.group):hover *) {
      color: #137fec;
    }
  }
  .placeholder\:text-\[\#6f8096\]::placeholder {
    color: #6f8096;
  }
  .placeholder\:text-\[\#7f94ad\]::placeholder {
    color: #7f94ad;
  }
  .placeholder\:text-\[\#768aa4\]::placeholder {
    color: #768aa4;
  }
  .before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }
  .before\:inset-\[-0\.7rem\]::before {
    content: var(--tw-content);
    inset: -0.7rem;
  }
  .before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  .before\:border-\[0\.7rem\]::before {
    content: var(--tw-content);
    border-style: var(--tw-border-style);
    border-width: 0.7rem;
  }
  .before\:border-transparent::before {
    content: var(--tw-content);
    border-color: transparent;
  }
  .before\:border-t-\[\#2994ff\]::before {
    content: var(--tw-content);
    border-top-color: #2994ff;
  }
  .before\:border-r-\[\#1f6fbf\]::before {
    content: var(--tw-content);
    border-right-color: #1f6fbf;
  }
  .before\:content-\[\'\'\]::before {
    --tw-content: "";
    content: var(--tw-content);
  }
  @media (hover: hover) {
    .hover\:-translate-y-px:hover {
      --tw-translate-y: -1px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (hover: hover) {
    .hover\:border-\[\#2e9bff\]:hover {
      border-color: #2e9bff;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#1a2a3d\]:hover {
      background-color: #1a2a3d;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#1b2a3b\]:hover {
      background-color: #1b2a3b;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#1f75d1\]:hover {
      background-color: #1f75d1;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#1f78d8\]:hover {
      background-color: #1f78d8;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#1f2732\]:hover {
      background-color: #1f2732;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#1f3249\]:hover {
      background-color: #1f3249;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#2b394c\]:hover {
      background-color: #2b394c;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#2b4260\]:hover {
      background-color: #2b4260;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#3a5270\]:hover {
      background-color: #3a5270;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#131d2a\]:hover {
      background-color: #131d2a;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#177ce0\]:hover {
      background-color: #177ce0;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#364b65\]:hover {
      background-color: #364b65;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#585e67\]:hover {
      background-color: #585e67;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#1178dc\]:hover {
      background-color: #1178dc;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#2288e4\]:hover {
      background-color: #2288e4;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#30415b\]:hover {
      background-color: #30415b;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#38506f\]:hover {
      background-color: #38506f;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#64515b\]:hover {
      background-color: #64515b;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#233248\]:hover {
      background-color: #233248;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#301922\]:hover {
      background-color: #301922;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#365070\]:hover {
      background-color: #365070;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#d7335f\]:hover {
      background-color: #d7335f;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[rgba\(16\,185\,129\,0\.2\)\]:hover {
      background-color: rgba(16, 185, 129, 0.2);
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[rgba\(190\,24\,93\,0\.2\)\]:hover {
      background-color: rgba(190, 24, 93, 0.2);
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[rgba\(199\,213\,228\,0\.08\)\]:hover {
      background-color: rgba(199, 213, 228, 0.08);
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[rgba\(244\,63\,94\,0\.2\)\]:hover {
      background-color: rgba(244, 63, 94, 0.2);
    }
  }
  @media (hover: hover) {
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#2e9bff\]:hover {
      color: #2e9bff;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#5ea8ff\]:hover {
      color: #5ea8ff;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#53a8ff\]:hover {
      color: #53a8ff;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#d4e0ef\]:hover {
      color: #d4e0ef;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#d7e7fc\]:hover {
      color: #d7e7fc;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#eaf3ff\]:hover {
      color: #eaf3ff;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#ff547f\]:hover {
      color: #ff547f;
    }
  }
  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  .focus\:border-\[\#3e628d\]:focus {
    border-color: #3e628d;
  }
  .focus\:border-\[\#4d6f97\]:focus {
    border-color: #4d6f97;
  }
  .focus\:border-\[\#9ab1cb\]:focus {
    border-color: #9ab1cb;
  }
  .focus\:shadow-\[0_0_0_2px_rgba\(154\,177\,203\,0\.2\)\]:focus {
    --tw-shadow: 0 0 0 2px var(--tw-shadow-color, rgba(154,177,203,0.2));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .focus\:shadow-\[0_0_0_3px_rgba\(154\,177\,203\,0\.2\)\]:focus {
    --tw-shadow: 0 0 0 3px var(--tw-shadow-color, rgba(154,177,203,0.2));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-40:disabled {
    opacity: 40%;
  }
  .disabled\:opacity-50:disabled {
    opacity: 50%;
  }
  .disabled\:opacity-60:disabled {
    opacity: 60%;
  }
  .disabled\:opacity-70:disabled {
    opacity: 70%;
  }
  @media (width < 64rem) {
    .max-lg\:w-full {
      width: 100%;
    }
  }
  @media (width < 64rem) {
    .max-lg\:border-r-0 {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  @media (width < 64rem) {
    .max-lg\:border-b {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  @media (width >= 40rem) {
    .sm\:h-14 {
      height: calc(var(--spacing) * 14);
    }
  }
  @media (width >= 40rem) {
    .sm\:w-12 {
      width: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-9 {
      padding: calc(var(--spacing) * 9);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-\[2rem\] {
      font-size: 2rem;
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-\[0\.8fr_1fr_0\.8fr_0\.9fr_auto\] {
      grid-template-columns: 0.8fr 1fr 0.8fr 0.9fr auto;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-\[1fr_1fr_0\.9fr_0\.9fr_auto\] {
      grid-template-columns: 1fr 1fr 0.9fr 0.9fr auto;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-\[minmax\(0\,2\.1fr\)_minmax\(0\,1fr\)\] {
      grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr);
    }
  }
  .\[\&_\.nav-icon\]\:text-\[\#137fec\] .nav-icon {
    color: #137fec;
  }
}
@layer base {
  html,
  body {
    margin: 0;
    min-height: 100%;
    background: #0a1320;
    color: #e2e8f0;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
}
@layer components {
  .material-symbols-outlined {
    font-variation-settings:
      "FILL" 0,
      "wght" 400,
      "GRAD" 0,
      "opsz" 24;
    line-height: 1;
  }
}
@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; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-divide-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-gradient-position { syntax: "*"; inherits: false; }
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-via-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }
@property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }
@property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-ordinal { syntax: "*"; inherits: false; }
@property --tw-slashed-zero { syntax: "*"; inherits: false; }
@property --tw-numeric-figure { syntax: "*"; inherits: false; }
@property --tw-numeric-spacing { syntax: "*"; inherits: false; }
@property --tw-numeric-fraction { 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: 0px; }
@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-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-content { syntax: "*"; initial-value: ""; inherits: false; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-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-content: "";
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
