/*! tailwindcss v4.2.2 | 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-indigo-600: oklch(51.1% 0.262 276.966);
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --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)) {
        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 {
  .m-\[12px\] {
    margin: 12px;
  }
  .m-\[24px\] {
    margin: 24px;
  }
  .m-\[25px\] {
    margin: 25px;
  }
  .m-\[60px\] {
    margin: 60px;
  }
  .m-auto {
    margin: auto;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[64px\] {
    margin-top: 64px;
  }
  .mt-\[80px3\] {
    margin-top: 80px3;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .ml-\[2\] {
    margin-left: 2;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-\[23px\] {
    margin-left: 23px;
  }
  .ml-\[25px\] {
    margin-left: 25px;
  }
  .ml-\[70px\] {
    margin-left: 70px;
  }
  .ml-\[90px\] {
    margin-left: 90px;
  }
  .ml-\[110px\] {
    margin-left: 110px;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[50\] {
    height: 50;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[302\] {
    height: 302;
  }
  .h-\[302px\] {
    height: 302px;
  }
  .h-\[340\] {
    height: 340;
  }
  .h-\[352\] {
    height: 352;
  }
  .w-\[00px\] {
    width: 00px;
  }
  .w-\[3px\] {
    width: 3px;
  }
  .w-\[236px\] {
    width: 236px;
  }
  .w-\[259px\] {
    width: 259px;
  }
  .w-\[298px\] {
    width: 298px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[327px\] {
    width: 327px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[352px\] {
    width: 352px;
  }
  .w-\[364px\] {
    width: 364px;
  }
  .w-\[404\] {
    width: 404;
  }
  .w-\[404px\] {
    width: 404px;
  }
  .max-w-\[120\] {
    max-width: 120;
  }
  .max-w-\[122\] {
    max-width: 122;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1200\] {
    max-width: 1200;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-\[1500px\] {
    max-width: 1500px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-11 {
    gap: calc(var(--spacing) * 11);
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[200px\] {
    gap: 200px;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[black\] {
    border-color: black;
  }
  .border-\[grey\] {
    border-color: grey;
  }
  .bg-\[\#69B99D\] {
    background-color: #69B99D;
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: start;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#0F241D\] {
    color: #0F241D;
  }
  .text-\[\#69B99D\] {
    color: #69B99D;
  }
  .text-\[\#767676\] {
    color: #767676;
  }
  .text-\[center\] {
    color: center;
  }
  .text-\[grey\] {
    color: grey;
  }
  .text-\[white\] {
    color: white;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .lg\:m-\[50px\] {
    @media (width >= 64rem) {
      margin: 50px;
    }
  }
  .lg\:m-\[100px\] {
    @media (width >= 64rem) {
      margin: 100px;
    }
  }
  .lg\:m-\[200px\] {
    @media (width >= 64rem) {
      margin: 200px;
    }
  }
  .lg\:m-auto {
    @media (width >= 64rem) {
      margin: auto;
    }
  }
  .lg\:mt-\[0px\] {
    @media (width >= 64rem) {
      margin-top: 0px;
    }
  }
  .lg\:mt-\[12px\] {
    @media (width >= 64rem) {
      margin-top: 12px;
    }
  }
  .lg\:mt-\[24px\] {
    @media (width >= 64rem) {
      margin-top: 24px;
    }
  }
  .lg\:mt-\[26px\] {
    @media (width >= 64rem) {
      margin-top: 26px;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .lg\:mt-\[55px\] {
    @media (width >= 64rem) {
      margin-top: 55px;
    }
  }
  .lg\:mt-\[61px\] {
    @media (width >= 64rem) {
      margin-top: 61px;
    }
  }
  .lg\:mt-\[70px\] {
    @media (width >= 64rem) {
      margin-top: 70px;
    }
  }
  .lg\:mt-\[75px\] {
    @media (width >= 64rem) {
      margin-top: 75px;
    }
  }
  .lg\:mt-\[100px\] {
    @media (width >= 64rem) {
      margin-top: 100px;
    }
  }
  .lg\:mt-\[160px\] {
    @media (width >= 64rem) {
      margin-top: 160px;
    }
  }
  .lg\:ml-\[0px\] {
    @media (width >= 64rem) {
      margin-left: 0px;
    }
  }
  .lg\:ml-\[23px\] {
    @media (width >= 64rem) {
      margin-left: 23px;
    }
  }
  .lg\:ml-\[40px\] {
    @media (width >= 64rem) {
      margin-left: 40px;
    }
  }
  .lg\:ml-\[60px\] {
    @media (width >= 64rem) {
      margin-left: 60px;
    }
  }
  .lg\:ml-\[100px\] {
    @media (width >= 64rem) {
      margin-left: 100px;
    }
  }
  .lg\:ml-\[310px\] {
    @media (width >= 64rem) {
      margin-left: 310px;
    }
  }
  .lg\:ml-\[350px\] {
    @media (width >= 64rem) {
      margin-left: 350px;
    }
  }
  .lg\:ml-\[400px\] {
    @media (width >= 64rem) {
      margin-left: 400px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[230px\] {
    @media (width >= 64rem) {
      height: 230px;
    }
  }
  .lg\:w-\[236px\] {
    @media (width >= 64rem) {
      width: 236px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 64rem) {
      width: 300px;
    }
  }
  .lg\:w-\[347px\] {
    @media (width >= 64rem) {
      width: 347px;
    }
  }
  .lg\:w-\[364px\] {
    @media (width >= 64rem) {
      width: 364px;
    }
  }
  .lg\:w-\[396px\] {
    @media (width >= 64rem) {
      width: 396px;
    }
  }
  .lg\:w-\[481px\] {
    @media (width >= 64rem) {
      width: 481px;
    }
  }
  .lg\:w-\[523px\] {
    @media (width >= 64rem) {
      width: 523px;
    }
  }
  .lg\:w-\[530px\] {
    @media (width >= 64rem) {
      width: 530px;
    }
  }
  .lg\:w-\[610px\] {
    @media (width >= 64rem) {
      width: 610px;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-\[32px\] {
    @media (width >= 64rem) {
      gap: 32px;
    }
  }
  .lg\:p-\[52px\] {
    @media (width >= 64rem) {
      padding: 52px;
    }
  }
  .lg\:p-\[61px\] {
    @media (width >= 64rem) {
      padding: 61px;
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:text-\[cborder-e-neutral-50\] {
    @media (width >= 64rem) {
      color: cborder-e-neutral-50;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
    }
  }
}
