/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-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-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-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;
    }
  }
}

@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;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --blur-md: 12px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

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

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .collapse {
    visibility: collapse;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-3\.125\%\] {
    inset: -3.125%;
  }

  .inset-\[-5\%\] {
    inset: -5%;
  }

  .inset-\[-5\%_-6\.25\%\] {
    inset: -5% -6.25%;
  }

  .inset-\[-5\.229\%\] {
    inset: -5.229%;
  }

  .inset-\[0_-4\.55\%\] {
    inset: 0 -4.55%;
  }

  .inset-\[4\.45\%_0\.24\%\] {
    inset: 4.45% .24%;
  }

  .inset-\[8\.33\%_16\.67\%\] {
    inset: 8.33% 16.67%;
  }

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

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

  .top-\[2\.44px\] {
    top: 2.44px;
  }

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

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

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

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

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

  .right-\[3\.83\%\] {
    right: 3.83%;
  }

  .right-\[4\.44\%\] {
    right: 4.44%;
  }

  .right-\[8\.33\%\] {
    right: 8.33%;
  }

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

  .bottom-full {
    bottom: 100%;
  }

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

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

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

  .left-\[3\.83\%\] {
    left: 3.83%;
  }

  .left-\[4\.44\%\] {
    left: 4.44%;
  }

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

  .left-\[8\.33\%\] {
    left: 8.33%;
  }

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

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

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

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

  .mx-auto {
    margin-inline: auto;
  }

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.7071067690849304\)\+\(var\(--transform-inner-height\)\*0\.7071067690849304\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .707107)  + (var(--transform-inner-height) * .707107)));
  }

  .h-full {
    height: 100%;
  }

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

  .min-h-screen {
    min-height: 100vh;
  }

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

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

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

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

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

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

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

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

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

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.7071067690849304\)\+\(var\(--transform-inner-width\)\*0\.7071067690849304\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .707107)  + (var(--transform-inner-width) * .707107)));
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

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

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .grid-cols-\[repeat\(1\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-rows-\[repeat\(3\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .grid-rows-\[repeat\(6\,_auto\)\] {
    grid-template-rows: repeat(6, auto);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

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

  .border-\[rgba\(35\,108\,161\,0\.2\)\] {
    border-color: #236ca133;
  }

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

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

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

  .bg-\[rgba\(35\,108\,161\,0\.6\)\] {
    background-color: #236ca199;
  }

  .bg-\[rgba\(35\,108\,161\,0\.8\)\] {
    background-color: #236ca1cc;
  }

  .bg-\[rgba\(253\,253\,253\,0\.8\)\] {
    background-color: #fdfdfdcc;
  }

  .bg-\[rgba\(253\,253\,253\,0\.95\)\] {
    background-color: #fdfdfdf2;
  }

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

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#70a4ca\] {
    --tw-gradient-from: #70a4ca;
    --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-\[\#236ca1\] {
    --tw-gradient-from: #236ca1;
    --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-\[rgba\(112\,164\,202\,0\)\] {
    --tw-gradient-from: #70a4ca00;
    --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-30\% {
    --tw-gradient-from-position: 30%;
  }

  .from-50\% {
    --tw-gradient-from-position: 50%;
  }

  .to-\[\#061b2b\] {
    --tw-gradient-to: #061b2b;
    --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-\[\#70a4ca\] {
    --tw-gradient-to: #70a4ca;
    --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-\[\#236ca1\] {
    --tw-gradient-to: #236ca1;
    --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));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Inter\:Extra_Bold\'\,sans-serif\] {
    font-family: Inter\:Extra Bold, 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;
  }

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

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

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

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

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

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

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

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

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

  .leading-\[19\.6px\] {
    --tw-leading: 19.6px;
    line-height: 19.6px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .placeholder-\[\#fdfdfd\]::placeholder {
    color: #fdfdfd;
  }

  .opacity-0 {
    opacity: 0;
  }

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

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

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

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

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

  .\[grid-area\:2_\/_2\] {
    grid-area: 2 / 2;
  }

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

  .\[grid-area\:3_\/_2\] {
    grid-area: 3 / 2;
  }

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

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

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

  .\[text-shadow\:\#145482_2px_2px_0px\] {
    text-shadow: 2px 2px #145482;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#5a8db5\]:hover {
      background-color: #5a8db5;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(112\,164\,202\,0\.2\)\]:hover {
      background-color: #70a4ca33;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(253\,253\,253\,0\.9\)\]:hover {
      background-color: #fdfdfde6;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (width < 767px) {
    .max-\[767px\]\:hidden {
      display: none;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:flex {
      display: flex;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:hidden {
      display: none;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:h-\[150px\] {
      height: 150px;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:h-\[166px\] {
      height: 166px;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:h-full {
      height: 100%;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:w-\[319px\] {
      width: 319px;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:w-\[768px\] {
      width: 768px;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:grid-cols-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:grid-rows-\[repeat\(3\,_minmax\(0px\,_1fr\)\)\] {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:\[grid-area\:1_\/_1\] {
      grid-area: 1 / 1;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:\[grid-area\:1_\/_2\] {
      grid-area: 1 / 2;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:\[grid-area\:2_\/_1\] {
      grid-area: 2 / 1;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:\[grid-area\:2_\/_2\] {
      grid-area: 2 / 2;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:\[grid-area\:3_\/_1\] {
      grid-area: 3 / 1;
    }
  }

  @media (width >= 768px) {
    .min-\[768px\]\:\[grid-area\:3_\/_2\] {
      grid-area: 3 / 2;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:box-border {
      box-sizing: border-box;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:block {
      display: block;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:flex {
      display: flex;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:hidden {
      display: none;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:size-\[48px\] {
      width: 48px;
      height: 48px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:h-\[200px\] {
      height: 200px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:h-\[296px\] {
      height: 296px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:h-\[320px\] {
      height: 320px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:h-\[504px\] {
      height: 504px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:h-full {
      height: 100%;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:w-\[425px\] {
      width: 425px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:w-\[720px\] {
      width: 720px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:w-\[1440px\] {
      width: 1440px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:w-\[1536px\] {
      width: 1536px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:w-\[1824px\] {
      width: 1824px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:max-w-\[1536px\] {
      max-width: 1536px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:max-w-\[1920px\] {
      max-width: 1920px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:grid-cols-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:grid-rows-\[repeat\(3\,_minmax\(0px\,_1fr\)\)\] {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:justify-center {
      justify-content: center;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:gap-\[6px\] {
      gap: 6px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:gap-\[24px\] {
      gap: 24px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:gap-\[48px\] {
      gap: 48px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:p-\[6px\] {
      padding: 6px;
    }
  }

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

  @media (width >= 1536px) {
    .min-\[1536px\]\:pb-\[48px\] {
      padding-bottom: 48px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:leading-\[22\.4px\] {
      --tw-leading: 22.4px;
      line-height: 22.4px;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:\[grid-area\:1_\/_1\] {
      grid-area: 1 / 1;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:\[grid-area\:1_\/_2\] {
      grid-area: 1 / 2;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:\[grid-area\:2_\/_1\] {
      grid-area: 2 / 1;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:\[grid-area\:2_\/_2\] {
      grid-area: 2 / 2;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:\[grid-area\:3_\/_1\] {
      grid-area: 3 / 1;
    }
  }

  @media (width >= 1536px) {
    .min-\[1536px\]\:\[grid-area\:3_\/_2\] {
      grid-area: 3 / 2;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:block {
      display: block;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:hidden {
      display: none;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:size-\[136px\] {
      width: 136px;
      height: 136px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:h-\[688px\] {
      height: 688px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:min-h-px {
      min-height: 1px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:w-\[288px\] {
      width: 288px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:w-\[720px\] {
      width: 720px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:w-\[1104px\] {
      width: 1104px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:w-\[1824px\] {
      width: 1824px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:w-\[1920px\] {
      width: 1920px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:w-full {
      width: 100%;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:max-w-\[1920px\] {
      max-width: 1920px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:flex-1 {
      flex: 1;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:grow-0 {
      flex-grow: 0;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:basis-auto {
      flex-basis: auto;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:grid-cols-\[repeat\(3\,_minmax\(0px\,_1fr\)\)\] {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:grid-rows-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:justify-between {
      justify-content: space-between;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:gap-\[48px\] {
      gap: 48px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:p-0 {
      padding: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:text-\[28px\] {
      font-size: 28px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:text-\[40px\] {
      font-size: 40px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:leading-\[30\.8px\] {
      --tw-leading: 30.8px;
      line-height: 30.8px;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:\[grid-area\:1_\/_1\] {
      grid-area: 1 / 1;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:\[grid-area\:1_\/_2\] {
      grid-area: 1 / 2;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:\[grid-area\:1_\/_3\] {
      grid-area: 1 / 3;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:\[grid-area\:2_\/_1\] {
      grid-area: 2 / 1;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:\[grid-area\:2_\/_2\] {
      grid-area: 2 / 2;
    }
  }

  @media (width >= 1920px) {
    .min-\[1920px\]\:\[grid-area\:2_\/_3\] {
      grid-area: 2 / 3;
    }
  }

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

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

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

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

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

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-4px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(4px);
  }
}

.animate-shake {
  animation: .5s ease-in-out shake;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

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

@property --tw-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

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

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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