/*! tailwindcss v4.3.0 | 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-red-600: oklch(57.7% 0.245 27.325);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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-\[t\] {
    margin: t;
  }
  .m-auto {
    margin: auto;
  }
  .mt-\[0px\] {
    margin-top: 0px;
  }
  .mt-\[1px\] {
    margin-top: 1px;
  }
  .mt-\[2\] {
    margin-top: 2;
  }
  .mt-\[4\] {
    margin-top: 4;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40pc\] {
    margin-top: 40pc;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[git0px\] {
    margin-top: git0px;
  }
  .mt-\[px\] {
    margin-top: px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .flex {
    display: flex;
  }
  .table {
    display: table;
  }
  .size-0 {
    width: calc(var(--spacing) * 0);
    height: calc(var(--spacing) * 0);
  }
  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }
  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[0px\] {
    height: 0px;
  }
  .h-\[00px\] {
    height: 00px;
  }
  .h-\[2\] {
    height: 2;
  }
  .h-\[3\] {
    height: 3;
  }
  .h-\[6git00px\] {
    height: 6git00px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[35\] {
    height: 35;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[200\] {
    height: 200;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[350\] {
    height: 350;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[490px\] {
    height: 490px;
  }
  .h-\[500\] {
    height: 500;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[550px\] {
    height: 550px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[650px\] {
    height: 650px;
  }
  .h-\[653px\] {
    height: 653px;
  }
  .h-\[655px\] {
    height: 655px;
  }
  .h-\[700px\] {
    height: 700px;
  }
  .h-\[750px\] {
    height: 750px;
  }
  .h-\[4900px\] {
    height: 4900px;
  }
  .h-screen {
    height: 100vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-\[00px\] {
    width: 00px;
  }
  .w-\[2\] {
    width: 2;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[550px\] {
    width: 550px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-\[1400px\] {
    width: 1400px;
  }
  .max-w-\[12\] {
    max-width: 12;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1200\] {
    max-width: 1200;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-\[3\] {
    gap: 3;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[lg\] {
    border-radius: lg;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#004D7B\] {
    background-color: #004D7B;
  }
  .bg-\[\#094B72\] {
    background-color: #094B72;
  }
  .bg-\[\#F2F7FF\] {
    background-color: #F2F7FF;
  }
  .bg-\[a\] {
    background-color: a;
  }
  .bg-\[agua\] {
    background-color: agua;
  }
  .bg-\[aqua\] {
    background-color: aqua;
  }
  .bg-\[black\] {
    background-color: black;
  }
  .bg-\[blue\] {
    background-color: blue;
  }
  .bg-\[g\] {
    background-color: g;
  }
  .bg-\[grey\] {
    background-color: grey;
  }
  .bg-\[ur\] {
    background-color: ur;
  }
  .bg-\[url\] {
    background-color: url;
  }
  .bg-\[w\] {
    background-color: w;
  }
  .bg-\[wh\] {
    background-color: wh;
  }
  .bg-\[white\] {
    background-color: white;
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-blue-800 {
    background-color: var(--color-blue-800);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-900 {
    background-color: var(--color-green-900);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\[url\(\'\'\)\] {
    background-image: url('');
  }
  .bg-\[url\(\'\.\/\'\)\] {
    background-image: url('./');
  }
  .bg-\[url\(\'\.\/B\'\)\] {
    background-image: url('./B');
  }
  .bg-\[url\(\'\.\/BG\'\)\] {
    background-image: url('./BG');
  }
  .bg-\[url\(\'\.\/BG\.p\'\)\] {
    background-image: url('./BG.p');
  }
  .bg-\[url\(\'\.\/BG\.pn\'\)\] {
    background-image: url('./BG.pn');
  }
  .bg-\[url\(\'\.\/BG\.png\'\)\] {
    background-image: url('./BG.png');
  }
  .bg-\[url\(\'\.\/b\'\)\] {
    background-image: url('./b');
  }
  .bg-\[url\(\'\/\.jpg\'\)\] {
    background-image: url('/.jpg');
  }
  .bg-\[url\(\'\/\.png\'\)\] {
    background-image: url('/.png');
  }
  .bg-\[url\(\'\/BG\.\'\)\] {
    background-image: url('/BG.');
  }
  .bg-\[url\(\'\/BG\.PNG\'\)\] {
    background-image: url('/BG.PNG');
  }
  .bg-\[url\(\'\/BG\.g\'\)\] {
    background-image: url('/BG.g');
  }
  .bg-\[url\(\'\/BG\.jpg\'\)\] {
    background-image: url('/BG.jpg');
  }
  .bg-\[url\(\'\/BG\.png\'\)\] {
    background-image: url('/BG.png');
  }
  .bg-\[url\(\'\/P\.png\'\)\] {
    background-image: url('/P.png');
  }
  .bg-\[url\(\'\/Patt\.png\'\)\] {
    background-image: url('/Patt.png');
  }
  .bg-\[url\(\'\/Pattern\.png\'\)\] {
    background-image: url('/Pattern.png');
  }
  .bg-\[url\(\'\/Patterns\.\.png\'\)\] {
    background-image: url('/Patterns..png');
  }
  .bg-\[url\(\'\/Patterns\.png\'\)\] {
    background-image: url('/Patterns.png');
  }
  .bg-\[url\(\'\/Patterns\.png\.png\'\)\] {
    background-image: url('/Patterns.png.png');
  }
  .bg-\[url\(\'\/bg\.jpg\'\)\] {
    background-image: url('/bg.jpg');
  }
  .bg-\[url\(\)\] {
    background-image: url();
  }
  .bg-\[url\(\.\/\)\] {
    background-image: url(./);
  }
  .bg-\[url\(\.\/BG\)\] {
    background-image: url(./BG);
  }
  .bg-\[url\(\.\/BG\.png\)\] {
    background-image: url(./BG.png);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[1\] {
    padding: 1;
  }
  .p-\[1px\] {
    padding: 1px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .pt-\[1px\] {
    padding-top: 1px;
  }
  .text-center {
    text-align: center;
  }
  .font-\[\'\'\] {
    font-family: '';
  }
  .font-\[\'Aral\'\] {
    font-family: 'Aral';
  }
  .font-\[A\] {
    font-family: A;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-\[0px\] {
    font-size: 0px;
  }
  .text-\[2px\] {
    font-size: 2px;
  }
  .text-\[6px\] {
    font-size: 6px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[65px\] {
    font-size: 65px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .text-\[560px\] {
    font-size: 560px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#094B72\] {
    color: #094B72;
  }
  .text-\[20\] {
    color: 20;
  }
  .text-\[grey\] {
    color: grey;
  }
  .text-\[whie\] {
    color: whie;
  }
  .text-\[white\] {
    color: white;
  }
  .text-\[whitr\] {
    color: whitr;
  }
  .text-\[whte\] {
    color: whte;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-gray-600 {
    --tw-shadow-color: oklch(44.6% 0.03 256.802);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-gray-600) var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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: 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-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-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-outline-style: solid;
    }
  }
}
