/*! tailwindcss v4.1.5 | 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-300: oklch(0.808 0.114 19.571);
    --color-yellow-200: oklch(0.945 0.129 101.54);
    --color-green-300: oklch(0.871 0.15 154.449);
    --color-blue-300: oklch(0.809 0.105 251.813);
    --color-pink-300: oklch(0.823 0.12 346.018);
    --color-pink-600: oklch(0.592 0.249 0.584);
    --color-slate-400: oklch(0.704 0.04 256.788);
    --color-slate-500: oklch(0.554 0.046 257.417);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 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, ::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;
  }
  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;
    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;
    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;
  }
  :-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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .sticky\! {
    position: sticky !important;
  }
  .top-1\/2\! {
    top: calc(1/2 * 100%) !important;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[16px\] {
    top: 16px;
  }
  .right-\[16px\] {
    right: 16px;
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .bottom-\[16px\] {
    bottom: 16px;
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .bottom-\[50px\] {
    bottom: 50px;
  }
  .bottom-\[60px\] {
    bottom: 60px;
  }
  .bottom-\[90px\] {
    bottom: 90px;
  }
  .bottom-\[96px\] {
    bottom: 96px;
  }
  .left-0\! {
    left: calc(var(--spacing) * 0) !important;
  }
  .left-\[16px\] {
    left: 16px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-\[16px\]\! {
    margin-inline: 16px !important;
  }
  .mx-\[24px\]\! {
    margin-inline: 24px !important;
  }
  .mx-\[32px\]\! {
    margin-inline: 32px !important;
  }
  .mx-\[50px\]\! {
    margin-inline: 50px !important;
  }
  .mx-auto\! {
    margin-inline: auto !important;
  }
  .my-\[32px\]\! {
    margin-block: 32px !important;
  }
  .my-\[80px\]\! {
    margin-block: 80px !important;
  }
  .mt-10\! {
    margin-top: calc(var(--spacing) * 10) !important;
  }
  .mt-20\! {
    margin-top: calc(var(--spacing) * 20) !important;
  }
  .mt-32\! {
    margin-top: calc(var(--spacing) * 32) !important;
  }
  .mt-\[-20px\]\! {
    margin-top: -20px !important;
  }
  .mt-\[-40px\]\! {
    margin-top: -40px !important;
  }
  .mt-\[16px\]\! {
    margin-top: 16px !important;
  }
  .mt-\[20px\]\! {
    margin-top: 20px !important;
  }
  .mt-\[32px\]\! {
    margin-top: 32px !important;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[48px\]\! {
    margin-top: 48px !important;
  }
  .mt-\[64px\]\! {
    margin-top: 64px !important;
  }
  .mt-\[80px\]\! {
    margin-top: 80px !important;
  }
  .mb-\[4px\]\! {
    margin-bottom: 4px !important;
  }
  .mb-\[16px\]\! {
    margin-bottom: 16px !important;
  }
  .mb-\[24px\]\! {
    margin-bottom: 24px !important;
  }
  .mb-\[32px\]\! {
    margin-bottom: 32px !important;
  }
  .mb-\[40px\]\! {
    margin-bottom: 40px !important;
  }
  .mb-\[48px\]\! {
    margin-bottom: 48px !important;
  }
  .mb-\[56px\]\! {
    margin-bottom: 56px !important;
  }
  .ml-\[-20px\]\! {
    margin-left: -20px !important;
  }
  .ml-\[0px\]\! {
    margin-left: 0px !important;
  }
  .ml-\[px\]\! {
    margin-left: px !important;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .grid\! {
    display: grid !important;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-4\/3 {
    aspect-ratio: 4/3;
  }
  .size-16\! {
    width: calc(var(--spacing) * 16) !important;
    height: calc(var(--spacing) * 16) !important;
  }
  .size-\[18px\]\! {
    width: 18px !important;
    height: 18px !important;
  }
  .size-\[24px\]\! {
    width: 24px !important;
    height: 24px !important;
  }
  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }
  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }
  .size-\[56px\]\! {
    width: 56px !important;
    height: 56px !important;
  }
  .size-full\! {
    width: 100% !important;
    height: 100% !important;
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-\[216px\]\! {
    height: 216px !important;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[500px\]\! {
    height: 500px !important;
  }
  .h-\[515px\]\! {
    height: 515px !important;
  }
  .h-auto {
    height: auto;
  }
  .h-auto\! {
    height: auto !important;
  }
  .h-px {
    height: 1px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[163px\] {
    width: 163px;
  }
  .w-\[176px\] {
    width: 176px;
  }
  .w-\[187px\] {
    width: 187px;
  }
  .w-\[203px\] {
    width: 203px;
  }
  .w-auto {
    width: auto;
  }
  .w-dvw {
    width: 100dvw;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .max-w-\[351px\] {
    max-width: 351px;
  }
  .max-w-\[415px\] {
    max-width: 415px;
  }
  .max-w-\[771px\] {
    max-width: 771px;
  }
  .max-w-\[842px\] {
    max-width: 842px;
  }
  .max-w-\[842px\]\! {
    max-width: 842px !important;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2\! {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1) !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .-translate-y-full\! {
    --tw-translate-y: -100% !important;
    translate: var(--tw-translate-x) var(--tw-translate-y) !important;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-no-drop\! {
    cursor: no-drop !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-pointer\! {
    cursor: pointer !important;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-1\! {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start\! {
    justify-content: flex-start !important;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[4px\]\! {
    gap: 4px !important;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[8px\]\! {
    gap: 8px !important;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[12px\]\! {
    gap: 12px !important;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[16px\]\! {
    gap: 16px !important;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[32px\]\! {
    gap: 32px !important;
  }
  .gap-\[40px\]\! {
    gap: 40px !important;
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-auto\! {
    overflow-x: auto !important;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-y-clip {
    overflow-y: clip;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[12px\]\! {
    border-radius: 12px !important;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[10000px\] {
    border-radius: 10000px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border\! {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-\[\#1E1F20\]\/15 {
    border-color: color-mix(in oklab, #1E1F20 15%, transparent);
  }
  .border-\[\#303231\]\! {
    border-color: #303231 !important;
  }
  .bg-\[\#01A2B2\]\! {
    background-color: #01A2B2 !important;
  }
  .bg-\[\#1f2020\]\! {
    background-color: #1f2020 !important;
  }
  .bg-\[\#003370\] {
    background-color: #003370;
  }
  .bg-\[\#B3B6B9\] {
    background-color: #B3B6B9;
  }
  .bg-\[\#EFF2F5\] {
    background-color: #EFF2F5;
  }
  .bg-\[\#EFF2F5\]\! {
    background-color: #EFF2F5 !important;
  }
  .bg-\[\#e4e4eb\] {
    background-color: #e4e4eb;
  }
  .bg-blue-300 {
    background-color: var(--color-blue-300);
  }
  .bg-green-300 {
    background-color: var(--color-green-300);
  }
  .bg-pink-300 {
    background-color: var(--color-pink-300);
  }
  .bg-pink-600 {
    background-color: var(--color-pink-600);
  }
  .bg-red-300 {
    background-color: var(--color-red-300);
  }
  .bg-slate-400 {
    background-color: var(--color-slate-400);
  }
  .bg-slate-500 {
    background-color: var(--color-slate-500);
  }
  .bg-white\! {
    background-color: var(--color-white) !important;
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-yellow-200 {
    background-color: var(--color-yellow-200);
  }
  .bg-center {
    background-position: center;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0\! {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-4\! {
    padding: calc(var(--spacing) * 4) !important;
  }
  .p-10\! {
    padding: calc(var(--spacing) * 10) !important;
  }
  .p-\[8px\]\! {
    padding: 8px !important;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[16px\]\! {
    padding: 16px !important;
  }
  .p-\[100px\] {
    padding: 100px;
  }
  .px-0\! {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-\[0px\]\! {
    padding-inline: 0px !important;
  }
  .px-\[8px\]\! {
    padding-inline: 8px !important;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[16px\]\! {
    padding-inline: 16px !important;
  }
  .px-\[24px\]\! {
    padding-inline: 24px !important;
  }
  .py-10\! {
    padding-block: calc(var(--spacing) * 10) !important;
  }
  .py-\[4px\]\! {
    padding-block: 4px !important;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[8px\]\! {
    padding-block: 8px !important;
  }
  .py-\[16px\]\! {
    padding-block: 16px !important;
  }
  .py-\[32px\]\! {
    padding-block: 32px !important;
  }
  .py-\[40px\]\! {
    padding-block: 40px !important;
  }
  .py-\[56px\]\! {
    padding-block: 56px !important;
  }
  .py-\[60px\]\! {
    padding-block: 60px !important;
  }
  .pt-10\! {
    padding-top: calc(var(--spacing) * 10) !important;
  }
  .pt-\[20px\]\! {
    padding-top: 20px !important;
  }
  .pt-\[24px\]\! {
    padding-top: 24px !important;
  }
  .pt-\[32px\]\! {
    padding-top: 32px !important;
  }
  .pt-\[40px\]\! {
    padding-top: 40px !important;
  }
  .pt-\[48px\]\! {
    padding-top: 48px !important;
  }
  .pt-\[64px\]\! {
    padding-top: 64px !important;
  }
  .pr-\[16px\]\! {
    padding-right: 16px !important;
  }
  .pb-\[16px\]\! {
    padding-bottom: 16px !important;
  }
  .pb-\[24px\]\! {
    padding-bottom: 24px !important;
  }
  .pb-\[32px\]\! {
    padding-bottom: 32px !important;
  }
  .pb-\[64px\]\! {
    padding-bottom: 64px !important;
  }
  .pl-\[24px\]\! {
    padding-left: 24px !important;
  }
  .text-center {
    text-align: center;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[14px\]\! {
    font-size: 14px !important;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[16px\]\! {
    font-size: 16px !important;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[18px\]\! {
    font-size: 18px !important;
  }
  .text-\[20px\]\! {
    font-size: 20px !important;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[24px\]\! {
    font-size: 24px !important;
  }
  .text-\[32px\]\! {
    font-size: 32px !important;
  }
  .text-\[40px\]\! {
    font-size: 40px !important;
  }
  .text-\[50px\]\! {
    font-size: 50px !important;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[90\%\] {
    --tw-leading: 90%;
    line-height: 90%;
  }
  .leading-\[112\.5\%\] {
    --tw-leading: 112.5%;
    line-height: 112.5%;
  }
  .leading-\[135\%\] {
    --tw-leading: 135%;
    line-height: 135%;
  }
  .leading-\[135\%\]\! {
    --tw-leading: 135% !important;
    line-height: 135% !important;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-bold\! {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-nowrap\! {
    white-space: nowrap !important;
  }
  .text-\[\#\#015D5D\]\! {
    color: ##015D5D !important;
  }
  .text-\[\#\#95C028\]\! {
    color: ##95C028 !important;
  }
  .text-\[\#01A2B2\]\! {
    color: #01A2B2 !important;
  }
  .text-\[\#1E1F20\]\/50 {
    color: color-mix(in oklab, #1E1F20 50%, transparent);
  }
  .text-\[\#1F2020\] {
    color: #1F2020;
  }
  .text-\[\#1F2020\]\! {
    color: #1F2020 !important;
  }
  .text-\[\#4F4F4F\] {
    color: #4F4F4F;
  }
  .text-\[\#003370\] {
    color: #003370;
  }
  .text-\[\#003370\]\! {
    color: #003370 !important;
  }
  .text-\[\#BF0133\]\! {
    color: #BF0133 !important;
  }
  .text-\[\#EFF2F5\]\! {
    color: #EFF2F5 !important;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[\#fff\]\! {
    color: #fff !important;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:block\! {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block !important;
      }
    }
  }
  .group-hover\:flex\! {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: flex !important;
      }
    }
  }
  .group-hover\:hidden\! {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: none !important;
      }
    }
  }
  .group-hover\:translate-y-0\! {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0) !important;
        translate: var(--tw-translate-x) var(--tw-translate-y) !important;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:w-auto {
    &:hover {
      @media (hover: hover) {
        width: auto;
      }
    }
  }
  .hover\:scale-\[1\.1\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .hover\:bg-\[\#01A2B2\]\! {
    &:hover {
      @media (hover: hover) {
        background-color: #01A2B2 !important;
      }
    }
  }
  .hover\:bg-\[\#002450\]\! {
    &:hover {
      @media (hover: hover) {
        background-color: #002450 !important;
      }
    }
  }
  .hover\:bg-\[\#015962\]\! {
    &:hover {
      @media (hover: hover) {
        background-color: #015962 !important;
      }
    }
  }
  .hover\:px-\[16px\]\! {
    &:hover {
      @media (hover: hover) {
        padding-inline: 16px !important;
      }
    }
  }
  .hover\:py-\[8px\]\! {
    &:hover {
      @media (hover: hover) {
        padding-block: 8px !important;
      }
    }
  }
  .hover\:text-\[\#003370\] {
    &:hover {
      @media (hover: hover) {
        color: #003370;
      }
    }
  }
  .hover\:text-white\! {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }
  .hover\:text-white\/80\! {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 80%, transparent) !important;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 80%, transparent) !important;
        }
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .hover\:transition-all {
    &:hover {
      @media (hover: hover) {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
      }
    }
  }
  .hover\:duration-500 {
    &:hover {
      @media (hover: hover) {
        --tw-duration: 500ms;
        transition-duration: 500ms;
      }
    }
  }
  .hover\:ease-in-out {
    &:hover {
      @media (hover: hover) {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
      }
    }
  }
  .sm\:block\! {
    @media (width >= 40rem) {
      display: block !important;
    }
  }
  .sm\:hidden\! {
    @media (width >= 40rem) {
      display: none !important;
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-\[100px\] {
    @media (width >= 48rem) {
      top: 100px;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mx-0\! {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0) !important;
    }
  }
  .md\:mx-\[24px\]\! {
    @media (width >= 48rem) {
      margin-inline: 24px !important;
    }
  }
  .md\:mx-\[32px\]\! {
    @media (width >= 48rem) {
      margin-inline: 32px !important;
    }
  }
  .md\:mx-\[64px\]\! {
    @media (width >= 48rem) {
      margin-inline: 64px !important;
    }
  }
  .md\:mx-\[73px\]\! {
    @media (width >= 48rem) {
      margin-inline: 73px !important;
    }
  }
  .md\:mx-\[80px\]\! {
    @media (width >= 48rem) {
      margin-inline: 80px !important;
    }
  }
  .md\:mx-auto\! {
    @media (width >= 48rem) {
      margin-inline: auto !important;
    }
  }
  .md\:my-\[80px\]\! {
    @media (width >= 48rem) {
      margin-block: 80px !important;
    }
  }
  .md\:mt-\[24px\]\! {
    @media (width >= 48rem) {
      margin-top: 24px !important;
    }
  }
  .md\:mt-\[64px\]\! {
    @media (width >= 48rem) {
      margin-top: 64px !important;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:block\! {
    @media (width >= 48rem) {
      display: block !important;
    }
  }
  .md\:hidden\! {
    @media (width >= 48rem) {
      display: none !important;
    }
  }
  .md\:aspect-auto {
    @media (width >= 48rem) {
      aspect-ratio: auto;
    }
  }
  .md\:h-\[300px\]\! {
    @media (width >= 48rem) {
      height: 300px !important;
    }
  }
  .md\:h-\[515px\]\! {
    @media (width >= 48rem) {
      height: 515px !important;
    }
  }
  .md\:h-\[578px\]\! {
    @media (width >= 48rem) {
      height: 578px !important;
    }
  }
  .md\:min-h-\[582px\] {
    @media (width >= 48rem) {
      min-height: 582px;
    }
  }
  .md\:w-\[50\%\]\! {
    @media (width >= 48rem) {
      width: 50% !important;
    }
  }
  .md\:w-\[621px\] {
    @media (width >= 48rem) {
      width: 621px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2\! {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
  .md\:grid-cols-3\! {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-center\! {
    @media (width >= 48rem) {
      justify-content: center !important;
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 48rem) {
      gap: 16px;
    }
  }
  .md\:px-\[24px\]\! {
    @media (width >= 48rem) {
      padding-inline: 24px !important;
    }
  }
  .md\:px-\[32px\]\! {
    @media (width >= 48rem) {
      padding-inline: 32px !important;
    }
  }
  .md\:px-\[56px\]\! {
    @media (width >= 48rem) {
      padding-inline: 56px !important;
    }
  }
  .md\:px-\[57px\]\! {
    @media (width >= 48rem) {
      padding-inline: 57px !important;
    }
  }
  .md\:px-\[60px\]\! {
    @media (width >= 48rem) {
      padding-inline: 60px !important;
    }
  }
  .md\:px-\[80px\]\! {
    @media (width >= 48rem) {
      padding-inline: 80px !important;
    }
  }
  .md\:pt-\[64px\]\! {
    @media (width >= 48rem) {
      padding-top: 64px !important;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[40px\]\! {
    @media (width >= 48rem) {
      font-size: 40px !important;
    }
  }
  .md\:text-\[48px\]\! {
    @media (width >= 48rem) {
      font-size: 48px !important;
    }
  }
  .md\:text-\[80px\]\! {
    @media (width >= 48rem) {
      font-size: 80px !important;
    }
  }
  .md\:leading-\[105\%\] {
    @media (width >= 48rem) {
      --tw-leading: 105%;
      line-height: 105%;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:mt-10\! {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10) !important;
    }
  }
  .lg\:mt-40\! {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 40) !important;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:block\! {
    @media (width >= 64rem) {
      display: block !important;
    }
  }
  .lg\:flex\! {
    @media (width >= 64rem) {
      display: flex !important;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:hidden\! {
    @media (width >= 64rem) {
      display: none !important;
    }
  }
  .lg\:h-\[638px\]\! {
    @media (width >= 64rem) {
      height: 638px !important;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3\! {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }
  .lg\:grid-cols-4\! {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:p-\[60px\]\! {
    @media (width >= 64rem) {
      padding: 60px !important;
    }
  }
  .xl\:col-span-3 {
    @media (width >= 80rem) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:w-\[45\%\]\! {
    @media (width >= 80rem) {
      width: 45% !important;
    }
  }
  .xl\:w-\[55\%\]\! {
    @media (width >= 80rem) {
      width: 55% !important;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
@layer utilities;
.color-black {
  color: #1F2020;
}
.filter-category {
  display: flex;
  border-radius: 2000px;
  background-color: #EFF2F5;
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 14px;
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #1F2020;
}
.filter-category.active,.filter-category:hover {
  border-radius: 2000px;
  background-color: #01A2B2;
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 14px;
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
.filter-sort-by {
  border-radius: 8px;
  background-color: #EFF2F5;
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 14px;
  --tw-leading: 24px;
  line-height: 24px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: #1F2020;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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: 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;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

/* ================================
   Safari / WebKit autofill fix
   (MIT-5873)
================================= */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #e5e7eb inset !important; /* fondo */
  box-shadow: 0 0 0px 1000px #e5e7eb inset !important;

  -webkit-text-fill-color: #000000 !important; /* fuerza texto negro */
  caret-color: #000000 !important; /* color del cursor */
}
