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

@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-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

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

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

  .right-\[-15\.41\%\] {
    right: -15.41%;
  }

  .right-\[0\.81\%\] {
    right: .81%;
  }

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

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

  .left-\[-9\.93\%\] {
    left: -9.93%;
  }

  .left-\[0\.73\%\] {
    left: .73%;
  }

  .isolate {
    isolation: isolate;
  }

  .z-\[1\] {
    z-index: 1;
  }

  .z-\[2\] {
    z-index: 2;
  }

  .z-\[4\] {
    z-index: 4;
  }

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

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

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

  .mr-\[-0\.007px\] {
    margin-right: -.007px;
  }

  .mr-\[-8px\] {
    margin-right: -8px;
  }

  .mr-\[0px\] {
    margin-right: 0;
  }

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

  .mr-\[148px\] {
    margin-right: 148px;
  }

  .mb-\[-0\.01px\] {
    margin-bottom: -.01px;
  }

  .mb-\[-0\.5px\] {
    margin-bottom: -.5px;
  }

  .mb-\[-0\.61px\] {
    margin-bottom: -.61px;
  }

  .mb-\[-0\.71px\] {
    margin-bottom: -.71px;
  }

  .mb-\[-0\.705px\] {
    margin-bottom: -.705px;
  }

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

  .mb-\[-32px\] {
    margin-bottom: -32px;
  }

  .mb-\[-40px\] {
    margin-bottom: -40px;
  }

  .mb-\[0px\] {
    margin-bottom: 0;
  }

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .aspect-\[232\/232\] {
    aspect-ratio: 232 / 232;
  }

  .aspect-\[268\/301\] {
    aspect-ratio: 268 / 301;
  }

  .aspect-\[284\/291\] {
    aspect-ratio: 284 / 291;
  }

  .aspect-\[309\/393\] {
    aspect-ratio: 309 / 393;
  }

  .aspect-\[382\/253\] {
    aspect-ratio: 382 / 253;
  }

  .aspect-\[575\.61\/640\] {
    aspect-ratio: 575.61 / 640;
  }

  .aspect-\[584\/538\] {
    aspect-ratio: 584 / 538;
  }

  .aspect-\[2040\/1500\] {
    aspect-ratio: 2040 / 1500;
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }

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

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

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .max-h-\[448\.512px\] {
    max-height: 448.512px;
  }

  .max-h-\[481\.585px\] {
    max-height: 481.585px;
  }

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

  .min-h-\[276\.37px\] {
    min-height: 276.37px;
  }

  .min-h-\[523\.777px\] {
    min-height: 523.777px;
  }

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

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-\[46\.05px\] {
    width: 46.05px;
  }

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

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

  .w-\[65\.59px\] {
    width: 65.59px;
  }

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

  .w-\[66\.98px\] {
    width: 66.98px;
  }

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

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

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

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

  .w-full {
    width: 100%;
  }

  .max-w-6 {
    max-width: calc(var(--spacing) * 6);
  }

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

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

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

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

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

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

  .max-w-\[575\.61px\] {
    max-width: 575.61px;
  }

  .max-w-\[677\.2px\] {
    max-width: 677.2px;
  }

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

  .max-w-\[965\.6px\] {
    max-width: 965.6px;
  }

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

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

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

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

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

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

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

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

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

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

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

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

  .flex-wrap {
    flex-wrap: wrap;
  }

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

  .content-end {
    align-content: flex-end;
  }

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

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

  .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-start {
    justify-content: flex-start;
  }

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

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

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

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

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

  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }

  .gap-\[19\.295px\] {
    gap: 19.295px;
  }

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

  .overflow-clip {
    overflow: clip;
  }

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

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

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

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

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

  .border-\[0px_0px_1px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 1px;
  }

  .border-\[0px_1px_0px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 0 1px 0 0;
  }

  .border-\[0px_1px_1px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 0 1px 1px 0;
  }

  .border-\[1px_0px_0px\] {
    border-style: var(--tw-border-style);
    border-width: 1px 0 0;
  }

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

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

  .border-\[rgba\(2\,17\,42\,0\.1\)\] {
    border-color: #02112a1a;
  }

  .bg-\[\#0540BB\] {
    background-color: #0540bb;
  }

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

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

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

  .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-\[\#ecf8f3\] {
    --tw-gradient-from: #ecf8f3;
    --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-\[\#edf1f6\] {
    --tw-gradient-to: #edf1f6;
    --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));
  }

  .bg-contain {
    background-size: contain;
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-size-\[88\.06\%_100\%\] {
    background-size: 88.06% 100%;
  }

  .bg-size-\[100\%_60\%\] {
    background-size: 100% 60%;
  }

  .bg-size-\[100\%_100\%\] {
    background-size: 100% 100%;
  }

  .bg-\[0\%_49\.91\%\] {
    background-position: 0 49.91%;
  }

  .bg-center {
    background-position: center;
  }

  .bg-left {
    background-position: 0;
  }

  .bg-top {
    background-position: top;
  }

  .bg-top-left {
    background-position: 0 0;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

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

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

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

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

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

  .px-\[0\.5px\] {
    padding-inline: .5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-\[0\.6px\] {
    padding-top: .6px;
  }

  .pt-\[0\.59px\] {
    padding-top: .59px;
  }

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

  .pt-\[1\.1px\] {
    padding-top: 1.1px;
  }

  .pt-\[15\.5px\] {
    padding-top: 15.5px;
  }

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

  .pt-\[45\.8px\] {
    padding-top: 45.8px;
  }

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

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

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

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

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

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

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

  .pr-\[-24px\] {
    padding-right: -24px;
  }

  .pr-\[0px\] {
    padding-right: 0;
  }

  .pr-\[8\.39px\] {
    padding-right: 8.39px;
  }

  .pr-\[16\.007px\] {
    padding-right: 16.007px;
  }

  .pr-\[33px\] {
    padding-right: 33px;
  }

  .pr-\[34\.23px\] {
    padding-right: 34.23px;
  }

  .pr-\[46px\] {
    padding-right: 46px;
  }

  .pr-\[49\.72px\] {
    padding-right: 49.72px;
  }

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

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }

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

  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }

  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }

  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }

  .pb-\[0\.8px\] {
    padding-bottom: .8px;
  }

  .pb-\[0\.61px\] {
    padding-bottom: .61px;
  }

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

  .pb-\[13\.5px\] {
    padding-bottom: 13.5px;
  }

  .pb-\[16\.5px\] {
    padding-bottom: 16.5px;
  }

  .pb-\[16\.8px\] {
    padding-bottom: 16.8px;
  }

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

  .pb-\[32\.705px\] {
    padding-bottom: 32.705px;
  }

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

  .pb-\[56\.01px\] {
    padding-bottom: 56.01px;
  }

  .pb-\[56\.71px\] {
    padding-bottom: 56.71px;
  }

  .pb-px {
    padding-bottom: 1px;
  }

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

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }

  .pl-\[0px\] {
    padding-left: 0;
  }

  .pl-\[45\.8px\] {
    padding-left: 45.8px;
  }

  .pl-\[45px\] {
    padding-left: 45px;
  }

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

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

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

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

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

  .font-\[\'Inter\:Semi_Bold\'\,_sans-serif\] {
    font-family: Inter\:Semi Bold, sans-serif;
  }

  .font-\[Playfair_Display\] {
    font-family: Playfair Display;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-\[19\.938px\] {
    font-size: 19.938px;
  }

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

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

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

  .text-\[34\.734px\] {
    font-size: 34.734px;
  }

  .text-\[34\.875px\] {
    font-size: 34.875px;
  }

  .text-\[35\.438px\] {
    font-size: 35.438px;
  }

  .text-\[35\.578px\] {
    font-size: 35.578px;
  }

  .text-\[35\.625px\] {
    font-size: 35.625px;
  }

  .text-\[35\.773px\] {
    font-size: 35.773px;
  }

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

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

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

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

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

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

  .text-\[45\.188px\] {
    font-size: 45.188px;
  }

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

  .text-\[51\.625px\] {
    font-size: 51.625px;
  }

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

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

  .text-\[67\.219px\] {
    font-size: 67.219px;
  }

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

  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

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

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

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

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

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

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

  .leading-\[31\.51px\] {
    --tw-leading: 31.51px;
    line-height: 31.51px;
  }

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

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

  .leading-\[45\.6px\] {
    --tw-leading: 45.6px;
    line-height: 45.6px;
  }

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

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

  .leading-\[57\.6px\] {
    --tw-leading: 57.6px;
    line-height: 57.6px;
  }

  .leading-\[67\.2px\] {
    --tw-leading: 67.2px;
    line-height: 67.2px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-\[\#142edb\] {
    color: #142edb;
  }

  .text-\[\#02112a\] {
    color: #02112a;
  }

  .text-\[\#222222\] {
    color: #222;
  }

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

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

  .text-\[rgba\(31\,38\,50\,0\.8\)\] {
    color: #1f2632cc;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

  @media (width >= 48rem) {
    .md\:relative {
      position: relative;
    }
  }

  @media (width >= 48rem) {
    .md\:sticky {
      position: sticky;
    }
  }

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

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

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

  @media (width >= 48rem) {
    .md\:text-left {
      text-align: left;
    }
  }

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

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:leading-\[58px\] {
      --tw-leading: 58px;
      line-height: 58px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[80px\] {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
}

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

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

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